@charset "utf-8";
/* logo - settings height*/
/* 1.6 - Variable */
.productDetail-listprod {
  margin-top: 0px;
  padding-top: 0px;
  }
  .productDetail-listprod + .productDetail-listprod {
    border-top: 0;
    padding-top: 0; }
  .productDetail-listprod .listprod-title h2 {
    margin: 0 0 20px;
    font-size: 28px;
    text-align: center; }
  @media (max-width: 991px) {
    .productDetail-listprod {
      margin-top: 20px;
      border-top: 0;
      padding-top: 0px; }
    .productDetail-listprod + .productDetail-listprod {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .productDetail-listprod .listprod-title h2 {
      font-size: 24px; }
    .productDetail-listprod .listprod-content {
      margin-left: 13px;
      margin-right: -15px;
      overflow: hidden; }
      .productDetail-listprod .listprod-content .owl-stage {
        left: -10px; } }

.productDetail-linkcopy {
  position: relative;
  overflow: hidden; }
  .productDetail-linkcopy input.linkToCopy {
    opacity: 0;
    position: absolute;
    left: 180%;
    top: -20px; }

.product-sharing {
  width: 35px;
  height: 35px;
  line-height: 35px; }
  .product-sharing .sharing__iconCircleState {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: rgba(28, 27, 27, 0.5);
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15); }
    .product-sharing .sharing__iconCircleState .sharing__primaryState, .product-sharing .sharing__iconCircleState .sharing__secondaryState {
      display: block;
      -webkit-transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
      transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1); }
      .product-sharing .sharing__iconCircleState .sharing__primaryState svg, .product-sharing .sharing__iconCircleState .sharing__secondaryState svg {
        height: 35px;
        width: 14px;
        display: block;
        line-height: 35px;
        margin: auto; }
    .product-sharing .sharing__iconCircleState .sharing__primaryState svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .product-sharing .sharing__iconCircleState .sharing__secondaryState {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .product-sharing a {
    right: 3px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
    .product-sharing a svg {
      height: 30px;
      line-height: 30px;
      width: 18px;
      display: block;
      margin: auto; }
  .product-sharing a:nth-child(2) {
    top: 50px;
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
  .product-sharing a:nth-child(3) {
    top: 90px;
    -ms-transition: all 150ms linear 100ms;
    -webkit-transition: all 150ms linear 100ms;
    transition: all 150ms linear 100ms; }
  .product-sharing a span.toollip-txt {
    border-radius: 2px;
    text-align: center;
    background: #1c1b1b;
    padding: 0 8px;
    visibility: hidden;
    opacity: 0;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 999;
    color: #ffffff;
    font-size: 10px;
    white-space: nowrap; }
  .product-sharing a span.toollip-txt:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 7px 7px 7px 0;
		border-color: transparent #1c1b1b transparent transparent;*/
    border-width: 7px 0px 7px 7px;
    border-color: transparent  transparent transparent #1c1b1b;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .product-sharing a:nth-child(2) span.toollip-txt {
    -ms-transition: all 200ms linear 250ms;
    -webkit-transition: all 200ms linear 250ms;
    transition: all 200ms linear 250ms; }
  .product-sharing a:nth-child(3) span.toollip-txt {
    -ms-transition: all 200ms linear 350ms;
    -webkit-transition: all 200ms linear 350ms;
    transition: all 200ms linear 350ms; }
  .product-sharing a span.url-link {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .product-sharing.sharing-active .sharing__iconCircleState {
    background: #1c1b1b;
    color: #fff; }
    .product-sharing.sharing-active .sharing__iconCircleState .sharing__primaryState {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .product-sharing.sharing-active .sharing__iconCircleState .sharing__secondaryState {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .product-sharing.sharing-active a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .product-sharing.sharing-active a span.toollip-txt {
    visibility: visible;
    opacity: 1;
    margin-right: 0; }
  .product-sharing input.linkToCopy {
    opacity: 0;
    position: absolute;
    left: 180%;
    top: -20px; }

.productDetail--gallery .product-container-gallery {
  position: relative;
  overflow: hidden; }

.productDetail--gallery .actionPrev-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #81868a;
  border: 1px solid #81868a; }
  .productDetail--gallery .actionPrev-link svg {
    fill: #fff;
    height: 40px;
    width: 20px;
    display: block;
    margin: auto; }

.productDetail--gallery .product-percent {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 9; }
  .productDetail--gallery .product-percent span {
    display: block;
    background: #a70f07;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0 0 10px 10px; }

.productDetail--gallery .product-sharing {
  position: absolute;
  top: 60px;
  right: 5px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out; }

.productDetail--gallery .productCarousel-slider {
  overflow: hidden; }
  .productDetail--gallery .productCarousel-slider .owl-nav button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0px;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    display: inline-block;
    background: transparent; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.owl-prev {
    left: 0px; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.owl-next {

    right: 0px; }
  .productDetail--gallery .productCarousel-slider .owl-nav button:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block; }
  .productDetail--gallery .productCarousel-slider .owl-nav .owl-prev:before {
    content: "\f104"; }
  .productDetail--gallery .productCarousel-slider .owl-nav .owl-next:before {
    content: "\f105"; }
  .productDetail--gallery .productCarousel-slider .owl-nav button.disabled {
    opacity: 0; }
  .productDetail--gallery .productCarousel-slider .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: center; }
  .productDetail--gallery .productCarousel-slider .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    background: #ddd;
    border: 1px solid #fff;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
  .productDetail--gallery .productCarousel-slider .owl-dots .owl-dot.active {
    background: #3966b8; }

.productDetail--gallery .productCarousel-thumb .product-thumb .product-thumb__item {
  display: block;
  border: 1px solid #e7e7e7; }

.productDetail--gallery .productCarousel-thumb .current .product-thumb .product-thumb__item {
  border-color: #c00113; }

.productDetail--gallery .product-gallery {
  background: #ffffff;
  text-align: center;
  width: 100%; }

@media (min-width: 768px) {
  .productDetail--gallery .productCarousel-thumb {
    margin-top: 15px;
    position: initial; } }

@media (max-width: 767px) {
  .productDetail--gallery {
    padding: 0; }
  .productDetail--gallery .productCarousel-thumb {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px; } }

@media (max-width: 767px) and (max-width: 767px) {
  .layout-basic-detail .productDetail--gallery .owl-dots {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .layout-basic-detail .productDetail--gallery .owl-dots .owl-dot {
      width: 100%;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%;
      border-radius: 0;
      background: #efefef;
      margin: 0;
      padding: 0;
      border: none;
      height: 4px; }
      .layout-basic-detail .productDetail--gallery .owl-dots .owl-dot span {
        display: none; }
      .layout-basic-detail .productDetail--gallery .owl-dots .owl-dot.active {
        background: black; } }

.productDetail--content .product-container-detail {
  background: #ffffff; }

.productDetail--content .product-container-detail > [class*='product-'] {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.productDetail--content .product-container-detail > .product-description {
  margin-bottom: 0; }

.productDetail--content .product-container-detail > .product-container-order {
  margin: 0; }

.productDetail--content .product-container-detail .product-container-order > [class*='product-'] {
  margin-bottom: 15px; }

.productDetail--content .product-policy-detail {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 10px 0 0 0 !important;
  margin: 0 !important; }
  .productDetail--content .product-policy-detail .item-policy-detail {
    background: rgba(236, 235, 232, 0.65);
    padding: 15px;
    width: 49%;
    text-align: center;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

.productDetail--content .product-heading h1 {
  font-size: 22px;
  margin: 15px 0 8px; }

.productDetail--content .product-heading .product-reviews .rating-star {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .productDetail--content .product-heading .product-reviews .rating-star .hrv-product-reviews-star {
    position: relative;
    margin-right: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .productDetail--content .product-heading .product-reviews .rating-star .hrv-product-reviews-star i {
      font-size: 15px; }
  .productDetail--content .product-heading .product-reviews .rating-star p {
    display: inline-block;
    font-size: 13px;
    margin: 0; }

.productDetail--content .product-heading .product-meta li {
  display: inline-block; }

.productDetail--content .product-heading .product-meta li + li:before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #cccccc;
  margin: 0 7px; }

.productDetail--content .product-heading .product-meta li a, .productDetail--content .product-heading .product-meta li span {
  font-weight: 500;
  color: #c00113; }

.productDetail--content .product-customer {
  border-top: 10px solid #ffffff; }
  .productDetail--content .product-customer-reviews {
    position: relative; }
  .productDetail--content .product-customer .hrv-product-reviews-heading {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    padding-right: 170px; }
  .productDetail--content .product-customer .product-reviews-summary-actions {
    float: none;
    position: absolute;
    right: 0;
    top: 15px; }
  .productDetail--content .product-customer #btnnewreview {
    margin-bottom: 20px;
    background: #ffffff;
    border: 2px solid #c00113;
    color: #c00113;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 0;
    font-size: 15px;
    min-width: 150px; }
  .productDetail--content .product-customer #hrv-product-reviews-summary {
    width: 100% !important;
    padding: 0 0 20px; }
    .productDetail--content .product-customer #hrv-product-reviews-summary * {
      text-align: left !important; }
  .productDetail--content .product-customer .hrv-product-reviews-form {
    width: 100% !important;
    float: none;
    clear: both; }
  .productDetail--content .product-customer #hrv-product-reviews-form {
    background: rgba(0, 0, 0, 0.02);
    padding: 12px 12px;
    margin-top: 10px; }
    .productDetail--content .product-customer #hrv-product-reviews-form h3 {
      display: block;
      margin: 5px 0 10px;
      font-weight: 600;
      font-size: 16px; }
    .productDetail--content .product-customer #hrv-product-reviews-form fieldset label {
      display: block;
      font-weight: 500;
      font-size: 13px; }
    .productDetail--content .product-customer #hrv-product-reviews-form fieldset textarea, .productDetail--content .product-customer #hrv-product-reviews-form fieldset input {
      padding: 10px;
      width: 100%;
      font-size: 14px;
      background-color: #fff;
      border: 1px solid #e7e7e7;
      outline: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none; }
    .productDetail--content .product-customer #hrv-product-reviews-form fieldset textarea {
      width: 100% !important;
      height: 80px;
      min-height: 80px;
      max-width: 100%; }
    .productDetail--content .product-customer #hrv-product-reviews-form fieldset [id^="msg_"] {
      margin-top: 5px !important;
      font-size: 12px; }
    .productDetail--content .product-customer #hrv-product-reviews-form #btnSubmitReview {
      background: #c00113;
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 4px;
      font-weight: 500;
      margin-top: 0;
      font-size: 15px;
      min-width: 150px; }
  .productDetail--content .product-customer #hrv-product-reviews-thanks {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #c00113;
    border-radius: 8px;
    padding: 20px 10px; }
  .productDetail--content .product-customer #hrv-product-reviews-list {
    padding-bottom: 15px; }
  .productDetail--content .product-customer #hrv-product-reviews-list > div {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0; }
    .productDetail--content .product-customer #hrv-product-reviews-list > div .hrv-product-reviews-star i[class^="star-"] {
      font-size: 14px; }
  @media (max-width: 767px) {
    .productDetail--content .product-customer #hrv-product-reviews-summary {
      width: 100% !important;
      padding-bottom: 8px; }
    .productDetail--content .product-customer .hrv-product-reviews-heading {
      padding-right: 0; }
    .productDetail--content .product-customer .product-reviews-summary-actions {
      position: relative;
      display: block;
      clear: both;
      float: none; } }

.productDetail--content .product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .productDetail--content .product-price {
      margin-top: 0px; } }
  .productDetail--content .product-price span.pro-price {
    font-size: 25px;
    font-weight: 600;
    color: red;
    order: 1; }
  .productDetail--content .product-price del {
    font-size: 18px;
    color: #878c8f;
    margin-left: 10px;
    order: 2; }
  .productDetail--content .product-price span.pro-percent {
    display: inline-block;
    padding: 3px 14px;
    margin-left: 10px;
    background: #f94c43;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: white;
    vertical-align: text-bottom;
    order: 3; }

.productDetail--content .product-available {
  display: none !important; }

.productDetail--content .product-available p.txt-inventory {
  color: #dea554;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0px; }

.productDetail--content .product-coutdown .pro-coutdown {
  margin-bottom: 20px; }
  .productDetail--content .product-coutdown .pro-coutdown p {
    font-size: 15px;
    text-transform: uppercase; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout {
    display: inline-block;
    width: 55px;
    color: #808080; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span {
    display: block; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span:not(.text) {
    display: block;
    background: #f1f4f9;
    width: 44px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    color: #333;
    margin: 10px auto 5px; }
  .productDetail--content .product-coutdown .pro-coutdown .section_cout span.text {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500; }

.productDetail--content .product-deliverly .infoList-deliverly li {
  padding-left: 45px;
  padding-top: 4px;
  position: relative;
  margin-bottom: 20px; }

.productDetail--content .product-deliverly .infoList-deliverly li span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  display: inline-block;
  vertical-align: middle; }

.productDetail--content .product-variants .select {
  display: none;
  visibility: hidden; }

.productDetail--content .product-variants .select-actions.margin-quantity {
  margin: 10px 0 0;
  display: flex; }

@media (max-width: 991px) {
  .productDetail--content .product-variants .select-actions {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media (min-width: 992px) {
  .productDetail--content .product-variants .select-actions label {
    display: none; } }

.productDetail--content .product-variants .select-actions .btn-product-store, .productDetail--content .product-variants .select-actions .btn-product-gift {
  background-color: #ffffff;
  border-color: #c9c3c3;
  color: #c9c3c3;
  width: 100%; }
  .productDetail--content .product-variants .select-actions .btn-product-store:before, .productDetail--content .product-variants .select-actions .btn-product-gift:before {
    display: none; }

.productDetail--content .product-variants .select-actions .block-chat-desktop {
  width: 150px;
  float: left;
  height: 45px;
  background: rgba(236, 235, 232, 0.65);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .productDetail--content .product-variants .select-actions .block-chat-desktop a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .productDetail--content .product-variants .select-actions .block-chat-desktop a img {
      width: 30px;
      margin: 0 10px 0 0; }

.productDetail--content .product-variants .select-actions .addcart-area {
  width: 100%; }

.productDetail--content .product-variants .select-actions .addcart-area .btn-addtocart {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  outline: none;
  font-weight: 600;
  font-size: 15px; }

.productDetail--content .product-variants .select-actions .quantity-area {
  width: 150px;
  float: left; }

.productDetail--content .product-variants .select-actions .quantity-area input.quantity-input {
  background: #fff;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  width: 60px;
  padding: 0;
  text-align: center;
  border: 1px solid #f3f4f4;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.productDetail--content .product-variants .select-actions .quantity-area input.qty-btn {
  float: left;
  background: #f3f4f4;
  border: solid 1px #f3f4f4;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.productDetail--content .product-description {
  border-top: 10px solid #ffffff; }
  .productDetail--content .product-description .panel-group {
    margin: 0; }
    .productDetail--content .product-description .panel-group + .panel-group {
      border-top: 1px solid #ebecf0; }
    .productDetail--content .product-description .panel-group.opened i:before {
      content: "\f068"; }
    .productDetail--content .product-description .panel-group .panel-title {
      position: relative; }
    .productDetail--content .product-description .panel-group .panel-title h2 {
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 500;
      margin: 0;
      padding: 20px 0;
      cursor: pointer;
      font-weight: bold; }
      .productDetail--content .product-description .panel-group .panel-title h2 i {
        float: right; }
    .productDetail--content .product-description .panel-group .panel-title:after,
    .productDetail--content .product-description .panel-group .panel-title:before {
      content: '';
      display: none;
      position: absolute;
      margin-right: 25px;
      top: 50%;
      right: 0;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear;
      -webkit-transition: all .25s linear;
      transition: all .25s linear; }
    .productDetail--content .product-description .panel-group .panel-title:before {
      width: 13px;
      height: 1px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: rgba(9, 9, 9, 0.6); }
    .productDetail--content .product-description .panel-group .panel-title:after {
      width: 1px;
      height: 13px;
      right: 6px;
      background: rgba(9, 9, 9, 0.6);
      transform-origin: center;
      -moz-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
      -webkit-transform: translateY(-50%) scale(1, 1);
      transform: translateY(-50%) scale(1, 1); }
    .productDetail--content .product-description .panel-group .panel-description {
      display: none;
      padding: 0px 0 20px; }
    .productDetail--content .product-description .panel-group.opened h2 {
      font-weight: bold; }
    .productDetail--content .product-description .panel-group.opened .panel-title {
      color: #000; }
    .productDetail--content .product-description .panel-group.opened .panel-title:after {
      -moz-transform: translateY(-50%) scale(1, 0);
      -ms-transform: translateY(-50%) scale(1, 0);
      -webkit-transform: translateY(-50%) scale(1, 0);
      transform: translateY(-50%) scale(1, 0); }

.productDetail--content .product-support {
  border-top: 1px solid #ebecf0;
  padding: 20px 0; }
  .productDetail--content .product-support h3 {
    text-transform: uppercase;
    margin: 20px 0; }

@media (min-width: 768px) {
  .productDetail--content .product-container-order {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .productDetail--content .product-container-order .product-heading {
      -webkit-order: 0;
      order: 0; }
    .productDetail--content .product-container-order .product-price {
      -webkit-order: 2;
      order: 2; }
    .productDetail--content .product-container-order .product-available {
      -webkit-order: 3;
      order: 3; }
    .productDetail--content .product-container-order .product-variants {
      -webkit-order: 4;
      order: 4; } }

@media (max-width: 767px) {
  .productDetail--content .product-heading h1 {
    font-size: 20px; }
  .productDetail--content .product-heading .product-meta .pro-sku + .pro-vendor:before,
  .productDetail--content .product-heading .product-meta .pro-sku + .pro-soldold:before {
    display: none; }
  .productDetail--content .product-container-order {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .productDetail--content .product-variants, .productDetail--content .product-price, .productDetail--content .product-heading, .productDetail--content .product-review-new {
    width: 100%; }
  .productDetail--content .product-variants {
    order: 5; } }

/* Setting varian màu sắc */
.productDetail--content .swatch .swatch-element .xanh-bo span {
  font-size: 0;
  background: #099116;
  border-radius: 50%;
  width: 100%;
  height: 100%; }

.productDetail--content .swatch .swatch-element .xanh-luc span {
  font-size: 0;
  background: #51f851;
  border-radius: 50%;
  width: 100%;
  height: 100%; }

.productToolbar-addcart .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .productToolbar-addcart .product-actions .block-quantity {
    width: 71px;
    float: left;
    display: none; }
  .productToolbar-addcart .product-actions .block-addcart {
    width: calc(100% - 140px);
    float: left; }
    .productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct {
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding: 0 5px;
      font-size: 12px; }
  .productToolbar-addcart .product-actions .quantity-selector input.quantity-number {
    background: #fff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 30px;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none; }
  .productToolbar-addcart .product-actions .quantity-selector input.qty-btn {
    float: left;
    background: #f3f4f4;
    border: solid 1px #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 40px;
    line-height: 40px;
    width: 20px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }

@media (max-width: 991px) {
  .productToolbar-addcart .product-actions .btn-product-store, .productToolbar-addcart .product-actions .btn-product-gift {
    width: 100%;
    background-color: #c9c3c3;
    border-color: #c9c3c3;
    color: #333333;
    margin-bottom: -2px; }
    .productToolbar-addcart .product-actions .btn-product-store:before, .productToolbar-addcart .product-actions .btn-product-gift:before {
      display: none; } }

/* Layout product */
.productDetail_style__01 .productDetail--content .product-price span.pro-percent {
  display: none; }

.productDetail_style__01 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

@media (min-width: 1440px) {
  .productDetail_style__01 .productDetail--gallery {
    width: 48%; }
  .productDetail_style__01 .productDetail--content {
    width: 52%; } }

@media (min-width: 992px) {
  .productDetail_style__01 .productDetail--gallery {
    width: 43%; }
  .productDetail_style__01 .productDetail--content {
    width: 57%; } }

.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .productGallery_thumb {
    width: 50px; }
  .productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .productGallery_slider {
    width: calc(100% - 50px); }
  .productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll {
    position: relative;
    margin-top: 15px;
    display: block;
    margin-bottom: 100px;
    height: 35px;
    width: 35px; }
  .productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll .sharing__iconCircleState .sharing__primaryState svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a {
    position: absolute;
    padding: 0;
    line-height: 30px;
    padding: 0;
    margin: auto; }
  .productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a span.toollip-txt {
    left: 40px;
    right: initial; }
  .productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a span.toollip-txt:before {
    left: -5px;
    right: initial;
    border-width: 7px 7px 7px 0px;
    border-color: transparent #1c1b1b transparent transparent; }

.productDetail_style__02 .productDetail--gallery .productList-thumb {
  box-sizing: border-box;
  width: 100%;
  float: initial;
  position: -webkit-sticky;
  position: sticky;
  top: 90px; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb {
  float: initial;
  padding: 0 10px 5px; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #e0e0e0;
  background: transparent;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item img {
  opacity: 0;
  display: none; }

.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb.active .product-thumb__item {
  border-color: #c00113;
  background: #c00113; }

.productDetail_style__02 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

@media (min-width: 992px) {
  .productDetail_style__02 .productDetail--gallery .product-gallery {
    margin-bottom: 15px; }
  .productDetail_style__02 .productDetail--gallery .product-container-gallery {
    overflow: initial; }
  .productDetail_style__02 .productDetail--gallery .product-sharing, .productDetail_style__02 .productDetail--gallery .product-percent {
    display: none; } }

.productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height:810px}
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 120px;
    padding-right: 15px;
    margin-top: 2px;
  /*  position: absolute;*/
    z-index: 9;
    top: 10px;
    left: 10px; }
    @media (max-width: 767px) {
      .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
        left: 15px; display:none } }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width:80%;
  /*  position: relative;*/ }
  
    @media (max-width: 767px) {
     .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width:100%;}

.productDetail_style__03 .productSlick-thumb .product-thumb .product-thumb__item {
  display: block;
  margin-bottom: 8px;
  border: 1px solid #e7e7e7; }

.productDetail_style__03 .productSlick-thumb .product-thumb.slick-current .product-thumb__item {
  border-color: #c00113; }

.productDetail_style__03 .productSlick-slider:not(.slick-initialized) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.productDetail_style__03 .productSlick-slider:not(.slick-initialized) .product-gallery {
  flex: 0 0 100%; }

.productDetail_style__03 .productSlick-slider button.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0px;
  font-size: 0;
  height: 35px;
  width: 18px;
  line-height: 35px;
  outline: none;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 0;
  box-shadow: none; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-prev {
    left: 0px; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-next {
    right: 0px; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-next:before {
    content: "\f105"; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-prev:before {
    content: "\f104"; }
  .productDetail_style__03 .productSlick-slider button.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }

.productDetail_style__03 .productSlick-slider ul.slick-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  text-align: center; }
  .productDetail_style__03 .productSlick-slider ul.slick-dots li {
    display: inline-block; }
    .productDetail_style__03 .productSlick-slider ul.slick-dots li button {
      display: inline-block;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      margin: 0 4px;
      border-width: 2px;
      background: #ddd;
      border: 1px solid #fff;
      font-size: 0;
      outline: none;
      -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
      transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
    .productDetail_style__03 .productSlick-slider ul.slick-dots li.slick-active button {
      background: #3966b8; }

@media (min-width: 767px) {
  .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots {
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%; }
    .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots[style="display: block;"] {
     
    
    .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots li {
      width: 100%;
      display: -ms-flexbox !important;
      display: flex !important; }
      .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots li button {
        width: 100%;
        border-radius: 0;
        background: #efefef;
        margin: 0;
        padding: 0;
        border: none;
        height: 4px; }
      .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots li.slick-active button {
        background: black; } }

.productDetail_style__03 .productDetail--gallery .productList-slider .product-gallery img {
  cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto; }

@media (max-width: 1199px) and (min-width: 992px) {
  .productDetail_style__03 .productDetail--gallery {
    width: 56%; }
  .productDetail_style__03 .productDetail--content {
    width: 44%; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 76px;
    padding-right: 10px;
    margin-top: 0px; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: 100%;
    /*width: calc(100% - 76px);*/
  /*  position: relative; */} }

@media (max-width: 992px) and (min-width: 768px) {
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 110px;
    padding-right: 16px; }
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: 100%;
    /*width: calc(100% - 110px);*/
    position: relative; } }

@media (max-width: 767px) {
  .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
      width: 100%;
      -webkit-order: 1;
      order: 1; }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productSlick-thumb .product-thumb .product-thumb__item {
      margin-left: 5px;
      margin-right: 5px; } }

@media (min-width: 992px) {
  .layout-productDetail {
    margin-bottom: 55px; }
  .layout-productDetail .productDetail--content {
    padding-left: 0; }
  .layout-productDetail .productDetail_style__01 .productDetail--gallery {
    position: -webkit-sticky;
    position: sticky;
    top: 70px; }
  .layout-productDetail .productDetail_style__02 .productDetail--content {
    position: -webkit-sticky;
    position: sticky;
    top: 70px; }
  .layout-productDetail .productDetail_style__03 .productDetail--gallery {
    position: -webkit-sticky;
    position: sticky;
    top: 70px; } }

@media (max-width: 991px) {
  .productDetail--content {
    margin-top: 15px; }
    .layout-basic-detail .productDetail--content {
      margin-top: 0;
      padding-top: 15px;
      background: white; } }

@media (max-width: 767px) {
  .productDetail--content {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -35px; } }

/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-productApp:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-productApp .modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }

.modal-productApp.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-productApp .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-productApp.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-productApp.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-productApp .modal-footer {
  padding: 15px;
  text-align: center; }

.modal-productApp .modal-footer .button {
  margin: 0 5px;
  font-weight: 600;
  outline: none; }

.modal-productApp .modal-footer .button:first-child:not(:hover) {
  color: #c00113; }

.modal-productApp .modal-footer .button:first-child:not(:hover):before {
  background: #ffffff; }

.modal-productApp .modal-header {
  padding: 15px 20px; }

.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  padding: 0px 30px 0px 0px; }

.modal-productApp .modal-header .combo-title {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold; }

.modal-productApp .modal-header .close-modal-app {
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  right: 13px;
  top: 9px;
  z-index: 9;
  opacity: 1;
  margin: 0; }

.modal-productApp .modal-header .close-modal-app svg {
  display: inline-block;
  fill: currentColor;
  position: relative;
  width: 12px;
  height: 28px; }

#combo-program {
  max-height: 400px;
  overflow: auto; }

#combo-program .combo-title b {
  color: #ff0707; }

#combo-program .combo-w {
  border: 0;
  margin-bottom: 0px;
  padding: 0px 10px 0px 40px;
  position: relative; }

#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: #c00113;
  opacity: 0; }

#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px; }

#combo-program .combo-w.checked:after {
  opacity: 1; }

#combo-program .combo-w.checked:before {
  border: 1px solid #c00113; }

#combo-program table tr {
  margin-bottom: 3px; }

#combo-program table tr:first-child td {
  border-top: 0; }

#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer; }

#combo-program table label:after {
  content: "";
  display: table;
  clear: both; }

#combo-program table label img {
  display: inline-block;
  width: 85px;
  float: left; }

#combo-program table label p {
  display: inline-block;
  width: calc(100% - 85px);
  float: left;
  margin-bottom: 0px;
  padding-left: 15px; }

#combo-program table label .discount-promotion-price b {
  color: #fa0303; }

#combo-program table label .discount-promotion-price del {
  margin-left: 5px; }

#combo-program table input {
  display: none; }

#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8; }

#buyxgety-program {
  margin: 20px 0;
  border: 2px dotted #c00113;
  padding: 10px;
  position: relative;
  min-height: 100px;
  z-index: 0; }

#buyxgety-program .buyxgety-heading {
  padding: 5px 10px;
  position: relative;
  padding-right: 60px; }

#buyxgety-program .buyxgety-heading h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px; }

#buyxgety-program .buyxgety-heading:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 6px;
  background-image: url("https://file.hstatic.net/200000503583/file/qua-tang-_2__cea63af900cd4caa890e62d3055057fa.png");
  background-repeat: no-repeat;
  background-size: contain; }

#buyxgety-program .modal-body {
  padding: 15px 30px; }

.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px 10px; }

.buyxgety_item .buyxgety_checkbox {
  width: 35px;
  float: left;
  padding-top: 7px; }

.buyxgety_item .buyxgety_image {
  width: 60px;
  float: right;
  text-align: center; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 95px);
  float: right;
  padding-left: 15px; }

.buyxgety_item .buyxgety_list_variant select {
  font-size: 94%;
  font-style: italic;
  min-width: 110px;
  outline: none;
  padding: 1px 15px 2px;
  margin: 2px 0 5px; }

.buyxgety_item .buyxgety_checkbox input[type=radio] {
  cursor: pointer;
  width: 15px;
  height: 15px; }

.product-image-detail ul {
  margin: 0; }

.selector-wrapper, .select {
  display: none; }

.swatch {
  padding: 10px 0;
  width: 100%;
  float: left;
  border-bottom: 1px dotted #dfe0e1; }

.swatch .header {
  margin: 0 0 8px;
  font-size: 13px;
  text-align: left;
  line-height: initial; }

.swatch input {
  display: none; }

.swatch > label.tt-label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  text-transform: uppercase;
  width: 85px;
  text-align: right; }

.swatch .select-swap {
  display: inline-block;
  vertical-align: middle; }

.swatch input {
  display: none; }

.swatch .swatch-element {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: bottom;
  margin-top: 10px; }

.swatch .swatch-element label {
  display: block;
  margin: 0;
  background: #fff;
  width: auto;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: pointer; }

.swatch .swatch-element.color.soldout label span {
  overflow: hidden;
  position: relative; }

.swatch .swatch-element.color.soldout label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url(//theme.hstatic.net/200000503583/1001002697/14/sold_out.png?v=162) no-repeat;
  background-size: contain; }

.swatch .swatch-element.color label {
  width: 40px;
  height: 40px;
  padding: 2px;
  border-radius: 50%;
  border: none; }

.swatch .swatch-element.color span {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #dfe0e1; }

.swatch .swatch-element.color label.sd {
  background: transparent;
  border: 1px solid #808284; }

.swatch .swatch-element label.sd {
  border: 1px solid #a70f07;
  background: #a70f07;
  color: #fff; }

.swatch .swatch-element.soldout:not(.color) label {
  overflow: hidden; }

.swatch .swatch-element.soldout:not(.color) label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url(//theme.hstatic.net/200000503583/1001002697/14/sold_out.png?v=162) no-repeat;
  background-size: contain; }

label[for="product-select-option-0"] {
  display: none; }

label[for="product-select-option-1"] {
  display: none; }

label[for="product-select-option-2"] {
  display: none; }

#product-select-option-0 {
  display: none; }

#product-select-option-1 {
  display: none; }

#product-select-option-2 {
  display: none; }

#product-select-option-0 + .custom-style-select-box {
  display: none !important; }

#product-select-option-1 + .custom-style-select-box {
  display: none !important; }

#product-select-option-2 + .custom-style-select-box {
  display: none !important; }