@charset "UTF-8";
#product-template .sticky-gallery {
  position: sticky;
  position: -webkit-sticky;
  top: 10px; }

#product-template .has-parameter .sticky-gallery {
  position: relative;
  position: static;
  top: auto; }

#product-template .view-all-btn button {
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  #product-template .bg-while:not(.product-tabs-wrapper) {
    padding: 15px 10px; } }

#product-template .gallery-product-template #sl-product-thumb {
  position: relative; }
  #product-template .gallery-product-template #sl-product-thumb[data-widththumb="true"] {
    width: 15%; }
    #product-template .gallery-product-template #sl-product-thumb[data-widththumb="true"] > #slider-thumb:not(.slick-initialized) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      #product-template .gallery-product-template #sl-product-thumb[data-widththumb="true"] > #slider-thumb:not(.slick-initialized) > div {
        width: 100%;
        flex: 0 0 100%; }
  #product-template .gallery-product-template #sl-product-thumb[data-widththumb="false"] {
    width: 100%;
    order: 2;
    margin-top: 10px; }
    #product-template .gallery-product-template #sl-product-thumb[data-widththumb="false"] > div {
      margin: 0 -5px; }
    #product-template .gallery-product-template #sl-product-thumb[data-widththumb="false"] .item {
      padding: 0 5px; }
      #product-template .gallery-product-template #sl-product-thumb[data-widththumb="false"] .item a {
        margin-bottom: 0; }
  #product-template .gallery-product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item:nth-child(n+7) {
    display: none; }
  @media (max-width: 767px) {
    #product-template .gallery-product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item {
      flex: 0 0 100%;
      width: 100%; }
    #product-template .gallery-product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item:nth-child(n+2) {
      display: none; } }
  #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item {
    border: none !important;
    outline: none !important; }
    #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item.slick-current a {
      border: 2px solid var(--colorshophover, #1d4585);
      border-radius: 10px;
      background: #fff; }
      #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item.slick-current a img {
        top: 10px;
        left: 10px;
        right: auto;
        bottom: auto;
        width: calc(100% - 20px);
        height: calc(100% - 20px); }
    #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item a {
      margin-bottom: 10px;
      border: none;
      border-radius: 10px;
      z-index: 9;
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box; }
      #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item a:before {
        display: block;
        padding-bottom: 100%;
        content: ""; }
      #product-template .gallery-product-template #sl-product-thumb #slider-thumb .item a img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        object-fit: var(--typeimageproduct);
        object-position: center; }

#product-template .gallery-product-template .product-gallery {
  position: relative; }
  #product-template .gallery-product-template .product-gallery[data-widthgallery="true"] {
    width: 85%;
    padding-left: 10px; }
  #product-template .gallery-product-template .product-gallery[data-widthgallery="false"] {
    width: 100%;
    order: 1; }
  @media only screen and (max-width: 767px) {
    #product-template .gallery-product-template .product-gallery {
      padding-left: 0px !important;
      width: 100% !important; } }
  #product-template .gallery-product-template .product-gallery .item a {
    z-index: 9;
    display: block;
    position: relative; }
    #product-template .gallery-product-template .product-gallery .item a:before {
      display: block;
      padding-bottom: 100%;
      content: ""; }
    #product-template .gallery-product-template .product-gallery .item a img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: var(--typeimageproduct);
      object-position: center;
      left: 0;
      top: 0; }

#product-template .product-content .head-product-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #product-template .product-content .head-product-title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #product-template .product-content .head-product-title h1 {
        font-size: 20px; } }
    #product-template .product-content .head-product-title h1:after {
      color: #fff;
      padding: 2px 7px;
      font-size: 11px;
      border-radius: 3px;
      margin: 0;
      display: inline-block;
      content: attr(data-available);
      position: relative;
      top: -5px;
      left: 5px; }
      @media only screen and (max-width: 767px) {
        #product-template .product-content .head-product-title h1:after {
          top: -3px; } }
    #product-template .product-content .head-product-title h1.green:after {
      background: #38bf57; }
    #product-template .product-content .head-product-title h1.soldout-red:after {
      background: #ff0000; }

#product-template .product-info {
  margin-bottom: 10px;
  line-height: 20px; }
  #product-template .product-info .title {
    font-weight: bold;
    color: var(--colorshophover); }
  #product-template .product-info .line-info {
    margin: 0 10px; }
    @media (max-width: 400px) {
      #product-template .product-info .line-info:nth-child(4) {
        display: none; } }

#product-template #pro-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #product-template #pro-price .price-now {
    font-size: 22px;
    color: #ff0000;
    font-weight: 600;
    margin-right: 15px; }
  #product-template #pro-price .price-compare {
    margin-right: 15px; }
    #product-template #pro-price .price-compare del {
      font-size: 16px;
      color: #919191;
      font-weight: 500; }

#product-template .flex-100 {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 10px; }
  #product-template .flex-100 button {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }

#product-template .bg-countdown-product {
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden; }
  @media (max-width: 480px) {
    #product-template .bg-countdown-product {
      display: block;
      padding: 5px; } }
  #product-template .bg-countdown-product .count-down-index {
    padding: 5px 10px;
    margin: 0;
    background: linear-gradient(90deg, #e60000 0%, rgba(238, 110, 7, 0.872987) 55%, rgba(254, 207, 23, 0.83097) 89%); }
    @media (max-width: 480px) {
      #product-template .bg-countdown-product .count-down-index {
        justify-content: space-between; } }
    #product-template .bg-countdown-product .count-down-index > span {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600; }
  #product-template .bg-countdown-product .fl_progressbar_group {
    padding: 5px 10px;
    margin: 0;
    background: #ffeae6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  #product-template .bg-countdown-product .countdown-deal {
    margin-left: 25px; }
    @media (max-width: 480px) {
      #product-template .bg-countdown-product .countdown-deal {
        margin-left: 0; } }
    #product-template .bg-countdown-product .countdown-deal li {
      margin-right: 10px;
      text-align: center;
      padding: 5px 7px;
      background: #fff;
      min-width: 40px;
      height: 40px;
      border-radius: 5px;
      color: #000;
      line-height: 16px; }
      @media (max-width: 480px) {
        #product-template .bg-countdown-product .countdown-deal li {
          margin-right: 5px; } }
      #product-template .bg-countdown-product .countdown-deal li small {
        display: block; }

#product-template .product-tabs-wrapper {
  background: #fff;
  border: 1px solid #e4e7e6;
  border-radius: 6px;
  padding: 0;
  overflow: hidden; }

#product-template .product-description-tab {
  display: flex;
  flex-direction: column;
  width: 100%; }
  #product-template .product-description-tab .nav {
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 0;
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 12px 12px 0;
    list-style: none;
    background: #fff; }
    @media (max-width: 767px) {
      #product-template .product-description-tab .nav {
        display: none; } }
    #product-template .product-description-tab .nav li {
      background: #eef1f5;
      margin: 0;
      float: none;
      position: relative;
      display: block;
      border-radius: 6px 6px 0 0; }
      #product-template .product-description-tab .nav li a {
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        margin: 0;
        border: none;
        padding: 11px 16px;
        border-radius: 6px 6px 0 0;
        -webkit-transition: background .2s, color .2s;
        -moz-transition: background .2s, color .2s;
        -o-transition: background .2s, color .2s;
        display: block;
        line-height: 1.3;
        font-size: 13px;
        white-space: nowrap; }
      #product-template .product-description-tab .nav li.active {
        background: var(--colorshophover, #1d4585);
        border-top: none; }
        #product-template .product-description-tab .nav li.active a {
          border: none;
          color: #fff;
          padding: 11px 16px;
          margin-bottom: 0;
          cursor: pointer;
          background-color: transparent; }
      #product-template .product-description-tab .nav li:hover:not(.active) {
        background: #e2e8f0;
        border-top: none; }
        #product-template .product-description-tab .nav li:hover:not(.active) a {
          border: none;
          color: #333;
          padding: 11px 16px;
          margin-bottom: 0;
          cursor: pointer;
          background-color: transparent; }
  #product-template .product-description-tab .tab-content-box {
    border: none;
    border-top: 1px solid #e4e7e6;
    border-radius: 0;
    padding: 20px;
    background: #fff;
    float: none;
    width: 100%;
    min-height: 120px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      #product-template .product-description-tab .tab-content-box {
        border-top: none;
        padding: 0 15px 15px; } }
  #product-template .product-description-tab .tab-pane {
    display: none;
    width: 100%; }
    #product-template .product-description-tab .tab-pane.active {
      display: block; }
    #product-template .product-description-tab .tab-pane .tab-mobile {
      display: none; }
    @media (max-width: 767px) {
      #product-template .product-description-tab .tab-pane {
        display: block;
        margin-top: 0; }
        #product-template .product-description-tab .tab-pane:not(:last-child) {
          margin-bottom: 0; }
        #product-template .product-description-tab .tab-pane .tab-mobile {
          display: block;
          font-size: 15px;
          font-weight: 600;
          padding: 12px 0;
          border-bottom: 1px solid #e4e7e6;
          text-transform: uppercase;
          cursor: pointer; }
          #product-template .product-description-tab .tab-pane .tab-mobile:after {
            content: "+";
            float: right;
            top: -1px;
            position: relative; }
          #product-template .product-description-tab .tab-pane .tab-mobile.active-show:after {
            content: "–"; }
        #product-template .product-description-tab .tab-pane:last-child .tab-mobile {
          border-bottom: 1px solid #e4e7e6; }
        #product-template .product-description-tab .tab-pane .content-entry,
        #product-template .product-description-tab .tab-pane .product-parameter,
        #product-template .product-description-tab .tab-pane .tab-review-content,
        #product-template .product-description-tab .tab-pane .tab-page-content {
          display: none;
          padding-top: 15px; }
        #product-template .product-description-tab .tab-pane.active-show .content-entry,
        #product-template .product-description-tab .tab-pane.active-show .product-parameter,
        #product-template .product-description-tab .tab-pane.active-show .tab-review-content,
        #product-template .product-description-tab .tab-pane.active-show .tab-page-content {
          display: block; }
        #product-template .product-description-tab .tab-pane .view-all-btn {
          display: none; }
        #product-template .product-description-tab .tab-pane.active-show .view-all-btn {
          display: block; } }
  #product-template .product-description-tab .tab-pane-review .wd-top-title,
  #product-template .product-description-tab .tab-pane-review #review-bigpen-detail > .bg-while > h3:first-child {
    display: none; }
  #product-template .product-description-tab .tab-pane-review .tab-review-content > .bg-while {
    padding: 0;
    box-shadow: none;
    background: transparent; }
  #product-template .product-description-tab .tab-page-content img {
    max-width: 100%;
    height: auto; }

#product-template .product-parameter table {
  border: 1px solid #ccc;
  border-right: none; }
  #product-template .product-parameter table tr:nth-of-type(odd) {
    background: #f2f2f2; }
  #product-template .product-parameter table tr:last-child th, #product-template .product-parameter table tr:last-child td {
    border-bottom: none; }
  #product-template .product-parameter table tr td, #product-template .product-parameter table tr th {
    padding: 6px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px !important; }
    #product-template .product-parameter table tr td *, #product-template .product-parameter table tr th * {
      font-size: 14px !important; }

#product-template .product-parameter p {
  margin: 0; }

#product-template .product-description-tab .max-height-ct, #product-template .product-parameter .max-height-ct {
  height: 400px;
  overflow: hidden; }
  #product-template .product-description-tab .max-height-ct.active, #product-template .product-parameter .max-height-ct.active {
    height: auto; }

#product-template .product-description-tab .view-all-btn, #product-template .product-parameter .view-all-btn {
  position: relative;
  margin-top: 15px; }
  #product-template .product-description-tab .view-all-btn button, #product-template .product-parameter .view-all-btn button {
    background-color: #f4f4f4;
    border: none;
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
    width: 100%;
    font-weight: 600;
    font-size: 15px; }
    #product-template .product-description-tab .view-all-btn button i, #product-template .product-parameter .view-all-btn button i {
      margin-right: 5px; }
  #product-template .product-description-tab .view-all-btn:before, #product-template .product-parameter .view-all-btn:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%); }
  #product-template .product-description-tab .view-all-btn.active:before, #product-template .product-parameter .view-all-btn.active:before {
    display: none; }

.swatch .header {
  display: flex;
  align-items: center; }
  .swatch .header > span {
    margin-left: 3px;
    font-weight: 700; }

.location-store p {
  font-size: 15px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  padding: 10px;
  margin: 0;
  background: var(--bg_button);
  color: #fff;
  position: relative; }
  .location-store p span {
    margin-left: 5px; }
  .location-store p #toggle-location {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 10px;
    color: #fff; }

.location-store ul {
  border: 1px solid #ddd;
  border-top: none;
  max-height: 232px;
  overflow-y: auto;
  max-width: 100%;
  display: none;
  width: 100%; }
  .location-store ul::-webkit-scrollbar {
    width: 5px;
    background-color: var(--bgshop); }
  .location-store ul::-webkit-scrollbar-thumb {
    background-color: var(--bgshop);
    border: none; }
  .location-store ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 8px 10px; }
    .location-store ul li:nth-child(odd) {
      background: #f2f2f2; }
    .location-store ul li .dist {
      font-weight: bold; }
    .location-store ul li span {
      line-height: 21px; }

.location-store.fast-active ul {
  display: inline-block; }
  @media (max-width: 767px) {
    .location-store.fast-active ul {
      display: block; } }

/* App  xy */
.selector-buyxgety {
  float: left; }

#buyxgety-program {
  margin: 0;
  border: 2px dotted #4c88d3;
  padding: 10px;
  position: relative;
  min-height: 155px;
  z-index: 0;
  background-color: rgba(76, 136, 211, 0.05); }
  @media (max-width: 767px) {
    #buyxgety-program {
      padding: 10px 0; } }

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

#buyxgety-program .buyxgety-heading p {
  margin-bottom: 0; }

#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("");
  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; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 95px);
  float: right;
  padding-left: 15px; }
  .buyxgety_item .buyxgety_item_title strong {
    color: red; }
  .buyxgety_item .buyxgety_item_title span {
    color: var(--colorshophover); }

.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 review custom */
#review-product-detail #hrv-product-reviews #hrv-product-reviews-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  align-items: self-start;
  position: relative; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #btnSubmitReview {
    min-width: 200px;
    background: var(--bg_button);
    color: var(--color_button); }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-summary {
    width: 100%;
    padding-top: 0;
    order: 1; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-summary h3 {
      display: none; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .product-reviews-summary-actions {
    display: none; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form {
    display: block !important;
    width: 50%;
    flex: 0 0 50%;
    padding-left: 0;
    order: 3;
    transform: none !important;
    transition: none !important;
    height: max-content !important;
    align-content: flex-start;
    position: sticky;
    position: -webkit-sticky;
    top: 0; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form textarea {
      max-height: 100px; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form h3 {
      display: none; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form fieldset {
      padding: 5px 0;
      border: none; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks {
    order: 4;
    width: max-content;
    transform: none !important;
    transition: none !important;
    height: max-content !important;
    margin: 0;
    padding: 0 !important;
    font-size: 18px;
    color: green; }
    @media (min-width: 992px) {
      #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks {
        position: absolute;
        top: 15px; } }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list {
    width: 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    order: 3; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list > div:first-child {
      border-top: none; }
  #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #dv-product-review-paging {
    order: 5;
    text-align: right;
    width: 100%; }
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #dv-product-review-paging .btnPaging {
      background: var(--bg_button);
      color: var(--color_button); }
  @media (max-width: 767px) {
    #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub {
      flex-direction: inherit;
      align-items: flex-start;
      justify-content: flex-start; }
      #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list {
        flex: 0 0 100%;
        width: 100%;
        position: relative;
        padding-left: 0; }
        #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form > div, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks > div, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list > div {
          padding: 10px 0; }
          #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form > div .hrv-product-reviews-star i, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks > div .hrv-product-reviews-star i, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list > div .hrv-product-reviews-star i {
            font-size: 13px; }
          #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-form > div p, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks > div p, #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub .hrv-product-reviews-list > div p {
            margin-bottom: 5px; }
      #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #dv-product-review-paging {
        text-align: center; }
      #review-product-detail #hrv-product-reviews #hrv-product-reviews-sub #hrv-product-reviews-thanks {
        order: 3; } }

#product-template .top-title {
  margin-bottom: 30px;
  text-align: center; }
  #product-template .top-title .title-section {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5px; }
    #product-template .top-title .title-section span {
      display: flex;
      align-items: center;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700; }
    @media (max-width: 767px) {
      #product-template .top-title .title-section span {
        font-size: 18px; } }
  #product-template .top-title p {
    text-align: center;
    color: #878787;
    font-style: italic;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
    position: relative;
    min-width: 150px; }
    #product-template .top-title p.fsnone {
      font-size: 0; }
    #product-template .top-title p:before {
      content: "///";
      color: #000;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 20px;
      text-align: center;
      background: #fff;
      z-index: 9;
      font-size: 14px; }
    #product-template .top-title p:after {
      content: "";
      width: 120px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 15px; }

#product-template .slick-callback .slick-arrow .arrow-custom > div {
  background-color: #ccc; }

@media only screen and (min-width: 768px) {
  #product-template .coupon-product {
    padding-bottom: 0; }
    #product-template .coupon-product .wd-list-coupon .item {
      flex: 0 0 50%; } }

@media only screen and (max-width: 767px) {
  [data-template="product"] .fixed-action-btn {
    bottom: 163px; }
  .product-fixed-buy-mart {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: #fff;
    bottom: -60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .show-buy-mobile .product-fixed-buy-mart {
      bottom: 50px; }
    .product-fixed-buy-mart ul {
      justify-content: space-between;
      box-shadow: 0 0 5px 0px #929292;
      padding: 5px 10px; }
      .product-fixed-buy-mart ul li {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
        padding: 5px 15px;
        margin-right: 10px;
        border-radius: 3px;
        font-weight: 600; }
        .product-fixed-buy-mart ul li .btn-addcart-main {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          margin-bottom: 2px; }
        .product-fixed-buy-mart ul li .btn-addcart-icon {
          width: 20px;
          height: 20px;
          flex-shrink: 0; }
        .product-fixed-buy-mart ul li .btn-addcart-sub {
          display: block;
          font-size: 12px; }
        .product-fixed-buy-mart ul li > strong {
          text-transform: uppercase; }
        .product-fixed-buy-mart ul li#add-to-cart-wanda {
          background: var(--bg_button_add_to_cart);
          color: #fff; }
          .product-fixed-buy-mart ul li#add-to-cart-wanda .btn-addcart-main strong {
            color: #fff; }
          .product-fixed-buy-mart ul li#add-to-cart-wanda .btn-addcart-sub {
            color: #fff; }
  .wd-list-coupon .item {
    margin-bottom: 0; } }

#modal-sizechart > div {
  overflow-y: auto;
  max-height: 50vh; }

.product-gallery .item .video-responsive {
  padding-bottom: 100%; }

#slider-thumb .video-thumb {
  position: relative; }

#slider-thumb .video-thumb img {
  object-fit: cover !important; }

#slider-thumb .video-thumb > a:after {
  content: "";
  background-image: url(https://file.hstatic.net/200000713019/file/play-button_2bff826f2f4d46b688637b857553ee99.png);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 12;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  left: 0;
  top: 0; }

@media (max-width: 991px) {
  .mg-top-30-sm-xs {
    margin-top: 30px; }
  .mg-top-15-sm-xs {
    margin-top: 15px; } }

.service-product {
  margin-bottom: 15px; }
  .service-product__box {
    border: 1px solid #c8daf0;
    border-radius: 10px;
    background: #fff;
    padding: 14px 16px 16px; }
  .service-product__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px; }
  .service-product__header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(29, 69, 133, 0.1);
    color: #1d4585;
    flex-shrink: 0; }
  .service-product__header-title {
    font-size: 14px;
    font-weight: 700;
    color: #1d4585;
    text-transform: uppercase;
    line-height: 1.2; }
  .service-product__grid {
    display: flex;
    align-items: stretch; }
  .service-product__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4px 10px;
    position: relative;
    min-width: 0; }
    .service-product__item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 8%;
      bottom: 8%;
      width: 1px;
      background: #e2e8f0; }
  .service-product__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-bottom: 8px; }
    .service-product__icon img {
      width: 32px;
      height: 32px;
      object-fit: contain; }
  .service-product__text {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .service-product__title {
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3; }
  .service-product__desc {
    font-size: 12px;
    font-weight: 400;
    color: #9ca3af;
    line-height: 1.3; }
  @media (max-width: 767px) {
    .service-product__grid {
      flex-wrap: wrap; }
    .service-product__item {
      flex: 0 0 50%;
      padding: 10px 8px; }
      .service-product__item:nth-child(2n)::after {
        display: none; }
      .service-product__item:nth-child(odd):not(:last-child)::after {
        display: block; }
      .service-product__item:nth-child(-n+2) {
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
        margin-bottom: 4px; } }
  @media (max-width: 479px) {
    .service-product__item {
      flex: 0 0 100%; }
      .service-product__item::after {
        display: none !important; }
      .service-product__item:not(:last-child) {
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
        margin-bottom: 10px; } }

.product-side-blocks .promotion-tab + .service-product {
  margin-top: 12px; }

.promotion-tab {
  margin-bottom: 0; }
  .promotion-tab__box {
    border: 1px solid #f70000;
    border-radius: 10px;
    background: #FFF7F5;
    padding: 14px 16px 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); }
  .promotion-tab__header {
    margin-bottom: 12px; }
  .promotion-tab__header-title {
    font-size: 14px;
    font-weight: 700;
    color: #f70000;
    text-transform: uppercase;
    line-height: 1.2; }
  .promotion-tab__content,
  .promotion-tab .tab-content-promotion {
    font-size: 13px;
    color: #16181b;
    line-height: 1.5; }
    .promotion-tab__content [style*="f57c00"],
    .promotion-tab__content [style*="ff9800"],
    .promotion-tab__content [style*="ff6600"],
    .promotion-tab__content [style*="E05543"],
    .promotion-tab__content [style*="rgb(245, 124"],
    .promotion-tab__content [style*="rgb(255, 152"],
    .promotion-tab__content [style*="rgb(255, 102"],
    .promotion-tab .tab-content-promotion [style*="f57c00"],
    .promotion-tab .tab-content-promotion [style*="ff9800"],
    .promotion-tab .tab-content-promotion [style*="ff6600"],
    .promotion-tab .tab-content-promotion [style*="E05543"],
    .promotion-tab .tab-content-promotion [style*="rgb(245, 124"],
    .promotion-tab .tab-content-promotion [style*="rgb(255, 152"],
    .promotion-tab .tab-content-promotion [style*="rgb(255, 102"] {
      color: #f70000 !important; }
    .promotion-tab__content ul,
    .promotion-tab .tab-content-promotion ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .promotion-tab__content ul li,
      .promotion-tab .tab-content-promotion ul li {
        margin-bottom: 6px;
        display: block; }
        .promotion-tab__content ul li img,
        .promotion-tab .tab-content-promotion ul li img {
          height: 16px;
          -o-object-fit: cover;
          object-fit: cover;
          width: auto; }
        .promotion-tab__content ul li:before,
        .promotion-tab .tab-content-promotion ul li:before {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='15' height='15'%3E%3Cpath fill='%234caf50' d='M44 24c0 11.045-8.955 20-20 20S4 35.045 4 24 12.955 4 24 4s20 8.955 20 20z'/%3E%3Cpath fill='%23ccff90' d='M34.602 14.602 21 28.199l-5.602-5.598-2.797 2.797L21 33.801l16.398-16.402-2.796-2.797z'/%3E%3C/svg%3E");
          margin-right: 4px;
          position: relative;
          top: 2px; }
        .promotion-tab__content ul li:last-child,
        .promotion-tab .tab-content-promotion ul li:last-child {
          margin-bottom: 0; }
    .promotion-tab__content p,
    .promotion-tab .tab-content-promotion p {
      margin-bottom: 6px; }
      .promotion-tab__content p:last-child,
      .promotion-tab .tab-content-promotion p:last-child {
        margin-bottom: 0; }

.product-promotion {
  background-color: #F9F9FB;
  border-radius: 5px;
  padding: 0 0 10px;
  margin-top: 10px; }
  .product-promotion .promotion-box {
    margin: 0 10px; }

.product-promotion__heading {
  border-radius: 5px;
  color: #fff;
  margin-bottom: 8px;
  background-color: #dd0115;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px; }

.product-promotion__heading img {
  margin-right: 8px; }

.product-promotion > ul, .product-promotion > div {
  margin-bottom: 0;
  border-radius: 4px;
  padding: 8px 8px 8px 15px;
  list-style-position: inside;
  background: #fff; }

.product-promotion > div ul {
  margin: 0;
  padding: 0; }
  .product-promotion > div ul li {
    display: block;
    margin-bottom: 5px; }
    .product-promotion > div ul li:before {
      content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='15' height='15'><path fill='%23dd0115' d='M44 24c0 11.045-8.955 20-20 20S4 35.045 4 24 12.955 4 24 4s20 8.955 20 20z'/><path fill='%23ccff90' d='M34.602 14.602 21 28.199l-5.602-5.598-2.797 2.797L21 33.801l16.398-16.402-2.796-2.797z'/></svg>");
      margin-right: 4px;
      position: relative;
      top: 2px; }

#modal-product-content {
  max-width: 860px;
  width: 90%;
  padding: 0;
  border-radius: 8px; }
  #modal-product-content .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #eee; }
    #modal-product-content .modal-header .modal-title-content {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase; }
    #modal-product-content .modal-header .close-modal-content {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      font-size: 18px;
      color: #555;
      line-height: 1;
      text-decoration: none;
      border-radius: 50%;
      flex-shrink: 0; }
      #modal-product-content .modal-header .close-modal-content:hover {
        color: #000;
        background-color: #f0f0f0; }
  #modal-product-content .modal-body-content {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto; }
    #modal-product-content .modal-body-content table {
      width: 100%;
      border-collapse: collapse; }
