/*
Theme Name: Nexima-store

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

/* table.shop_table_responsive tr td:not(.product-thumbnail):before {
	content: attr(data-title) ": ";
	float: left;
} */

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}
.woocommerce-loop-product__title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
    display: inline;
    margin-right: 12px;
}
.list-short-raiting {
    line-height: 100%;
    vertical-align: middle;
    padding-bottom: 4px;
}
.title-wrapper {
    margin-bottom: 9px;
}
.basket-text {
    display: block;
    flex-grow: 1;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
	/* margin-right: 15px; */
}
.basket-text ~ .cart-icon {
    width: 26px;
    height: 27px;
    background-size: contain;
    flex-shrink: 0;
}
a.added_to_cart.wc-forward {display:none}
.single_add_to_cart_button.loading,
.ajax_add_to_cart.loading {
	cursor: wait;
	opacity: 0.5;
}
.onsale {
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 10;
	background-color: #029649;
	color: white;
	border-radius: 30px;
	padding: 7px 15px;
}
.onsale-badge {
	position: absolute;
  	width: 80px;
	top: -8px;
	left: -8px;
	z-index: 10;
}
.related.products {
	margin-top: 2rem;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    visibility: hidden;
	top: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    visibility: visible;
	content: "\f002";
    font-family: 'FontAwesome';
	position: absolute;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    visibility: visible;
}
@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}
#tab-description h2 {
    display: none;
}
.orderby {
    border: solid 1px transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #12A537 0%, #3C8B7E 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
	padding: 10px;
	font-size: 14px;
	border-radius: 47px;
}
/* .yith-wcwl-add-button, */
.woocommerce-result-count,
.add_to_wishlist {
	color: #029649;
}
.woocommerce-pagination {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}
.woocommerce-pagination .page-numbers {
    list-style: none;
    column-gap: 10px;
    display: flex;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers {
    width: 48px;
    height: 48px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: rgba(78, 78, 76, 1);
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination span.page-numbers:hover {
    background: linear-gradient(270deg, #12A537 0%, #3C8B7E 99.62%);
    color: #fff;
}
.woocommerce-pagination a.prev.page-numbers::after {
    content: '';
    position: absolute;
    background: url(./img/icons/arrow-green.svg)no-repeat center;
    background-size: contain;
    display: block;
    width: 7px;
    height: 18px;
}
.woocommerce-pagination a.prev.page-numbers:hover::after,
.woocommerce-pagination a.next.page-numbers:hover::after {
    background: url(./img/icons/arrow-white.svg)no-repeat center;
}
.woocommerce-pagination a.next.page-numbers::after {
    content: '';
    position: absolute;
    background: url(./img/icons/arrow-green.svg)no-repeat center;
    background-size: contain;
    display: block;
    width: 7px;
    height: 18px;
    transform: rotate(200grad);
}
.woocommerce-pagination .page-numbers.current {
    border-color: #029649;
}
.catalog-panel-filters-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}
.catalog-panel-filters-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 23px;
}
.view-btn-box {
    display: flex;
    column-gap: 13px;
}
.view-btn-box label svg {
    /* fill: rgba(78, 78, 76, 0.19); */
    /* stroke: rgba(78, 78, 76, 0.19); */
    stroke: #4E4E4C;
    stroke-opacity: 0.3;
}
.view-btn-box label > input:checked ~ svg,
.view-btn-box label:hover svg {
    /* fill: #4E4E4C; */
    /* stroke: #4E4E4C; */
    stroke-opacity: 1;
    cursor: pointer;
}
.view-btn-box label {
    position: relative;
}
.view-btn-box label > input {
    position: absolute;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
/* .price ins {
	font-size: 1.5em;
} */
.widget-area .wpfFilterWrapper {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
    padding: 17px 25px !important;
    margin-top: 0;
    margin-bottom: 15px;
}
.catalog-panel-filters-box .wpfFilterVerScroll {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
/**
 * Products
 */
.products {
	margin: 0;
	padding: 0;
	display: grid;
	row-gap: 15px;
}
.wishaction-wrapper {
    display: flex;
    justify-content: flex-end;
}
.wishaction-wrapper .yith-wcwl-add-to-wishlist .add_to_wishlist img {
    width: 29px;
    height: 25px;
}
.products.pills {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
    row-gap: 35px;
}
.products .product .onsale {
	left: 0;
	top: 0;
}
ul.products li.product .woocommerce-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.products li.product {
	list-style: none;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	display: grid;
	grid-template-columns: 245px 1fr 210px;
	column-gap: 15px;
	padding: 10px 15px 15px 15px;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
}
ul.products.short li.product {
    grid-template-columns: 160px 1fr 210px;
}
.products .product-price {
    display: grid;
}
.products .product-price .product-box-cat {
    padding: 6px 7px;
}
.products .product-price .btn-action {
    align-self: flex-end;
}
.products .product-price > *:not(.btn-action) {
    margin-bottom: 14px;
}
.price > .woocommerce-Price-amount > bdi {
    font-weight: 600;
    text-align: end;
    font-size: 20px;
}
ul.products li.product .price del {
    font-weight: 300;
}
ul.products li.product .price ins {
    font-weight: 600;
}
ul.products li.product .price del,
ul.products li.product .price ins {
    font-size: 20px;
}
ul.products li.product img.attachment-woocommerce_thumbnail {
	display: block;
}
.product-short-desc p,
.product-short-desc {
    font-size: 14px;
}
.product-meta {
    display: flex;
    column-gap: 9px;
    margin-top: 15px;
    align-items: center;
}
.product-meta .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
/* ul.products li.product .button {
	display: block;
} */
li.product img.attachment-woocommerce_thumbnail {
	border-radius: 0.375rem;
	width: 100%;
	height: auto;
	object-fit: cover;
	/* box-shadow: 0 0 2px #e5e5e5; */
}
li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: grid;
	position: relative;
}
.sku-label,
div.outofstock,
div.stock {
	color: rgba(78, 78, 76, 0.5);
}
.product_meta {
	display: flex;
	flex-direction: column;
	margin-bottom: 49px;
    font-size: 20px;
}
.meta-label {
    color: rgba(78, 78, 76, 0.5);
}
/**
 * Single product
 */
.rev-rait-wrapper {
    display: grid;
    grid-template-columns: 780px 1fr;
    column-gap: 59px;
}
.rating-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 279px;
    justify-self: end;
}
.percent-count {
    font-size: 64px;
    line-height: 100%;
}
.rating-info-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.line-decor {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #12A537 0%, #3C8B7E 100%);
    margin: 14px 0;
}
.rating-info-block button {
    align-self: center;
    margin-top: 14px;
}
.stars-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 14px;
}
.stars-box > span {
    width: 44px;
    height: 40px;
    background: url(./img/icons/reiting-star.svg)no-repeat center;
    background-size: contain;
}
.rating-info-text {
    font-size: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.page-top-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.version-print-link {
    text-decoration: underline;
    position: relative;
    padding-left: 34px;
    background: url(./img/icons/print.svg)no-repeat left;
    background-size: contain;
}
.product-cat-tags-box {
    display: flex;
    column-gap: 24px;
}
.single-product div.product {
	position: relative;
	margin-bottom: 85px;
	margin-top: 40px;
}
.woocommerce-tabs {
    background: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 35px 34px;
}
.product-header-wrapper {
    display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    column-gap: 20px;
    margin-bottom: 20px;
}
.single-product div.product .product_title {
	margin-top: 0;
	font-size: 1.5rem;
}
.single-product div.product .woocommerce-product-gallery {
	position: relative;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
    /* display: grid;
    grid-template-columns: 80px 1fr; */
}
.single-product div.product .woocommerce-product-gallery__image{
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
}
.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
}
.prod-card-info {
    position: relative;
	display: flex;
	background-color: #fff;
	border-radius: 15px;
	padding: 13px 27px 27px 33px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
}
.wishlist_action_wrapper {
    position: absolute;
    top: 19px;
    right: 27px;
}
.product-gallery-wrapper {
    display: flex;
    column-gap: 20px;
    height: 480px;
}
.gallery-grid {
    /* grid-template-columns: 80px 1fr; */
}
.deleted-block {
    margin-top: 69px;
    margin-bottom: 92px;
}
.cross-sells {
    margin-bottom: 139px;
}
.viewed-block {
    margin-bottom: 115px;
}
.return-to-shop {
    font-weight: normal;
}
.cart-empty-block {
    margin-bottom: 84px;
}
.help-form-block {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 42px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 92px;
}
.help-form-text {
    font-size: 20px;
    font-weight: 600;
}
.woocommerce-product-gallery__image--placeholder img {
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.product-thumbs-slider {
    padding: 0;
    width: 80px;
    flex-shrink: 0;
}
.product-gallery-slider {
    width: 100%;
    padding: 0;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}
.product-gallery-wrapper .swiper-slide {
    background-color: #fff;
}
.product-gallery-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .product-gallery-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.product-thumbs-slider .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.product-thumbs-slider .swiper-wrapper .swiper-slide {
    width: 80px;
    height: 80px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    /* overflow: hidden; */
}
.product-thumbs-slider .swiper-wrapper .swiper-slide img {
    border-radius: 15px;
}
.product-thumbs-slider .swiper-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-card-info .summary.entry-summary {
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
}
.price-card-prod {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 30px;
	align-items: center;
	padding: 20px;
	text-align: center;
}
.widget_price_filter .button,
a.woocommerce-button.view,
button[name="save_account_details"],
.single_add_to_cart_button {
	border-radius: 47px;
	border: none;
	outline: none;
	color: #fff;
    font-weight: 600;
    padding: 8px 23px;
    width: auto;
}
.button[name="woocommerce_checkout_place_order"] {
    padding: 0px 30px;
    height: 48px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 51px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, #12A537 0%, #3C8B7E 100%);
    transition: all .2s ease-in-out;
    outline: none;
    border: 1px solid transparent;
}
.button[name="woocommerce_checkout_place_order"]:hover {
    background: #fff;
    border: 1px solid #12A537;
    color: #12A537;
}
.single_add_to_cart_button .basket-text {
    margin-right: 9px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}
ins {
	text-decoration: none;
}
.single-product .price .woocommerce-Price-amount {
	font-size: 20px;
	font-weight: 600;
}
.single-product form.cart {
	display: flex;
	align-items: center;
    column-gap: 20px;
    margin-bottom: 15px;
}
.single-product form.cart .quantity {
	margin: 0;
}
.quantity input[type="number"] {
	text-align: center;
	border: none;
	background: transparent;
	font-weight: 600;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	order: 2;
}
.prod-card-info .price {
    display: flex;
    column-gap: 25px;
    align-items: center;
    margin-bottom: 28px;
}
.prod-card-info .price del .woocommerce-Price-amount.amount {
    font-weight: 300;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    order: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}
.auth-wrapper {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.add_to_cart_box {
	flex-wrap: wrap;
	align-items: center;
}
.add_to_cart_box .stock {
	width: 100%;
}
.add_to_cart_box .yith-wcwl-add-to-wishlist {
	margin-left: 10px;
	margin-top: 0;
}
.related.products .add_to_cart_button {
	max-width: 58px;
	height: 54px;
	justify-self: flex-end;
	display: flex;
	justify-content: center;
	align-items: center;
}
/**
 * Checkout
 */
/* @media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
} */

/**
 * General WooCommerce components
 */
.product-tags-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
}
.catalog-panel-filters-box .wpfFilterWrapper {
    padding: 0;
    margin: 0;
}
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
    margin-bottom: 17px;
	padding: 0;
	text-align: left;
    display: flex;
    column-gap: 21px;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 0;
}
.woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid rgba(18, 165, 55, 1);
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: rgb(238, 0, 0);
}

.woocommerce-password-strength.bad {
	color: rgb(238, 0, 0);
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

input[type="checkbox"] + label {
    position: relative;
    border: 1px solid #12a537;
    border-radius: 3px;
    /* padding-left: 26px; */
    width: 16px;
    height: 16px;
}
input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: auto;
    border-radius: 3px !important;
    border: none !important;
}
input[type="checkbox"]:checked + label {
    background: linear-gradient(90deg, #12A537 0%, #3C8B7E 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type="checkbox"]:checked + label::before {
    background: url('./img/icons/check-white.png');
    background-size: auto;
    background-size: 100% 100%;
}
.catalog-panel-filters-box .wpfFilterWrapper .wpfCheckbox label::before,
.widget-area .wpfFilterWrapper .wpfCheckbox label::before {
    border-radius: 3px !important;
    border: none !important;
    background-color: transparent !important;
}
.catalog-panel-filters-box .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    background: url('./img/icons/check-white.png');
    background-size: auto;
    background-size: 100% 100%;
}
/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	border: 1px solid #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	border: 1px solid rgb(238, 0, 0);
}

.required {
	color: rgb(238, 0, 0);
}
.woocommerce-checkout input:focus {
    outline: none;
    box-shadow: 0px 0px 5px rgba(109, 109, 109, 0.1);
}
/**
 * Notices
 */
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
	/* background-color: #029649; */
    color: #029649;
	clear: both;
    padding: 5px 10px;
    border-radius: 1em;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	/* background-color: #3d9cd2; */
    color: #3d9cd2;
}

.woocommerce-error {
	/* background-color: #e2401c; */
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgb(238, 0, 0);
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin: 1em 0 1.5em 0;
}
.widget_price_filter .price_slider_amount {
	/* text-align: right; */
	line-height: 2.4;
}
.price_label {
	display: flex;
  	align-items: center;
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	cursor: ew-resize;
	outline: none;
	background: #A0C333;
	box-sizing: border-box;
	opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #029649;
	height: 2px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
	height: 1px;
	display: flex;
  	align-items: center;
}
.quantity {
	display: flex;
	margin-bottom: 10px;
	margin-top: 10px;
    justify-content: center;
	/* background-color: #FEF5E9; */
}
.quantity-control {
	display: flex;
	align-items: center;
	justify-content: center;
    background: linear-gradient(90deg, rgba(18, 165, 55, 0.09) 0%, rgba(60, 139, 126, 0.09) 100%);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 32px;
}
.quantity-input {
	/* margin: 0 10px; */
	max-width: 50px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
.price {
	margin-bottom: 5px;
}
.products .price {
	text-align: center;
}
.products .quantity {
  	align-self: center;
    justify-self: center;
	max-width: 150px;
	width: 100%;
}
.price del {
	color: #9D9D9D;
}
.woocommerce-breadcrumb {
    margin-top: 18px;
	margin-bottom: 52px;
}
.woocommerce-breadcrumb a {
    color: rgba(170, 170, 170, 1);
}

.widget-area .wpfFilterWrapper .wfpDescription {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 14px;
}
.catalog-grid {
	display: grid;
	grid-template-columns: 280px 1fr;
	column-gap: 20px;
}
.header-cart-icon {
	/* position: relative; */
	/* margin-right: 7px; */
}
.header-cart-count {
	position: absolute;
	font-size: 14px;
	width: 20px;
	top: -10px;
	right: -10px;
	background-color: red;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}
.widget-area .wpfFilterContent .irs i:first-child,
.widget-area .wpfFilterContent .irs i {
    display: none;
}
.widget-area .wpfFilterContent .irs--sharp .irs-handle {
    width: 13px;
    height: 13px;
    border-radius: 50px;
}
.widget-area .wpfFilterContent .irs.irs--sharp {
    margin-top: 80px !important;
}
.widget-area .wpfFilterContent .wpfPriceInputs .wpfPriceRangeField {
    border: none;
    background: linear-gradient(90deg, rgba(18, 165, 55, 0.09) 0%, rgba(60, 139, 126, 0.09) 100%);
    border-radius: 47px;
    padding: 5px 14px;
    text-align: center;
    color: #4E4E4C;
    font-size: 16px;
    min-width: 93px !important;
    width: auto !important;
}
.widget-area .wpfFilterContent .wpfPriceInputs .wpfCurrencySymbol {
    display: none;
}
.widget-area .wpfFilterContent .wpfPriceInputs {
    position: absolute;
    top: 65px;
    justify-content: space-between;
}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"] {
    opacity: 0;
    display: none !important;
}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    width: 80%;
    height: 80%;
    background: url('./img/icons/check-white.svg') !important;
    /* background-size: auto;
    background-size: 100% 100% !important; */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.fix-label {
    position: absolute;
    top: -23px;
}
.fix-label-right {
    position: absolute;
    top: -23px;
    right: 70px;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
	width: 90%;
	height: 90%;
	object-fit: contain;
}
.product-subtotal-top-line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.product-subtotal .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    margin-right: 22px;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button {
	padding: 0px 30px;
    height: 48px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 51px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, #12A537 0%, #3C8B7E 100%);
    transition: all .2s ease-in;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
    background: #fff;
    border: 1px solid #12A537;
    color: #12A537;
}
.product-remove a {
	display: block;
    width: 17.5px;
    height: 17.5px;
    background: url(./img/icons/remove.svg)no-repeat center;
    background-size: contain;
}
.cart-table-grid {
	grid-template-columns: 1fr 480px;
	column-gap: 20px;
}
.woocommerce-cart-form__contents .product-quantity {
    display: grid;
    justify-content: end;
    align-self: flex-end;
}
.product-subtotal .quantity {
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce-cart-form__cart-item.cart_item {
	background-color: #fff;
	display: grid;
	grid-template-columns: 160px 1fr 160px;
	column-gap: 10px;
	border-radius: 15px;
	margin-bottom: 16px;
	overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
}
.product-subtotal,
.product-name {
    padding-top: 18px;
    padding-bottom: 15px;
}
table.shop_table_responsive tr td.product-subtotal {
    padding-right: 20px;
    display: grid;
}
.product-subtotal .price-box {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: end;
    column-gap: 19px;
    align-items: center;
}
.product-subtotal .price-box del {
    font-weight: 300;
}
.product-name {
    font-size: 20px;
    line-height: 130%;
}
.product-total {
    font-size: 20px;
    font-weight: 600;
}
table.shop_table_responsive tr td.product-name {
    display: grid;
}
.product-name .product-box-cat {
    align-self: end;
}
.product-name a::first-letter {
    text-transform: uppercase;
}
.cart-collaterals {
	padding: 40px 24px;
	border-radius: 15px;
	background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
	height: fit-content;
	display: flex;
	flex-direction: column;
}
.cart-collaterals tr:not(:last-child) {
    border-bottom: 1px solid rgba(78, 78, 76, 0.28)
}
.cart-collaterals tr td {
    padding-bottom: 21px;
}
.cart-collaterals tr th {
    font-size: 20px;
}
.cart-collaterals tr:not(:last-child) td {
    font-size: 20px;
}
.cart-collaterals .order-total td {
    font-size: 28px;
}
.cart-collaterals tr:last-child td:last-child {
    color: rgba(18, 165, 55, 1);
}
.cart-collaterals tr:not(:first-child) td {
    padding-top: 21px;
}
.cart-collaterals tr td:last-child {
    text-align: end;
}
.btn-toggle-cupon-input {
    text-decoration: underline;
}
.woocommerce-shipping-methods {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 27px 0;
    padding: 0;
    column-gap: 10px;
}
.woocommerce-shipping-methods li {
    display: flex;
    column-gap: 5px;
}
.woocommerce-shipping-totals.shipping > th {
    font-weight: 400;
}
.privaci-info {
    margin-top: 21px;
}
.wc-proceed-to-checkout {
    border-bottom: 1px solid rgba(78, 78, 76, 0.28);
}
.wc-proceed-to-checkout .checkout-button {
    margin-top: 31px;
    margin-bottom: 41px;
}
.conditions-delivery-info {
    margin-bottom: 21px;
}
.privaci-info a,
.conditions-delivery-info a {
    text-decoration: underline;
}
.coupon {
    margin-top: 10px;
    transition: all .2s ease;
}
.btn-toggle-cupon-input:hover {
    cursor: pointer;
}
.coupon.hide {
    height: 0;
    overflow: hidden;
}
button[name="update_cart"] {
	display: none;
}
.shop_table tr td:last-child {
	text-align: right;
}
.wc-proceed-to-checkout {
	display: flex;
    flex-direction: column;
}
.wc-proceed-to-checkout .checkout-button {
    justify-self: center;
    align-self: center;
}
.woocommerce-form-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 130%;
    color: rgba(78, 78, 76, 1);
} 
.woocommerce-shipping-methods li {
    position: relative;
}
.woocommerce-shipping-methods input[type="radio"]{
    position: absolute;
    width: 0;
    height: 0;
}
.woocommerce-shipping-methods li label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 28px;
}
.woocommerce-shipping-methods li label:hover {
    cursor: pointer;
}
.woocommerce-shipping-methods li label::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(90deg, #12A537 0%, #3C8B7E 100%);
    left: 0;
}
.woocommerce-shipping-methods li input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    left: 7px;
}
.you-products-block {
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    border-radius: 15px;
    padding: 21px;
}
.you-products-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.you-products-list img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.woocommerce-Input,
.wc-block-components-form .woocommerce-checkout input[type="email"], 
.wc-block-components-form .woocommerce-checkout input[type="number"], 
.wc-block-components-form .woocommerce-checkout input[type="tel"], 
.wc-block-components-form .woocommerce-checkout input[type="text"], 
.wc-block-components-form .woocommerce-checkout input[type="url"], 
.woocommerce-checkout input[type="email"], 
.woocommerce-checkout input[type="number"], 
.woocommerce-checkout input[type="tel"], 
.woocommerce-checkout input[type="text"], 
.woocommerce-checkout input[type="url"] {
	border-radius: 40px;
	border: 1px solid #029649;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 20px;
	line-height: 1em;
	margin: 0;
	min-height: 0;
	padding: 10px 22px;
	width: 100%;
}
input::placeholder {
    color: rgba(78, 78, 76, 0.44);
}
.woocommerce-delivering-fields {
    display: flex;
    flex-wrap: wrap;
    column-gap: 19px;
}
/* .woocommerce-delivering-fields > p:nth-child(1){
    width: 35%;
} */
.woocommerce-delivering-fields > .shiping-adress-field {
    width: 100%;
}
.woocommerce-delivering-fields > .shiping-field {
    width: calc(25% - 19px);
    flex-grow: 1;
}
.woocommerce-delivering-fields .checkout-inline-error-message {
    display: none;
}
/* .order-total,
.cart-subtotal,
.cart_item {
	border-top: 1px solid #e5e5e5;
}
.order-total {
	border-bottom: 1px solid #e5e5e5;
} */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	padding: 10px;
	margin: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	display: flex;
	align-items: center;
}
.woocommerce-MyAccount-navigation ul li.is-active::after {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	width: 100%;
	display: block;
	transition: color .2s ease-in-out;
}
.woocommerce-MyAccount-navigation ul li:hover {
	color: #029649;
}
.order_details,
.account-orders-table {
	width: 100%;
}
.order_details tr,
.account-orders-table tr {
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce-loop-product__link {
	position: relative;
}
.woocommerce-checkout-review-order-table {
	width: 100%;
}
.yith-wcwl-add-button {
	/* text-align: right; */
	/* padding-right: 10px; */
}
table.wishlist_table {
	width: 100%;
	font-size: inherit;
}
.wishlist_table tr td.product-thumbnail a {
	max-width: 100%;
}
.wishlist_table tr td.product-thumbnail a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.wishlist-items-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, 240px);
	column-gap: 15px;
	row-gap: 15px;
}
table.wishlist_table thead {
	display: none;
}
table.wishlist_table tbody tr {
	background-color: #fff;
	display: grid;
	grid-template-rows: auto 1fr auto auto auto;
	column-gap: 10px;
	align-items: center;
	border-radius: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
table.wishlist_table .product-name {
	height: 100%;
}
table.wishlist_table tbody td {
	padding: 5px 10px;
}
.wishlist-items-wrapper .product-price {
	display: flex;
	flex-direction: column;
	color: #029649;
	text-align: center;
	font-size: 1.5rem;
}
.wishlist-items-wrapper .product-price ins {
	color: #029649;
}
.wishlist-items-wrapper .product-price del {
	color: #9D9D9D;
	font-size: 1.25rem;
}
.wishlist_table .product-add-to-cart a {
	display: flex !important;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	margin-bottom: 0;
}
.wishlist-items-wrapper .product-remove a {
	padding: 0 10px;
}
.wc_payment_methods {
	list-style: none;
	padding: 0;
	margin-top: 12px;
}
.woocommerce-product-attributes p {
	margin-bottom: 0;
}
.woocommerce-product-attributes-item__value {
	padding: 10px;
}
.widget-area h3 {
	font-size: 1.25rem;
}
.woocommerce-delivering-form,
.auth-wrapper,
.order-info-fields,
.woocommerce-billing-fields {
	background-color: #fff;
	border-radius: 15px;
	padding: 21px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
}
.hideded-field {
    display: none;
}
.order-info-fields {
    height: fit-content;
}
.woocommerce-delivering-form {
    transition: opacity .4s ease-in-out;
}
.woocommerce-delivering-form,
.woocommerce-billing-fields {
    margin-bottom: 14px;
}
.auth-wrapper {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.auth-wrapper h2 {
	text-align: center;
}
.order-info-fields .cart_item td:first-child {
	padding-right: 5px;
}
.woocommerce-checkout-review-order-table thead {
	display: none;
}
.order-info-fields .cart-subtotal {
	border-bottom: 1px solid rgba(78, 78, 76, 0.28);
}
.woocommerce-checkout-review-order-table tbody {
	border-bottom: 1px solid rgba(78, 78, 76, 0.28);
}
.woocommerce-billing-fields label {
	color: #9D9D9D;
	margin-bottom: 7px;
	font-size: 1.25rem;
}
.woocommerce-billing-fields input {
	border-radius: 20px;
	border: 1px solid #029649;
}
.woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2em;
}
.woocommerce-EditAccountForm.edit-account {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1em;
}
.woocommerce-MyAccount-content .clear {
	display: none;
}
.shop_table tbody tr {
    /* border-bottom: 1px solid rgba(78, 78, 76, 0.28); checkout */ 
}
.cart-table {
    width: 100%;
}
.shop_table tbody tr td {
    padding-top: 21px;
    padding-bottom: 21px;
}
.order-total td {
    font-size: 28px;
    padding-top: 21px;
}
.order-total strong {
    font-weight: 600;
}
.order-total .total-value {
    color: rgba(18, 165, 55, 1);
}
.woocommerce-info {
	padding: 1em;
	border-radius: 1em;
	margin-bottom: 1em;
	color: #fff;
}
.button.wc-backward {
	background-color: #029649;
  	color: #fff;
	border-radius: 1rem;
	padding: 10px 30px;
}
/* Landscape - телефоны */
@media (max-width: 480px) {
	.woocommerce-EditAccountForm.edit-account {
		grid-template-columns: none;
	}
	.order-info-fields {
		margin: 0 10px;
		flex-shrink: 1;
	}
	.order-info-fields,
	.woocommerce-billing-fields {
		padding: 10px;
	}
	.woocommerce-billing-fields__field-wrapper {
		column-gap: 10px;
	}
	.woocommerce-billing-fields input {
		padding: 5px 7px !important;
	}
	.woocommerce-billing-fields label {
		font-size: 15px;
	}
	.woocommerce-billing-fields {
		margin-bottom: 15px;
	}
	.woocommerce-result-count {
		display: none;
	}
	.single-product div.product .product_title {
		font-size: 20px;
	}
	.product_meta {
		font-size: 14px;
	}
	.prod-card-info {
		margin-bottom: 15px;
		padding: 10px;
	}
	.price-card-prod {
		padding: 10px;
	}
	.single-product form.cart {
		flex-direction: row;
	}
	.single_add_to_cart_button {
		margin-left: 7px;
		border-radius: 20px;
	}
	.shop_table.cart.woocommerce-cart-form__contents td {
		font-size: 14px;
	}
}
/* .widget-area .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
    display: flex;
    flex-direction: column-reverse;
}
.widget-area .irs--round .irs-line {
    height: 0;
} */
.widget-area .wpfFilterWrapper .wfpTitle {
    font-weight: 400;
    font-size: 14px;
}
.widget-area .wpfBlockAnimated.wpfHide {
    padding-top: 0;
}
.widget-area .wpfFilterContent {
    padding-top: 5px;
}
.modal-filter-open {
    width: 28px;
    height: 23px;
    background: url(./img/icons/filters-icon.svg)no-repeat center;
    background-size: contain;
}
.modal-sorts-open {
    width: 23px;
    height: 23px;
    background: url(./img/icons/sorts-icon.svg)no-repeat center;
    background-size: contain;
    margin-right: 26px;
}
.widget-area .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
    padding-left: 0;
    padding-right: 0;
}
#delivery-map {
    width: 100%;
    min-height: 400px;
    height: 100%;
    margin-bottom: 1rem;
}
.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-copyright {
    display: none !important;
}
.hidden-input {
    display: none;
}

/* От ландшафтного экрана телефона до потретного планшета */
@media (max-width: 767px) {
    .page-top-line {
        flex-direction: column;
        align-items: flex-start;
    }
    .products.short .product-price > :not(.btn-action) {
        margin-bottom: 0;
    }
    .products.short .quantity {
        margin-bottom: 0;
    }
    .products.short .with-text {
        padding-left: 17px;
        padding-right: 17px;
        height: 36px;
        width: auto;
    }
    .products.short .mobile-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .products.short .mobi-prod-data-right {
        display: flex;
        align-items: flex-end;
    }
    ul.products.short li.product {
        grid-template-columns: 115px 1fr;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    #modalSorts .modal-body {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-ordering {
        margin: 0 auto;
    }
    .view-btn-box label {
        height: 37px;
        width: auto;
    }
    .view-btn-box label svg {
        height: 100%;
        width: auto;
    }
    .view-btn-box {
        width: 100%;
        justify-content: space-between;
    }
    .mobile-aside-panel {
        display: flex;
        justify-content: space-between;
        margin-bottom: 34px;
    }
    .catalog-panel-filters-box {
        margin-left: 0;
        row-gap: 34px;
        margin-bottom: 34px;
        /* justify-content: center !important; */
    }
    #modalSorts .modal-title,
    #modalFilters .modal-title {
        width: 100%;
        text-align: center;
        background-color: rgba(250, 250, 250, 1);
    }
    #modalSorts .modal-header,
    #modalFilters .modal-header {
        border-bottom: none;
    }
    .modal-body .widget-area .wpfMainWrapper:last-child .wpfFilterWrapper {
        background-color: transparent;
        box-shadow: none;
    }
    .modal-body .wpfMainWrapper:last-child .wpfFilterVerScroll {
        display: flex;
        column-gap: 15px;
    }
    .woocommerce-pagination .page-numbers {
        column-gap: 6px;
    }
    .woocommerce-pagination a.page-numbers, .woocommerce-pagination span.page-numbers {
        font-size: 13px;
        width: 30px;
        height: 30px;
    }
    ul.products li.product {
        row-gap: 13px;
    }
    .mobi-prod-data-left .price {
        margin-top: 18px;
    }
    .with-text {
        height: 30px;
    }
    .btn-action .cart-icon {
        width: 17px;
        height: 18px;
    }
    ul.products li.product .price del, ul.products li.product .price ins {
        font-size: 16px;
    }
    .products.list .product-price, 
    .products.short .product-price {
        display: flex;
        justify-content: space-between;
    } 
    .sku_wrapper, div.outofstock, div.stock {
        font-size: 12px;
    }
    .title-wrapper {
        display: flex;
    }
    .wishaction-wrapper-mobile {
        position: absolute;
        right: 11px;
        top: 11px;
    }
    .woocommerce-loop-product__title {
        font-size: 14px;
    }
    .product-short-desc,
    .product-short-desc p {
        font-size: 12px;
    }
    .list-short-raiting {
        line-height: inherit;
        padding-bottom: 0;
        align-items: center;
    }
    .title-wrapper .product-reiting {
        font-size: 14px;
    }
    .title-wrapper .product-reiting img {
        width: 10px;
        height: 10px;
    }
    .catalog-panel-filters-wrapper,
    .catalog-panel-filters-box {
        flex-direction: column;
    }
	.woocommerce-cart-form__cart-item.cart_item img {
		width: 78px;
  		height: auto;
		aspect-ratio: 1 / 1;
	}
	.woocommerce-cart-form__contents .quantity {
		margin-top: 0;
		width: 140px;
		display: flex;
    	justify-content: center;
	}
	.shop_table.cart.woocommerce-cart-form__contents .product-thumbnail {
		/* grid-row: span 2 / 2; */
	}
    .shop_table.cart.woocommerce-cart-form__contents .product-subtotal {
        padding: 0;
    }
    .product-subtotal .yith-wcwl-add-to-wishlist {
        margin-right: 16px;
    }
    .woocommerce-cart-form__contents .product-quantity {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .product-subtotal .price-box {
        justify-content: center;
        padding: 16px 0;
    }
    .woocommerce-cart-form__contents .product-name > a {
        text-align: left;
        padding-bottom: 10px;
    }
	.woocommerce-cart-form__cart-item.cart_item td {
		display: block;
	}
	.cart-table-grid {
		grid-template-columns: none;
	}
	ul.products {
		grid-template-columns: none;
		column-gap: 0px;
		row-gap: 10px;
	}
    ul.products.pills {
        grid-template-columns: 1fr 1fr;
        column-gap: 9px;
        row-gap: 17px;
    }
    .product-box-cat {
        font-size: 12px;
    }
	.catalog-grid {
		grid-template-columns: none;
        column-gap: 0;
	}
	ul.products li.product {
		grid-template-columns: none;
	}
    .pills .product-price {
        display: flex;
        flex-direction: column;
    }
    .product-slider  .product-price .btn-action,
    .pills .product-price .btn-action {
        border-radius: 47px;
        width: 100%;
        align-self: center;
        height: 34px;
    }
    .product-slider .product-meta-box,
    .pills .product-meta-box {
        font-size: 10px;
    }
    .product-reiting {
        font-size: 12px;
        align-items: center;
        line-height: 100%;
    }
    .product-reiting img {
        width: 10px;
        height: 10px;
    }
    .product-slider .quantity,
    .pills .quantity {
        margin-top: 0;
        margin-bottom: 12px;
    }
    .product-name-box, 
    .product-slide-footer {
        padding: 0 7px;
    }
    .product-slide-card .woocommerce-Price-amount.amount,
    .price > .woocommerce-Price-amount > bdi {
        font-size: 16px;
    }
    .products .price .product-box-cat {
        padding: 2px 4px;
    }
    .product-box-wrapper {
        row-gap: 7px;
        grid-template-rows: auto;
    }
    .widget-area .wpfFilterWrapper .wfpDescription {
        display: none;
    }
    .products .price {
        text-align: center;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .product-box-outline .product-box-cat {
        padding: 4px 9px;
        line-height: 120%;
    }
    .product-slide-card {border-radius: 10px;}
	.single-product div.product {
		grid-template-columns: none;
	}
    .product-header-wrapper {
        grid-template-columns: none;
    }
    .product-gallery-wrapper {
        height: 288px;
        width: 100%;
        aspect-ratio: 1 / 1;
        margin-bottom: 16px;
        column-gap: 16px;
        /* flex-direction: column-reverse; */
    }
    .product-thumbs-slider {
        width: 48px;
        /* height: 48px; */
    }
    .product-thumbs-slider .swiper-wrapper .swiper-slide {
        width: 48px;
        height: 48px;
    }
    .product-thumbs-slider .swiper-wrapper .swiper-slide img,
    .product-gallery-slider {
        border-radius: 10px;
    }
    .prod-card-info .btn-catalog-action,
    .prod-card-info .with-text {
        height: 35px;
        margin: 0 auto;
    }
    .help-form-block {
        flex-direction: column;
        justify-content: center;
    }
    .single-product form.cart {
        margin-bottom: 20px;
    }
    .rating-info-block {
        width: 100%;
        margin: 0 auto;
    }
    .rev-rait-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 59px;
    }
    .product-slider .slider-control,
    .reviews-slider-wrapper .slider-control {
        top: auto;
        bottom: -30px;
    }
    .woocommerce-product-gallery__image--placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	table.shop_table_responsive tr td {
		text-align: left;
	}
	.shop_table_responsive tbody {
		display: block;
	}
    .shop_table_responsive .woocommerce-shipping-methods {
        flex-direction: column;
    }
    .woocommerce-shipping-destination {
        display: none;
    }
	.shop_table_responsive tbody tr {
		display: flex;
		flex-wrap: wrap;
        border-bottom: none;
	}
	.shop_table_responsive tbody tr td {
		display: flex;
		align-items: center;
		position: relative;
	}
	.shop_table_responsive tbody tr td::before {
		margin-right: 10px;
	}
	.shop_table_responsive tbody tr td.product-name {
		align-items: flex-start;
        display: flex;
        flex-direction: column;
	}
    .woocommerce-cart-form__cart-item.cart_item {
		grid-template-columns: 78px 1fr;
	}
}

/* От портретного планшета до ландшафтного экрана и настольных дисплеев */
@media (min-width: 768px) and (max-width: 979px) {
	ul.products {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 15px;
		row-gap: 15px;
	}
	.catalog-grid {
		grid-template-columns: none;
	}
}

/* Большой дисплей */
@media (min-width: 1200px) {

}