    .slick-prev,
    .slick-next {
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      width: 40px;
      height: 40px;
      z-index: 1;
      border-radius: 50%;
    }

    .slick-prev:hover,
    .slick-next:hover {
      background-color: #2EB82E;
    }

    .slick-prev::before,
    .slick-next::before {
      font-size: 40px;
      color: white;
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .slick-prev {
      left: -50px;
    }

    .slick-next {
      right: -50px;
    }

    @media (max-width: 576px) {

      .slick-prev,
      .slick-next {
        display: none;
      }
    }

    .single-product-wrap .product-img-action-wrap .product-img {
      max-height: 208px !important;
    }

    .tab-content {
      background: white;
      padding: 10px;
      border: 1px solid whitesmoke;
    }



    .video-container {
      position: relative;
      padding-bottom: 56.25%;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    @media (min-width: 1200px) {
      .col-xl-2 {
        flex: 0 0 20%;
        max-width: 20%;
      }

      .product-item {
        padding: 10px;
      }

      .single-product-wrap .product-img-action-wrap .product-img {
        height: 208px !important;
      }
    }

    @media (min-width: 992px) and (max-width: 1199.98px) {
      .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
      }

      .product-item {
        padding: 10px;
      }

      .single-product-wrap .product-img-action-wrap .product-img {
        height: 208px !important;
      }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
      .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
      }

      .product-item {
        padding: 2px;
      }

      .single-product-wrap .product-img-action-wrap .product-img {
        height: 236px !important;
      }
    }

    @media (max-width: 767.98px) {
      .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
      }

      .product-item {
        padding: 2px;
      }

      .single-product-wrap .product-img-action-wrap .product-img {
        height: 177px !important;
      }
    }

    @media (max-width: 480px) {
      .single-product-wrap .product-img-action-wrap .product-img {
        height: 130px !important;
      }
    }

    @media (max-width: 320px) {
      .single-product-wrap .product-img-action-wrap .product-img {
        height: 130px !important;
      }
    }

    .thumbnail_slider {
      max-width: 700px;
    }

    .splide__slide {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 400px;
      width: 580px;
      overflow: hidden;
      transition: .2s;
      border-width: 2px !important;
      margin: 10px 4px;
    }

    .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
      box-shadow: 2px 3px 8px #000000a3;
    }

    .splide__slide img {
      width: auto;
      height: auto;
      margin: auto;
      display: block;
      max-width: 100%;
      max-height: 100%;
    }

    /* .splide__arrow {
      display: none;
    } */
    .thumbnail_slider {
      position: relative;
    }

    .splide__arrow {
      width: 30px;
      height: 30px;
      background-color: #9ba79e;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }

    .splide__arrow--prev {
      position: absolute;
      left: -30px;
      top: 50%;
      transform: translateY(-50%);
    }

    .splide__arrow--next {
      position: absolute;
      right: -30px;
      top: 50%;
      transform: translateY(-50%);
    }

    .splide__arrow svg {
      width: 20px;
      height: 20px;
      fill: #ffffff;
      ;
    }

    .color-button,
    .size-button {
      background-color: transparent;
      border: 1px solid black;
      color: black;
      transition: background-color 0.3s, color 0.3s;
    }

    .color-button:hover,
    .size-button:hover {
      background-color: black;
      /* Change to your desired hover color */
      color: white;
      /* Change text color on hover */
    }

    .color-button.active,
    .size-button.active {
      background-color: blue;
      /* Change to your desired active color */
      color: white;
      /* Change text color when active */
    }