/*$secondaryfonts:  optimal;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* For language specific font  */
html[lang="en"] body .group-description * {
  font-family: "Poppins", sans-serif !important; }

.product-bundle .product-shop .group-header {
  margin-bottom: 0; }
.product-bundle .header-wrap {
  text-align: left;
  margin-bottom: 0;
  padding-left: 100px; }
  .product-bundle .header-wrap .group-sub-price {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
.product-bundle .product-info-details .product-list {
  padding-left: 120px; }
.product-bundle .product-info-details .btn-wishlist {
  margin-top: 10px; }

.productDisplay {
  margin-bottom: 80px; }

/* For   */
.product-detail-bundle-simple .product-wrap .btn-wishlist .btn {
  border: none !important;
  padding: 0; }

/* For promotion  */
.promo-slider .promo-list > li:first-child {
  padding-left: 0px; }
.promo-slider .promo-list > li {
  margin-bottom: .5rem; }
.promo-slider .promo-list + .main-title, .promo-slider .promo-list + .mini-title {
  display: none; }

.main-title {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 27px;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start; }

.product-detail-config-matrix .product-add-form, .product-detail-bundle-matrix .product-add-form {
  border: 0;
  padding: 0;
  margin: 0; }

.product-img-box button.mz-button {
  background-color: #fff !important; }

.product-main-img {
  position: relative;
  text-align: right;
  margin-left: 110px; }

.zoom-gallery {
  text-align: center; }
  .zoom-gallery .selectors {
    text-align: center;
    float: left;
    margin-bottom: 24px;
    width: 85px;
    position: sticky;
    position: -webkit-sticky;
    top: 0; }
    .zoom-gallery .selectors a {
      vertical-align: top;
      border-radius: 4px;
      overflow: hidden;
      border: 1px solid #CECECE; }
      .zoom-gallery .selectors a:not(:last-child) {
        margin-bottom: 24px; }
  .zoom-gallery .video-slide iframe, .zoom-gallery .video-slide video {
    min-height: 360px; }
  .zoom-gallery .mz-thumb-selected img, .zoom-gallery .mz-thumb:hover:not(.mz-thumb-selected) img {
    filter: none !important; }
  .zoom-gallery .zoom_thumb {
    display: inline-block; }
    .zoom-gallery .zoom_thumb:not(:last-child) {
      margin-bottom: 24px; }
  .zoom-gallery .images-gallery {
    display: block;
    max-width: 541px;
    overflow: hidden;
    text-align: left; }
    .zoom-gallery .images-gallery:not(:last-child) {
      margin-bottom: 10px; }

.desktop_dots {
  text-align: center;
  margin-top: 24px;
  position: absolute;
  width: 100%; }
  .desktop_dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 1px solid #707070;
    cursor: pointer;
    margin: 0 5px; }
    .desktop_dots span.active {
      background-color: #707070; }

.size_specificaton {
  margin-bottom: 1rem; }
  .size_specificaton .size-lbl {
    display: inline-block;
    min-width: 170px;
    margin-bottom: .25rem; }
  .size_specificaton .size-attribute-name {
    display: inline-block;
    margin-bottom: .25rem; }
    .size_specificaton .size-attribute-name a {
      cursor: pointer; }

/*.product-img-box {
    position: relative;
    display: inline-block;
    margin: 0 auto 15px;
    iframe {
        min-height: 500px;
    }
    .imgzoom-box{
        text-align: center;
    }
    .zoom-gallery {
        @include flex
    }
    .images-gallery {
        display: block;
        width: 37vw;
        max-width: 640px;
        height: 37vw;
        max-height: 640px;
        margin-bottom: 30px;
    }
}*/
.top-group-header .custom-info {
  display: none; }

.top-sku-name {
  display: none; }

.brand-wrap {
  margin-bottom: 0px; }
  .brand-wrap img {
    margin-bottom: 8px;
    max-width: 120px;
    display: none; }
  .brand-wrap .brand-name {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase; }

.product-shop {
  /*text-align: center;*/ }
  .product-shop .price-margin {
    display: none !important;
    margin: 0 8px; }
  .product-shop .sku-name {
    color: #666666;
    text-decoration: none;
    margin-bottom: 8px; }
  .product-shop .review-wrap {
    height: auto;
    margin-bottom: 8px; }
  .product-shop .total-review {
    color: #25282A;
    font-size: 0.875rem; }
  .product-shop .total-price {
    font-weight: 500;
    font-size: 1.5rem; }
  .product-shop .normal-price {
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 8px;
    line-height: 27px;
    width: 100%; }
    .product-shop .normal-price .hasdisc {
      color: #ea2d25; }
  .product-shop .price-wrap-normal .normal-price {
    margin-right: 0px; }
  .product-shop .strike-price {
    font-size: 12px; }
  .product-shop .prod-desc {
    border-bottom: 1px solid #E0E2EE;
    margin: 17px 0;
    padding-bottom: 17px;
    color: #000; }
  .product-shop .price-wrap {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    line-height: initial;
    margin-bottom: 1rem; }
  .product-shop .custom-info {
    height: auto;
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 8px; }
  .product-shop .stock-availability {
    color: #564C9B; }
    .product-shop .stock-availability .product-label {
      margin: 0;
      padding: 0;
      display: inline-block !important;
      font-size: 0.875rem; }
    .product-shop .stock-availability .btn-secondary {
      background-color: #F6F6F8;
      color: #000;
      text-transform: inherit;
      font-weight: 500;
      padding-top: .4rem;
      padding-bottom: .4rem; }
    .product-shop .stock-availability .text-information {
      color: #C6C6C6; }
  .product-shop .qty-box {
    max-width: 175px;
    /*margin-left: auto;
    margin-right: auto;*/
    line-height: 1; }
    .product-shop .qty-box .spinergroup {
      max-width: 117px;
      width: 100%;
      border-radius: 4px; }
  .product-shop .option-add-cart {
    margin-top: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    .product-shop .option-add-cart .btn, .product-shop .option-add-cart .btn-primary {
      border-radius: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 0px;
      min-width: 77px;
      line-height: 36px; }
  .product-shop .addtocart-btn {
    /*margin-top: 10px;*/
    padding: 0;
    height: auto;
    margin-right: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .product-shop .addtocart-btn .btn, .product-shop .addtocart-btn .btn-primary {
      max-width: 302px;
      width: 302px;
      text-transform: uppercase;
      padding: 10px;
      /*opacity: 0.8;*/ }
  .product-shop .btn-compare {
    /*margin-top: 10px;*/ }
    .product-shop .btn-compare .btn-link {
      min-width: 50px;
      max-width: 300px;
      border-radius: 0px;
      text-transform: uppercase;
      opacity: 0.8;
      width: 100%; }
    .product-shop .btn-compare .btn-icons {
      color: #666666; }
      .product-shop .btn-compare .btn-icons:hover {
        color: #25282A; }
    .product-shop .btn-compare i {
      /*font-size: $details-icons-font-size;*/
      /* margin-left: 5px;*/
      /*display: none;*/ }
  .product-shop .btn-wishlist {
    /*margin-top: 10px;*/ }
    .product-shop .btn-wishlist .btn-link {
      min-width: 50px;
      max-width: 300px;
      border-radius: 0px;
      opacity: 0.8;
      width: 100%; }
    .product-shop .btn-wishlist .btn-icons {
      color: #000;
      border: 1px solid #000; }
      .product-shop .btn-wishlist .btn-icons i {
        color: #000; }
      .product-shop .btn-wishlist .btn-icons.active, .product-shop .btn-wishlist .btn-icons:hover {
        color: #EA2D25;
        border-color: #EA2D25; }
        .product-shop .btn-wishlist .btn-icons.active i, .product-shop .btn-wishlist .btn-icons:hover i {
          font-weight: 400;
          color: #EA2D25; }
    .product-shop .btn-wishlist i {
      /*font-size: $details-icons-font-size;*/
      font-size: 1.125rem;
      /* margin-left: 5px;*/
      /*display: none;*/ }
  .product-shop .size-guide {
    margin-bottom: 20px; }
    .product-shop .size-guide a {
      text-decoration: underline;
      color: #25282A; }
      .product-shop .size-guide a:hover {
        text-decoration: none;
        opacity: 0.6; }
  .product-shop .short_desc {
    word-break: break-word;
    color: #000;
    margin-bottom: 1rem;
    display: none !important; }
  .product-shop .group-sub-price {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*@include justify-content(center);*/
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 24px; }
  .product-shop .specification {
    margin: 6px auto 5px;
    color: #999999; }
  .product-shop .group-header {
    margin-bottom: 8px; }
  .product-shop .group-description {
    margin-top: 56px;
    color: #25282A;
    font-size: 13px;
    line-height: 19.5px;
    /*font-size: $font-mini;*/ }
    .product-shop .group-description .tab-pane:not(.fullText) .returnPolicy, .product-shop .group-description .tab-pane:not(.fullText) .sizeFit1, .product-shop .group-description .tab-pane:not(.fullText) .descMore1 {
      position: relative; }
      .product-shop .group-description .tab-pane:not(.fullText) .returnPolicy:after, .product-shop .group-description .tab-pane:not(.fullText) .sizeFit1:after, .product-shop .group-description .tab-pane:not(.fullText) .descMore1:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 159px;
        display: inline-block;
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
        background: -webkit-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
        background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
        background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%); }
  .product-shop .group-before-description {
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid #E0E2EE;
    justify-content: space-between; }
  .product-shop .nav-link {
    position: relative;
    cursor: pointer;
    padding: 10px 20px;
    border: none !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    transition: none; }
    .product-shop .nav-link::after {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: black;
      transform: scaleY(0);
      transform-origin: center bottom;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s;
      content: ""; }
    .product-shop .nav-link.active {
      font-weight: 500; }
      .product-shop .nav-link.active::after {
        position: absolute;
        bottom: 2px;
        left: 0px;
        width: 100%;
        height: 3px;
        background: #707070;
        transform: scaleY(-1);
        transform-origin: center bottom;
        opacity: 1;
        transition: all 0.3s ease-in-out 0s;
        content: ""; }
  .product-shop .tab-pane {
    font-size: 13px;
    line-height: 19.5px;
    padding: 10px; }
    .product-shop .tab-pane h4 {
      font-weight: 600;
      font-size: 13px;
      margin-bottom: 8px; }
    .product-shop .tab-pane ol, .product-shop .tab-pane ul {
      margin-left: 0;
      padding-left: 18px; }
    .product-shop .tab-pane p {
      margin: 0px;
      /* padding-bottom: 20px; */
      font-weight: 400;
      text-transform: none;
      line-height: 19.5px; }
    .product-shop .tab-pane .desc_para {
      margin-bottom: 0;
      padding-bottom: 0; }
      .product-shop .tab-pane .desc_para.b_space {
        padding-bottom: 20px; }
    .product-shop .tab-pane .returnPolicy {
      max-height: 365px;
      overflow: hidden;
      margin-bottom: 1rem; }
    .product-shop .tab-pane.fullText .returnPolicy {
      /*margin-bottom: 1rem;*/
      max-height: 100%;
      overflow: visible; }

.showMore, .showLess {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19.5px;
  display: block;
  margin-top: 24px; }

.show_more, .show_less {
  text-decoration: underline; }

.showMore:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px; }

.showLess:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px; }

.at-resp-share-element .at-share-btn {
  margin-right: 16px !important; }

.product-label {
  font-size: 1rem;
  text-transform: capitalize;
  padding-bottom: 8px;
  display: inline-block; }

.product-img-box .mcs-items-container {
  /*text-align: center;*/ }
.product-img-box .MagicScroll .mcs-item img {
  padding: 3px; }

.outer-price {
  position: relative;
  clear: both;
  margin-bottom: 20px; }

.list-wrapper {
  clear: both;
  font-size: 0.75rem;
  color: #000;
  display: block;
  z-index: 99;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  margin: -20px -20px 15px -20px;
  text-align: left;
  display: none;
  background: #F6F6F8;
  border-radius: 5px; }
  .list-wrapper .items {
    display: inline-block;
    line-height: 20px;
    border-radius: 0; }
    .list-wrapper .items.cfull {
      white-space: nowrap;
      max-width: 85px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .list-wrapper .items.cname {
      max-width: 100px;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 5px; }
    .list-wrapper .items.price {
      float: right;
      max-width: 50px;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .list-wrapper .form-row {
    margin-left: 0;
    margin-right: 0; }
  .list-wrapper .form-group {
    padding-bottom: 5px;
    padding: 2px 15px; }
  .list-wrapper .clist:last-child .form-group {
    border-bottom: none;
    margin-bottom: 0; }
  .list-wrapper .items-wrap {
    border-bottom: 1px solid #E0E2EE; }
  .list-wrapper .time-update {
    padding-top: 15px; }

.product-wrap {
  border-top: 1px solid #E0E2EE;
  padding-top: 15px;
  margin-top: 15px;
  position: relative; }
  .product-wrap:first-child {
    border-top: none;
    margin-top: 20px;
    padding-top: 0; }
  .product-wrap .outer-price {
    text-align: right; }
    .product-wrap .outer-price .normal-price {
      font-size: 1.5rem;
      color: #000;
      display: inline-block; }
  .product-wrap .link-product-name {
    /*font-size: $font-normal;*/
    /*color: $link-default-text-color;*/ }
    .product-wrap .link-product-name:hover, .product-wrap .link-product-name:active, .product-wrap .link-product-name.active {
      color: black !important; }
  .product-wrap .price-wrap {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.thumb-wrap {
  width: 120px;
  float: left;
  padding-bottom: 15px;
  padding-right: 15px; }

.subproduct-name .link-product-name {
  margin-bottom: 0;
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis; }

.product-list {
  position: relative;
  margin: 12px 0; }
  .product-list .name-wrap .btn-compare {
    text-align: left;
    margin-bottom: 0; }
  .product-list .name-wrap .link-product-name {
    font-size: 1rem;
    color: #343a40; }
  .product-list .option-add-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*@include justify-content(center);*/ }
    .product-list .option-add-cart .btn-link {
      min-width: auto;
      max-width: auto; }

.product-add-form {
  margin-top: 15px; }

.size-wrap {
  margin-bottom: 24px;
  /* max-width: 300px; */
  /*margin-left: auto;
  margin-right: auto;*/ }
  .size-wrap .font_bold {
    padding-right: 10px; }
  .size-wrap select {
    min-width: 300px;
    color: #343a40;
    height: 50px;
    border-radius: 5px; }
  .size-wrap .size-choose li {
    position: relative;
    display: inline-block;
    width: auto !important;
    margin: 2px; }
    .size-wrap .size-choose li input[type="radio"] {
      position: absolute;
      width: 100%;
      height: 36px;
      left: 0;
      top: -1px;
      opacity: 0;
      cursor: pointer;
      margin-top: 0; }
    .size-wrap .size-choose li .size {
      min-width: 35px;
      height: 35px;
      line-height: 28px;
      border: 1px solid #DDDDDD;
      text-align: center;
      cursor: pointer;
      display: inline-block; }
    .size-wrap .size-choose li input[type="radio"]:checked + .color-wrapper .product-img,
    .size-wrap .size-choose li .select-color-checked {
      outline: 1px solid #000;
      border-color: #000 !important;
      display: inline-block;
      border-radius: 10px; }
  .size-wrap .color-choose {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .size-wrap .color-choose li {
      position: relative;
      display: inline-block;
      width: auto !important;
      margin: 3px 7px 3px 0;
      vertical-align: middle; }
      .size-wrap .color-choose li input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -1px;
        opacity: 0;
        cursor: pointer;
        margin-top: 0; }
      .size-wrap .color-choose li .size {
        min-width: 42px;
        height: 42px;
        line-height: 35px;
        border: 1px solid #DDDDDD;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        font-size: 0.875rem;
        background-color: #F6F6F8;
        /*border: none !important;*/ }
        .size-wrap .color-choose li .size:hover {
          /*background-color: $primary-pink;*/ }
      .size-wrap .color-choose li .product-img {
        background-color: #F6F6F8; }
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrapper .product-img,
      .size-wrap .color-choose li .select-color-checked {
        border-color: #707070;
        display: inline-block;
        padding: 3px;
        color: #fff;
        border-radius: 4px;
        background-color: #707070; }
    .size-wrap .color-choose .color-wrapper {
      display: inline-block;
      height: 100%; }
      .size-wrap .color-choose .color-wrapper .product-img {
        border: none;
        display: inline-block;
        padding: 3px;
        border-radius: 5px; }
        .size-wrap .color-choose .color-wrapper .product-img > div {
          padding-left: 5px;
          padding-right: 5px;
          text-align: center; }
        .size-wrap .color-choose .color-wrapper .product-img.color-text > div, .size-wrap .color-choose .color-wrapper .product-img.color-text .taxt-value {
          /*padding-left: 3px;padding-right: 3px;*/
          white-space: nowrap;
          overflow: hidden;
          display: inline-block;
          height: 40px;
          width: 100%;
          line-height: 40px;
          color: #343a40; }
  .size-wrap .prd-out-of-stock {
    position: relative;
    /*&:before {
        content: " ";
        display: block;
        border-top: 1px solid rgba(211, 211, 211, 1);
        height: 12px;
        position: absolute;
        bottom: 0;
        left: -2px;
        transform: rotate(-45deg);
        width: 44px;
        top: 15px;
    }*/ }
    .size-wrap .prd-out-of-stock:before {
      content: "";
      opacity: 1; }
    .size-wrap .prd-out-of-stock .product-img {
      background-color: #F1F1F1 !important;
      color: #C6C6C6 !important;
      opacity: 1; }
  .size-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.table-scroll {
  overflow-x: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-y: hidden;
  white-space: nowrap; }

.rating-list .review-name {
  font-size: 0.875rem;
  color: #25282A;
  font-weight: 500; }
.rating-list .attr_list {
  font-size: 0.875rem;
  color: #000; }
.rating-list .attr-title {
  font-weight: 500; }
.rating-list .date-time {
  font-size: 0.875rem;
  color: #AFAFAF; }

.product-spec {
  word-break: break-word;
  font-size: 1rem;
  color: #000; }

.descattribute-img {
  max-width: 150px; }

.descattribute-color > span {
  display: inline-block;
  width: 25px;
  height: 25px; }

.rating-summary .not-rating {
  padding-bottom: 0 !important; }
  .rating-summary .not-rating .search-desc {
    margin-bottom: 0; }
.rating-summary .rating-customer {
  border-top: 1px solid #E0E2EE;
  padding-top: 10px;
  padding-bottom: 10px; }
  .rating-summary .rating-customer:last-child {
    border-bottom: none; }
  .rating-summary .rating-customer:first-child {
    padding-top: 0;
    border-top: none; }
.rating-summary .rating-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.rating-summary .product-name {
  color: #25282A; }
.rating-summary .attribute-wrap {
  margin-bottom: 8px; }
.rating-summary .review-star {
  margin-bottom: 4px; }
.rating-summary label {
  display: block; }
.rating-summary .review-awatar {
  width: 37px;
  height: 37px;
  min-width: 37px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 10px 0 0; }
.rating-summary .date-time {
  color: #25282A; }

.no-review {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #E0E2EE; }

.product-desc {
  text-align: left;
  word-break: break-word;
  /*padding-top: 15px;*/ }
  .product-desc .desc-title {
    font-size: 2.563rem;
    color: #25282A;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #25282A;
    margin: 30px 0 15px 0; }
  .product-desc .attributename {
    font-weight: bold;
    margin-right: 10px; }
  .product-desc label {
    color: inherit; }

.product-spec-wrap {
  padding-bottom: 1rem; }
  .product-spec-wrap .att-title {
    display: inline-block;
    min-width: 200px;
    font-weight: bold;
    font-size: 0.875rem; }
  .product-spec-wrap .att-value {
    font-size: 0.875rem; }

.related-product {
  margin-top: 56px; }
  .related-product .sub-title {
    color: #25282A;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    /*font-weight: bold;*/
    margin-bottom: 48px; }
  .related-product li {
    list-style: none;
    padding: 7.5px;
    position: relative; }

.full-description {
  margin-top: 100px;
  color: #343a40; }
  .full-description .sub-title {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }

/*  Calender lunch */
.count-down-alt {
  margin-bottom: 15px;
  line-height: 1.45; }

.title-coming {
  color: #25282A;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px; }

.title-form {
  position: relative;
  margin-bottom: 10px; }
  .title-form:before {
    position: absolute;
    left: 0;
    top: 49.5%;
    content: "";
    background: #E0E2EE;
    width: 100%;
    height: 1px;
    z-index: -1; }
  .title-form h2 {
    display: inline-block;
    background: #fff;
    padding: 0 10px; }

.count-down-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px 0; }
  .count-down-wrap .count-down-item {
    padding: 10px;
    text-align: center;
    min-height: 90px;
    min-width: 90px;
    font-size: 1rem;
    border-radius: 50%;
    border: 5px solid #afb4d3; }
    .count-down-wrap .count-down-item span {
      padding-top: 5px;
      display: block; }
    .count-down-wrap .count-down-item .count-num {
      display: block;
      font-size: 2rem;
      font-weight: 600;
      padding-top: 0; }

.tier-price-range {
  margin-top: 24px;
  background-color: #F6F6F8; }

.tier_head {
  padding: 13px;
  cursor: pointer;
  font-weight: bold; }
  .tier_head.heading-expanded .fa-chevron-down:before {
    content: "\f077"; }

.tier-price-wrap {
  padding-left: 13px;
  padding-right: 13px; }

.tier-price-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .tier-price-list .save-price {
    color: #FD566F; }
  .tier-price-list:last-child {
    padding-bottom: 13px; }

.show_desk {
  display: block; }

.show_mob {
  display: none; }

.select_labal select {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 500;
  cursor: default;
  color: #FD566F; }

.product-shop .group-header:first-child {
  margin-bottom: 0; }

.link-description {
  text-decoration: underline;
  display: block;
  padding-bottom: 30px; }

.group-acc-description .card-body {
  font-size: 0.875rem;
  padding: 10px; }

.btn-script {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  padding-left: 0px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: transparent;
  padding-top: 24px;
  padding-bottom: 24px; }
  .btn-script.collapsed i.filp {
    float: right;
    position: relative;
    top: 5px;
    transform: rotate(0deg); }
  .btn-script i.filp {
    position: relative;
    top: 5px;
    transform: rotate(180deg); }

.group-images-gallery {
  grid-gap: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/**/
.group-description .descMore *, .group-description .sizeFit *, .group-description .returnPolicy * {
  font-size: 0.75rem !important; }
.group-description #nav-tabContent * {
  font-size: 0.75rem !important; }

.full-description {
  margin-top: 100px;
  color: #343a40; }
  .full-description .sub-title {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }

html[lang="th"] .brand-wrap .brand-name, html[lang="th"] .product-shop .normal-price {
  font-size: 23px;
  color: #25282A; }
html[lang="th"] .product-shop .main-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  color: #25282A; }
html[lang="th"] .size-wrap .color-choose li .size, html[lang="th"] .product-label {
  font-size: 1.125rem; }
html[lang="th"] .product-shop .normal-price .hasdisc {
  font-size: 1.25rem; }
html[lang="th"] .product-shop .strike-price {
  font-size: 1rem; }
html[lang="th"] .product-shop .nav-link {
  font-size: 1.25rem; }
html[lang="th"] .showMore, html[lang="th"] .showLess {
  font-size: 16px; }
html[lang="th"] .product-shop .nav-link.active {
  font-weight: 500; }
html[lang="th"] .related-product .sub-title {
  font-size: 33px; }
html[lang="th"] .group-description .descMore *, html[lang="th"] .group-description .sizeFit *, html[lang="th"] .group-description .returnPolicy * {
  font-size: 1rem !important; }
html[lang="th"] .group-description #nav-tabContent * {
  font-size: 1rem !important;
  font-family: "FC Iconic" !important; }

.qty-wish-wraps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline; }
  .qty-wish-wraps .qty_stock_wrap {
    margin-right: .5rem; }
  .qty-wish-wraps .option-add-cart {
    position: relative;
    top: -10px;
    margin-top: 0; }
    .qty-wish-wraps .option-add-cart .btn-wishlist {
      margin-top: 0; }

.qty_stock_wrap .qty-group {
  margin-bottom: 24px; }

@media all and (min-width: 992px) {
  .product-shop {
    position: sticky;
    top: -30px;
    transform: translate3d(0px, 0px, 0px); } }
@media all and (max-width: 768px) {
  .desktop_dots {
    display: block; } }
@media all and (max-width: 768px) {
  .group-images-gallery {
    padding: 0; }

  .full-description {
    margin-top: 50px; }

  .show_desk {
    display: none; }

  .show_mob {
    display: block; }
    .show_mob .product-list {
      padding-left: 0 !important; }

  .product-img-box {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }

  .product-shop {
    padding-top: 16px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 22px; }
    .product-shop .product-name {
      font-size: 2rem; }
    .product-shop.box-border {
      border: none;
      padding: 0; }
    .product-shop .review-star.fright {
      text-align: left;
      float: none; }
    .product-shop .prod-desc {
      margin: 10px 0;
      padding-bottom: 30px; }
      .product-shop .prod-desc h2 {
        margin-top: 30px; }
    .product-shop .outer-price {
      margin-bottom: 12px; }
    .product-shop .price-wrap {
      margin-bottom: 0px; }
      .product-shop .price-wrap .normal-price {
        color: #343a40; }
    .product-shop .group-before-description {
      white-space: nowrap;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: auto;
      margin-bottom: 15px; }
      .product-shop .group-before-description::-webkit-scrollbar {
        display: none; }

  .product-list {
    display: block; }
    .product-list .thumb-wrap {
      display: none; }
    .product-list .name-wrap {
      width: 100%;
      display: block; }

  .show_mob .thumb-wrap {
    display: block;
    max-width: 85px; }
  .show_mob .outer-price {
    text-align: left; }
  .show_mob .price-wrap {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; }
  .show_mob .group-sub-price {
    text-align: left; }

  .product-desc h2 {
    margin-top: 30px;
    font-size: 1.125rem; }

  .box-border {
    padding: 12px; }

  .related-product {
    margin-top: 40px; }

  .currency-wrap {
    text-align: left;
    float: none; }

  .list-wrapper {
    width: 100%;
    margin: -20px 0 20px 0; }
    .list-wrapper .items.cname {
      max-width: 130px; }
    .list-wrapper .items.price {
      max-width: 80px; }
    .list-wrapper .form-group {
      width: 100%; }

  .product-spec-wrap .product-spec {
    display: block; }
  .product-spec-wrap .att-name {
    margin-bottom: 8px;
    min-width: 120px; }

  .size-wrap .select {
    min-width: 130px; }
  .size-wrap .font_bold, .size-wrap label {
    padding-right: 0; }

  .group-images-gallery > .images-gallery {
    flex: 0 0 100%;
    max-width: 100%; }
    .group-images-gallery > .images-gallery:not(:first-child) {
      display: none; }

  .group-description .tab-pane:not(.fullText) .returnPolicy, .group-description .tab-pane:not(.fullText) .descMore {
    position: relative; }
    .group-description .tab-pane:not(.fullText) .returnPolicy:after, .group-description .tab-pane:not(.fullText) .descMore:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 159px;
      display: inline-block;
      background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
      background: -webkit-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
      background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
      background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
      background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) -7.77%, #FFF 100%); }
  .group-description #nav-home.active .showMore {
    display: block !important; }
  .group-description #nav-home.active .descMore {
    max-height: 365px;
    overflow: hidden;
    margin-bottom: 1rem; }
  .group-description #nav-home.active.fullText .showMore {
    display: none !important; }
  .group-description #nav-home.active.fullText .descMore {
    max-height: 100%;
    overflow: visible; } }
.head_wraps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px; }
  .head_wraps .sub-title {
    margin-bottom: 0; }

@media all and (max-width: 767px) {
  /*.size-wrap .color-choose .color-wrapper .product-img {
      border: 1px solid $gray-600;
      background-color: $white;
  }*/
  .size-wrap .color-wrapper.prd-out-of-stock .product-img {
    background-color: #F1F1F1 !important;
    border-color: #F1F1F1;
    color: #C6C6C6;
    opacity: 1; }

  .product-shop .nav-link {
    padding: 10px; }

  .showMore, .showLess {
    text-align: center;
    font-size: 1rem; }

  .desktop_dots {
    display: none !important; }

  .head_wraps {
    flex-direction: column;
    text-align: center;
    margin-bottom: 32px; }

  .productDisplay {
    margin-bottom: 56px; }

  .product-shop .main-title {
    font-size: 1.125rem;
    margin-bottom: 24px; }
  .product-shop .option-add-cart {
    display: flex; }
  .product-shop .addtocart-btn {
    flex-grow: 1; }
    .product-shop .addtocart-btn .btn-primary {
      width: 100%; }

  .product-main-img {
    margin-left: 0;
    width: 100%; }
    .product-main-img .video-slide iframe {
      min-height: 300px; }

  .zoom-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .zoom-gallery .selectors {
      width: 100%;
      position: static;
      order: 2;
      margin-bottom: 0; }

  a[data-zoom-id] img {
    display: none !important; }

  a[data-zoom-id] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 100% !important;
    background: none repeat scroll 0 0 #fff !important;
    /*margin: 3px !important;*/
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    text-indent: -9999px !important;
    vertical-align: middle !important;
    font-size: 0px !important;
    line-height: 0px !important;
    margin: 0px 12px 0 0 !important; }

  a[data-zoom-id]:after, .mcs-wrapper .mgt-video-icon:before {
    display: none !important; }

  .product-img-box button.mz-button {
    display: none; }

  a[data-zoom-id].mz-thumb-selected:before,
  a[data-zoom-id]:hover:before {
    width: 12px !important;
    height: 12px !important;
    border-radius: 100% !important;
    content: '' !important;
    position: relative !important;
    display: block !important;
    text-indent: -9999px !important;
    background: #000 !important;
    border-color: #000 !important; }

  .product-img-box .MagicScroll .mcs-wrapper {
    height: 25px; }

  .related-product .MagicScroll-horizontal .mcs-button-arrow-next, .related-product .MagicScroll-horizontal .mcs-button-arrow-prev {
    display: none !important; }
  .related-product .sub-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 8px; }
    .related-product .sub-title.more_space {
      margin-bottom: 32px; } }
