@media (min-width: 992px) {
  /**** PRODUCT DETAIL ****/
  .icon-pr-fix.out-with-you {
    opacity: 0; }
  .product-content-desc {
    position: -webkit-sticky;
    position: sticky;
    top: 65px; } }

/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------------------------*/
#add-item-form {
  width: 100%; }

.product-flashSale {
  background: #000;
  color: #fff;
  padding: 10px 8px;
  border-radius: 20px;
  margin-bottom: 22px;
  width: 100%; }
  @media (min-width: 992px) {
    .product-flashSale {
      padding: 14px 13px; } }
  .product-flashSale__title {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0; }
    @media (min-width: 390px) {
      .product-flashSale__title {
        font-size: 24px; } }
    @media (min-width: 1230px) {
      .product-flashSale__title {
        font-size: 38px; } }
  .product-flashSale label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 5px 0px 3px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .product-flashSale label {
        margin: 0 16px 0px 5px; } }
  .product-flashSale .countdown-box_list {
    flex-shrink: 0; }

.product-detail-wrapper {
  padding: 30px 0; }

.product-detail-main {
  margin-bottom: 33px; }
  @media (min-width: 992px) {
    .product-detail-main {
      margin-bottom: 40px; } }
  .product-detail-main .product-content-img {
    width: 100%; }
    @media (min-width: 992px) {
      .product-detail-main .product-content-img {
        width: calc(50% - 40px); } }
    .product-detail-main .product-content-img .product-image-detail {
      margin-bottom: 16px; }
      .product-detail-main .product-content-img .product-image-detail .product-image-wrap {
        position: relative; }
        .product-detail-main .product-content-img .product-image-detail .product-image-wrap .slick-arrow {
          border: none;
          outline: none;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 100;
          border-radius: 50%;
          background: transparent; }
          .product-detail-main .product-content-img .product-image-detail .product-image-wrap .slick-arrow.slick-disabled {
            pointer-events: none;
            cursor: default;
            opacity: 0.2; }
          .product-detail-main .product-content-img .product-image-detail .product-image-wrap .slick-arrow.slick-prev {
            left: 10px; }
          .product-detail-main .product-content-img .product-image-detail .product-image-wrap .slick-arrow.slick-next {
            right: 10px; }
          .product-detail-main .product-content-img .product-image-detail .product-image-wrap .slick-arrow img {
            width: 24px;
            height: 24px; }
            @media (min-width: 992px) {
              .product-detail-main .product-content-img .product-image-detail .product-image-wrap .slick-arrow img {
                width: 42px;
                height: 42px; } }
      .product-detail-main .product-content-img .product-image-detail img {
        width: 100%;
        object-fit: contain; }
  .product-detail-main .product-gallery {
    display: flex;
    flex-wrap: wrap; }
    .product-detail-main .product-gallery .product-image-detail {
      width: 100%; }
      @media (min-width: 992px) {
        .product-detail-main .product-gallery .product-image-detail {
          width: 100%; } }
    .product-detail-main .product-gallery .product-gallery__thumbs-container {
      width: 100%; }
      .product-detail-main .product-gallery .product-gallery__thumbs-container .slick-track {
        margin: auto; }
  .product-detail-main .product-content-desc {
    width: 100%; }
    @media (max-width: 991px) {
      .product-detail-main .product-content-desc {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 20px; } }
    @media (min-width: 992px) {
      .product-detail-main .product-content-desc {
        width: calc(50% + 40px);
        padding-left: 40px; } }
    .product-detail-main .product-content-desc .product-short-desc {
      font-size: 12px;
      margin-bottom: 0px;
      width: 100%; }
      @media (min-width: 992px) {
        .product-detail-main .product-content-desc .product-short-desc {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 15px; } }
      .product-detail-main .product-content-desc .product-short-desc table {
        font-size: 15px;
        line-height: 28px;
        font-weight: 700; }
        .product-detail-main .product-content-desc .product-short-desc table tr td {
          padding: 0;
          border: 0; }
          .product-detail-main .product-content-desc .product-short-desc table tr td:first-child {
            color: var(--site-main-color);
            width: 60%; }
          .product-detail-main .product-content-desc .product-short-desc table tr td + td {
            color: var(--site-color-price);
            width: 40%;
            text-align: right; }
      @media (max-width: 991px) {
        .product-detail-main .product-content-desc .product-short-desc ol, .product-detail-main .product-content-desc .product-short-desc ul {
          padding-left: 20px; } }
      .product-detail-main .product-content-desc .product-short-desc p {
        display: flex;
        align-items: flex-start; }
        .product-detail-main .product-content-desc .product-short-desc p img {
          margin-right: 3px;
          width: 19px;
          vertical-align: middle; }
  .product-detail-main .product-action {
    padding-top: 5px; }
    .product-detail-main .product-action .btn-addtocart {
      padding: 8px 46px; }

.product-title h1 {
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: normal;
  color: var(--site-main-color);
  text-transform: uppercase; }

.product-price {
  padding: 15px 0px 5px;
  border-top: 1px solid;
  line-height: 40px; }

.product-price span.pro-price {
  overflow: hidden;
  display: inline;
  font-size: 22px;
  font-family: var(--site-font-title2);
  color: var(--site-color-price); }

#pro_sku {
  font-size: 12px;
  color: #a3a5a7; }

.hook-reviews {
  border-bottom: 1px dotted #dfe0e1;
  padding-bottom: 15px; }

.hook-reviews .rating {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block; }

.hook-reviews .rating .rating {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1; }

.hook-reviews .rating .icon {
  display: inline-block; }

.hook-reviews .rating .icon::before {
  color: #d5d5d5;
  content: "\f005";
  font-family: "FontAwesome",sans-serif;
  font-size: 13px;
  font-style: normal; }

.hook-reviews .rating .icon.star-full::before {
  color: #ffae00; }

.number-rating {
  padding-left: 5px;
  font-size: 13px; }

.product-discount {
  background: #CF3030;
  border-radius: 14px;
  color: #fff;
  padding: 4px 12px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px; }
  @media (min-width: 992px) {
    .product-discount {
      font-size: 18px; } }

.product-price span.pro-sale {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  background: #ededed;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #f94c43; }

.product-price del {
  font-size: 14px;
  color: #777a7b;
  padding-left: 10px;
  font-weight: 500; }

.selector-actions {
  width: 100%; }

.quantity-wrap strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--site-color-price); }

.quantity-area {
  max-width: 150px;
  display: block;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  margin: 8px 15px 0px 0px; }

.quantity-area input#quantity {
  background: #fff;
  font-size: 15px;
  padding: 0;
  text-align: center;
  width: calc(100% - 56px);
  height: 34px;
  border: none;
  float: left;
  -webkit-appearance: none; }

.quantity-area input.qty-btn {
  float: left;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  outline: none;
  height: 34px;
  width: 28px;
  font-size: 20px;
  text-align: center;
  border-radius: 0;
  border: none;
  background: none; }

button.btn-addtocart[disabled] {
  opacity: 0.8; }

.product-description {
  margin-top: 30px; }
  .product-description table {
    border: none; }
    .product-description table tr td {
      padding: 8px 20px;
      border: none;
      border-bottom: 1px solid #ddd; }
      .product-description table tr td p {
        margin: 0; }
  .product-description .content-wrapper {
    position: relative; }
  .product-description button.btn-more {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%); }
  .product-description .proTab__title {
    margin: 0; }
    .product-description .proTab__title li {
      display: inline-block;
      background: #fdf1d8;
      cursor: pointer;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      position: relative;
      margin-right: -4px; }
      .product-description .proTab__title li.active {
        background: var(--site-color-price); }
        .product-description .proTab__title li.active a {
          color: #fff; }
      .product-description .proTab__title li a {
        display: inline-block;
        padding: 8px 20px 8px;
        font-size: 18px;
        white-space: nowrap;
        text-transform: uppercase;
        -webkit-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all;
        font-weight: normal;
        font-family: var(--site-font-title);
        color: var(--site-main-color); }
        @media (min-width: 992px) {
          .product-description .proTab__title li a {
            padding: 12px 30px 9px;
            font-size: 20px; } }
  .product-description .tab-content {
    padding: 10px;
    font-size: 14px;
    background: #fdf1d8; }
    @media (min-width: 992px) {
      .product-description .tab-content {
        padding: 25px 20px 25px; } }

.description-productdetail * {
  max-width: 100% !important; }

.description-productdetail ul {
  list-style: initial;
  padding-left: 20px; }

.description-productdetail ol {
  list-style-type: decimal;
  padding-left: 20px; }

.description-productdetail ul ul {
  list-style-type: circle; }

.description-productdetail ul ul ul {
  list-style-type: square; }

.description-productdetail ul li, .description-productdetail ol li {
  margin: 5px 0; }

.product-gallery__thumb {
  margin: 0px 10px 0px 0px; }

.product-gallery__thumb.slick-current a {
  border-color: #000; }

.product-gallery__thumb a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent; }

.product-gallery__thumb a:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

.product-gallery__thumbs img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  padding: 5px; }

.product-gallery__thumb:last-child {
  margin-bottom: 0; }

.product-gallery__thumb:hover {
  border-color: #a3a5a7; }

.product-gallery__thumb img {
  cursor: pointer;
  background-color: #f7f7f8;
  width: 100%; }

.product-gallery__thumb.active img {
  opacity: .9;
  width: 100%; }

.product-gallery-item {
  text-align: center;
  margin-bottom: 10px; }

.product-full-img {
  text-align: center; }

.product-full-img .no_image {
  width: 50%; }

@media (max-width: 991px) and (min-width: 768px) {
  /* PRODUCT DETAIL*/
  .icon-pr-fix {
    position: absolute;
    bottom: 25px; }
  .product-zoom.icon-pr-fix {
    right: 15px;
    left: initial;
    margin: 0; }
  .gallery-index.icon-pr-fix {
    display: none; }
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .slide_product {
    width: 100%;
    height: 100%; }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .box__product-gallery.scroll .site-box-content:after {
    content: 'flickity';
    display: none; } }

@media (max-width: 767px) {
  /* product detail*/
  .product-detail-wrapper {
    padding-top: 20px;
    padding-bottom: 0; }
  .icon-pr-fix {
    position: absolute;
    bottom: 25px; }
  .product-sharing.icon-pr-fix {
    left: 15px; }
  .product-zoom.icon-pr-fix {
    right: 15px;
    left: initial;
    margin: 0; }
  .gallery-index.icon-pr-fix {
    display: none; }
  .divzoom_main .product-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .slide_product {
    width: 100%;
    height: 100%;
    transition: opacity 300ms linear, transform 300ms linear; }
  .box__product-gallery .flickity-enabled .flickity-viewport {
    transition: height 300ms linear; }
  .slide_product li.gallery-item {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .box__product-gallery.scroll .site-box-content:after {
    content: 'flickity';
    display: none; }
  .slide_product li.gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    pointer-events: none; }
  .product-image-detail .flickity-page-dots .dot {
    transition: all 300ms linear; }
  .slide_product .flickity-page-dots {
    bottom: -45px;
    z-index: 99; }
  .input-bottom {
    width: 54px;
    float: left;
    margin-right: 15px; }
  .input-bottom input {
    width: 54px;
    height: 45px;
    border: 1px solid #d1d1d1;
    text-align: center;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .add-cart-bottom {
    font-weight: 600;
    height: 45px;
    width: calc(100% - 70px);
    border-radius: 4px;
    float: left; }
  .list-productRelated .pro-loop-title .product-resize,
  .list-productRelated .pro-loop-title .wrap-collection-title.image-resize {
    height: initial !important; }
  .list-productRelated .wrap-collection-title.image-resize {
    padding-bottom: 45px; }
  .list-productRelated .wrap-collection-title .block-pding:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 30px auto auto;
    background: #252a2b; } }

.list-productRelated h3 {
  font-size: 28px;
  margin: 40px 0px 20px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  position: relative; }

.list-productRelated .wrapper-heading-home {
  margin: 0px 0px 35px; }

.description-productdetail table {
  min-width: initial !important; }

.product-order .item {
  position: relative;
  margin-left: 25px; }
  .product-order .item svg {
    position: absolute;
    left: -23px;
    top: 5px;
    fill: var(--site-color-third);
    padding-right: 5px;
    width: 16px; }

.product-order__title {
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px; }
  .product-order__title svg {
    fill: var(--site-color-third);
    margin-right: 5px;
    width: 16px; }
  .product-order__title span {
    color: var(--site-color-third); }

.product-order__wrap {
  max-width: 545px;
  line-height: 22px;
  margin-right: 0px;
  margin-top: 24px;
  border: #eeeeeeb0 1px solid;
  padding: 18px 15px;
  border-radius: 3px;
  background: #fbfbfb;
  position: relative;
  display: block; }
