.hot-shot-module {
  margin-bottom: 3.75rem;
  overflow: hidden;
}
.hot-shot-module .first-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
.hot-shot-module .hot-shot-wrapper {
  min-width: 430px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(50% - 1.07rem);
  border-radius: 1.79rem;
  padding: 2.14rem 1.07rem;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #662D91, #28E1A3) border-box;
  border-image-slice: 1;
  border: 2px solid transparent;
}
.hot-shot-module .hot-shot-wrapper h3 {
  width: 100%;
  padding-left: 1.07rem;
}
.hot-shot-module .hot-shot-wrapper h3 a {
  color: #000;
  text-decoration: none;
}
.hot-shot-module .hot-shot-wrapper .left-col {
  padding-top: 3.714rem;
  width: 60%;
  display: flex;
  align-items: center;
}
.hot-shot-module .hot-shot-wrapper .left-col figure {
  margin: 0;
  width: 100%;
  text-align: center;
}
.hot-shot-module .hot-shot-wrapper .left-col img {
  width: 100%;
  height: auto;
}
.hot-shot-module .hot-shot-wrapper .left-col,
.hot-shot-module .hot-shot-wrapper .right-col {
  padding: 0 1.07rem;
  position: relative;
}
.hot-shot-module .hot-shot-wrapper .right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
}
.hot-shot-module .hot-shot-wrapper .product-flags {
  top: 1.29rem;
  left: 1.07rem;
  justify-content: flex-start;
}
.hot-shot-module .hot-shot-wrapper h4 {
  font-size: 1.714rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 1.43rem;
  text-align: center;
  line-height: 1.2em;
  max-width: 260px;
}
.hot-shot-module .hot-shot-wrapper .sold-amount {
  margin-bottom: 2.14rem;
  width: 100%;
}
.hot-shot-module .hot-shot-wrapper .sold-amount .capacity {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.714rem;
}
.hot-shot-module .hot-shot-wrapper .sold-amount .capacity span {
  font-size: 0.83rem;
  color: #222;
  font-weight: 400;
  display: inline-block;
}
.hot-shot-module .hot-shot-wrapper .sold-amount .capacity span strong {
  font-size: 1.14rem;
  font-weight: 700;
  margin-left: 1px;
}
.hot-shot-module .hot-shot-wrapper .sold-amount .sold-bg {
  width: 100%;
  height: 1.07rem;
  position: relative;
  border-radius: 0.58rem;
  background-color: #f1f1f1;
  display: block;
}
.hot-shot-module .hot-shot-wrapper .sold-amount .sold-bg .sold-inside-bg {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.58rem;
  background: linear-gradient(90deg, #662D91 0%, #28E1A3 100%);
}
.hot-shot-module .hot-shot-wrapper .product-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.14rem;
  padding: 0;
}
.hot-shot-module .hot-shot-wrapper .product-prices span {
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
.hot-shot-module .hot-shot-wrapper .product-prices .regular-price {
  text-decoration: line-through;
  line-height: 1;
  font-size: 1.42857rem;
  font-style: italic;
  color: #777777;
}
.hot-shot-module .hot-shot-wrapper .product-prices .current-price {
  color: #662e91;
  font-size: 2.142rem;
  line-height: 1;
  font-style: italic;
}
.hot-shot-module .discounts-wrapper {
  width: calc(50% - 1.07rem);
  margin-left: auto;
}
.hot-shot-module .discounts-wrapper .upper-wrapper {
  padding-bottom: 0.35rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(119, 119, 119, 0.25);
  margin-bottom: 1.43rem;
}
.hot-shot-module .discounts-wrapper .upper-wrapper h5 {
  color: #222;
  font-weight: 700;
  font-size: 1.714rem;
  margin: 0 2rem 0 0;
}
.hot-shot-module .discounts-wrapper .upper-wrapper .show-all {
  text-transform: uppercase;
  font-weight: 400;
  color: #662D91;
  font-size: 1rem;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 1.5rem 0 0;
  position: relative;
  cursor: pointer;
}
.hot-shot-module .discounts-wrapper .upper-wrapper .show-all:after {
  content: "";
  position: absolute;
  background: url(../img/chevron-right-black-16.svg) no-repeat center center;
  background-size: contain;
  right: 0;
  width: 1.14rem;
  height: 1.14rem;
  top: 50%;
  transform: translateY(-50%);
}
.hot-shot-module .discounts-wrapper .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 4px;
}
.hot-shot-module .discounts-wrapper .products-wrapper .single-product {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1.79rem;
}
.hot-shot-module .discounts-wrapper .products-wrapper .single-product:nth-child(3n+3) {
  margin-right: 0;
}
.hot-shot-module .discounts-wrapper .products-wrapper .single-product:after {
  content: "";
  position: absolute;
  box-shadow: 0 0 0.86rem 0 rgba(0, 0, 0, 0.1019607843);
  width: calc(100% + 0.7rem);
  height: calc(100% + 0.7rem);
  opacity: 0;
  left: -0.35rem;
  top: -0.35rem;
  transition: all 0.2s ease-out;
}
.hot-shot-module .discounts-wrapper .products-wrapper .single-product:hover:after {
  opacity: 1;
}
.hot-shot-module .discounts-wrapper .products-wrapper .single-product:hover h6 {
  color: #28E1A3;
}
.hot-shot-module .discounts-wrapper .products-wrapper .product-flags {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center !important;
}
.hot-shot-module .discounts-wrapper .products-wrapper figure {
  text-align: center;
  margin-bottom: 0;
}
.hot-shot-module .discounts-wrapper .products-wrapper img {
  max-width: 150px !important;
  height: auto;
}
.hot-shot-module .discounts-wrapper .products-wrapper h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0.35rem;
  transition: all 0.2s ease-out;
}
.hot-shot-module .discounts-wrapper .products-wrapper h6:hover {
  color: #28E1A3;
}
.hot-shot-module .discounts-wrapper .products-wrapper .product-prices {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}
.hot-shot-module .discounts-wrapper .products-wrapper .product-prices span {
  font-weight: 700;
}
.hot-shot-module .discounts-wrapper .products-wrapper .product-prices .regular-price {
  text-decoration: line-through;
  line-height: 1;
  font-size: 0.71rem;
  font-style: italic;
}
.hot-shot-module .discounts-wrapper .products-wrapper .product-prices .current-price {
  color: #662e91;
  font-size: 1rem;
  line-height: 1;
  font-style: italic;
  margin-right: 0.35rem;
}
.hot-shot-module .without-main-product .timer-wrapper,
.hot-shot-module .hot-shot-wrapper .timer-wrapper {
  padding-top: 2.14rem;
  position: relative;
}
.hot-shot-module .without-main-product .timer-wrapper:before,
.hot-shot-module .hot-shot-wrapper .timer-wrapper:before {
  content: "";
  position: absolute;
  background: url(../img/icon-timer.svg) no-repeat center center;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
}
.hot-shot-module .without-main-product .timer-wrapper .timer-info,
.hot-shot-module .hot-shot-wrapper .timer-wrapper .timer-info {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 0.714rem;
  color: #222;
}
.hot-shot-module .without-main-product .timer-wrapper .timer-info strong,
.hot-shot-module .hot-shot-wrapper .timer-wrapper .timer-info strong {
  display: block;
  font-size: 1.14rem;
  font-weight: 700;
}
.hot-shot-module .without-main-product .timing,
.hot-shot-module .hot-shot-wrapper .timing {
  display: flex;
  align-items: center;
  margin-bottom: 2.14rem;
}
.hot-shot-module .without-main-product .timing .spans,
.hot-shot-module .hot-shot-wrapper .timing .spans {
  display: flex;
}
.hot-shot-module .without-main-product .timing span,
.hot-shot-module .hot-shot-wrapper .timing span {
  background-color: rgba(102, 45, 145, 0.25);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 400;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}
.hot-shot-module .without-main-product .timing span:not(:last-child),
.hot-shot-module .hot-shot-wrapper .timing span:not(:last-child) {
  margin-right: 5px;
}
.hot-shot-module .without-main-product .timing span strong,
.hot-shot-module .hot-shot-wrapper .timing span strong {
  display: block;
  height: 22px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 2px;
}
.hot-shot-module .without-main-product .sale-not-started {
  padding: 0;
  background: none;
  border-image-slice: 1;
  border: none;
  border-radius: inherit;
}
.hot-shot-module .without-main-product .sale-not-started .confetti {
  display: block;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.hot-shot-module .without-main-product .sale-not-started h3 {
  text-align: center;
  margin-bottom: 3.57rem;
  font-size: 2.14rem;
  line-height: 1.333em;
}
.hot-shot-module .without-main-product .sale-not-started figure {
  text-align: center;
  margin-bottom: 0.5rem;
}
.hot-shot-module .without-main-product .sale-not-started .timer-wrapper {
  width: 100%;
  text-align: center;
}
.hot-shot-module .without-main-product .sale-not-started .timer-wrapper .timing {
  justify-content: center;
  margin-bottom: 0;
}
.hot-shot-module .without-main-product .sale-not-started .product-content .imgwrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 55px 0 22px;
  align-items: center;
}
.hot-shot-module .without-main-product .sale-not-started .product-content .imgwrapper .notstarted.notstarted-1 {
  max-width: 146px;
}
.hot-shot-module .without-main-product .sale-not-started .product-content .imgwrapper .notstarted.notstarted-2 {
  max-width: 30px;
  margin: -20px 0 -20px;
  z-index: 1;
}
.hot-shot-module .without-main-product .sale-not-started .product-content .imgwrapper .notstarted.notstarted-3 {
  max-width: 140px;
}
.hot-shot-module .without-main-product .sale-not-started .product-info .gm_omniprice {
  text-align: right;
}
.hot-shot-module .without-main-product .sale-not-started .product-info .sold-amount .capacity {
  padding-top: 8px;
}
.hot-shot-module .without-main-product .sale-not-started .product-info .sold-amount .capacity span strong {
  font-size: 12px;
}
.hot-shot-module .without-main-product .sale-not-started .product-info .footerinfo {
  text-align: center;
  padding-bottom: 30px;
}
.hot-shot-module .without-main-product .sale-not-started .product-info .footerinfo span.h2 {
  color: #151715;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 24px 0 8px;
  text-transform: none;
}
.hot-shot-module .without-main-product .sale-not-started .product-info .footerinfo p {
  color: #777674;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hot-shot-module .without-main-product .discounts-wrapper {
  /*width: 100%;*/
  margin-left: 2.14rem;
}
.hot-shot-module .without-main-product .discounts-wrapper .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hot-shot-module .without-main-product .discounts-wrapper .products-wrapper img {
  max-width: 150px;
}
.hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product {
  width: calc(20% - 24px);
  margin-right: 30px;
}
.hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(5n+5) {
  margin-right: 0;
}
.hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .product-prices .regular-price {
  margin-bottom: 1px;
}
.hot-shot-module .without-main-product-12 {
  padding: 0 8px;
}
.hot-shot-module .without-main-product-12 .discounts-wrapper {
  width: 100%;
  margin-left: auto;
}
.hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product {
  width: calc(16.66% - 25px);
  margin-right: 30px;
}
.hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(6n+6) {
  margin-right: 0;
}
.hot-shot-module .wide-banner {
  display: flex;
  overflow: hidden;
}
.hot-shot-module .wide-banner .left-col {
  padding: 2.43rem 6.43rem;
  display: flex;
  flex-direction: column;
  background-color: #28E0A3;
  border-top-left-radius: 1.79rem;
  border-bottom-left-radius: 1.79rem;
  width: calc(50% - 1rem);
}
.hot-shot-module .wide-banner .left-col figure {
  margin: 0;
}
.hot-shot-module .wide-banner .left-col img {
  width: auto;
  height: 0.86rem;
}
.hot-shot-module .wide-banner .left-col h3 {
  font-size: 4.57rem;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 0;
  line-height: 1.05em;
}
.hot-shot-module .wide-banner .left-col h3 span {
  display: block;
  color: #662D91;
}
.hot-shot-module .wide-banner .right-col {
  padding: 2.43rem 5.625rem 2.43rem 4.64rem;
  display: flex;
  justify-content: space-between;
  background-color: #662D91;
  border-top-right-radius: 1.79rem;
  border-bottom-right-radius: 1.79rem;
  position: relative;
  width: calc(50% + 1rem);
}
.hot-shot-module .wide-banner .right-col:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -120px;
  border-style: solid;
  border-width: 0 0 230px 120px;
  border-color: transparent transparent #662D91 transparent;
}
.hot-shot-module .wide-banner .right-col .single-icon {
  padding: 0 1rem;
  max-width: 10.71rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hot-shot-module .wide-banner .right-col .single-icon figure {
  text-align: center;
}
.hot-shot-module .wide-banner .right-col .single-icon img {
  width: auto;
}
.hot-shot-module .wide-banner .right-col .single-icon span {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.71rem;
}
.hot-shot-module .wide-banner .right-col .single-icon:nth-child(1) figure {
  margin-bottom: 0.71rem;
}
.hot-shot-module .wide-banner .right-col .single-icon:nth-child(1) img {
  height: 5rem;
}
.hot-shot-module .wide-banner .right-col .single-icon:nth-child(2) figure {
  margin-bottom: 1.64rem;
}
.hot-shot-module .wide-banner .right-col .single-icon:nth-child(2) img {
  height: 4.43rem;
}
.hot-shot-module .wide-banner .right-col .single-icon:nth-child(3) figure {
  margin-bottom: 1rem;
}
.hot-shot-module .wide-banner .right-col .single-icon:nth-child(3) img {
  height: 4.43rem;
}

@media (max-width: 1471px) {
  .hot-shot-module .wide-banner .left-col {
    padding: 2.43rem 3rem;
  }
  .hot-shot-module .wide-banner .left-col h3 {
    font-size: 3.5rem;
  }
  .hot-shot-module .wide-banner .right-col {
    padding: 2.43rem 2rem;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product {
    width: calc(25% - 23px);
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(5n+5) {
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(4n+4) {
    margin-right: 0;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(10), .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(9) {
    display: none;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(6n+6) {
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(5n+5) {
    margin-right: 0;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(12), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(11) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(4n+4) {
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(3n+3) {
    margin-right: 0;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(8), .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(7) {
    display: none;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product {
    width: calc(25% - 23px);
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(5n+5) {
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(4n+4) {
    margin-right: 0;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(10), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(9) {
    display: none;
  }
  .hot-shot-module .hot-shot-wrapper .left-col {
    align-items: center;
    width: 55%;
  }
  .hot-shot-module .hot-shot-wrapper .right-col {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .hot-shot-module .first-row {
    flex-wrap: wrap;
  }
  .hot-shot-module .hot-shot-wrapper,
  .hot-shot-module .discounts-wrapper {
    width: 100%;
  }
  .hot-shot-module .hot-shot-wrapper {
    margin-bottom: 3rem;
  }
  .hot-shot-module .left-col {
    align-items: center;
    width: 55%;
  }
  .hot-shot-module .right-col {
    width: 45%;
  }
  .hot-shot-module .wide-banner .left-col h3 {
    font-size: 3rem;
  }
  .hot-shot-module .wide-banner .right-col .single-icon span {
    font-size: 1.28rem;
  }
  .hot-shot-module .wide-banner .right-col .single-icon:nth-child(1) img {
    height: 4rem;
  }
  .hot-shot-module .wide-banner .right-col .single-icon:nth-child(2) img {
    height: 3.43rem;
  }
  .hot-shot-module .wide-banner .right-col .single-icon:nth-child(3) img {
    height: 3.43rem;
  }
  .hot-shot-module .without-main-product {
    flex-wrap: nowrap;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product {
    width: calc(50% - 15px);
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(3n+3) {
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(2n+2) {
    margin-right: 0;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(6), .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(5) {
    display: none;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product {
    width: calc(33.333% - 20px);
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(4n+4) {
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(3n+3) {
    margin-right: 0;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(8), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .hot-shot-module .discounts-wrapper .products-wrapper .single-product {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .hot-shot-module .discounts-wrapper .products-wrapper .single-product:nth-child(3n+3) {
    margin-right: 30px;
  }
  .hot-shot-module .discounts-wrapper .products-wrapper .single-product:nth-child(even) {
    margin-right: 0;
  }
  .hot-shot-module .without-main-product {
    flex-wrap: wrap;
  }
  .hot-shot-module .without-main-product .sale-not-started {
    width: 100%;
    margin-bottom: 30px;
  }
  .hot-shot-module .without-main-product .discounts-wrapper {
    margin-left: 0;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product {
    width: calc(50% - 15px);
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(3n+3) {
    margin-right: 30px;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(2n+2) {
    margin-right: 0;
  }
  .hot-shot-module .wide-banner {
    flex-direction: column;
  }
  .hot-shot-module .wide-banner .left-col {
    padding: 2rem 1.5rem 1rem;
    width: 100%;
    position: relative;
    border-bottom-left-radius: 0;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    z-index: 2;
    overflow: visible;
  }
  .hot-shot-module .wide-banner .left-col:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 540px 0 0;
    border-color: #28E0A3 transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 3;
  }
  .hot-shot-module .wide-banner .left-col h3 span {
    display: inline;
  }
  .hot-shot-module .wide-banner .right-col {
    padding: 2rem 1.5rem;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .hot-shot-module .wide-banner .right-col:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .hot-shot-module {
    margin-bottom: 2.5rem;
  }
  .hot-shot-module .first-row {
    margin-bottom: 2.5rem;
  }
  .hot-shot-module .hot-shot-wrapper {
    margin: 0 1rem 2.5rem;
    padding: 1.67rem 2.5rem;
  }
  .hot-shot-module .hot-shot-wrapper h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.83rem;
  }
  .hot-shot-module .hot-shot-wrapper .left-col,
  .hot-shot-module .hot-shot-wrapper .right-col {
    width: 100%;
    padding: 0;
  }
  .hot-shot-module .hot-shot-wrapper .left-col {
    justify-content: center;
  }
  .hot-shot-module .hot-shot-wrapper .left-col img {
    max-height: 210px;
    width: auto;
    margin-bottom: 0.83rem;
  }
  .hot-shot-module .hot-shot-wrapper .product-flags {
    top: 0;
    left: 0;
    justify-content: center;
  }
  .hot-shot-module .hot-shot-wrapper h4 {
    font-size: 1.5rem;
    margin-bottom: 0.83rem;
  }
  .hot-shot-module .hot-shot-wrapper .product-prices {
    margin-bottom: 1.25rem;
  }
  .hot-shot-module .hot-shot-wrapper .product-prices .regular-price {
    font-size: 1.17rem;
  }
  .hot-shot-module .hot-shot-wrapper .product-prices .current-price {
    font-size: 2rem;
  }
  .hot-shot-module .hot-shot-wrapper .sold-amount {
    margin-bottom: 1.25rem;
  }
  .hot-shot-module .hot-shot-wrapper .sold-amount .capacity {
    margin-bottom: 0.1rem;
  }
  .hot-shot-module .hot-shot-wrapper .timer-wrapper {
    padding: 0;
    width: calc(100% - 50px);
    margin-right: auto;
  }
  .hot-shot-module .hot-shot-wrapper .timer-wrapper:before {
    width: 2rem;
    height: 2rem;
    left: -0.45rem;
    top: -0.25rem;
    transform: none;
  }
  .hot-shot-module .hot-shot-wrapper .timer-wrapper .timer-info {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.416rem;
    text-align: left;
    padding-left: 1.5rem;
  }
  .hot-shot-module .hot-shot-wrapper .timer-wrapper .timer-info strong {
    display: inline-block;
    font-weight: 600;
  }
  .hot-shot-module .hot-shot-wrapper .timer-wrapper .timing {
    margin: 0;
  }
  .hot-shot-module .hot-shot-wrapper .timer-wrapper .timing span {
    height: 28px;
    width: 28px;
    font-size: 7px;
  }
  .hot-shot-module .hot-shot-wrapper .timer-wrapper .timing span:not(:last-child) {
    margin-right: 4px;
  }
  .hot-shot-module .hot-shot-wrapper .timer-wrapper .timing span strong {
    font-size: 14px;
    height: 15px;
  }
  .hot-shot-module .hot-shot-wrapper .add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    text-indent: -1000px;
    overflow: hidden;
  }
  .hot-shot-module .hot-shot-wrapper .add-to-cart:before {
    content: "";
    position: absolute;
    background: url(../img/icon-shopping-bag-purple.svg) no-repeat center center !important;
    background-size: contain !important;
    width: 1.333rem;
    height: 1.333rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
    opacity: 1;
  }
  .hot-shot-module .hot-shot-wrapper .add-to-cart:hover {
    background-color: #28E1A3 !important;
  }
  .hot-shot-module .hot-shot-wrapper .add-to-cart span {
    display: none;
  }
  .hot-shot-module .discounts-wrapper .upper-wrapper {
    margin: 0 1rem 1.67rem;
    padding-bottom: 0.75rem;
  }
  .hot-shot-module .discounts-wrapper .upper-wrapper h5 {
    font-size: 2rem;
  }
  .hot-shot-module .discounts-wrapper .upper-wrapper .show-all {
    font-size: 1.17rem;
  }
  .hot-shot-module .discounts-wrapper .ph-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    max-width: calc(100% + 30px) !important;
    padding: 10px 0 30px;
  }
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-viewport {
    overflow: visible !important;
    padding: 0px 195px;
  }
  .hot-shot-module .discounts-wrapper .ph-wrapper .products {
    margin-left: 0;
    margin-right: 0;
  }
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-controls {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-controls .ph-pager {
    display: flex;
    justify-content: center;
  }
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-controls .ph-pager .ph-pager-item {
    margin-left: 8px;
    margin-right: 8px;
  }
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-controls .ph-pager .ph-pager-item a {
    width: 10px;
    height: 10px;
    background: #F1F1F1;
    text-indent: -9999px;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
  }
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-controls .ph-pager .ph-pager-item a.active {
    width: 40px;
    background: #777777;
  }
  .hot-shot-module .discounts-wrapper .products-wrapper {
    display: block;
  }
  .hot-shot-module .discounts-wrapper .products-wrapper .single-product {
    margin-bottom: 1.67rem;
    padding: 0 1rem;
  }
  .hot-shot-module .discounts-wrapper .products-wrapper .single-product h6 {
    font-size: 1.333rem;
    margin-bottom: 0.83rem;
  }
  .hot-shot-module .discounts-wrapper .products-wrapper .product-prices .current-price {
    font-size: 1.17rem;
  }
  .hot-shot-module .discounts-wrapper .products-wrapper .product-prices .regular-price {
    font-size: 0.83rem;
  }
  .hot-shot-module .discounts-wrapper .products-wrapper img {
    max-width: 120px !important;
  }
  .hot-shot-module .wide-banner {
    margin: 0 1rem;
  }
  .hot-shot-module .wide-banner .left-col h3 {
    font-size: 3.9rem;
  }
  .hot-shot-module .wide-banner .left-col h3 span {
    display: block;
  }
  .hot-shot-module .wide-banner .right-col {
    padding: 2rem 1rem;
  }
  .hot-shot-module .wide-banner .right-col .single-icon:nth-child(1) figure {
    margin-bottom: 0.5rem;
  }
  .hot-shot-module .wide-banner .right-col .single-icon:nth-child(2) figure {
    margin-bottom: 1rem;
  }
  .hot-shot-module .wide-banner .right-col .single-icon:nth-child(3) figure {
    margin-bottom: 0.5rem;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product {
    margin: 0;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(5), .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(6), .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(7), .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(8), .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(9), .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(10) {
    display: block;
  }
  .hot-shot-module .without-main-product .discounts-wrapper .products-wrapper .single-product:nth-child(3n+3) {
    margin-right: 0;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product {
    margin: 0;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(6), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(7), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(8), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(9), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(10), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(11), .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(12) {
    display: block;
  }
  .hot-shot-module .without-main-product-12 .discounts-wrapper .products-wrapper .single-product:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-viewport {
    padding: 0 155px;
  }
}
@media (max-width: 450px) {
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-viewport {
    padding: 0 125px;
  }
}
@media (max-width: 400px) {
  .hot-shot-module .discounts-wrapper .ph-wrapper .ph-viewport {
    padding: 0 105px;
  }
}
@media (max-width: 359px) {
  .hot-shot-module .wide-banner .left-col h3 {
    font-size: 3.25rem;
  }
}
.hot-shot-product .sold-amount {
  margin-bottom: 2.14rem;
  width: 100%;
}
.hot-shot-product .sold-amount .capacity {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.714rem;
}
.hot-shot-product .sold-amount .capacity span {
  font-size: 0.83rem;
  color: #222;
  font-weight: 400;
  display: inline-block;
}
.hot-shot-product .sold-amount .capacity span strong {
  font-size: 1.14rem;
  font-weight: 700;
  margin-left: 1px;
}
.hot-shot-product .sold-amount .sold-bg {
  width: 100%;
  height: 1.07rem;
  position: relative;
  border-radius: 0.58rem;
  background-color: #f1f1f1;
  display: block;
}
.hot-shot-product .sold-amount .sold-bg .sold-inside-bg {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.58rem;
  background: linear-gradient(90deg, #662D91 0%, #28E1A3 100%);
}
.hot-shot-product .timer-wrapper {
  padding-top: 2.14rem;
  position: relative;
}
.hot-shot-product .timer-wrapper:before {
  content: "";
  position: absolute;
  background: url(../img/icon-timer.svg) no-repeat center center;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
}
.hot-shot-product .timer-wrapper .timer-info {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 0.714rem;
  color: #222;
}
.hot-shot-product .timer-wrapper .timer-info strong {
  display: block;
  font-size: 1.14rem;
  font-weight: 700;
}
.hot-shot-product .timing {
  display: flex;
  align-items: center;
  margin-bottom: 2.14rem;
  justify-content: center;
}
.hot-shot-product .timing .spans {
  display: flex;
}
.hot-shot-product .timing span {
  background-color: rgba(102, 45, 145, 0.25);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 400;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}
.hot-shot-product .timing span:not(:last-child) {
  margin-right: 5px;
}
.hot-shot-product .timing span strong {
  display: block;
  height: 22px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 2px;
}

@media (max-width: 575px) {
  .hot-shot-product {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style_hotsale.css.map */