/* Desktop (за замовчуванням) */
.fix-height-300 .cat-image img {
    height: 300px !important;
    object-fit: cover;
}

/* Tablet */
@media (max-width: 1024px) {
    .fix-height-300 .cat-image img {
        height: 220px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .fix-height-300 .cat-image img {
        height: 160px !important;
    }
}


.border-radius {
	border-radius: 10px;
    overflow: hidden;
}


.gs-review-item {
   background: var(--e-global-color-base7);
    padding: 30px;
    border-radius: 8px;
    height: 100%;
        text-align: center;
}

.gs-review-content {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.6;
}

.gs-review-author {
    font-weight: 600;
}

.gs-review-rating {
    margin-bottom: 10px;
}
.gs-review-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.elementor-widget-container .cat-title {
    font-family:  var(--global-heading-font-family);
    font-size: 20px;
    line-height: 25px;
}

@media (max-width: 767px) {
	
	
	.elementor-widget-container .cat-title {
    
	    font-size: 16px;
	    line-height: 22px;
	}
}


 .elementor-heading-title {
    line-height: normal !important;
}


.woocommerce .quantity.spinners-added .qty {
    width: 2.9em;
} 

.header-cart-button .header-cart-total {
 		overflow:visible!important; 
    width: auto  !important;
    height: auto  !important;
} 

body.home .entry-hero {
    display:none;
}


.site-header-row-container-inner ul.menu>li.menu-item:not(.base-menu-mega-enabled) ul.sub-menu {
  
    position: absolute;
    background: white;
}

.mobile-secondary-navigation {
    border-top: none;
}

.home .content-area {
    margin-top: 0px;
    margin-bottom: 3rem;
}


#cart-drawer.popup-drawer .drawer-inner {
    max-width: 600px; 
} 


.woocommerce-cart table.cart td.actions .button:disabled {
	padding-left:15px!important;
	padding-right:15px!important;
	
}






