
@font-face {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoa8XsLL.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0reHelJo0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0gebelJo0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa05efelJo0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
    overflow-x: hidden !important;
    font-family: 'Bai Jamjuree' !important;
   
}
.header {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: top;
    justify-content: space-between;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.header .logo img {
    height: 70px;
    width: 150px;
    align-self: center;
}

.header li a:hover {
    color: #f60e11;
}

.header .menu {
    display: flex;
    line-height: 70px;
}

.header .menu .nav-item{
    margin: 0px 10px;
    position: relative;
    cursor: pointer;
    color: #000;
}

.header .sub-menu {
    position: absolute;
    top: 70px;
    height: auto;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    width: 150px;
    border-bottom-right-radius: 5px;
}

.header .sub-menu-item {
    padding: 8px 10px;
    line-height: 20px;
}
.show{
    transition: opacity 0.5 ease-in-out;
    display: block;
}
.hide{
    transition: opacity 0.5 ease-in-out;
    display: none;
}
@media screen and (max-width: 768px){
    .header {
        flex-direction: column;
    }
    .header .menu{
        flex-direction: column;
        line-height: 30px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 70px;
        left: 0;
   
    }
    .header .nav-item{
        margin: 0;
        padding: 2px;
        position: relative;
    }
    .header .sub-menu {
        position: static;


      
    }
}
.heightFull,
.heightFull .carouselWrapper,
.heightFull .carouselWrapper > .swiper,
.heightFull .carouselWrapper > .swiper > .swiper-wrapper,
.heightFull .carouselWrapper > .swiper > .swiper-wrapper .swiper-slide > div,
.heightFull .carouselWrapper > .swiper > .swiper-wrapper .swiper-slide > a,
.heightFull
  .carouselWrapper
  > .swiper
  > .swiper-wrapper
  .swiper-slide
  > a
  > .group,
.heightFull a > div {
  height: 100%;
}
.heightFull .swiper-slide{
    width:auto;
}
.heightFull .carouselWrapper > .swiper > .swiper-wrapper .swiper-slide > a {
  display: flex;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
display: none;
}
.carouselWrapper .swiper-button-disabled,
#productGallery + div > .swiper-button-disabled {
cursor: not-allowed;
opacity: 0;
visibility: hidden;
}


.carouselWrapper .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
border: 0;
background-color: #ccc;
border-radius: 8px;
transition: all 0.3s ease-in-out;
}
.carouselWrapper .swiper .swiper-pagination-bullets {
bottom: 10px;
}
.carouselWrapper
.swiper
.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 18px;
opacity: 1;
}
.carouselWrapper.dotsCircleBlack
.swiper
.swiper-pagination-bullets
.swiper-pagination-bullet {
background-color: #000;
}

#productGalleryThumbs {
  max-height: 560px;
}
#productGalleryThumbs .swiper-slide{
    height: 100% !important;
}
#productGalleryThumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #80d8c7;
}

@media screen and (min-width: 1024px) {

  .carouselWrapper.dotsCircleBlack .swiper .swiper-pagination-bullets {
    bottom: 0;
  }
  .carouselWrapper
    .swiper
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
  }
  .carouselWrapper
    .swiper
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 34px;
    background:#27D320;
  }
}

.swiper-multirow-column > .swiper-wrapper {
  flex-direction: row;
}

.antique-carousel-slider .swiper {
  padding-top: 10px;
  padding-bottom: 40px;
}

.slick-prev {
    left: 20px !important;
    z-index: 1;
  }
  
  .slick-next {
    right: 20px !important;
    z-index: 1;
  
  }
  
  @layer utilities {
    .text-balance {
      text-wrap: balance;
    }
  }
  
  .react-multiple-carousel__arrow {
  
    z-index: 1;
  }
  
  .hoverNone {
    background: transparent !important;
  
  }
  
  .hoverNone span {
    overflow: hidden;
  }
  
  .searchShadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  
  .css-kpdgaq-MuiButtonBase-root-MuiButton-root {
    min-width: 0;
  }
  
  body::-webkit-scrollbar {
    width: 5px;
    height: 12px;
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #27D320;
    border-radius: 6px;
  }
  
  body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  
  
  
  .reviewScroller::-webkit-scrollbar {
    width: 8px;
    height: 12px;
  }
  
  .reviewScroller::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
  }
  
  .reviewScroller::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  
  .productZoom {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .zoomSliderBig {
    width: 100% !important;
  }
  
  
  .zoomSlider {
    padding-top: 30px;
  }
  
  .zoomSlider .slick-slide {
    padding-right: 20px !important;
  }
  
  .zoomSlider * {
    outline: none !important;
  }
  
  .zoomSlider .item {
    border: 2px solid transparent !important;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
  }
  
  .zoomSlider .slick-current .item {
    border: 2px solid #27D320 !important;
  }
  
  .zoomSlider .slick-track {
    transform: none !important;
  }
  
  
  .detailsPageTabs {
    border-radius: 25px !important;
  }
.swiper-next:hover , .swiper-prev:hover{
  background-color: #27D320 !important;
}