/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 17:43:20 */
.lowercase {
	text-transform:none !important
}

.font18 {
	font-size:18px !important
}

.b900 {
	font-weight:900
}

.whb-column.whb-col-left{
	border-right:2px solid rgba(28, 60, 108, 1)
}

.whb-full-width .whb-row>.container, 
.whb-full-width+.whb-clone .whb-row>.container {
	max-width: 100% !important;
	width: 100% !important;
}


.wd-content-layout {
    padding-block: 0;
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
	align-items: center;
}

.custom-archive .elementor-posts .elementor-post:nth-child(odd){
	margin-top:90px
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    border-color: rgba(28, 60, 108, 1) !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
}

body .wd-event-hover:hover>.wd-dropdown{
    background-color: rgb(28,60,108);
}

.single-product .elementor-image-box-title {
    margin-bottom: 0;
}

.single-product .elementor-widget-image-box .elementor-image-box-content {
    display: flex;
}

.single-product .elementor-image-box-description {
    margin-left: 10px !important;
}

.cals-table table, .cals-table th, .cals-table td {
	border: 2px solid #1C3C6C;
	text-align: center;
}
.cals-table td {
	font-weight:800
}

.wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .content-product-imagin {
    visibility: hidden !important;
    opacity: 0 !important;
    transform: none !important;
}

.wd-product:hover:not(:is(.product-swatched,.quick-shop-shown,[class*="wd-loading"])) .wd-buttons[class*="wd-pos-r"] {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: none !important;
}

/* .archive .wrap-price{
	display:none !important
} */

.wd-product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span {
    font-size: 18px !important;
	padding: 20px !important;
    line-height: 20px !important;
}

h5.widget-title {
	    color: rgb(28, 60, 108);
    font-size: 25px;
    font-weight: 800;
    text-transform: none;
	padding-top: 25px;
	position:relative;
}


h5.widget-title:before {
	width: 45px;
	height:45px;
	content: " ";
	background-image: url('/wp-content/uploads/2025/03/arrow-down.png');
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: 20px;
	background-repeat: no-repeat;
    
}



.wd-swatches-filter.wd-checkboxes-on li>a:before {
    border-radius: 100px;
	border-color:rgb(28, 60, 108);
}

.wd-swatches-filter.wd-checkboxes-on li.wd-active>a:after {
    opacity: 0;
}

.wd-swatches-filter.wd-checkboxes-on li.wd-active>a:before {
    background-color: rgb(245,134,65);
}

.layer-term-lable {
	color: rgb(28, 60, 108);
}


.product-icons-checkbox {
	display: grid		;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}


.custom-kcal-text {
	border-top: 2px solid #1C3C6C;
	border-bottom: 2px solid #1C3C6C;
	padding: 10px 0;
	margin-bottom: 10px !important;
	display: inline-block;
	color: #1C3C6C;
}

.wd-product .product-wrapper .wd-entities-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-kcal-text span{
	font-weight:900
}

.login-dropdown-inner .create-account-link{
    font-size: 12px;
}

.wd-dropdown-register {
	background:#fff !important
}

/* 
.whb-col-right .wd-dropdown-menu.wd-design-default {
    right: auto;
    left: 0;
    margin-left: calc(var(--nav-gap, .001px) / 2* -1);
    margin-right: 0;
}
*/

.page-id-217 .wd-page-content {
    min-height: 70vh;
    padding-top: 7%;
    padding-bottom: 7%;
}
	

.button-rotate a img{
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px; */
    -webkit-animation:spin 7s linear infinite;
    -moz-animation:spin 7s linear infinite;
    animation:spin 7s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
	



.h3-nobottom h3{
	margin-bottom:0 
}

.page-id-232 .button-rotate a img{
	display:none
}

	
	
@media screen and (max-width:560px) {
	
	.button-rotate a img{
		width:100px !important;
	}
	
	.cals-table{
		overflow: scroll;
	}
	
	.product-icons-checkbox {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
	}

	.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
		margin: 0;
		margin-right: 20px !important;
	}
	.custom-archive .elementor-posts .elementor-post:nth-child(odd){
		margin-top:0px
	}
	.home-carousel .elementor-swiper-button-prev,
	.home-carousel .elementor-swiper-button-next {
		display:none !important
	}
}