.dropdown-cart li {
  background-color: #fff;
  padding: 10px;
  margin: 8px 10px;
}
.leaderboard {
  position: absolute;
  min-width: 300px;
  padding: 0 0;
  margin: 0 0;
  border-radius: 10px;
  box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
}
#aviron-menu > ul > li:nth-child(3) > ul {
  counter-reset: leaderboard;
}
#aviron-menu > ul > li:nth-child(3) > ul > li {
  position: relative;
  z-index: 1;
  counter-increment: leaderboard;
  padding: 18px 10px 18px 50px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1),
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1) > mark,
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1) > small {
  background: #d7514d;
  color: #fff;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2),
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark,
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > small {
  background: #cd4b4b;
  color: #fff;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3),
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark,
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > small {
  background: #c24448;
  color: #fff;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1)::before {
  content: counter(leaderboard);
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #c24448;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2)::before {
  content: counter(leaderboard);
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #c24448;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3)::before {
  content: counter(leaderboard);
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #c24448;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
#aviron-menu > ul > li:nth-child(3) > ul > li > mark {
  position: relative;
  background: 0 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .dropdown-cart {
    border-radius: 0;
    background-color: #f2606f;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -59px;
    border-top: 10px solid #c24448;
    border-left: 10px solid transparent;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after {
    left: auto;
    right: -108px;
    border-left: none;
    border-right: 10px solid transparent;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -59px;
    border-top: 10px solid #c24448;
    border-left: 10px solid transparent;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after {
    left: auto;
    right: -145px;
    border-left: none;
    border-right: 10px solid transparent;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::before {
    top: -24px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #a63d3d;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::before {
    top: -26px;
    bottom: auto;
    border-top: none;
    border-bottom: 8px solid #993639;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -60px;
    border-top: 10px solid #c24448;
    border-left: 10px solid transparent;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after {
    left: auto;
    right: -110px;
    border-left: none;
    border-right: 10px solid transparent;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -60px;
    border-top: 10px solid #c24448;
    border-left: 10px solid transparent;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after {
    left: auto;
    right: -146px;
    border-left: none;
    border-right: 10px solid transparent;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::before {
    top: -25px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #a63d3d;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::before {
    top: -27px;
    bottom: auto;
    border-top: none;
    border-bottom: 8px solid #993639;
  }
}
@-moz-document url-prefix() {
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -59px;
    border-top: 10px solid #c24448;
    border-left: 10px solid transparent;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after {
    left: auto;
    right: -156px;
    border-left: none;
    border-right: 10px solid transparent;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -59px;
    border-top: 10px solid #c24448;
    border-left: 10px solid transparent;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after {
    left: auto;
    right: -146px;
    border-left: none;
    border-right: 10px solid transparent;
    display: none;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > mark::before {
    top: -25px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #a63d3d;
  }
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::after,
  #aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > mark::before {
    top: -27px;
    bottom: auto;
    border-top: none;
    border-bottom: 8px solid #993639;
  }
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1) > small {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 15px;
  text-align: right;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) > small {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 17px;
  text-align: right;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) > small {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 8px;
  text-align: right;
}
#aviron-menu > ul > li:nth-child(3) > ul > li::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa6855;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1) {
  background: #d7514d;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1)::after {
  background: #d7514d;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1) > mark::after,
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(1) > mark::before {
  border-top: 2px solid #b0433f;
  bottom: -3px;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2) {
  background: #cd4b4b;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(2)::after {
  background: #cd4b4b;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3) {
  background: #c24448;
  border-radius: 0 0 8px 8px;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:nth-child(3)::after {
  background: #c24448;
  box-shadow: 0 -2.5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 10px 10px;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:hover {
  z-index: 2;
  overflow: visible;
}
#aviron-menu > ul > li:nth-child(3) > ul > li:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1.06) scaleY(1.03);
  transform: scaleX(1.06) scaleY(1.03);
}
#aviron-menu > ul > li:nth-child(3) > ul > li:hover > mark::after,
#aviron-menu > ul > li:nth-child(3) > ul > li:hover > mark::before {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
