@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//gibbsgroup.kreativtek2.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.0") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:rgb(30,115,190);
	background-image: url(https://gibbsgroup.kreativtek2.com/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(35,31,32);
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(55,56,57);
	background-image: none;
}

:root{
--wd-text-font:"Inter", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Yantramanav", Arial, Helvetica, sans-serif;
--wd-title-font-weight:500;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Yantramanav", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Yantramanav", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:500;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Inter", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:500;
--wd-header-el-transform:none;
--wd-header-el-font-size:14px;
}
:root{
--wd-primary-color:rgb(252,180,73);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(209,44,44);
}
:root{
--btn-accented-bgcolor-hover:rgb(191,40,40);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 710px;
		}
	
	
	
	
	
	
/*hide pre-footer on contact page*/
.page-id-15883 .wd-prefooter {
    display: none !important;
}

/* Change color for all Add to Cart buttons */
.add_to_cart_button.button,
.ajax_add_to_cart.button,
.add-to-cart-loop.button {
    background-color: #fdb950 !important;
    border-color: #fdb950 !important;
    color: #ffffff !important;
		border-radius: 6px !important;
}

/* Hover state */
.add_to_cart_button.button:hover,
.ajax_add_to_cart.button:hover,
.add-to-cart-loop.button:hover {
    background-color: #e6a742 !important;
    border-color: #e6a742 !important;
		border-radius: 6px !important;
}

/* Single product page Add to Cart button */
.single_add_to_cart_button.button.alt {
    background-color: #fdb950 !important;
    border-color: #fdb950 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

.single_add_to_cart_button.button.alt:hover {
    background-color: #e6a742 !important;
    border-color: #e6a742 !important;
    border-radius: 6px !important;
}

.wd-empty-mini-cart .btn.wc-backward {
    background-color: #fdb950 !important;
    border-radius: 6px !important;
    border: none !important;
    color: #ffffff !important; /* Optional: set text color for contrast */
}

.woocommerce-mini-cart__buttons .button {
    background-color: #fdb950 !important;
    border-radius: 6px !important;
    border: none !important;
    color: #ffffff !important;
}

/* Optional: Add spacing between buttons */
.woocommerce-mini-cart__buttons .button:first-child {
    margin-right: 10px !important;
}

/* Hide Grey Wrapper Lines */
.product-tabs-wrapper {
    border: none !important;
    background: transparent !important;
}

.product-tabs-wrapper .container {
    border: none !important;
}

.product-tabs-wrapper .row {
    border: none !important;
}

.product-tabs-wrapper .col-12.poduct-tabs-inner {
    border: none !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Make Thumbnails the same size on Product Page */
.owl-item {
    padding: 0 5px !important; /* Add spacing between items */
}

.product-image-thumbnail {
    width: 140px !important; /* Slightly smaller to account for padding */
    height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 auto !important; /* Center the thumbnails */
}

.product-image-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Force consistent title size */
.woocommerce-product-details__short-description .product_title {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin: 0 0 15px 0 !important;
    font-weight: 400 !important;
}

.hover-content-inner .product_title {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin: 0 0 15px 0 !important;
    font-weight: 400 !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	/* Make Thumbnails the same size on Product Page */
.owl-item {
    padding: 0 5px !important;
}

.product-image-thumbnail {
    width: 140px !important;
    height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 auto !important;
}

.product-image-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Tablet - More specific range */
@media (min-width: 769px) and (max-width: 1220px) {
    .owl-item {
        padding: 0 5px !important;
        width: auto !important;
        min-width: 150px !important;
        flex-shrink: 0 !important;
    }
    
    .product-image-thumbnail {
        width: 140px !important;
        height: 140px !important;
        flex-shrink: 0 !important;
    }
    
    /* Force Owl Carousel layout on tablet */
    .owl-stage {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .owl-item {
        padding: 0 4px !important;
        width: auto !important;
        min-width: 148px !important;
    }
    
    .product-image-thumbnail {
        width: 140px !important;
        height: 140px !important;
    }
    
    .owl-stage {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
}
}

@media (max-width: 576px) {
	/* Make Thumbnails the same size on Product Page */
.owl-item {
    padding: 0 5px !important; /* Add spacing between items */
}

.product-image-thumbnail {
    width: 140px !important; /* Slightly smaller to account for padding */
    height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 auto !important; /* Center the thumbnails */
}

.product-image-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .owl-item {
        padding: 0 5px !important;
        width: auto !important;
        min-width: 150px !important; /* Ensure minimum width */
    }
    
    .product-image-thumbnail {
        width: 140px !important;
        height: 140px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .owl-item {
        padding: 0 4px !important;
        width: auto !important;
        min-width: 148px !important; /* 140px + 8px padding */
    }
    
    .product-image-thumbnail {
        width: 140px !important;
        height: 140px !important;
    }
    
    /* Ensure Owl Carousel doesn't override our styles */
    .owl-stage {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
}
}

