.product-bg-img {
    background-image: url(../img/bg-img/product-bg-img.png);
}

.product-bg-c {
    background: rgba(111, 68, 36, 0.96);
}

.swiper-container {
    width: 100%;
    height: 100%;

}


.swiper-full-mobile {
    position: relative;
    margin: 50px auto;
    padding-bottom: 50px;
}


.swiper-full-mobile .swiper-slide {
    height: 100%;
}

.swiper-full-mobile .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;

}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 79%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.product-img:hover .overlay {
    height: 100%;
}

.product-img:hover .product-name {
    display: none;
}

.text {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 53%;
    width: 85%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.product-content {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.94%, #000000 100%);
    width: 100%;
    height: 500px;
}

.product-content h3 {
    width: 100%;
}

.product-name {
    bottom: 35px !important;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}

.swiper-pagination-bullet {
    border-radius: 0px !important;
    background: #FFFFFF;
    opacity: 0.18;
}

.swiper-pagination {
    text-align: end;
}

.swiper-pagination-bullet-active {
    background: #FFFFFF;
    opacity: 0.6;
}

.swiper-button-prev {
    top: 55%;
    left: 30px;
    background-image: none;
    color: #FFFFFF;
    opacity: 0.50;
}

.swiper-button-next {
    top: 55%;
    right: 30px;
    background-image: none;
    color: #FFFFFF;
    opacity: 0.50;
}

@media only screen and (max-width: 768px) {
    .swiper-button-next {
        top: 55%;
        right: -1px;
        background-image: none;
        color: #FFFFFF;
    }

    .swiper-button-prev {
        top: 55%;
        left: 1px;
        background-image: none;
        color: #FFFFFF;
    }
}

/* product page */


.product-p-img {
    object-fit: cover;
}

.product-p:hover .overlay {
    height: 100%;
}

.overly-btn {
    color: #6B8211;
}

.overly-btn:hover {
    color: #6B8211;
}

.overly-h3 {
    border-top: 2px solid #6B8211;
    width: 65%;
}

/* product page end */


/* product detail page */



/* Position the image container (needed to position the left and right arrows) */
.slider {
    position: relative;

}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    } */

/* Number text (1/3 etc) */
.numbertext {
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #fff;
    padding: 2px 16px;
}

.ro:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 25.0%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.detail-head {
    border-top: 2px solid #6B8211;
    width: 25%;
}

.deatail-list {
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
}

.deatail-list li {
    padding-bottom: 30px;
}

/* product detail tab */

.tabs input[type=radio] {
    display: none;
}

.tabs label {
    transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block;
    cursor: pointer;
    color: #B4B4B4;
    height: 3em;
    background: #FCFCFC;
    text-align: center;
    line-height: 3em;
}

.tabs label:last-of-type {
    border-bottom: none;
    border-right: 2px solid #6B8211;
    border-top: 2px solid #6B8211;
    border-left: none !important;
}

.tabs label:hover {
    background: #6B8211;
    color: #ffffff;
}

@media screen and (max-width: 1600px) {
    .tabs label {
        width: 15%;
        border-bottom: none;
        border-left: 2px solid #6B8211;
        border-top: 2px solid #6B8211;
    }
}

@media screen and (max-width: 900px) {
    .tabs label {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .tabs label {
        width: 100%;
        display: block;
        border-bottom: 2px solid #C7C6C4;
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .tabs {
        margin: 0;
    }
}

#tab1:checked+label,
#tab2:checked+label,
#tab3:checked+label,
#tab4:checked+label {
    background: #6B8211;
    color: #FFFFFF;
}

.tab-content {
    position: absolute;
    top: -9999px;
    padding: 50px 30px 50px 30px;
}

.tab-content-wrapper {
    background: #FCFCFC;
    border: #6B8211 2px solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;

}

@media screen and (max-width: 600px) {

    .tab-content-wrapper,
    .tab1-content-wrapper {
        border: none;
        border-radius: 0;
    }
}

#tab1:checked~.tab-content-wrapper #tab-content-1,
#tab2:checked~.tab-content-wrapper #tab-content-2,
#tab3:checked~.tab-content-wrapper #tab-content-3,
#tab4:checked~.tab-content-wrapper #tab-content-4 {
    position: relative;
    top: 0px;
}
.w-80{
    width: 85%;
}


/* product detail tab */

section.custom-slider {
    width: 100%;
      margin: auto;
  }
   section.custom-slider .slider{
          position: relative;
          display: inline-flex;
          align-items: stretch;
          width: 100%;
          height:100%;
          padding: 0em;
          overflow-x: scroll;
          padding: 0em 0 2em;
          /*hidding slider bar*/
          clip-path: inset(0px 0px 2em 0px round 0px);
          -webkit-clip-path: inset(0px 0px 2em 0px round 0px);
      }
      section.custom-slider .slider.grabbing-icon{
          cursor:grabbing;
      }
      section.custom-slider .item{
          min-width: 310px;
          width: 100%;
          max-width: 250px;
          height: auto;
          position: relative;
          margin: 0.5em 0.5em; 
          display: flex;
          flex-direction: column;
          overflow:hidden;
      }
      section.custom-slider .item .image{
        height: 100%;
     
      }
      section.custom-slider .item img{
        width: 100%;
        height: 310px;
        object-fit: cover;
        aspect-ratio: 1 / 1;
        
      }
      section.custom-slider .item.disable{
        pointer-events: none;
      }
      section.custom-slider .item.grabbing-icon{
        cursor: grabbing;
      }
      section.custom-slider .item a{
          text-decoration: none;
          width:100%;
          height: 100%;
          top:0;
          left:0;
      }
      section.custom-slider .text-wrapper{
          height:100%;
          padding:0.5em;
      }
  
      @media only screen and (max-width: 950px) {
    
      }
      .retail-b{
        border-bottom: 2px solid #6B8211;
      }
      .retail-btn{
        background-color: #6B8211;
        color: #FFFFFF;
        padding: 10px 20px 10px 20px;
        border: 0px;
      }
      .accordion-button::after{
        content: "+";
        background-image: none;
      }
      .accordion-button:not(.collapsed)::after{
        content: "-";
        background-image: none;
      }
      /*.retail-img{*/
      /*    width: 100% !important;*/
      /*    height: 310px !important;*/
      /*    object-fit: cover;*/
      }
      /* product detail tab */