    /* @font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('../font/TrajanPro-Regular.woff') format('woff');
    }
     */

* {
  margin: 0;
  padding: 0;
  font-family: 'maheswari', serif;
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
  font-family: 'maheswari', serif;
  margin: 10px 0;
}
p, span, a, li, div {
  font-family: "maheswari", sans-serif;
  line-height: 1.6;
  /* color: #333; */
}
     

.swiper-container {
  width: 100%;
  overflow: hidden; /* stop overflow */
}
.all-category-sliders {
     
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  text-align: center;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100% !important; /* slide card ni width j leva */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 15px;
}

.swiper-slide img
{
  max-width: 100%;
  max-height: 250px; /* optional: image height fix */
  min-height: 250px; /* optional: image height fix */
  object-fit: cover; /* image/vid inside slide fit */
  /* border-radius: 6px; */
  /* display: block; */
  mix-blend-mode: multiply;
}
.collection-pro-slider .slick-prev,
.collection-pro-slider .slick-next {
    background: #334834;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.collection-pro-slider .slick-prev {
    left: -50px;
}

.collection-pro-slider .slick-next {
    right: -50px;
}

.collection-pro-slider .slick-prev i,
.collection-pro-slider .slick-next i {
    font-size: 22px;
    color: #fff;
}
.collection-pro-slider{
     margin: 0 auto;
     padding: 40px 0;
     position: relative;
     background: #334834;
     border-radius: 15px;
     width: 95%;
     display: flex;
     align-items: center;
     justify-content: center;
}
.collection-pro-slider .slider-item {
     padding: 10px;
}
.collection-pro-slider .slider-item img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height:250px;
}
.collection-pro-slider .slick-slide {
   margin-top: 10px;

}
 
.collection-pro-slider .slick-next:before ,
.collection-pro-slider .slick-prev:before {
     content: "" !important;
} 

.collection-pro-slider .slick-center {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    margin-top: -10px;
     transition: transform 0.4s, opacity 0.4s;
}

/* // Product Gallery Slider */
.product-gallery-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.product-thumbnail {
position: relative;
}
.play-icon-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(0, 0, 0, 0.7);
     border-radius: 50%;
     width: 30px;
     height: 44px;
     cursor: pointer;
}
.play-icon-button i{
     font-size: 15px;
     color: #fff;
   
}

.woo-archive-image-hover-fade .woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail {
  opacity: 0 !important;
}


.product-video-modal {
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.85);
  display:flex; align-items:center; justify-content:center;
  z-index:99999;
}
.video-modal-content {
    position: relative;
    max-width: 90%;
}
.video-modal-close {
  position:absolute; top:-40px; right:-10px;
  font-size:30px; color:#fff; cursor:pointer;
}
#site-navigation.main-navigation .primary-menu-container > ul li.menu-item > a {
    font-size: 16px;
    padding-inline: 10px;
}
    
#main-header .site-top-header-wrap .site-header-row-container-inner {
    background: #5d8d5f;
    border-bottom: 0;
}
        
.site-header-main-section-right-center.site-header-section.site-header-section-right-center {
    margin-right: 10px;
}

.nav--toggle-sub li:last-child a {
  padding-right: 0 !important;
}

.site-header-main-section-right.site-header-section.site-header-section-right {
    display: none;
}

.home-categories-section .swiper-container {
    border-radius: 15px !important;
    overflow: hidden;
}

.home-categories-section  h3 {
    margin-top: 0 !important;
    font-size: 16px;
}

.full_width_section.elementor-element {
    left: 0!important;
    width: 100vw!important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: unset;
}

/* Ranvirsinh */
.widget-scrollable , #tmcore-wp-widget-product-highlight-filter-2 ,#tmcore-wp-widget-product-layered-nav-5,#tmcore-wp-widget-product-layered-nav-4,#tmcore-wp-widget-product-layered-nav-6,#tmcore-wp-widget-product-layered-nav-7,#tmcore-wp-widget-product-layered-nav-8,#tmcore-wp-widget-product-price-filter-2,#tmcore-wp-widget-product-rating-filter-2{
  background: #334834;
  color: #fff !important;
  border: 1px solid #a5a752 !important;
}
.primary-sidebar.widget-area .widget .widget-title {
  color: #fff;
  border-bottom: 1px solid #a5a752 !important;
}
.archive .tmcore-wp-widget-filter ul .chosen > a {
  color: #a5a752 !important;
}
ul .wc-layered-nav-term a ,.primary-sidebar.widget-area .sidebar-inner-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) , .tm-star-rating>svg.tm-star-empty [fill^="#"] {
  color: #fff !important;
  fill: #fff !important;
}
ul .wc-layered-nav-term a:hover ,.primary-sidebar.widget-area .sidebar-inner-wrap a:hover  {
  color: #a5a752 !important;
}
/* .archive
.entry-hero-container-inner {
     background-color: #a5a752 ;
     color: #fff;
} */
.woocommerce .star-rating span:before {
    content: none !important;
    top: 0;
    position: absolute;
    left: 0;
}
.time-sale , .clearfix{
     display: none ;
}