:root {
    --gp-slideout-width: 300px !important;
	--breadcrumbs-color: #767676;
	--breadcrumbs-color-hover: #767676;
	--breadcrumbs-font-size: 15px;
	--breadcrumbs-font-weight: 400;
	--breadcrumbs-color-last: #242424;
	--breadcrumbs-color-last-hover: #242424;
	--breadcrumbs-font-weight-last: 600;
}

.ks-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .ks-marquee-inner {
    display: flex;
    width: max-content;
    will-change: transform;
    gap: 20px;
  }

  .ks-marquee-content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: max-content;
    gap: 20px;
  }

  .ks-marquee-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
  }

  .ks-marquee img {
    display: block;
    max-width: 21px;
    height: auto;
  }

.top-bar-navigation ul li:first-child a:before {
    height: 18px;
    content: '';
    width: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.25);
    right: 10px;
}
.main-menu-main-header .gb-menu-link{
	position: relative;
}
.main-menu-main-header .gb-menu-link:hover:after{
    width: 100%;
}
.languages-menu-top-bar{
	position: relative;
}
.languages-menu-top-bar:before{
	height: 18px;
    content: '';
    width: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.25);
    right: -10px;
		top: 50%;
    transform: translateY(-50%);
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-synthesis: none;
}

.slideout-toggle a, .sidebar-mai-opener a{
	display: flex;
	flex-direction: column;
	width: 29px;
	align-items: center;
}

.slideout-toggle a img, .sidebar-mai-opener a img{
	width: 29px;
	height: 29px;
}
.slideout-toggle a span, .sidebar-mai-opener a span{
	display: block !important;
  margin-left: 0px;
  font-size: 10px !important;
  font-weight: 500 !important;
	margin-top: -3px !important;
}
.menu-sidebar-main ul a{
	font-size: 15px !important;
	font-weight: 600 !important;
}
.menu-sidebar-main ul{
	display: flex !important;
}
a.cat-link{
	display: flex !important;
}

.inside-navigation.grid-container{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-color: #f6f5f8 !important;
}

.inside-navigation.grid-container> div:first-child {
	width: 100%;
}

#generate-slideout-menu{
	background: #f6f5f8 !important;
}

@media only screen and (max-width: 600px) {
	.d-mobile-none{
		display: none !important;
	}
}

.gb-menu-link{
	column-gap: 0px !important;
}
:where(.gb-submenu-toggle){
	width: 20px !important;
}
/*LOGO WIDTH*/
.navigation-branding{
	max-width: 200px;
}
/*CART ICON*/
.cart-icon-img{
	width: 20px;
}

.cart-contents.shopping-bag.has-custom-icon{
	position: relative;
}

.cart-contents > span.number-of-items{
	position: absolute;
	top: -12px;
  right: -7px;
	
	height: 14px;
  width: 14px;
	
	font-size: 11px;
	line-height: 16px;
	background: var(--accent);
	color: #ffffff;
	font-weight: 500;
}

@media only screen and (max-width: 600px) {
	.cart-contents > span.number-of-items{
		top: -9px;
  	right: -7px;
		font-size: 8px;
    line-height: 14px;
	}
}


.gp-icon.icon-search img{
	width: 22px !important;
	height: 22px !important;
	margin-top: -2px;
}
.gp-custom-search-trigger{
	display: flex;
}

.gp-custom-search-trigger .search-label{
	font-size: 16px;
	font-weight: 500;
	margin-left: 5px;
}

.gp-divider {
	display: block;
	width: 1px;
	height: 90px;
	background: rgba(0, 0, 0, 0.105);
}

.gb-is-sticky .gp-divider {
	height: 80px;
}

/* HR */
hr{
	margin: 0px !important;
	border: none !important;
}

/* GeneratePress Site CSS */ .wp-block-button.wc-block-grid__product-add-to-cart a, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border-radius: 5px;
	  font-size: 17px;
}
.wc-block-grid__product-title {
    font: inherit;
    font-weight: 400;
	  font-size: 19px;
}

@media (max-width: 768px) {
    .wc-block-grid__products {
        margin-left: 0;
        max-width: 100%;
    }
		  .secondary-navigation {
         display: none;
    }
}
@media (min-width: 769px) {
    .navigation-branding {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
    .account-icon {
        margin-left: auto;
    }
    .menu-bar-items {
        flex: 1;
    }
		  .main-navigation .inside-navigation {
			   border-bottom: 1px solid var(--base);
  	}
}
@media (max-width: 438px) {
    .navigation-branding {
        width: 100%;
    }
}

/* PRICING */
.gb-woo-price-wrap.wc-block-components-product-price.wc-block-grid__product-price{
	font-size: 15px;
	font-weight: 600;
	color: rgb(225,74,92);
}
.small-carousel .gb-woo-price-wrap.wc-block-components-product-price.wc-block-grid__product-price{
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 600px) {
	.small-carousel .gb-woo-price-wrap.wc-block-components-product-price.wc-block-grid__product-price{
		display: block;
	}
}

.gb-woo-price-wrap.wc-block-components-product-price.wc-block-grid__product-price del{
	color: #bbbbbb;
	font-size: 90%;
	font-weight: 400;
}

.wp-block-button.wc-block-grid__product-add-to-cart a, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border-radius: 0px;
    font-size: 12px !important;
	font-weight: 600;
	display: flex;
    align-items: center;
    gap: 5px;
	text-transform: uppercase;
	color: #333333;
	background-color: transparent;
}

.wp-block-button.wc-block-grid__product-add-to-cart a, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	color: #333333;
	background-color: transparent;
}

.wp-block-button.wc-block-grid__product-add-to-cart a{
		padding-left: 14px !important;
	padding-right: 14px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: 36px;
}
.wp-block-button.wc-block-grid__product-add-to-cart .added_to_cart.wc-forward{
	display: none !important;
}


.wp-block-button.wc-block-grid__product-add-to-cart a img{
	width: 20px;
}
.about-us-main-text{
	max-height: 160px;
	overflow: hidden;
}
.about-us-main-text:after{
content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 10;
    height: calc(100px + var(--padding-block-end, .001px));
background: linear-gradient(to bottom, transparent 0px, #f6f5f8 45px);
}

.about-us-main-text.opened{
	max-height: unset !important;
}
.opened.about-us-main-text:after{
	display: none;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	border-width: 0px !important;
	font-size: 20px !important;
}


.woocommerce.widget_shopping_cart .cart_list li .quantity{
	font-weight: 500 !important;
}

#wc-mini-cart .total .amount{
	font-weight: 600;
}


.woocommerce.widget_shopping_cart .total {
	background-color: #f6f5f8;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
	flex-direction: column;
	gap: 10px;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a {
	width: 100%;
	height: 38px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child{
	margin-left: 0px !important;
}

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before{
	display: none !important;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
	border-left-width: 0px;
	padding-left: 0px;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt{
	font-weight: 500 !important;
    padding: 0 0 5px !important;
    margin: 0 4px 0 0 !important;
    clear: left !important;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd{
	font-weight: 500 !important;
    padding: 0 0 5px !important;
	margin: 0px;
}
#wc-mini-cart .button:hover{
	background-color: var(--contrast-3);
}

.yoast-seo-bread-styles{
	font-weight: 500;
	font-size: 16px;
}

.yoast-seo-bread-styles a{
	color: #767676;
}

.yoast-seo-bread-styles .breadcrumb_last{
	font-weight: 600 !important;
}
.gb-site-header nav .gb-menu--base li a{
	opacity: 1;
	transition: all .3s ease-out;
}
.gb-site-header nav .gb-menu--base li:hover > a{
	opacity: 0.7;
}
.main-language-desctop li{
	position: relative;
}
.main-language-desctop li:after{
	width: 1px;
	height: 18px;
	background: #ffffff;
	top: 50%;
	right: -15px;
	transform: translatey(-50%);
	position: absolute;
	content: '';
	opacity: .25;
}
 /* End GeneratePress Site CSS */


/*** SEARCH INPUT ***/

.gp-inline-search-form {
	width: 100% !important;
}

.gp-inline-search-form .search-inline-fields{
	width: 100%;
	display: flex;
}
.gp-inline-search-form .search-inline-fields .search-field{
	flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
	padding-left: 15px;
	padding-right: 15px;
	background: #ffffff !important;
	font-size: 14px;
	height: 42px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	color: rgb(119,119,119);
	font-weight: 500;
	border: 1px solid rgba(0,0,0,0.1);
	border-right-width: 0px;
	outline: none !important;
}

.gp-inline-search-form .search-inline-fields button{
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);
	border-left-width: 0px !important;
	border-top-right-radius: 35px !important;
	border-bottom-right-radius: 35px !important;
	height: 42px;
	padding-top: 0px;
	padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
	.gp-inline-search-form .search-inline-fields .search-field,
	.gp-inline-search-form .search-inline-fields button {
		height: 38px;
	}
}
/*** END ***/

/*** MY ACOOUNT ***/

.my-account-login, .my-account-user{
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	opacity: 1;
	transition: all .3s ease-out;
	
	display: flex;
    align-content: center;
    justify-content: center;
    gap: 6px;
}


.my-account-login:hover, .my-account-user:hover{
	color: #ffffff;
	opacity: 0.7;
}

.my-account-login img, .my-account-user img{
	width: 20px;
}
.my-account-icon img{
	width: 20px;
}

.cart-contents .amount{
	display: block !important;
}

.menu-bar-item.mini-cart-ks .cart-contents.shopping-bag{
	display: flex;
	gap: 12px;
}

.menu-bar-item.mini-cart-ks .cart-contents.shopping-bag .wd-tools-text{
	padding-left: 12px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.menu-bar-item.mini-cart-ks .cart-contents.shopping-bag .wd-tools-text .amount{
	font-weight: 600;
    font-size: 14px;
	color: rgba(229,63,83,1);
	line-height: 20px;
}
.menu-bar-item.mini-cart-ks .cart-contents.shopping-bag .gp-icon, .menu-bar-item.mini-cart-ks .cart-contents.shopping-bag .gp-icon img{
	width: 32px;
	height: 32px;
}
.menu-bar-item.mini-cart-ks .cart-contents.shopping-bag .wd-tools-text .wd-cart-number.wd-tools-count{
	font-weight: 500;
    font-size: 13px;
    line-height: 20px;
	color: #767676;
}

.new-label:after{
	position: absolute;
    bottom: calc(85% + 5px);
    z-index: 1;
    display: inline-block;
    margin-inline-start: -20px;
    padding: 2px 4px;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
	content: 'NEW';
	right: 0px;
	background-color: rgba(80, 173, 85, 1);
	border-radius: calc(20px / 1.5);
}
.new-label:before{
  content: "";
    position: absolute;
    bottom: 85%;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: rgba(80, 173, 85, 1) transparent transparent transparent;
}

.top-label:after{
	position: absolute;
    bottom: calc(50% + 10px);
    z-index: 1;
    display: inline-block;
    margin-inline-start: -20px;
    padding: 2px 4px;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 8px;
    line-height: 12px;
	content: 'TOP';
	left: calc(56px + 14px);
	background-color: rgba(80, 173, 85, 1);
	border-radius: calc(20px / 1.5);
}
.top-label:before{
  content: "";
    position: absolute;
    bottom: calc(50% + 5px);
    left: 56px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: rgba(80, 173, 85, 1) transparent transparent transparent;
}

#wc-mini-cart .button{
	border-radius: 5px !important;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #f7f7f7;
	color: #333333;
}
#wc-mini-cart .button:hover{
	color: #333333;
	background-color: #efefef;
}

#wc-mini-cart .button.checkout:hover{
    color: rgb(1, 75, 143);
    background: rgb(215, 235, 245);
}

#wc-mini-cart .button.checkout{
    background-color: var(--accent);
    color: var(--base-3);
}

.breadcrumb-trail{
	color: var(--breadcrumbs-color);
	font-size: var(--breadcrumbs-font-size);
	font-weight: var(--breadcrumbs-font-weight);	
}

.breadcrumb-trail a{
	color: var(--breadcrumbs-color);
	transition: all .3s ease-out;
}

.breadcrumb-trail a:hover{
	color: var(--breadcrumbs-color);
}
.breadcrumb-trail .breadcrumb_last{
	color: var(--breadcrumbs-color-last);
	font-weight: var(--breadcrumbs-font-weight-last);
}

.entry-header .entry-title{
	font-weight: 600;
    font-size: 30px;
	text-transform: capitalize;
}
@media only screen and (max-width: 600px) {
	.entry-header .entry-title{
		font-size: 22px;
	}
}
.entry-header{
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home .entry-header{
	display: none !important;
}
@media only screen and (max-width: 600px) {
	.entry-header{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.entry-content{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.home .entry-content{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.separate-containers .inside-article{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.wp-singular.page .inside-article{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}


.sidebar-overlay-for-page{
    display: none !important;
}

.sidebar-overlay-for-page.open{
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 10001 !important;
    background: rgba(0,0,0,.8) !important;
    display: block !important;
}

@media only screen and (max-width: 600px) {
    .sidebar-for-page{
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        z-index: 10002 !important;
        height: 100vh !important;
        max-height: 100vh !important;
        background-color: #ffffff !important;
        width: 300px !important;
        max-width: 300px !important;
        transform: translateX(-340px) !important;
        transition: all .3s ease-out !important;
    }

    .sidebar-for-page.open{
        transform: translateX(0px) !important;
    }
    .sidebar-for-page.open:after{
		content: "" !important;
		position: absolute !important;
		background: url("/wp-content/uploads/2026/03/close.svg") center center no-repeat !important;
		background-size: 20px 20px !important;
		pointer-events: none !important;
		top: 20px !important;
        right: -30px !important;
		width: 20px !important;
		height: 20px !important;
		pointer-events: none !important;
	}
}
.page .featured-image.page-header-image{
	display: none;
}

.woocommerce-mini-cart.cart_list.product_list_widget{
    max-height: 300px;
    overflow-y: auto;
	margin-right: -10px;
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #dddcdf #f6f5f8;
}

/* Chrome, Edge, Safari */
.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar{
    width: 8px;
}

.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-track{
    background: #f6f5f8;
    border-radius: 10px;
}

.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-thumb{
    background: #dddcdf;
    border-radius: 10px;
}

.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-thumb:hover{
    background: #555;
}

/* Убираем стрелки */
.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-button{
    width: 0;
    height: 0;
    display: none;
    background: transparent;
}
.woocommerce-mini-cart img{
	border-radius: 7px;
}

.bottom-mini-cart .gp-icon{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center;
    align-items: center;
}

.bottom-mini-cart,
.bottom-mini-cart a{
	display: flex !important;
}
.bottom-mini-cart .gp-icon img{
	width: 20px !important;
	height: 20px !important;
}
.bottom-mini-cart .cart-label{
	text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    padding: 1px 0;
	margin-top: 3px;
}
.bottom-cart-number{
	position: absolute;
	top: -5px;
    inset-inline-end: -3px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(229,63,83,1);
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}

.bottom-menu-element-img{
	width: 20px !important;
	height: 20px !important;
}
.bottom-menu-element-label, .slideout-toggle a span.bottom-menu-element-label, .sidebar-mai-opener a span.bottom-menu-element-label {
	text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    padding: 1px 0 !important;
    margin-top: 3px !important;
}
.bottom-menu-element a{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
#wc-sticky-cart-panel{
	display: none !important;
}

.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit svg{
	fill: #242424;
}
.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit{
	display: none;
}
#wc-mini-cart{
	padding-top: 21px;
	box-shadow: none;
    background: transparent;
}
.inside-wc-mini-cart{
	background-color: #ffffff !important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

#sidebar-main-34ssfd136u{
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
}

#sidebar-main-34ssfd136u.opened{
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-out;
}
del .woocommerce-Price-amount.amount, del{
	color: #242424;
	font-weight: 400;
}
/********************************************/
/******** CAROUSEL PRODUCT STYLES ***********/

.wcpc {
	--wcpc-on-sale-bg: rgba(80, 173, 85, 1);
	--wcpc-on-sale-color: #ffffff;
	--wcpc-on-sale-font-size: 12px;
	--wcpc-on-sale-line-height: 1.2;
	--wcpc-on-sale-font-weight: 600;
	--wcpc-on-sale-padding: 5px 10px;
	--wcpc-on-sale-min-width: 50px;
	--wcpc-on-sale-text-transform: uppercase;

	--wcpc-card-gap: 12px;
	--wcpc-card-title-font-size: 15px;
	--wcpc-card-title-font-weight: 600;
	--wcpc-card-title-color: #333333;
	--wcpc-card-title-color-hover: #767676;

	--wcpc-card-price-font-size: 15px;
	--wcpc-card-price-color: rgba(229, 63, 83, 1);
	--wcpc-card-price-font-weight: 600;
	--wcpc-card-price-font-size-del: 100%;
	--wcpc-card-price-color-del: #242424;
	--wcpc-card-price-font-weight-del: 400;
}

/* Card surface and product image. */
.wcpc ul.products li.product {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px;
}

.wcpc ul.products li.product img {
	border-radius: 20px;
}

/* Sale and out-of-stock badges. */
.wcpc span.onsale,
.wcpc span.soldout-flash {
	border-radius: 12px !important;
	font-size: var(--wcpc-on-sale-font-size) !important;
	font-weight: var(--wcpc-on-sale-font-weight) !important;
	left: 7px !important;
	line-height: var(--wcpc-on-sale-line-height) !important;
	min-width: var(--wcpc-on-sale-min-width) !important;
	padding: var(--wcpc-on-sale-padding) !important;
	right: unset !important;
	text-transform: var(--wcpc-on-sale-text-transform) !important;
	top: 7px !important;
	position: absolute;
}

.wcpc span.onsale {
	background-color: var(--wcpc-on-sale-bg) !important;
	color: var(--wcpc-on-sale-color) !important;
}

.wcpc span.soldout-flash {
	background-color: #f6f5f8 !important;
	color: #242424 !important;
	position: absolute !important;
}

/* Product title, brand, price and sale-price presentation. */
.wcpc ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
	color: var(--wcpc-card-title-color);
	font-size: var(--wcpc-card-title-font-size);
	font-weight: var(--wcpc-card-title-font-weight);
	line-height: 1.4em;
	margin-top: var(--wcpc-card-gap) !important;
	max-height: calc(2 * 1.4em);
	overflow: hidden;
	transition: color 300ms ease-out;
	margin-bottom: 0px !important;
}

.wcpc ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
	color: var(--wcpc-card-title-color-hover);
}

.wcpc .product-brand,
.wcpc .product-brand a {
	color: var(--wcpc-card-title-color-hover);
	cursor: pointer;
	font-size: calc(var(--wcpc-card-title-font-size) * (95 / 100));
	font-weight: 400;
	line-height: 1 !important;
	margin-bottom: 0;
	margin-top: var(--wcpc-card-gap);
	transition: color 300ms ease-out;
}

.wcpc .product-brand:hover,
.wcpc .product-brand:hover a {
	color: var(--wcpc-card-title-color);
}

.wcpc ul.products li.product .price {
	color: var(--wcpc-card-price-color);
	font-size: var(--wcpc-card-price-font-size);
	font-weight: var(--wcpc-card-price-font-weight);
	margin-bottom: 0;
	margin-top: var(--wcpc-card-gap);
	display: block;
}

.wcpc ul.products li.product .price ins {
	font-weight: var(--wcpc-card-price-font-weight);
}

.wcpc ul.products li.product .price del {
	color: var(--wcpc-card-price-color-del);
	font-size: var(--wcpc-card-price-font-size-del);
	font-weight: var(--wcpc-card-price-font-weight-del);
	opacity: 1 !important;
	padding-right: 2px;
}

/* Add-to-cart/read-more link in the product card. */
.wcpc .product .add_to_cart_button,
.wcpc .add_to_cart_button {
	height: 36px !important;
	line-height: 1.4 !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
}

.wcpc ul.products li.product a.add_to_cart_button img.cart-icon {
	max-width: 20px;
	width: 20px;
}

.wcpc ul.products li.product .button {
	background-color: transparent;
	color: var(--contrast-3);
	display: inline-flex !important;
	font-weight: 600;
	gap: 5px !important;
	height: auto !important;
	margin-top: var(--wcpc-card-gap) !important;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
	justify-content: center;
}
.wcpc li.product .woocommerce-LoopProduct-link {
	margin-bottom: auto !important;
}


@media only screen and (max-width: 600px) {
	.wcpc ul.products li.product{
		padding: 10px;
	}
	
	.wcpc ul.products li.product .button{
		padding-right: 0px;
		padding-left: 0px;
	}
}
/********************************************/

/********************************************/
/******** GRID PRODUCT STYLES ***********/

.wcpg {
	--wcpg-on-sale-bg: rgba(80, 173, 85, 1);
	--wcpg-on-sale-color: #ffffff;
	--wcpg-on-sale-font-size: 12px;
	--wcpg-on-sale-line-height: 1.2;
	--wcpg-on-sale-font-weight: 600;
	--wcpg-on-sale-padding: 5px 10px;
	--wcpg-on-sale-min-width: 50px;
	--wcpg-on-sale-text-transform: uppercase;

	--wcpg-card-gap: 12px;
	--wcpg-card-title-font-size: 15px;
	--wcpg-card-title-font-weight: 600;
	--wcpg-card-title-color: #333333;
	--wcpg-card-title-color-hover: #767676;

	--wcpg-card-price-font-size: 15px;
	--wcpg-card-price-color: rgba(229, 63, 83, 1);
	--wcpg-card-price-font-weight: 600;
	--wcpg-card-price-font-size-del: 100%;
	--wcpg-card-price-color-del: #242424;
	--wcpg-card-price-font-weight-del: 400;
}

/* Card surface and product image. */
.wcpg ul.products li.product {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px;
}

.wcpg ul.products li.product img {
	border-radius: 20px;
}

/* Sale and out-of-stock badges. */
.wcpg span.onsale,
.wcpg span.soldout-flash {
	border-radius: 12px !important;
	font-size: var(--wcpg-on-sale-font-size) !important;
	font-weight: var(--wcpg-on-sale-font-weight) !important;
	left: 7px !important;
	line-height: var(--wcpg-on-sale-line-height) !important;
	min-width: var(--wcpg-on-sale-min-width) !important;
	padding: var(--wcpg-on-sale-padding) !important;
	right: unset !important;
	text-transform: var(--wcpg-on-sale-text-transform) !important;
	top: 7px !important;
	position: absolute;
}

.wcpg span.onsale {
	background-color: var(--wcpg-on-sale-bg) !important;
	color: var(--wcpg-on-sale-color) !important;
}

.wcpg span.soldout-flash {
	background-color: #f6f5f8 !important;
	color: #242424 !important;
	position: absolute !important;
}

/* Product title, brand, price and sale-price presentation. */
.wcpg ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
	color: var(--wcpg-card-title-color);
	font-size: var(--wcpg-card-title-font-size);
	font-weight: var(--wcpg-card-title-font-weight);
	line-height: 1.4em;
	margin-top: var(--wcpg-card-gap) !important;
	max-height: calc(2 * 1.4em);
	overflow: hidden;
	transition: color 300ms ease-out;
	margin-bottom: 0 !important;
}

.wcpg ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
	color: var(--wcpg-card-title-color-hover);
}

.wcpg .product-brand,
.wcpg .product-brand a {
	color: var(--wcpg-card-title-color-hover);
	cursor: pointer;
	font-size: calc(var(--wcpg-card-title-font-size) * (95 / 100));
	font-weight: 400;
	line-height: 1 !important;
	margin-bottom: 0;
	margin-top: var(--wcpg-card-gap);
	transition: color 300ms ease-out;
}

.wcpg .product-brand:hover,
.wcpg .product-brand:hover a {
	color: var(--wcpg-card-title-color);
}

.wcpg ul.products li.product .price {
	color: var(--wcpg-card-price-color);
	display: block;
	font-size: var(--wcpg-card-price-font-size);
	font-weight: var(--wcpg-card-price-font-weight);
	margin-bottom: 0;
	margin-top: var(--wcpg-card-gap);
}

.wcpg ul.products li.product .price ins {
	font-weight: var(--wcpg-card-price-font-weight);
}

.wcpg ul.products li.product .price del {
	color: var(--wcpg-card-price-color-del);
	font-size: var(--wcpg-card-price-font-size-del);
	font-weight: var(--wcpg-card-price-font-weight-del);
	opacity: 1 !important;
	padding-right: 2px;
}

/* Add-to-cart/read-more link in the product card. */
.wcpg .product .add_to_cart_button,
.wcpg .add_to_cart_button {
	height: 36px !important;
	line-height: 1.4 !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
}

.wcpg ul.products li.product a.add_to_cart_button img.cart-icon {
	max-width: 20px;
	width: 20px;
}

.wcpg ul.products li.product .button {
	background-color: transparent;
	color: var(--contrast-3);
	display: inline-flex !important;
	font-weight: 600;
	gap: 5px !important;
	height: auto !important;
	justify-content: center;
	margin-top: var(--wcpg-card-gap) !important;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
}

.wcpg li.product .woocommerce-LoopProduct-link {
	margin-bottom: auto !important;
}

@media only screen and (max-width: 600px) {
	.wcpg ul.products li.product {
		padding: 10px;
	}

	.wcpg ul.products li.product .button {
		padding-left: 0;
		padding-right: 0;
	}
}

/********************************************/


/****************************/
/* OMNIVA STUFF */
/***************************/

.tmjs-terminal-finder h2{
		margin-top: 10px !important;
	}

.tmjs-close-modal-btn {
    right: 17px;
    top: 15px;
}

@media only screen and (max-width: 600px) {
	.tmjs-terminal-finder h2{
		margin-top: 20px !important;
	}
	
	.tmjs-close-modal-btn {
		right: 0px;
		top: 10px;
	}
}

.wd-builder-off :is(.woocommerce-thankyou-order-received,.woocommerce-thankyou-order-failed){
	color: rgba(80, 173, 85, 1) !important;
	border-color: rgba(80, 173, 85, 1) !important;
}


.omnivalt-logo {
    height: 40px !important;
}
.omnivalt-logo {
    max-height: 40px !important;
    margin-bottom: -11px !important;
}

#omnivaLt_modal_title{
		display: block !important;
    	margin-top: 15px !important;
	    font-weight: 600 !important;
	}
#omnivaMapContainer {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 30px !important;
	overflow: hidden;
}

#omnivaLtModal #omniva-search form input {
		height: 42px;
		border-right-color: #ffffff !important;
		border-right-width: 0px !important;
		
		width: calc(100% - 40px) !important;
		border: 1px solid rgba(0, 0, 0, 0.1);
    	border-radius: 20px 0 0 20px;
	}
#omnivaLtModal .btn-marker{
	background: #9f6b84 !important;
	color: #ffffff !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	border-radius: 20px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-weight: 600 !important;
	height: auto !important;
	border: none !important;
}
.omniva-modal-content .omniva-terminals-listing li:nth-child(even) {
	background-color: #f3f2f4 !important;
}
.omniva-modal-content {
	border-radius: 30px;
	background-color: #ffffff;
}
@media only screen and (max-width: 600px) {
	.omniva-modal-body{
		display: flex !important;
        flex-direction: column;
	}
	.search-label{
		display: none !important;
	}
	.gp-custom-search-trigger {
		margin-bottom: -2px;
	}
	#omnivaLt_modal_title{
		display: block !important;
    	margin-top: 15px !important;
	}
	
	#terminalsModal{
		top: 6px !important;
	}
	
	#omnivaLtModal #omniva-search form input {
		height: 42px;
		border-right-color: #ffffff !important;
		border-right-width: 0px !important;
		
		width: calc(100% - 40px) !important;
	}
	
	h4#omnivaLt_modal_search{
		margin-top: 15px !important;
	}
	
	.woocommerce-shipping-totals.shipping td:before{
		display: none;
	}
}

label[for*="omnivalt"] {
    vertical-align: -2px;
}

.woocommerce table.shop_table tfoot td .omnivalt_terminal_container{
	color: #000000 !important;
	font-weight: 500 !important;
}

.omniva-terminals-list .dropdown{
	color: #000000 !important;
	font-weight: 500 !important;
}

.omniva-terminals-list .search-input:focus, .omniva-terminals-list .search-input{
	margin: 0px !important;
	color: #ffffff !important;
}

.omniva-terminals-list ul li:hover a, .omniva-terminals-list ul li:hover {
	background-color: #9f6b84 !important;
}

.omniva-modal-content form {
	display: flex;
}

#map-search-button{
	height: 42px !important;
	border-radius: 0 20px 20px 0 !important;
	background-color: #9f6b84 !important;
}
.omniva-terminals-list{
	background-color: transparent;
}
.omniva-terminals-list .dropdown {
    word-wrap: normal;
    overflow: hidden;
    height: 40px;
    width: 100%;
    position: relative;
    line-height: 1;
    cursor: pointer;
    padding: 12px 20px 12px 5px;
    border-radius: 20px;
    border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.omniva-terminals-list .dropdown:after {
	margin-top: 0px !important;
}
.omniva-terminals-list .inner-container{
	border: solid 1px rgba(0, 0, 0, 0.1);
}

/********************************************/

.test{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}