: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{
	display: flex;
	flex-direction: column;
	width: 29px;
	align-items: center;
}

.slideout-toggle a img{
	width: 29px;
	height: 29px;
}
.slideout-toggle 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.wc-menu-item .cart-contents.shopping-bag{
	display: flex;
	gap: 12px;
}

.menu-bar-item.wc-menu-item .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.wc-menu-item .cart-contents.shopping-bag .wd-tools-text .amount{
	font-weight: 600;
    font-size: 14px;
	color: rgb(225,74,92);
	line-height: 20px;
}
.menu-bar-item.wc-menu-item .cart-contents.shopping-bag .gp-icon, .menu-bar-item.wc-menu-item .cart-contents.shopping-bag .gp-icon img{
	width: 32px;
	height: 32px;
}
.menu-bar-item.wc-menu-item .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: rgb(225,74,92);
	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: rgb(225, 74, 92) transparent transparent transparent;
}

.top-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: 'TOP';
	right: calc(50% - 18px);
	background-color: #014b8f;
	border-radius: calc(20px / 1.5);
}
.top-label:before{
  content: "";
    position: absolute;
    bottom: 85%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #014b8f 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: rgb(225,74,92);
    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 {
	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);
}
.test{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}