﻿.master-wrapper-content {
  width: 100%; }

.detail-main * {
  box-sizing: border-box; }

.detail-main input {
  outline: none !important; }
  .detail-main input:focus {
    outline: none !important; }

@media only screen and (max-width: 991px) {
  .detail-main {
    padding-bottom: 100px; } }

.detail-container {
  width: 1250px;
  margin: 0 auto; }
  @media only screen and (max-width: 991px) {
    .detail-container {
      width: 100%; } }

.breadcrumb {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  display: flex;
  /*gap: 15px;*/
  background-color: unset; }
  @media only screen and (max-width: 991px) {
    .breadcrumb {
      padding: 0 15px;
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
      display: flex;
      white-space: nowrap; }
      .breadcrumb::-webkit-scrollbar {
        display: none; }
      .breadcrumb > * {
        order: 3; }
      .breadcrumb::after {
        content: "";
        min-width: 30px;
        width: 30px;
        height: 15px;
        display: block;
        order: 4;
        margin-left: 20px; } }
  .breadcrumb .breadcrumb-item {
    font-size: 13px;
    color: #000;
    margin: unset !important; }
    .breadcrumb .breadcrumb-item:not(:first-child)::before {
      content: "/"; }
    .breadcrumb .breadcrumb-item span {
      margin: unset; }
    .breadcrumb .breadcrumb-item a {
      text-decoration: none;
      color: currentColor;
      opacity: .8;
      margin: unset; }
      .breadcrumb .breadcrumb-item a:hover {
        opacity: 1; }
      .breadcrumb .breadcrumb-item a span {
        margin-right: 5px;
        margin-left: 5px; }
    .breadcrumb .breadcrumb-item meta {
      margin: unset; }

.product-wrapper {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .product-wrapper {
      flex-direction: column;
      border-radius: 0;
      border-left: 0;
      border-right: 0; } }
  .product-wrapper .mobile-product-name {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding: 20px 15px;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .product-wrapper .mobile-product-name {
        display: none; } }
  .product-wrapper .product-images {
    width: 50%;
    flex: 1 0 50%;
    padding: 35px 30px 30px; }
    @media only screen and (max-width: 991px) {
      .product-wrapper .product-images {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0; } }
    .product-wrapper .product-images .product-slider .slick-slide {
      text-align: center; }
      .product-wrapper .product-images .product-slider .slick-slide img {
        max-width: 85%;
        vertical-align: middle;
        display: inline-block; }
    .product-wrapper .product-images .product-slider .slick-arrow {
      position: absolute;
      top: 50%;
      font-size: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #e2e2e2;
      z-index: 99;
      cursor: pointer;
      background-color: #fff;
      margin-top: -20px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s; }
      .product-wrapper .product-images .product-slider .slick-arrow:hover {
        background-color: #e2e2e2; }
      .product-wrapper .product-images .product-slider .slick-arrow::after {
        content: "";
        width: 15px;
        height: 15px;
        background: url(down-arrow.svg) no-repeat center;
        background-size: contain; }
      .product-wrapper .product-images .product-slider .slick-arrow.slick-prev {
        left: 10px; }
        .product-wrapper .product-images .product-slider .slick-arrow.slick-prev::after {
          transform: rotate(90deg); }
      .product-wrapper .product-images .product-slider .slick-arrow.slick-next {
        right: 10px; }
        .product-wrapper .product-images .product-slider .slick-arrow.slick-next::after {
          transform: rotate(-90deg); }
      .product-wrapper .product-images .product-slider .slick-arrow.slick-disabled {
        opacity: .4;
        pointer-events: none; }
    .product-wrapper .product-images .product-slider .slick-dots {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: unset;
      margin-top: 5px;
      padding-bottom: 10px; }
      .product-wrapper .product-images .product-slider .slick-dots .slick-active button {
        background-color: #ffc220; }
      .product-wrapper .product-images .product-slider .slick-dots button {
        font-size: 0;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 0;
        background-color: #e2e2e2;
        padding: 0; }
    .product-wrapper .product-images .product-images--thumbs {
      margin-top: 15px;
      display: flex;
      gap: 10px;
      justify-content: center; }
      .product-wrapper .product-images .product-images--thumbs .thumb-btn {
        padding: 0;
        border: 0;
        max-width: 45px;
        cursor: pointer; }
      .product-wrapper .product-images .product-images--thumbs img {
        max-width: 100%;
        vertical-align: middle; }
      @media only screen and (max-width: 991px) {
        .product-wrapper .product-images .product-images--thumbs {
          display: none; } }
  .product-wrapper .product-details {
    width: 50%;
    flex: 1 0 50%;
    background-color: #f6f6f6;
    padding: 30px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .product-wrapper .product-details {
        width: 100%;
        padding: 15px; } }
    .product-wrapper .product-details .product--name {
      margin: 0;
      font-size: 28px;
      color: #444444;
      margin-bottom: 20px; }
      @media only screen and (max-width: 991px) {
        .product-wrapper .product-details .product--name {
          display: none; } }
    .product-wrapper .product-details .info-box {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 10px; }
    .product-wrapper .product-details .brand-name {
      font-size: 14px;
      color: #000;
      background-color: #fff;
      padding: 10px;
      border-radius: 4px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .product-wrapper .product-details .brand-name {
          font-size: 11px; } }
      .product-wrapper .product-details .brand-name a {
        color: #444444;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s; }
        .product-wrapper .product-details .brand-name a:hover {
          color: #ffc220; }
    .product-wrapper .product-details .product--code {
      font-size: 14px;
      color: #444444;
      background-color: #fff;
      padding: 10px;
      border-radius: 4px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .product-wrapper .product-details .product--code {
          font-size: 11px; } }
      .product-wrapper .product-details .product--code span {
        font-weight: 600; }
    .product-wrapper .product-details .product--review {
      margin-left: auto;
      display: flex;
      background: transparent;
      border: 0;
      outline: 0;
      padding: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      color: #000;
      transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s; }
      .product-wrapper .product-details .product--review:hover {
        color: #99ddd7; }
      .product-wrapper .product-details .product--review .review-box {
        display: flex;
        gap: 2px;
        --star-size: 15px; }
        .product-wrapper .product-details .product--review .review-box .star {
          width: var(--star-size);
          height: var(--star-size);
          background: url(rating1.svg) no-repeat center;
          background-size: var(--star-size); }
          .product-wrapper .product-details .product--review .review-box .star span {
            display: block;
            height: 100%;
            background: url(rating2.svg) no-repeat center left;
            background-size: var(--star-size);
            width: 0;
            max-width: 100%; }
    .product-wrapper .product-details .free-cargo {
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      background-color: #19a804;
      display: inline-flex;
      padding: 7px 8px;
      border-radius: 4px;
      position: relative;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .product-wrapper .product-details .free-cargo {
          font-size: 12px;
          padding-left: 8px;
          padding-right: 8px; } }
      .product-wrapper .product-details .free-cargo img {
        width: 14px;
        margin-right: 5px;
        filter: invert(1); }
        @media only screen and (max-width: 767px) {
          .product-wrapper .product-details .free-cargo img {
            width: 14px; } }
    .product-wrapper .product-details .new-product {
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      background-color: #fc1176;
      display: inline-flex;
      padding: 7px 8px;
      border-radius: 4px;
      position: relative;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .product-wrapper .product-details .new-product {
          font-size: 12px;
          padding-left: 8px;
          padding-right: 8px; } }
      .product-wrapper .product-details .new-product img {
        width: 14px;
        margin-right: 5px;
        filter: invert(1); }
        @media only screen and (max-width: 767px) {
          .product-wrapper .product-details .new-product img {
            width: 14px; } }
    .product-wrapper .product-details .featured-product {
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      background-color: #f9a409;
      display: inline-flex;
      padding: 7px 8px;
      border-radius: 4px;
      position: relative;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .product-wrapper .product-details .featured-product {
          font-size: 12px;
          padding-left: 8px;
          padding-right: 8px; } }
      .product-wrapper .product-details .featured-product img {
        width: 14px;
        margin-right: 5px;
        filter: invert(1); }
        @media only screen and (max-width: 767px) {
          .product-wrapper .product-details .featured-product img {
            width: 14px; } }
    .product-wrapper .product-details .product--description {
      font-size: 15px;
      line-height: 1.5;
      font-weight: 500;
      margin: 20px 0; }
      @media only screen and (min-width: 768px) {
        .product-wrapper .product-details .product--description {
          max-width: 80%; } }
    .product-wrapper .product-details .product--attributes {
      padding: 15px 0;
      border-top: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
      margin-bottom: 10px;
      display: grid;
      gap: 10px; }
      @media only screen and (max-width: 991px) {
        .product-wrapper .product-details .product--attributes {
          border-bottom: 0;
          padding-bottom: 0; } }
      .product-wrapper .product-details .product--attributes .input-box {
        position: relative; }
        .product-wrapper .product-details .product--attributes .input-box .title {
          font-size: 15px;
          font-weight: 550;
          color: #444444;
          margin-bottom: 5px;
          text-align: left; }
        .product-wrapper .product-details .product--attributes .input-box select {
          font-size: 13px;
          color: #000;
          height: 40px;
          outline: unset;
          border: 0;
          padding-left: 10px;
          padding-right: 50px;
          border-radius: 4px;
          appearance: none;
          background: url(down-arrow.svg) no-repeat center right 20px #fff;
          background-size: 12px;
          outline: none !important; }
          .product-wrapper .product-details .product--attributes .input-box select::-ms-expand {
            display: none; }
      .product-wrapper .product-details .product--attributes .input--list {
        display: flex;
        gap: 5px;
        flex-direction: column; }
      .product-wrapper .product-details .product--attributes .radio-label,
      .product-wrapper .product-details .product--attributes .checkbox-label {
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 10px; }
        .product-wrapper .product-details .product--attributes .radio-label input,
        .product-wrapper .product-details .product--attributes .checkbox-label input {
          margin: 0; }
        .product-wrapper .product-details .product--attributes .radio-label .checkmark,
        .product-wrapper .product-details .product--attributes .checkbox-label .checkmark {
          display: none; }
    .product-wrapper .product-details .stock-status {
      display: block;
      margin: 20px 0;
      font-size: 13px;
      color: #000;
      font-weight: 400; }
      .product-wrapper .product-details .stock-status span {
        font-weight: 600;
        color: green; }
      .product-wrapper .product-details .stock-status.sold-out span {
        color: red; }
    .product-wrapper .product-details .price-wrapper {
      margin: 15px 0 10px;
      display: flex; }
      .product-wrapper .product-details .price-wrapper .price {
        font-size: 25px;
        color: #444444;
        font-weight: bold; }
        .product-wrapper .product-details .price-wrapper .price.old-price {
          font-size: 20px;
          text-decoration: line-through;
          font-weight: 500;
          color: #ffc220; }
        .product-wrapper .product-details .price-wrapper .price.new-price {
          color: #444444; }
        .product-wrapper .product-details .price-wrapper .price .buying-note {
          width: 100%;
          flex-shrink: 0;
          margin-bottom: 10px;
          font-size: 13px; }
      .product-wrapper .product-details .price-wrapper .discount-rate {
        margin-left: 50px;
        background-color: #009688;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 4px;
        letter-spacing: 1px; }
        .product-wrapper .product-details .price-wrapper .discount-rate span {
          font-size: 12px;
          display: block;
          letter-spacing: 0;
          font-weight: 500; }
    .product-wrapper .product-details .buying-buttons {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 15px; }
      .product-wrapper .product-details .buying-buttons .buying-note {
        width: 100%;
        flex-shrink: 0;
        margin-bottom: 10px;
        font-size: 13px; }
      .product-wrapper .product-details .buying-buttons .quantity-box {
        margin-right: 15px;
        position: relative;
        background-color: #e2e2e2;
        height: 55px;
        display: flex;
        align-items: center;
        border-radius: 4px;
        overflow: hidden; }
        .product-wrapper .product-details .buying-buttons .quantity-box input {
          height: 45px;
          border: 0;
          width: 45px;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          -moz-appearance: textfield;
          outline: unset; }
          .product-wrapper .product-details .buying-buttons .quantity-box input::-webkit-inner-spin-button, .product-wrapper .product-details .buying-buttons .quantity-box input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        .product-wrapper .product-details .buying-buttons .quantity-box select {
          height: 100%;
          border: 0;
          padding: 0 15px;
          padding-right: 55px;
          appearance: none;
          background: url(down-arrow.svg) no-repeat center right 15px transparent;
          background-size: 12px;
          font-size: 15px;
          font-weight: 600;
          outline: none !important; }
        .product-wrapper .product-details .buying-buttons .quantity-box button {
          height: 100%;
          width: 25px;
          font-size: 15px;
          border: 0;
          background-color: #e2e2e2;
          cursor: pointer;
          font-weight: bold;
          transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s; }
          .product-wrapper .product-details .buying-buttons .quantity-box button:hover {
            background-color: #c9c9c9; }
      .product-wrapper .product-details .buying-buttons .cart-btn {
        padding: 0 35px;
        outline: unset;
        height: 55px;
        background-color: #444444;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
        cursor: pointer;
        transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        border-radius: 4px; }
        .product-wrapper .product-details .buying-buttons .cart-btn:hover {
          background-color: #99ddd7; }
        .product-wrapper .product-details .buying-buttons .cart-btn::before {
          content: "";
          width: 24px;
          height: 24px;
          margin-right: 10px;
          background: url(shopping-basket.svg) no-repeat center;
          filter: invert(1);
          background-size: contain; }
      @media only screen and (max-width: 991px) {
        .product-wrapper .product-details .buying-buttons {
          padding-top: 15px;
          border-top: 1px solid #e2e2e2; }
          .product-wrapper .product-details .buying-buttons.fixed {
            margin: 0;
            position: fixed;
            left: 0;
            bottom: 68px;
            width: 100%;
            z-index: 555;
            background-color: #f6f6f6;
            border-top: 1px solid #e2e2e2;
            justify-content: center;
            padding: 10px; } }
    .product-wrapper .product-details .user-buttons {
      margin-top: 20px;
      padding-top: 15px;
      border-top: 1px solid #e2e2e2;
      display: flex;
      gap: 10px; }
      .product-wrapper .product-details .user-buttons button {
        height: 40px;
        border: 0;
        border-radius: 4px;
        background-color: #e2e2e2;
        font-size: 13px;
        font-weight: 500;
        color: #444444;
        padding: 0 15px;
        cursor: pointer;
        transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        display: flex;
        justify-content: center;
        align-items: center; }
        .product-wrapper .product-details .user-buttons button::before {
          background-size: contain;
          content: "";
          transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s; }
        .product-wrapper .product-details .user-buttons button:hover {
          background-color: #444444;
          color: #fff; }
          .product-wrapper .product-details .user-buttons button:hover::before {
            filter: invert(1); }
        .product-wrapper .product-details .user-buttons button.wishlist-btn::before {
          width: 14px;
          height: 14px;
          background: url(heart.svg) no-repeat center;
          margin-right: 8px; }
        .product-wrapper .product-details .user-buttons button.share-btn::before {
          width: 14px;
          height: 14px;
          background: url(share.svg) no-repeat center;
          margin-right: 8px; }
        .product-wrapper .product-details .user-buttons button.compare-btn::before {
          width: 14px;
          height: 14px;
          background: url(compare.svg) no-repeat center;
          margin-right: 8px; }
    .product-wrapper .product-details .product-tags-box {
      border-bottom: 1px solid #e2e2e2; }
      .product-wrapper .product-details .product-tags-box .title {
        text-align: left; }
      .product-wrapper .product-details .product-tags-box .product-tags-list {
        padding-bottom: 10px; }

.product-tab {
  margin-top: 40px;
  border: 1px solid #e2e2e2;
  padding: 8px;
  border-radius: 4px; }
  @media only screen and (max-width: 991px) {
    .product-tab {
      border-radius: 0;
      border: 0;
      padding: 0;
      border-bottom: 1px solid #e2e2e2;
      padding-top: 0; } }
  .product-tab .product-tab--header {
    display: flex;
    background-color: #444444;
    border-radius: 4px; }
    @media only screen and (max-width: 991px) {
      .product-tab .product-tab--header {
        flex-direction: column;
        border-radius: 0; } }
    .product-tab .product-tab--header .tab-btn {
      height: 55px;
      padding-left: 25px;
      padding-right: 25px;
      border-radius: 0;
      border: 0;
      background-color: transparent;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      white-space: nowrap;
      display: flex;
      align-items: center; }
      .product-tab .product-tab--header .tab-btn.active {
        background-color: #fff;
        font-weight: 600;
        color: #444444;
        display: flex;
        align-items: center;
       }
        .product-tab .product-tab--header .tab-btn.active::after {
          transform: rotate(180deg);
          filter: none; }
      @media only screen and (max-width: 991px) {
        .product-tab .product-tab--header .tab-btn {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-bottom: 1px solid #fff;
          padding: 0 15px; }
          .product-tab .product-tab--header .tab-btn::after {
            content: "";
            width: 15px;
            height: 15px;
            background: url(down-arrow.svg) no-repeat center;
            background-size: contain;
            transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
            -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
            -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
            -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
            filter: invert(1); } }
  .product-tab .product-tab--inner {
    padding: 30px; }
  .product-tab .tab-content {
    display: none;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    font-weight: 400; }
    .product-tab .tab-content p {
      font-size: 14px;
      color: #000;
      line-height: 1.6;
      font-weight: 400;
      margin: 0; }
      .product-tab .tab-content p + p {
        margin-top: 10px; }
    .product-tab .tab-content.active {
      display: block; }

.product-table {
  width: 100%;
  text-align: left; }
  .product-table .table-row {
    display: flex;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    /*    &:first-child {
            background-color: #ebebeb4f;
            font-weight: 500;
        }*/ }
    .product-table .table-row .name {
      width: 25%;
      padding: 15px; }
    .product-table .table-row .value {
      width: 75%;
      padding: 15px;
      border-left: 1px solid #e2e2e2; }
    .product-table .table-row + .table-row {
      border-top: 0; }
  .product-table .group-title {
    background-color: #ebebeb4f;
    font-weight: 500; }

.contactus-wrapper {
  margin: 0 auto;
  display: grid;
  gap: 15px; }
  @media only screen and (min-width: 992px) {
    .contactus-wrapper {
      width: 60%; } }
  .contactus-wrapper label {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .contactus-wrapper label span {
      font-weight: 500; }
  .contactus-wrapper input {
    height: 40px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #e2e2e2;
    padding: 15px; }
  .contactus-wrapper textarea {
    border-radius: 4px;
    outline: none;
    border: 1px solid #e2e2e2;
    padding: 15px; }
  .contactus-wrapper button {
    height: 45px;
    background-color: #444444;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer; }

.customer-comments {
  display: flex;
  gap: 35px;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .customer-comments {
      flex-direction: column;
      align-items: stretch;
      justify-content: stretch; } }
  .customer-comments .customer-comments--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 50px;
    background-color: #f6f6f6;
    flex-direction: column;
    gap: 35px; }
    @media only screen and (max-width: 767px) {
      .customer-comments .customer-comments--header {
        flex-direction: column;
        gap: 10px;
        justify-content: center; } }
    .customer-comments .customer-comments--header .comments-total {
      display: flex;
      font-size: 25px;
      gap: 10px;
      font-weight: 700;
      align-items: center;
      justify-content: center; }
      .customer-comments .customer-comments--header .comments-total .comments-summary {
        display: flex;
        gap: 2px;
        --star-size: 22px; }
        .customer-comments .customer-comments--header .comments-total .comments-summary .star {
          width: var(--star-size);
          height: var(--star-size);
          background: url(rating1.svg) no-repeat center;
          background-size: var(--star-size); }
          .customer-comments .customer-comments--header .comments-total .comments-summary .star span {
            display: block;
            height: 100%;
            background: url(rating2.svg) no-repeat center left;
            background-size: var(--star-size);
            width: 0;
            max-width: 100%; }
    .customer-comments .customer-comments--header .comments-status {
      font-size: 16px;
      color: #000;
      font-weight: 500; }
    .customer-comments .customer-comments--header .comments-btn {
      height: 45px;
      border-radius: 4px;
      background-color: #99ddd7;
      color: #444444;
      border: 0;
      padding: 0 25px;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 600;
      cursor: pointer;
      transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
      -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s; }
      .customer-comments .customer-comments--header .comments-btn:hover {
        background-color: #444444;
        color: #fff; }
  .customer-comments .all-comments-box {
    display: grid;
    gap: 2px;
    margin-top: 10px; }
    .customer-comments .all-comments-box .star-row {
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 11px; }
      .customer-comments .all-comments-box .star-row .review-box {
        display: flex;
        align-items: center;
        gap: 2px;
        --star-size: 10px; }
        .customer-comments .all-comments-box .star-row .review-box .star {
          width: var(--star-size);
          height: var(--star-size);
          background: url(rating1.svg) no-repeat center;
          background-size: var(--star-size); }
          .customer-comments .all-comments-box .star-row .review-box .star:nth-child(1) {
            margin-left: 5px; }
          .customer-comments .all-comments-box .star-row .review-box .star span {
            display: block;
            height: 100%;
            background: url(rating2.svg) no-repeat center left;
            background-size: var(--star-size);
            width: 0;
            max-width: 100%; }
      .customer-comments .all-comments-box .star-row .progress-box {
        display: flex;
        align-items: center;
        gap: 10px; }
        .customer-comments .all-comments-box .star-row .progress-box .progress {
          width: 100px;
          flex-shrink: 0;
          height: 6px;
          border-radius: 10px;
          background-color: #e2e2e2;
          overflow: hidden; }
          .customer-comments .all-comments-box .star-row .progress-box .progress span {
            display: block;
            background-color: #ffc220;
            height: 100%;
            width: 0; }
  .customer-comments .customer-comments--list {
    display: grid; }
  .customer-comments .comment-item {
    padding: 15px 0; }
    .customer-comments .comment-item + .comment-item {
      border-top: 1px solid #e2e2e2; }
    .customer-comments .comment-item .comment-title {
      font-size: 15px;
      margin-bottom: 0;
      margin-top: 15px;
      color: #666;
      font-weight: 550;
      padding: 0; }
    .customer-comments .comment-item .comment-description {
      font-size: 15px;
      margin-bottom: 0;
      margin-top: 15px;
      color: #666; }
    .customer-comments .comment-item .comment-item--inner {
      display: flex;
      align-items: center;
      gap: 15px; }
      .customer-comments .comment-item .comment-item--inner > div {
        font-size: 12px;
        line-height: 15px;
        color: #666;
        font-weight: 400; }
        .customer-comments .comment-item .comment-item--inner > div.status {
          font-weight: 500;
          color: #16be48; }
      .customer-comments .comment-item .comment-item--inner .review-box {
        display: flex;
        gap: 2px;
        --star-size: 15px; }
        .customer-comments .comment-item .comment-item--inner .review-box .star {
          width: var(--star-size);
          height: var(--star-size);
          background: url(rating1.svg) no-repeat center;
          background-size: var(--star-size); }
          .customer-comments .comment-item .comment-item--inner .review-box .star span {
            display: block;
            height: 100%;
            background: url(rating2.svg) no-repeat center left;
            background-size: var(--star-size);
            width: 0;
            max-width: 100%; }

.payment-option-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }
  @media only screen and (max-width: 767px) {
    .payment-option-list {
      grid-template-columns: 100%; } }
  .payment-option-list .payment-option {
    border-radius: 4px; }
    .payment-option-list .payment-option .header {
      text-align: center;
      background-color: #e2e2e2;
      padding: 10px; }
      .payment-option-list .payment-option .header img {
        height: 20px;
        vertical-align: middle; }
    .payment-option-list .payment-option table {
      width: 100%;
      text-align: center;
      border-collapse: collapse; }
      .payment-option-list .payment-option table th {
        border-top: 0;
        padding: 2px 5px;
        height: 36px;
        text-align: center;
        border: 1px solid #f5f3f3;
        vertical-align: middle;
        font-size: 13px; }
      .payment-option-list .payment-option table td {
        padding: 2px 5px;
        border: 1px solid #f5f3f3;
        vertical-align: middle;
        font-size: 13px;
        height: 36px; }

.campaign-box {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .campaign-box {
      flex-direction: column;
      justify-content: center; } }
  .campaign-box span {
    padding: 0 15px;
    border: 1px solid #f5f3f3;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #19a804;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .campaign-box span {
        margin-right: 0;
        margin-bottom: 15px; } }
  .campaign-box + .campaign-box {
    margin-top: 15px; }

.mobile-tab-inner {
  display: none; }
  @media only screen and (max-width: 991px) {
    .mobile-tab-inner {
      background-color: #fff;
      padding: 15px 20px 30px; }
      .mobile-tab-inner.open {
        display: block; }
      .mobile-tab-inner .tab-content {
        display: block; } }

.similar-product-wrapper {
  margin-top: 55px;
  margin-bottom: 40px;
  position: relative; }
  .similar-product-wrapper h2 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 22px; }
  @media only screen and (min-width: 992px) {
    .similar-product-wrapper .similar-product--list {
      margin-left: -10px;
      margin-right: -10px; } }
  .similar-product-wrapper .similar-product--list:not(.slick-slider) {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-left: 0;
    margin-right: 0; }
    @media only screen and (max-width: 991px) {
      .similar-product-wrapper .similar-product--list:not(.slick-slider) {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 15px; } }
  .similar-product-wrapper .slick-slide {
    padding: 0 10px; }
  .similar-product-wrapper .slick-arrow {
    position: absolute;
    top: -65px;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #e2e2e2;
    z-index: 99;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
    -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
    -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
    -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s; }
    .similar-product-wrapper .slick-arrow:hover {
      background-color: #e2e2e2; }
    .similar-product-wrapper .slick-arrow::after {
      content: "";
      width: 15px;
      height: 15px;
      background: url(down-arrow.svg) no-repeat center;
      background-size: contain; }
    .similar-product-wrapper .slick-arrow.slick-prev {
      left: 10px; }
      .similar-product-wrapper .slick-arrow.slick-prev::after {
        transform: rotate(90deg); }
    .similar-product-wrapper .slick-arrow.slick-next {
      right: 10px; }
      .similar-product-wrapper .slick-arrow.slick-next::after {
        transform: rotate(-90deg); }
    .similar-product-wrapper .slick-arrow.slick-disabled {
      opacity: .4;
      pointer-events: none; }

.similar-product--item {
  border: 1px solid #e2e2e2;
  border-radius: 4px; }
  .similar-product--item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    .similar-product--item .item-img img {
      max-width: 100%; }
  .similar-product--item .item-content {
    background-color: #f6f6f6;
    border-top: 1px solid #e2e2e2;
    padding: 10px; }
    .similar-product--item .item-content .item-name {
      color: #000;
      font-size: 15px;
      margin-bottom: 15px;
      text-decoration: none;
      display: block;
      font-weight: 600;
      height: 37px;
      overflow: hidden; }
    .similar-product--item .item-content .item-price {
      font-size: 16px;
      font-weight: 600;
      color: #444444;
      margin-bottom: 25px; }
      .similar-product--item .item-content .item-price span {
        display: block;
        font-size: 14px;
        opacity: .5; }
    .similar-product--item .item-content .buying-buttons {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 15px;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .similar-product--item .item-content .buying-buttons {
          gap: 10px; } }
      .similar-product--item .item-content .buying-buttons .quantity-box {
        margin-right: 5px;
        position: relative;
        background-color: #e2e2e2;
        height: 30px;
        display: flex;
        align-items: center;
        border-radius: 4px;
        overflow: hidden; }
        .similar-product--item .item-content .buying-buttons .quantity-box input {
          height: 40px;
          border: 0;
          width: 30px;
          text-align: center;
          font-size: 13px;
          font-weight: bold;
          -moz-appearance: textfield;
          outline: unset; }
          .similar-product--item .item-content .buying-buttons .quantity-box input::-webkit-inner-spin-button, .similar-product--item .item-content .buying-buttons .quantity-box input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        .similar-product--item .item-content .buying-buttons .quantity-box select {
          height: 100%;
          border: 0;
          padding: 0 14px;
          padding-right: 25px;
          appearance: none;
          background: url(down-arrow.svg) no-repeat center right 9px transparent;
          background-size: 10px;
          font-size: 15px;
          font-weight: 600;
          outline: none !important; }
        .similar-product--item .item-content .buying-buttons .quantity-box button {
          height: 100%;
          width: 15px;
          font-size: 15px;
          border: 0;
          background-color: #e2e2e2;
          cursor: pointer;
          font-weight: bold;
          transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
          -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s; }
          .similar-product--item .item-content .buying-buttons .quantity-box button:hover {
            background-color: #c9c9c9; }
      .similar-product--item .item-content .buying-buttons .cart-btn {
        padding: 0 5px;
        outline: unset;
        height: 30px;
        background-color: #444444;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #fff;
        cursor: pointer;
        transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -moz-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -webkit-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        -o-transition: all cubic-bezier(0.56, 0, 0.265, 1) 0.25s;
        border-radius: 4px; }
        .similar-product--item .item-content .buying-buttons .cart-btn:hover {
          background-color: #ffc220; }

.comment-popup {
  max-width: 550px;
  background-color: #fff;
  display: none;
  padding: 0 !important; }
  .comment-popup .carousel__button {
    top: 8px !important;
    right: 13px !important; }
  .comment-popup .comment-popup--header {
    height: 55px;
    padding: 0 20px;
    background-color: #444444;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600; }
  .comment-popup .comment-popup--inner {
    padding: 30px; }
  .comment-popup .comment-product {
    display: flex; }
    .comment-popup .comment-product .pic {
      width: 150px;
      flex-shrink: 0; }
      .comment-popup .comment-product .pic img {
        max-width: 100%; }
    .comment-popup .comment-product .content {
      padding-left: 15px;
      color: #000; }
      .comment-popup .comment-product .content .name {
        font-size: 13px;
        font-weight: 700; }
      .comment-popup .comment-product .content .desc {
        font-size: 12px; }
    .comment-popup .comment-product .review-box {
      display: flex;
      gap: 2px;
      --star-size: 15px; }
      .comment-popup .comment-product .review-box .star {
        width: var(--star-size);
        height: var(--star-size);
        background: url(rating1.svg) no-repeat center;
        background-size: var(--star-size);
        border: 0;
        padding: 0;
        cursor: pointer;
        outline: none !important; }
        .comment-popup .comment-product .review-box .star:hover {
          opacity: .8; }
        .comment-popup .comment-product .review-box .star span {
          display: block;
          height: 100%;
          background: url(rating2.svg) no-repeat center left;
          background-size: var(--star-size);
          width: 0;
          max-width: 100%; }
  .comment-popup .input-box {
    margin: 15px 0; }
    .comment-popup .input-box label {
      display: flex;
      flex-direction: column; }
      .comment-popup .input-box label span {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 5px; }
  .comment-popup .comment-textarea {
    border: 1px solid #e2e2e2;
    padding: 15px;
    outline: none !important; }
    .comment-popup .comment-textarea:focus {
      border-color: #444444; }
  .comment-popup .send-comment-btn {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: #ffc220;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer; }
