/*
Theme Name: Bono Child2
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 2.0.0
*/

/* WooCommerce CSS */
/*
* WooCommerce CSS
*/

/*Stepper catalog quantity*/

.stepper__input {
	padding: 0!important;
}

.shop-item__image {
	height: 172px;
    object-fit: cover;
}

.card__properties {
	margin: 10px 0;
}

.card__properties b {
	font-size: 0.9rem;
}

.card__flush {
	margin-bottom: 15px;
}

.card__properties .text-secondary {
	display: block;
}

.stepper {
	align-items: center;
	border-radius: .75rem;
	border-width: 1px;
	display: flex;
	justify-content: space-between;
	margin-bottom: .75rem;
	padding: .125rem;
	position: relative;
	border: 2px solid #eee;
	margin-top: 5px;
    z-index: 10;
}

.stepper__btn {
	align-items: center;
	border-radius: 100px;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	justify-content: center;
	line-height: 24px;
	outline: 2px solid transparent;
	outline-offset: 2px;
	padding: 1rem 1.5rem;
	transition-duration: .2s;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: linear;
	width: 45px;
  height: 35px;
	border: none;
}

.stepper-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.stepper__label {
	right: 0;
	top: .125rem;
	width: 24px;
}

.stepper-wrapper span {
	white-space: nowrap;
}

.stepper__input, .stepper__input-edit {
	border-width: 0;
	box-shadow: none;
	padding: .125rem;
	text-align: center;
	width: 40px;
	line-height: 1.2;
}

.stepper__input[type="number"]::-webkit-inner-spin-button,
.stepper__input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.stepper__input[type="number"] {
	-moz-appearance: textfield;
}

.stepper__input[type="number"]::-ms-clear {
	display: none;
}

.js_total-amount {
	font-size: 14px;
	color: rgb(128 144 156/ 1);
}

body.page .site-content-inner {
    display: block;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item:first-child .woocommerce-product-attributes-item__label, .woocommerce-product-attributes .woocommerce-product-attributes-item:first-child .woocommerce-product-attributes-item__value {
    padding-top: 0px;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
    padding: 0px 0;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
    padding: 0px 0;
}

/* Paragraph */
.product .d-sm-block p{
	border-style:solid;
	border-width:1px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:2px;
	border-bottom-color:#006cfa;
	border-left-width:0px;
	text-align:center;
}

/* Column 12/12 */
.product .mt-4 .container .row .col-sm-6{
	align-self:center;
}

/* Image */
.product p img{
	max-height:523px;
}

/* Woocommerce tabs */
.site-content-inner .product .woocommerce-tabs{
	margin-left:0px;
	margin-right:0px;
    max-width:100%;
}

/* Product */
#content .site-content-inner > .product{
	transform:translatex(0px) translatey(0px);
}



/* Entry Content */
#tab-description{
	background-color:#f7f7f7;
	border-radius: 20px;
	margin-top:20px;
    padding: 20px;
}

/* Entry Content */
#tab-additional_information{
	margin-left:0px;
	margin-right:0px;
	background-color:#f7f7f7;
	border-radius: 20px;
	margin-top:20px;
	padding: 20px;
	width:100% !important;
	max-width:100%;
}

/* Entry Content */
#tab-new_super_tab{
	margin-left:0px;
	margin-right:0px;
	background-color:#f7f7f7;
	border-radius: 20px;
	margin-top:20px;
	padding: 20px;
	width:100% !important;
	max-width:100%;
}

/* ===== Изменения с 01.09.2025 ===== */

/*  3-колоночная сетка  */
.product-layout-3col .pl3-grid{
	display:grid;
	grid-template-columns: 1.15fr 0.9fr 0.95fr; 
	gap:24px;
}

aside.pl3-col.pl3-buy {background-color: #F2F2F2; padding: 20px;}
.product-layout-3col .pl3-col{  border-radius:16px;  }
.product-layout-3col .pl3-gallery{ padding:0; background:transparent; }
.product-layout-3col .pl3-block-title{ margin:0 0 12px; font-size:22px; font-weight:800; }

.pl3-attrs{ display:grid; }
.pl3-attr{ display:flex; align-items:center; gap:12px; padding:8px 0; }
.pl3-attr + .pl3-attr{ border-top:1px dashed #e7e7e7; }
.pl3-attr .n{
	color:#65707a; position:relative; flex:1 1 auto;
}
.pl3-attr .v{
	font-weight:600; color:#0f1720; flex:0 0 auto; margin-left:auto; text-align:right;
}

.pl3-buy .price{ font-size:28px; font-weight:800; background-color: #F2F2F2; padding: 10px; border-radius: 16px; width: 100%;}

.pl3-buy table{
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	border:1px solid #eaeaea;
	border-radius:14px;
	overflow:hidden;
	background:#fff;
	margin-top:14px;
}
.pl3-buy table thead th{
	font-weight:700;
	text-align:left;
	padding:10px 14px;
	background:#fafafa;
	border-bottom:1px solid #eaeaea;
}
.pl3-buy table tbody td{
	padding:10px 14px;
	border-top:1px solid #f0f0f0;
}
.pl3-buy table tbody tr:nth-child(odd){ background:#fcfcfc; }
.pl3-buy table td:last-child, .pl3-buy table th:last-child{ text-align:right; }

.pl3-buy table tr.active td,
.pl3-buy table tr.current td{
	background:#f3f6ff;
	font-weight:700;
}

@media (max-width: 1200px){
	.product-layout-3col .pl3-grid{ grid-template-columns: 1fr 1fr; }
	.product-layout-3col .pl3-specs{ order:3; }
	.product-layout-3col .pl3-buy{ order:2; }
}
@media (max-width: 760px){
	.product-layout-3col .pl3-grid{ grid-template-columns: 1fr; }
	.product-layout-3col .pl3-col{ border-radius:12px; }
	.pl3-attr{ padding:0px 0; }
	.pl3-buy .price{ font-size:24px; }
	aside.pl3-col.pl3-buy {padding:20px;}

	a.button.whatsapp_button {
		margin-top: -10px;
	}
}

.product-layout-3col .pl3-head{
	margin: 8px 0 14px;
}
.product-layout-3col .pl3-head .product_title{
	margin:0;
	font-weight:800;
	font-size:44px;
	line-height:1.1;
	letter-spacing:.2px;
}
@media (max-width: 980px){
	.product-layout-3col .pl3-head .product_title{ font-size:32px; }
}
@media (max-width: 640px){
	.product-layout-3col .pl3-head .product_title{ font-size:26px; }
}

.breadcrumb span {
	color: #051d36 !important;
}
.breadcrumb a {
	color: #051d36 !important;
}

@media (max-width:640px){
	.pl3-breadcrumbs nav{ font-size:13px; gap:6px; }
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    border: 2px solid #F2F2F2;
    border-radius: 16px;
    padding: 10px;
}

.single-product .wdp_bulk_table_content .bulk_table{ background:#fff; border-radius:16px; padding:14px; }
.single-product .wdp_pricing_table,
.single-product .wdp_pricing_table *{
	border:0 !important;
	background:transparent !important;
	box-shadow:none !important;
}

.single-product .wdp_pricing_table tbody tr::before{
	content:"";
	position:absolute; left:0; right:0; top:50%; height:1px;
	background:repeating-linear-gradient(to right, transparent 0, transparent 6px, #cfd7e6 6px, #cfd7e6 8px);
	transform:translateY(-50%);
	z-index:0;
}

.single-product .wdp_pricing_table thead{ display:none; }
.single-product .wdp_pricing_table{ width:100%; border-collapse:separate; border-spacing:0; display:block; }
.single-product .wdp_pricing_table tbody{ display:block; }

.single-product .wdp_pricing_table tbody tr{
	position:relative;
	display:grid;
	grid-template-columns: 1fr auto;

	padding:10px 0;
}


.single-product .wdp_pricing_table tbody td {
	text-align:left !important;
}

.single-product .wdp_pricing_table td{
	padding:0;
	position:relative;
	z-index:1;
}

.single-product .wdp_pricing_table tr.active__row td{ font-weight:800; color:#0f1720; }

@media (max-width:640px){
	.single-product .wdp_bulk_table_content .bulk_table{ padding:12px; border-radius:16px; }
	.single-product .wdp_pricing_table tbody tr{ padding:8px 0; }
}

.single-product .wdp_pricing_table tr.active__row td {
    font-weight: 800;

}

.single-product .wdp_pricing_table td:last-child {
    font-weight: 400;
}

.single-product .pl3-buy .single_add_to_cart_button,
.single-product .pl3-buy button.single_add_to_cart_button{
	width:100%; 
	border-radius:8px;
}

.single-product .pl3-buy form.cart,
.single-product .pl3-buy .cart{
	display:grid;
	gap:10px;
}

.single-product .pl3-buy a.button.whatsapp_button{
	width:100%;
	border-radius:8px;
	background-color: #fff;
	color: #051d36;
}
.single-product .pl3-buy a[href*="whatsapp"]:hover{ background:#ecebed; }

.text-white {
    --bs-text-opacity: 1;
    color: #051d36 !important;
}

span.woocommerce-Price-amount.amount {
    text-align: center;
    width: 100%;
}

.shop-grid .shop-item .shop-item__image{
	filter: invert(0.05);
}

.shop-grid .shop-item .shop-item__image{
	filter: invert(0.05);
}

.shop-grid .shop-item .shop-item-inner{
	background-color:#f2f2f2;
	border-radius: 16px;
}

.shop-grid .shop-item li{
	background-color:rgba(255,255,255,0);
}

.stepper {
    background-color: #fff;
}

ol.flex-control-nav.flex-control-thumbs img {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.woocommerce-product-gallery__image img {
	height: 400px; 
	width: 100%;
	object-fit: contain;
	background: #fff; 
}
.bg-light {
    background-color: #fff !important;
}

/* Категории в карусель */

@media (max-width: 1199.98px) {
	.cat-carousel{
		--gap: 0px;
		display: flex;
		flex-wrap: nowrap;
		gap: var(--gap);
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 0;
		padding: 0;
		-webkit-overflow-scrolling: touch;
	}

	.cat-carousel { 
		margin-left: 0 !important; 
		margin-right: 0 !important; 
	}

	.cat-carousel > [class*="col-"]{
		flex: 0 0 auto;
		width: 140px;
		scroll-snap-align: start;
	}

	/* показываем и немного стилизуем полосу */
	.cat-carousel::-webkit-scrollbar {
		height: 6px;
	}
	.cat-carousel::-webkit-scrollbar-thumb {
		background-color: rgba(0,0,0,0.3);
		border-radius: 3px;
	}
	.cat-carousel::-webkit-scrollbar-track {
		background: rgba(0,0,0,0.05);
	}
}

#woo_katalog_bottom_menu{
	background-color:#ffffff;
	border-radius: 16px;
	padding: 20px;
}

section .mt-5{
	background-color:#ffffff;
	border-radius: 16px;
	padding: 20px;
}

.init .col-auto{
	align-items:center !important;
}

.init p .btn-primary{
	margin-top:12px;
}

.init input{
	background-color: #f2f2f2;
	border: 0;
}

hr{
	border-style:none;
	
}

.related-products__header { 
	margin-top: 40px !important; 
}

h1.woocommerce-products-header__title.page-title {
    margin-bottom: 20px !important;
}

.pl3-grid .pl3-specs .pl3-attrs{
	margin-top:20px;
}

.variation_link tbody .iconic-wlv-terms__term-content--link{
	border-radius: 5px !important;
}

.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content{
	border: 1px solid #0093df;
	border-radius: 5px;
	background: #e8f4fc;
	font-weight: 700;
}

.variation_link tbody .attachment-shop_thumbnail{
	border-radius: 5px !important;
}

.variation_link .iconic-wlv-terms__term--pyatisloyny-karton img{
	min-height:45px;
}

.ronbel-stock{
	text-align:center;
	margin-bottom:0px;
}

  /* корриктировка отступа макета архивов товара */
@media (min-width: 1400px) {
    .block-after-site, .main-navigation-inner, .related-posts, .section-block, .section-html, .site-content, .site-footer-inner, .site-header-inner, .super-header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .block-after-site, .main-navigation-inner, .related-posts, .section-block, .section-html, .site-content, .site-footer-inner, .site-header-inner, .super-header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

	.shop-grid {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.woocommerce-cart-form .shop_table th, .woocommerce-checkout-review-order .shop_table th {
	color: #3960ff;
}

#page .product-info .woocommerce-product-form-wrap {
	margin-top:20px;
}

.product-info .woocommerce-product-form-wrap form {
	width:100%;
}

.woocommerce-product-form-wrap .cart .single_add_to_cart_button {
	font-size:18px;
	background-color: #DC3545  !important;
}

.woocommerce-product-form-wrap .cart .single_add_to_cart_button:hover {
	border-color: #DC3545 !important;
	color: #DC3545 !important  ;
}

.woocommerce-product-form-wrap .cart .button {
	font-size:18px;
	background-color: #DC3545  !important;
}

.cart .quantity input[type=number]{
	height:48px;
	border-radius: 16px;
	border: 0;
}

.woocommerce-product-form-wrap .cart .product-features-btn-container {
	margin-top:-15px;
}

/* Product favorite */
.cart .product-favorite-btn {
	height:48px;
	width:48px;
	border-style:solid;
	border-width:1px;
	border-radius: 5px;
	padding-top:5px !important;
	margin-top:-4px !important;
}

/* Product compare */
.cart .product-compare-btn {
	height:48px;
	width:48px;
	border-style:solid;
	border-width:1px;
	border-radius: 5px;
	padding-top:5px !important;
	margin-top:-4px !important;
}

.woocommerce-message a.button.wc-forward {
    display: none;
}

/* Bulk table  Плагин цен*/
.product-info .bulk_table{
	padding-bottom:20px;
    padding-top:20px;
}

/* Thumbnail Image */
.product-info .iconic-wlv-terms__term img {
	height:48px;
}

/* Pricing table */
.product-info .bulk_table .wdp_pricing_table {
	width:80%;
}

/* Row */
.site-content-inner .product > .row {
	margin-bottom:30px !important;
}

/* Iconic variations */
table.variations.iconic-wlv-variations {
	display:none ;
}

.variation_link table.variations.iconic-wlv-variations {
	display: block;
}

/* Price */
#page .product-info .price {
	font-weight:600;
	font-size: 1.5625em;
}

.wdp_pricing_table tbody tr {
    cursor: pointer;
}

.card__properties {
    margin: 10px 0;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

/* Корзина  */
.cart tbody .woocommerce-cart-form__cart-item {
	border-bottom-width:1px;
	border-bottom-color:#c1c1c1;
}

.cart a img {
	border-radius: 10px;
}

#page section .woocommerce-cart-form {
	margin-bottom:32px;
}

td.actions {
    display: none !important;
}

#page section .woocommerce-info {
	margin-bottom:10px;
	border-radius: 10px;
}

#customer_details .woocommerce-billing-fields {
	margin-top:32px;
}

.woocommerce-checkout-review-order-table tbody .cart_item {
	border-bottom-width:1px;
	border-bottom-color:#c1c1c1;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	border-bottom-width:1px;
	border-bottom-color:#c1c1c1;
}

.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
	border-bottom-width:1px;
	border-bottom-color:#c1c1c1;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.woocommerce-checkout-review-order-table tfoot .order-total {
	border-bottom-width:1px;
	border-bottom-color:#c1c1c1;
}

#shipping_method li a {
	background-color:#dc3545;
	color: #fff;
	padding: 13px;
	border-radius: 10px;
}

#shipping_method li label {
	margin-bottom:10px;
	border-width:2px;
	border-style:solid;
	border-color:#0075FF;
	padding: 10px;
	border-radius: 10px;
}

#shipping_method li {
	transform:translatex(0px) translatey(0px);
}

#shipping_method li > div{
	margin-top:-9px;
}

.woocommerce-checkout-review-order-table .order-total td {
	margin-left:0px;
	width:114px;
}

#payment .wc_payment_methods li {
	margin-bottom:10px;
	border-width:2px;
	border-style:solid;
	border-color:#0075FF;
	padding: 10px;
	border-radius: 10px;
}

p.form-row.form-row-last {
    display: flex;
    flex-direction: column;
}

#shipping_method{
	display: inline-block;
	margin-right:0px;
	width:100% !important;
}

#shipping_method input[type=radio] {
	display: none;
}

#shipping_method label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #999;
	border-radius: 6px;
	user-select: none;
}

#shipping_method input[type=radio]:checked + label {
	background: #0075FF;
	color: #fff;
}

#shipping_method label:hover {
	color: #fff;
	background-color: #0075FF;
}

#shipping_method input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
	flex-direction:column;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
	color:#000000 !important;
	font-family:'Montserrat', sans-serif;
	text-transform:capitalize;
	font-size:28px;
	font-weight:700;
}



#customer_details .woocommerce-additional-fields {
	background-color:rgba(255,255,255,0);
}

#customer_details .woocommerce-additional-fields {
	padding-left:0px;
	padding-right:0px;
}

@media (max-width:575px) {
	#shipping_method li{
		flex-direction:column !important;
		align-items:normal!important;
	}

	#_lp_courier_porch_field {
		width:100% !important;
	}

	button.button.js-buy-one-click.shop-item__buttons-one-click-buy {
		display:none;
	}

	#_lp_courier_floor_field {
		width:100% !important;
		margin-left:0px;
	}

	#_lp_courier_flat_field {
		width:100% !important;
	}

	#_lp_courier_code_field {
		width:100% !important;
		margin-left:0px;
	}

	#lp_courier_checkout_field h3 {
		margin-top:50px;
	}

	#order_review_heading {
		flex-direction:column;
		margin-top:0px;
	}
}



	#shipping_method li {
		flex-wrap:wrap;
	}


@media (max-width:1347px){
	#shipping_method li {
		margin-bottom:33px;
	}

	#shipping_method li > div {
		margin-top:10px;
	}
}

@media (max-width:575px) {
	#billing_first_name_field {
		width:100% !important;
	}

	#billing_last_name_field {
		width:100% !important;
		margin-left:0px;
	}

	.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
		flex-wrap:wrap;
	}

	#shipping_method li {
		flex-direction:row;
	}

	#order_review .woocommerce-checkout-review-order-table tfoot {
		display:flex;
		flex-direction:column;
		flex-wrap:wrap;
	}

	.woocommerce-checkout-review-order-table tbody .cart_item {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	#order_review_heading {
		margin-top:20px;
	}

	.site-content-inner section .container {
		padding-left:0px;
		padding-right:0px;
	}
}

@media (min-width:768px) {
	.cart tbody .product-quantity {
		padding-top:40px !important;
	}

	.cart tr:nth-child(3) .actions {
		display:none;
	}
}

/* Корзина Конец */
@media (max-width:575px) {
	#tab-title-description {
		width:100%;
		margin-left:0px;
		background-color:#f7f7f7;
		border-radius: 10px;
		margin-bottom:10px;
	}

	#tab-title-additional_information {
		width:100%;
		margin-left:0px;
		background-color:#f7f7f7;
		border-radius: 10px;
		margin-bottom:10px;
	}

	#tab-title-new_super_tab {
		width:100%;
		margin-left:0px;
		background-color:#f7f7f7;
		border-radius: 10px;
	}

	.woocommerce-tabs .wc-tabs {
		box-shadow: none;
	}
}

@media (max-width:960px) {
	.product section .col-sm-6 {
		margin-bottom:10px;
	}
}

@media (max-width:575px) {
	.product section .col-sm-6 {
		margin-bottom:20px;
	}

	.product .woocommerce-tabs .wc-tabs {
		flex-direction:column;
		justify-content:normal;
		align-items:flex-start;
	}
}

@media (max-width:991px) {
	.product-info .bulk_table .wdp_pricing_table {
		width:100%;
	}
}

@media (max-width:767px) {
	.product-info .woocommerce-product-form-wrap form {
		flex-wrap:wrap;
		justify-content:flex-start;
		margin-top:10px;
	}

	.woocommerce-product-form-wrap .cart .single_add_to_cart_button {
		margin-bottom:0px !important;
	}

	.woocommerce-product-form-wrap .cart .product-features-btn-container {
		margin-top:-18px;
	}
}


.product-category, .shop-item {
    margin-bottom: 10px !important;
    padding: 0 5px !important;
}

/* Корзина */
.col-1 {
    width: 100% !important;
}

.col-2 {
    width: 100% !important;
}

form.woocommerce-cart-form {
    background-color: #F2F5F9;
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-billing-fields {
    background-color: #F2F5F9;
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-additional-fields {
    background-color: #F2F5F9;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
}

div#payment {
    background-color: #F2F5F9;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
}

div#order_review {
    padding: 20px;
    border-radius: 10px;
    background-color: #F2F5F9;
}

.woocommerce-terms-and-conditions {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.cart_totals.calculated_shipping {
    border-radius: 10px;
}

@media (max-width: 1200px) {
	.cart_totals.calculated_shipping {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
    .woocommerce .woocommerce-checkout .col2-set {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100% !important;
    }

    .woocommerce .woocommerce-checkout #order_review_heading {
		width: 100% !important;
    }
}
/*Корзина END*/

.woocommerce-product-form-wrap form {
    margin-bottom: 20px;
}


/* Таблицы прайсов */
#page tbody .d-sm-block {
	height:51px;
	display:table-cell !important;
}

#page thead .d-sm-block {
	display:table-cell !important;
	vertical-align: bottom !important;
}

.table-sm > tbody > tr > td {
	vertical-align: bottom !important;
}

body.page .site-content-inner {
    display: block;
}

body.page .container section:not([class]) {
    margin-left: 0;
    margin-right: 0;
}

nav.woocommerce-pagination {
    margin-top: 30px;
}

.woocommerce-pagination li a.page-numbers {
	color:#000000;
}

.product section section .col-sm-6 {
	padding-right:0px;
	padding-left:0px;
}

.product > section > .container > div {
	padding-top:20px;
	padding-bottom:20px;
}

/* Отступ кнопок корзины в архивах */
a.shop-item__buttons-cart.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin-bottom: 10px;
	border-radius: .75rem;
	z-index: 11;
}

button.button.js-buy-one-click.shop-item__buttons-one-click-buy {
	border-radius: .75rem;
	z-index: 11;
}

.btn__product {
	color: #007bff;
	border: 1px solid #007bff;
	background: transparent;
	background-color: transparent;
	padding: .6rem 1.5rem;
    border-radius: 4px;
}

.btn__product:hover {
	background: #007bff !important;
	color: #fff !important;
	text-decoration: none;
}

.shop-item__buttons-cart {
	margin-bottom: 5px;
}

@media (min-width:768px) {
	#masthead .navbar-nav .js-header-cart-link {
		padding-left:0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
	}
}

@media (min-width: 768px) {
    .header-cart__link {
        padding: .5em .5em;
    }
}

#masthead .site-header-cart .js-header-cart-link {
	display:none;
}

.site-header-inner .nav .js-header-cart-link span {
	font-size:13px;
}

#page #masthead .site-header-inner .bg-light .navbar .col-6 .flex-grow-1 .nav .nav-item .js-header-cart-link {
	padding-left:0px !important;
	padding-top:0px !important;
}

span.header-cart__link {
    display: none;
}

#page #masthead .site-header-inner .bg-light .navbar .ps-0 .flex-grow-1 .nav .nav-item .js-header-cart-link {
	padding-top:0px !important;
}

span.bi.bi-cart3 {
    font-size: 20px;
}

.site-header-inner .nav .js-header-cart-link span {
	font-size:22px;
}

.site-header-inner .nav .js-header-cart-link {
	padding-right:0px;
}

/* В один клик */
.one-click-buy__container {
    border-radius: 20px;
}

button.button.js-buy-one-click.bono_buy_one_click {
	width:100%;
	border-radius:8px;
	background-color: #fff;
	color: #051d36;
    border: 1px solid;
	margin-bottom: 10px;
	border-color: #fff;
}

@media (max-width:768px) {
	button.button.js-buy-one-click.bono_buy_one_click {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

button.button.js-buy-one-click.bono_buy_one_click:hover {
    color: #F43C33;
}




/* временно убираем моб сайдбар в ПК версии (появляется если первым закэширована моб версия страницы) */
@media (min-width: 992px) {
    .widget-area.widget-area--mobile {
		display: none !important;
	}
}



.ronbel-archive-top {
	margin-bottom: 0;
}

.ronbel-archive-top__group + .ronbel-archive-top__group {
	margin-top: 20px;
}

.ronbel-archive-products {
	margin-top: 20px;
}

.ronbel-archive-products .woocommerce-result-count,
.ronbel-archive-products .woocommerce-ordering {
	margin-bottom: 20px;
}

.ronbel-archive-products .products {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.ronbel-archive-top__group + .ronbel-archive-top__group,
	.ronbel-archive-products {
		margin-top: 16px;
	}
}



/*  описание в архивах товаров */
.ronbel-desc{
  margin-top: 16px;
  border-radius: 12px;
  padding: 12px 14px;
  background: #f2f2f2;
}

.ronbel-desc__body{
  position: relative;
  max-height: 220px;
  overflow: hidden;
}

.ronbel-desc__body::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  pointer-events:none;
  
}

.ronbel-desc.is-open .ronbel-desc__body{
  max-height: none;
}
.ronbel-desc.is-open .ronbel-desc__body::after{
  display:none;
}

.ronbel-desc__toggle{
  margin-top: 10px;
  background: none;
  border: 0;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
}

.ronbel-desc__body--full{
  max-height:none;
  overflow:visible;
}
.ronbel-desc__body--full::after{ display:none; }

@media (max-width: 768px){
  .ronbel-desc__body{ max-height: 280px; }
}



a.page-numbers::before {
    border-radius: 10px;
}


span.page-numbers.current {
    border-radius: 10px;
}

/* github.com/paulradzkov/bettertext.css */
body {
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.5;
}
body:not([class]),
article:not([class]),
section:not([class]) {
    margin: calc(0px + 4vh) calc(10px + 4vw);
}
body:not([class]) article:not([class]),
article:not([class]) article:not([class]),
section:not([class]) article:not([class]),
body:not([class]) section:not([class]),
article:not([class]) section:not([class]),
section:not([class]) section:not([class]) {
    margin-left: 0;
    margin-right: 0;
}
p {
    margin: 0 0 1.5em;
    max-width: 50rem;
}
/* minimum paragraph width when floating http://css-tricks.com/minimum-paragraph-widths/ */
p:before,
ol:not([class]):before,
ul:not([class]):before {
    content: '';
    display: block;
    width: 10em;
    overflow: hidden;
}
li p:before {
    content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    font-weight: bolder;
}
h1 {
    font-size: 1.625em;
    line-height: 1.1;
    margin: 3.23076923em 0 0.92307692em;
}
h2 {
    font-size: 1.4375em;
    line-height: 1.2;
    margin: 3.13043478em 0 1.04347826em;
}
h3 {
    font-size: 1.25em;
    line-height: 1.3;
    margin: 3em 0 1.2em;
}
h4 {
    font-size: 1.125em;
    line-height: 1.4;
    margin: 2.66666667em 0 1.33333333em;
}
h5 {
    font-size: 1em;
    line-height: 1.5;
    margin: 2.25em 0 1.5em;
}
h6 {
    font-size: 0.75em;
    line-height: 2;
    margin: 2em 0 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
@media (min-width: 768px) {
    h1 {
        font-size: 2.4375em;
        margin-top: 3.07692308em;
        margin-bottom: 0.61538462em;
    }
    h2 {
        font-size: 1.9375em;
        margin-top: 3.09677419em;
        margin-bottom: 0.77419355em;
    }
    h3 {
        font-size: 1.5625em;
        margin-top: 2.88em;
        margin-bottom: 0.96em;
    }
    h4 {
        font-size: 1.25em;
        margin-top: 2.4em;
        margin-bottom: 1.2em;
    }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
/* double headers */
h1 + h2 {
    margin-top: 1.2em;
}
h2 + h3 {
    margin-top: 1.3em;
}
h3 + h4 {
    margin-top: 1.4em;
}
h4 + h5 {
    margin-top: 1.5em;
}
h5 + h6 {
    margin-top: 2em;
}
/* lists */
/* lists without classes */
ul:not([class]),
ol:not([class]) {
    margin: 0 0 1.5em;
    max-width: calc(47.5rem);
    padding-left: 0;
    padding-right: 2.5em;
}
ul:not([class]) ul,
ol:not([class]) ul,
ul:not([class]) ol,
ol:not([class]) ol {
    margin-bottom: 0;
}
ul:not([class]) li,
ol:not([class]) li {
    transform: translateX(2.5em);
    animation: fixlists 1s;
}
@keyframes fixlists {
    0% {
        text-indent: -0.001em;
    }
    100% {
        text-indent: 0;
    }
}
/* images */
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
p img:not(:only-child) {
    vertical-align: baseline;
}
figure:not([class]) {
    margin: 3em 0;
}
figure:not([class]) > p {
    max-width: 37.5rem;
    font-size: 0.75em;
    margin: 0.5em 0 0;
}
figcaption {
    max-width: 37.5rem;
    font-size: 0.75em;
    margin: 0.5em 0 3em;
}
figcaption > p {
    margin: 0.5em 0 0;
}
/* blockquotes */
blockquote {
    max-width: calc(45rem);
    margin: 0 0 1.5em;
    padding: 1.5em 2.5em;
}
blockquote > p:last-child {
    margin-bottom: 0;
}
blockquote > footer,
blockquote > cite {
    display: block;
    font-size: 0.75em;
}
/* code */
pre {
    margin: 1.5em 0;
    white-space: pre-wrap;
}
p code {
    line-break: loose;
    overflow-wrap: break-word;
}
/* tables */
table:not([class]) {
    margin-top: 3em;
    margin-bottom: 3em;
    border-collapse: separate;
    border-spacing: 0;
}
table:not([class]) caption {
    text-align: left;
    font-size: 0.75em;
    margin-bottom: 0.625em;
}
table:not([class]) td,
table:not([class]) th {
    padding: 0.5em 1em;
    text-align: left;
    vertical-align: top;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px;
}
table:not([class]) thead td,
table:not([class]) thead th {
    vertical-align: bottom;
    border-bottom-width: 2px;
}
/* definition lists */
dl:not([class]) {
    max-width: 50rem;
    margin: 0 0 1.5em;
}
dl:not([class]) dt:not([class]) {
    font-weight: bolder;
}
dl:not([class]) dd:not([class]) {
    margin: 0 0 1.5em;
}
/* other tags */
hr:not([class]) {
    border: 0;
    border-bottom: 1px solid;
    margin: 1.5em 0;
    max-width: 50rem;
    opacity: .1;
}
abbr {
    letter-spacing: .05em;
    margin-right: -0.05em;
}
strong,
b,
dt {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Свои стили */
body {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	font-display: swap;
	color: black;
    background-color: #f2f2f2 !important;
}



h1, .h1 {
    font-size: 2.2em !important;
    line-height: 1.3 !important;
    margin: 0.3em 0 0.3em !important;
	margin-top: 1em !important;
}

@media (max-width: 576px) {
	h1, .h1 {
        font-size: 1em !important;
        line-height: 1.3 !important;
        margin: 0.3em 0 0.3em !important;
    }
}

.entry-title, .page-title {
    text-align: left;
}

.h5, h5 {
    font-size: 1rem;
}

a {
    color: black;
	text-decoration: none;
}

/* Липкая шапка */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

#masthead .header-html-1 {
	display:flex;
	align-items:center;
	padding-left:0px;
}

/*Верхняя полоска шапки  */
.super-header {
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #CED4DA;
}

.super-header .super-header__item {
	display:flex;
	justify-content:space-between;
	align-items:center;

}

/*нижняя полоска шапки  */
.header-html-1 .d-md-block .navbar-nav {
	flex-direction:row;
	justify-content:space-between;
}

.dropdown-menu {
	width: 100%;
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: static !important;
}

.super-header {
    padding: 5px 0;
}

.textwidget.custom-html-widget {
    width: 100%;
}

/* Иконка аккаунт */
.bi.bi-person-circle {
    font-size: 21px;
    margin-top: 0px;
    margin-right: 0px;
}

/* Запрет смещения иконок в левом углу */
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    margin-top: 0px;
    margin-right: 0px;
}

.custom-html-widget .navbar .flex-grow-1 > .navbar-nav .nav-item {
	font-size:18px;
}

@media (min-width: 1024px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .header-html-1, .header-html-2 {
        padding: 0 5px;
        text-align: right;
    }
}

@media (max-width: 767px) {
    #masthead .header-html-1 {
        display: flex;
        align-items: center;
        padding-left: 0px;
        justify-content: center;
    }

	#masthead .navbar .header-favorite--vis {
		padding-top:7px !important;
	}
}

@media (max-width:575px) {
	#page #content .site-content-inners section .container .row dd {
		width: 100% !important;
	}
}

/* Подзаголовки меню */
.menu_subtitle_top {
	display: block;
	font-weight: 700 !important;
	font-size: 14px;
	line-height: 1.4;
	margin: 1.5em 0 0.2em;
	letter-spacing: normal;
	color: black;
}

img.menu_subtitle_top {
	max-height: 12rem;
}

/* Подзаголовки меню */
.menu_subtitle_bottom {
    display: block;
    font-family: 'Montserrat', 'PT Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1em;
    line-height: 1.4;
    margin: 0 0 0.5em;
    letter-spacing: normal;
    color: black;
}

.list-unstyled {
    /* font-size: 14px; */
    text-transform: none;
}

/* Пункт без раскрытия в меню */
.menu_simple_element {
    font-family: 'Montserrat', 'PT Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1em;
    color: #212529;
}

/* Иконка в меню */
.menu_icons {
    font-size: 22px;
	max-height: 2em;
}

.header_menu_icons {
	font-size: 20px;
}

.yamm-content {
    padding: 1rem;
}

.site-header {
    padding-top: 5px;
    padding-bottom: 5px;
	background-color: #ffffff !important;
	border-radius: 0px 0px 16px 16px;
}

.site-header-inner > .bg-light .navbar {
	border-bottom-width:0px !important;
}

/* Пункты меню */
.nav-link {
    color: black;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.sidebar li{ position: relative; }
	.sidebar li .submenu{
		display: none;
		position: absolute;
		left:100%; top:-7px;
		min-width: 240px;
	}
	.sidebar li:hover > .submenu{ display: block; }
}

/* ============ small devices ============ */
@media (max-width: 1200px) {
	.sidebar .submenu, .sidebar .dropdown-menu{
		position: static!important;
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
	}
}

@media (min-width: 768px) {
    .site-header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: stretch;
        flex-direction: column;
    }
}

/* Моб шапка иконки */
@media (max-width:767px) {
	#masthead{
		padding-top:0px;
		padding-bottom:0px;
	}

	.navbar .col-6 .flex-grow-1 .nav .nav-item {
		display:flex;
		align-items:center;
		justify-content:flex-end;
		align-self:center;
	}

    .header-mobile-items-container {
		display: none;
    }

	.navbar .col-6 .flex-grow-1 .nav .nav-item {
		padding-left:15px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:14px;
	}

	.site-header-inner .nav .header-favorite {
		font-size:14px;
	}

	.site-header-inner .nav .header-favorite {
		margin-top:-3px;
	}
}

/* END Header */
/* Body и остальное */
.jumbotron {
    background-color: #fff;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    border-radius: 0.3rem;
}

.jumbotron_mini {
    background-color: #F5F2EF;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    border-radius: 1rem;
}

.jumbotron input[type=number]:focus, .tab-content .tab-pane input[type=number]:focus {
	border-color: #0D6EFD;
}

.jumbotron_mini input[type=number]:focus {
	border-color: #0D6EFD;
}

.jumbotron_mini .btn-outline-primary:hover {
	color: #0D6EFD !important;

}

/* Фильтры */
aside#secondary {
    background-color: #f7f7f7;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
}

.btn.btn-primary {
    background-color: #0D6EFD;
    border-color: #0D6EFD !important;
}

.btn.btn-primary:hover {
    background-color: #0D6EFD;
    border-color: #0D6EFD !important;
}

.mb-2 {
    margin-bottom: 4rem !important;
}

@media (min-width: 992px) {
    .ms-lg-2 {
        margin-left: .5rem !important;
    }
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.shop-grid .stepper input[type=number] {
	border-style:none;
}

input {
    border-radius: 10px;
}

#main nav{
	margin-top:40px;
}

span.awl-label-text {
    border-radius: 0px 0px 10px 0px !important;
}

.messengers {
    max-height: 30em !important;
}

a.button.checkout.wc-forward {
    display: none;
}

a.button.wc-forward {

    width: 100%;
}

/* Карта */
#map {
    width: 100%;
    height: 700px;
}

@media (min-width: 1200px) {
    .sidebar-left .content-area {
        padding-left: 30px !important;
    }
}

/* Footer */
footer {
    background-color: white;
}

footer#colophon ul {
    padding-left: 0 !important;
    list-style: none !important;
}

.footer_messengers {
    background-color: #49AD47;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.site-footer {
    background: #fff;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
}

.footer-widgets.footer-widgets-5 {
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E5E5E5;
}

.footer_messengers a.btn-light {
	background-color: #f8f9fa;
	color: #000;
}

.menu_subtitle_bottom {
    display: block;
    font-weight: 700 !important;
    font-size: 1em;
    line-height: 1.4;
    margin: 0 0 0.5em;
    letter-spacing: normal;
    color: black;
}

.footer_messengers a:hover:not(:disabled):not(.disabled) {
	color: #000;
	text-decoration: underline;
	background-color: #d3d4d5;
    border-color: #c6c7c8;
}

.footer_messengers a {
	background-color: #f8f9fa;
    color: #000;
	padding: .3rem .7rem;
    font-size: .9em;
	border-radius: 4px;
	font-weight: 400;
}

a.shadow:hover {
	color: #fff!important;
	text-decoration: underline;
	background-color: #0b5ed7;
}

.breadcrumbs {
	list-style-type: none;
    padding: 0;
    display: flex;
	column-gap: 7px;
}

.site-footer-inner.fixed {
    max-width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.site-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .main-background {
        background-size: 39%;
    }

	.footer-widgets {
        flex-direction: column;
    }

    .footer-widgets {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width:575px) {
	.overflow-hidden .h-100 .d-flex {
		font-size:16px;
		flex-direction:column;
		align-items:flex-start !important;
	}

	.overflow-hidden .h-100 a {
		margin-left:0px !important;
		margin-bottom:5px;
		margin-top:5px;
	}

	.site-footer-container #colophon .site-footer-inner .footer-widgets .footer-widget .widget .custom-html-widget .overflow-hidden .container-fluid .h-100 .container .row .d-flex a {
		width:100% !important;
	}
}

/* Footer END*/

/* Кнопки */
.btn-outline-primary {
    color: #007bff !important;
}

.pseudo-link:active, a:active, a:focus {
    color: #007bff !important;
}

.d-lg-block .nav .btn-outline-secondary {
	background-color:rgba(0,108,250,0);
	color:#6c757d;
}


a.btn.btn-primary.btn-lg.shadow.mb-2:active {
    color: #fff !important;
}

a.btn.btn-primary.btn-lg.shadow.mb-2:focus {
    color: #fff !important;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem;
}

.btn-up-line:before {
    right: 100%;
    margin-right: calc(5px + 0.3em);
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em) / 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.btn-up-line:after {
    left: 100%;
    margin-left: calc(5px + 0.3em);
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em) / 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* button#btnTop {
    color: #fff;
}

button#btnTop:hover {
    color: #333;
} */

@media (max-width: 767.99px) {
    .whatsapp_button {
        width: 100%;
        order: 20;
    }
}

.lead a.btn.btn-telegram {
	color: #0D6EFD;
	border-color: #0D6EFD;
	background-color: #fff
}
.lead a.btn.btn-telegram:hover {
	background-color: #0D6EFD;
	color: #fff;
	box-shadow: none !important;
}

.print-doc.btn.btn-outline-secondary.btn-lg.mb-5.d-print-none.d-none.d-sm-block {
    --bs-btn-border-color: #0D6EFD;
	color: #0D6EFD;
}
.print-doc.btn.btn-outline-secondary.btn-lg.mb-5.d-print-none.d-none.d-sm-block:hover {
    --bs-btn-border-color: #0D6EFD;
	color: #0D6EFD;
	border-color: #0D6EFD !important;
}

.fixed-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fff;
    height: fit-content;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px 0px 16px 16px;
}

@media (max-width: 1400px) {
	.fixed-bottom {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width: 576px) {
    .fixed-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Линия вдоль кнопки Наверх */
.btn-up-line {
    display: inline-block;
    position: relative;
}
.btn-up-line:before {
    right: 100%;
    margin-right: calc(5px + 0.3em);
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em)/ 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.btn-up-line:after {
    left: 100%;
    margin-left: calc(5px + 0.3em);
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em)/ 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* MAX Мессенджер */
.max-messanger {
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

/* QR код изображение */
.qr-code {
	max-width: 10rem;
	max-height: 10rem;
}

.prd-panels { margin-top: 24px; display: grid; gap: 24px; }
.panel { background: #F2F2F2; border-radius: 16px; padding: 24px; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.panel--xl { padding: 28px; }
.panels-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 980px) { .panels-2col { grid-template-columns: 1fr; } }

.panel__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: start; }
.panel__col { display: grid; gap: 6px; }
.panel__more { align-self: center; }
@media (max-width: 980px) {
    .panel__row { grid-template-columns: 1fr 1fr; }
}

.mini-h { font-weight: 600; }
.mini-v { font-size: 18px; line-height: 1.2; }
.mini-p { color: #666; }

.panel__title { margin: 0 0 14px; font-size: 28px; font-weight: 700; letter-spacing: .2px; }

.attrs { display: grid; border: 1px solid #eee; border-radius: 12px; overflow: hidden; }
.attr { display: grid; grid-template-columns: 42% 58%; }
.attr:nth-child(odd){ background:#fafafa; }
.attr__name, .attr__val { padding: 12px 14px; }
.attr__name { color:#333; font-weight:600; border-right:1px solid #eee; }
.attr__val { color:#111; }

.link-more { white-space: nowrap; text-decoration: none; font-weight: 600; }
.link-more:hover { text-decoration: underline; }

.panel__head{
    display:flex; justify-content:space-between; gap:16px; align-items:center; margin-bottom:12px;
}
.panel__title{ margin:0; font-size:22px; font-weight:800; letter-spacing:.2px; }
.link-more{ font-weight:700; text-decoration:none; color:var(--accent,#0D6EFD); }
.link-more:hover{ text-decoration:underline; }

.panel__row{
    display:grid; grid-template-columns:repeat(4,1fr); gap:24px; align-items:start;
}
.panel__col{
    padding:12px 0; border-top:1px solid #fff;
}

.mini-h{ font-weight:700; margin-bottom:8px; }

.kv{ display:grid; grid-template-columns: 1fr auto; row-gap:8px; column-gap:16px; }
.k{ color:#777; text-transform:lowercase; }
.v{ font-weight:600; }

@media (max-width: 1200px){
    .panel__row{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px){
    .panel__head{ flex-direction:column; align-items:flex-start; gap:6px; }
    .panel__title{ font-size:20px; }
    .panel__row{ grid-template-columns:1fr; gap:0; }
    .panel__col{ padding:16px 0; border-top:1px solid #fff; }
    .panel__col:last-child{ border-bottom:1px solid #fff; }
    .kv{ row-gap:6px; }
}

/* Заголовки меню */
ul.navbar-nav.lead {
    text-transform: uppercase;
    /* font-size: 14px; */
    font-weight: 500;
}

@media (min-width: 768px) {
    .tab-content .col-md-8 {
        width: 72%;
    }
}

@media (min-width: 768px) {
    .tab-content .col-md-1 {
        width: 3%;
    }
}

@media (min-width: 768px) {
    .tab-content .col-md-3 {
        width: 25%;
    }
}

.site-header--style-1 {
    border-bottom: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0px;
    padding-left: 0px;
}

.mt-5 {
    margin-top: 20px !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1190px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px;
    }
}

.site-footer-container {
    margin-top: 40px;
}

.overflow-hidden section .container .row .col-sm-6 .list-unstyled li a {
	color:#000000;
}

.overflow-hidden section .container > .row {
	flex-wrap:nowrap;
}

.h-100 .d-flex .btn-sm {
	color:#000000 !important;
}

@media (max-width:980px) {
	.overflow-hidden section .container > .row {
		flex-wrap:wrap;
	}
}

@media (max-width:767px) {
	.site-footer-container #colophon .site-footer-inner .footer-widgets .footer-widget .widget .custom-html-widget .overflow-hidden section .container .row .col-md-8 {
		width:100% !important;
	}
}

@media (max-width:640px) {
	.footer-widget .widget section {
		padding-left:20px;
		padding-right:20px;
	}
}

@media (max-width:575px) {
	.h-100 .row {
		flex-wrap:wrap;
	}

	.h-100 .d-flex {
		flex-wrap:wrap;
	}
}

@media (min-width:768px){
	.site-footer-container #colophon .site-footer-inner .footer-widgets .footer-widget .widget .custom-html-widget .overflow-hidden section .container .row .d-md-block {
		width:15% !important;
	}

	.site-footer-container #colophon .site-footer-inner .footer-widgets .footer-widget .widget .custom-html-widget .overflow-hidden section .container .row .pb-sm-4 {
		width:14% !important;
	}

	.site-footer-container #colophon .site-footer-inner .footer-widgets .footer-widget .widget .custom-html-widget .overflow-hidden section .container .row .col-sm-6 {
		width:15% !important;
	}

	.site-footer-container #colophon .site-footer-inner .footer-widgets .footer-widget .widget .custom-html-widget .overflow-hidden section .container .row .col-md-8 {
		width:100% !important;
	}

	.footer-widgets .footer-widget .widget {
		margin-top:0px;
	}
}

/* Новый стиль главной страницы */

.home #content {
	background-color: #f2f2f2;
	padding-top: 0px !important;
	margin-bottom: 0px;
}

.home .main-background {
    background-image: var(--wpr-bg-90b89e10-c74a-4024-8fe1-0fc9c3ce4ebe);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.home #page section .main-background {
	margin-top: 20px;
	padding-top: 110px;
}

.home .site-content-inners section .container .row .col-sm-6 a {
	font-size: 18px;
}

.home .container .row .col-sm-6 a img {
	height: 240px !important;
	margin-bottom: 10px;
	border-radius: 16px !important;
}

.home .col-sm-12 > .d-inline-block .d-inline-block {
	border-radius: 16px;
}

.home #box-search .d-inline-block .d-inline-block {
	border-radius: 16px;
}

.home section .container .row .col-sm-6 p {
	text-align: left;
}

.home .container > .row > .col-sm-4 .img-fluid {
	border-style: none !important;
	border-radius: 16px !important;
}

.home .site-content-inners section p {
	margin-top: 20px;
}

.home #page section .lead:nth-child(1) {
	text-align: left;
}

.home #page section dd {
	transform: translatex(0px) translatey(0px);
}

.home #page .mt-sm-0 ul {
	border: 0px;
	margin-bottom: 10px;
}

.home #bag-search .d-inline-block .d-inline-block {
	border-radius: 16px;
}

.home #page section .col-sm-8 {
	margin-top: 10px;
}

.home #masthead {
	margin-bottom: 20px;
}

@media (min-width: 1400px) {
    .home  .site-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) {
    .home  .site-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:1347px) {
	.home #content {
		padding-left: 0px;
	}
}

@media (max-width:1200px) {
	.home #content {
		padding-left: 0px;
	}

	.home .site-content-inners section .container {
		background-size: contain !important;
		background-position-y: 43%;
	}

	.home #page #content .site-content-inners section .container h1 {
		font-size: 36px !important;
	}

	.home #page section dd {
		text-align: left;
	}
}

@media (max-width:980px) {
	.home #content {
		padding-right: 0px;
	}
}

@media (max-width:960px) {
	.home #page #content .site-content-inners section .container .row dd a {
		width: 120% !important;
	}
}

@media (max-width:767px) {
	.home #page #content .site-content-inners section .container .row .lead {
		width: 67% !important;
	}

	.home #page #content .site-content-inners section .container .row dd p {
		width: 158% !important;
	}

	.home #page #content .site-content-inners section .container .row dd {
		width: 100% !important;
	}

	.home #page section dd {
		transform: translatex(0px) translatey(0px);
	}

	.home #page #content .site-content-inners section .container .row dd a {
		width: 337px !important;
	}
}

@media (min-width: 768px) {
    .home .site-content {
        padding-bottom: 0px;
    }
}

@media (max-width:575px) {
	.home .container .row .col-sm-6 a img {
		height: 187px !important;
	}

	.home .site-content-inners section:nth-child(3) .container {
		padding-top: 40px !important;
	}

	.home .site-content-inners section .container {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.home #page #content .site-content-inners section .container {
		padding-top: 20px !important;
	}

	.home .site-content-inners section .col-sm-6 {
		padding: 20px;
	}

	.home section .container .row .text-center span {
		margin-bottom: 0px;
	}

	.home #page section .text-center {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
}

@media (max-width: 575px) {
    .home .site-content-inners section .col-sm-6 {
        padding: 12px;
    }
}

@media (max-width: 1200px) {
    .home #page #content .site-content-inners section .container h1 {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    .home #page #content .site-content-inners section .container .row dd a {
        width: 200px !important;
    }

    .home .site-content-inners section .container .row .col-sm-6 a {
        font-size: 14px;
    }

	.home .lead {
        font-size: 1rem;
        font-weight: 300;
    }
}

/* Новый стиль главной страницы END */
/* иконки соц на странице контакты */
#page section .container .row .mb-sm-0 p a .img-fluid {
	height:35px !important;
	width:35px !important;
}

.mb-sm-0 p .img-fluid {
	padding:3px;
	margin:3px;
}


/* Новый стиль шапки */
@media (max-width:1200px) {
	.site-header-inner > .bg-light .navbar {
		border-bottom-width:0px !important;
	}
}

@media (max-width:575px) {
	.site-header-inner .nav .navbar-toggler-right {
		transform:translatex(0px) translatey(0px);
		display:flex;
		justify-content:center;
		align-items:center;
		font-size:14px;
	}

	.site-header-inner .navbar-toggler-right span {
		margin-right:4px;
	}

	.site-header-inner .bg-light .border-bottom {
		border-bottom-width:0px !important;
	}

	.site-header-inner .ps-0 .nav-item {
		padding: 4px;
		align-self:center;
		font-size:17px;
		padding-bottom:0px;
		padding-top:0px;
	}

	.site-header-inner .nav .bi-person-circle {
		font-size:19px;
		display:inline-block;
		height:24px;
		line-height:1em;
	}

    .header-favorite {
        font-size: 19px !important;
    }

	@media (min-width: 992px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-bottom: 5px !important;
        }
    }

	.accordion-body {
		padding: 0px;
		/* background-color: #f7f7f7; */
		margin-top: 10px;
	}

	#accordionMobile .accordion-item {
		padding-top:5px ;
		padding-bottom:5px ;
	}

	#page #masthead .site-header-inner .bg-light .border-bottom .d-block #TogglerMainMenu #accordionMobile .accordion-item .accordion-header .accordion-button {
		transform:translatex(0px) translatey(0px) !important;
		padding: 5px 0px 5px 0px;
	}

	#accordionMobile .accordion-header .accordion-body {
		font-size:16px;
	}

	#flush-collapsePrices .accordion-body .row {
		flex-direction:column;
	}

	#page #masthead .site-header-inner .bg-light .border-bottom .d-block #TogglerMainMenu #accordionMobile .accordion-item #flush-collapsePrices .accordion-body .row .col-sm-4 {
		width:100% !important;
		transform:translatex(0px) translatey(0px) !important;
	}

	#flush-collapsePrices .accordion-body a.menu_subtitle_top {
		margin-top:0px;
	}

	#flush-collapsePrices .accordion-body {
		padding-left:0px;
		padding-right:0px;
		padding-top:0px;
	}

	#flush-collapsePrices .accordion-body span.menu_subtitle_top {
		margin-top:0px !important;
	}

	#flush-collapsePrices .accordion-body li {
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#e0e0e0;
		padding: 5px 0px 5px 0px;
	}
}

/* сердце */
.header-favorite:before {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    content: "\F417"; /* bi-heart */
    font-size: 20px;
    line-height: 1;
}

i.bi.bi-person {
    font-size: 24px;
}


@media (max-width:1200px) {
	.navbar .col-6 .flex-grow-1 .nav .nav-item {
		align-self:center;
		padding-right:5px;
		padding-left:5px;
	}

	#search-booster i {
		font-size:20px;
	}

	.site-header-inner .nav .header-favorite {
		line-height:1em;
	}

	.site-header-inner .nav .bi-person {
		font-size:25px;
	}

	.site-header-inner .bg-light .border-bottom {
		border-bottom-width:0px !important;
	}

	.site-header-inner .nav .navbar-toggler-right {
		color:#000000;
		text-transform:uppercase;
		font-size:16px;
		font-weight:400 !important;
	}

	#masthead .border-bottom {
		border-width:0px !important;
	}
}

.header-mobile-items-container {
    display: none;
}

#search-booster{
	color: #007bff;
    border: 1px solid #007bff;
    background-color: transparent;
    padding: .6rem 1.5rem;
    border-radius: 4px;
}

#search-booster:hover{
    background-color: #007bff;
	color: #fff;
}

@media (max-width:1200px){
    #search-booster {
        color: #1C3650;
        border: 0;
        padding: 0px;
        border-radius: 0px;
    }
}

/* Новый стиль шапки  END*/
/* Новые классы */
.whait-sec {
	background-color: #fff;
	padding: 20px;
    border-radius: 16px;
    background-size: contain;
    background-position-x: 100%;
    color: rgb(5, 29, 54);
    margin-top: 20px;
}




.img-filter {
	filter: invert(0.05);
	border-radius: 10px;
	height: 120px;
	width: 100%;
	object-fit: contain;
	background: #fff;
}


@media (min-width:1200px) {
    del-icon {
        width: 50px;
    }
}


@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}