/*
* 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;
	margin-top: 20px;
}

.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;
}

.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 > 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;
}


.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;
}

.shop-sorting {
    margin-bottom: 0;
    margin-top: 10px;
}


/* Фильтры */

@media (max-width: 768px) {
aside#secondary {
    max-width: 100%;
}

.widget-area--show-filters {
    margin-bottom: 0px;
}

.sticky-sidebar.js-mobile-filters {
    margin-top: 20px;
}
}

.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: 20em !important;
}

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

a.button.wc-forward {

    width: 100%;
}