/*
Theme Name: Roskresla

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

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

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
	margin: 0 auto;
	width: 90%;
    height: 240px;
	object-fit: contain;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.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 {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

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

/**
 * 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
 */

/**
 * 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;
	margin-bottom: 0;
}
.products .star-rating {
	margin: 0 auto 7px;
	position: absolute;
	top: 0px;
    right: 0;
}

.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;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}
.woocommerce-tabs ul.tabs li:nth-child(2) a {
	text-align: center;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}
@media(max-width: 1200px) and (min-width: 991px) {
	.woocommerce-tabs ul.tabs li a {
		font-size: 13px;
	}
}
.saleTxtProd {
	margin-top: -15px;
    padding: 0 20px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.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-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.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;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	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: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
.woocommerce-loop-product__title {
	color: #010000;
    font-family: 'GTEestiPro';
    font-size: 18px;
    text-align: center;
    margin: 0;
    margin: 15px 0 10px;
	font-weight: bold;
}
.woocommerce-LoopProduct-link .price {
	font-family: 'GTEestiPro';
	text-align: center;
	display: block;
	font-size: 20px;
}
/*.woocommerce-LoopProduct-link .price ins, .prodBlock__price ins {
	text-decoration: none;
    background-color: #ffa800;
    color: #fff;
    padding: 2px 7px;
}*/
.woocommerce-LoopProduct-link .price .woocommerce-Price-currencySymbol {
	position: relative;
    left: -2px;
    font-size: inherit;
}
.pageShop__top-block {
    background: #f8f8f8;
    padding: 15px 0;
	overflow: hidden;
}
.pageShop__top-block {
	text-align: center;
}
.pageShop__top-title {
	font-size: 18px;
	letter-spacing: 1px;
}
.pageShop__btnAbout {
	text-align: center;
	padding: 15px 0 25px;
}
.woocommerce-ordering {
	display: none;
}
.woocommerce-LoopProduct-link {
	/*border: 1px solid transparent;*/
	transition: all .3s;
	display: block;
}

.prodColors {
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: absolute;
}
.prodColors span {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	transform: rotate(45deg);
	display: block;
}
.prodColors__two {
	display: block;
    width: 20px;
    border-radius: 50%;
    overflow: hidden;
    transform: rotate(45deg);
    border: 0;
}
.prodColors__two span{
	height: 10px;
	border-radius: 0;
    transform: initial;
}
h1.product_title {
	font-size: 30px;
    color: #000000;
    line-height: 1.2;
    margin: 0;
	font-family: 'GTEestiPro';
    font-weight: 400;
}
.productPage .price {
    font-family: 'GTEestiPro';
    color: #9d2b1c;
    font-size: 24px;
    margin: 25px 0 15px;
    font-weight: 500;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}
.productPage .price ins {
	color: #000;
	text-decoration: none;
	font-size: 28px;
}
.productPage .price del {
    color: #afafaf;
    font-size: 18px;
    font-weight: 400;
}
.productPage .price ins .woocommerce-Price-currencySymbol {
	font-size: 24px;
	position: relative;
	left: -3px;
}
.productPage__q {
	display: none;
}
.productPage__tabs {
	margin-top: 20px;
}
.prodColorsProd {
	display: flex;
	gap: 15px;
	flex-direction: row;
	flex-wrap: wrap;
	position: initial;
}
.prodColors__wr {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}
.prodColorsProd a {
	width: calc(50% - 8px);
}
.prodColorsProd a.active .prodColors__wr span, .prodColorsProd a.active .prodColors__wr .prodColors__two {
	border: 3px solid rgb(251, 220, 117);
    box-shadow: 0px 0px 3px 1px;
}
.prodColorsProd a.active .prodColors__wr .prodColors__two span {
	border: none;
	box-shadow: none;
}
.prodColors__wr>div {
	width: 60%;
}
.prodColors__wr span {
	width: 50px;
	height: 50px;
}
.prodColors__wr .prodColors__two {
	width: 50px;
	height: 50px;
}
.prodColors__wr .prodColors__two span {
	width: 50px;
    height: 25px;
}
.prodColors__title {
	font-size: 18px;
	margin: 25px 0 15px;
}
.productPage__form {
	display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    margin: 30px 0 15px;
}
.productPage__btn .button {
    width: 250px;
    height: 42px;
    /* background: url(img/catalog/bg_but_in_shop.png) no-repeat right top; */
    border: 0;
    color: #ffffff;
    font-family: 'Newfont';
    font-size: 18px;
    text-align: left;
    /* padding-left: 30px; */
    cursor: pointer;
    background-color: #2a2a2a;
    text-align: center;
}
.productPage__btn-one a, .clickBuyButton, .single-product #formOrderOneClick .button {
    width: 250px;
    height: 42px;
    /* background: url(img/catalog/bg_but_in_shop_2.png) no-repeat right top; */
    border: 0;
    color: #ffffff;
    font-family: 'Newfont';
    font-size: 18px;
    text-align: left;
    /* padding-left: 30px; */
    /* padding-top: 9px; */
    cursor: pointer;
    display: block;
    margin-top: 10px;
    background-color: #ffa800;
    text-align: center;
}
#formOrderOneClick .popup .close_order {
    width: 40px!important;
    height: 40px!important;
    font-size: 26px;
    background-color: #ffa800;
}
.single-product #formOrderOneClick>.popup {
	max-width: 700px;
}
.clickBuyButton, #formOrderOneClick .button {
	padding-top: 0!important;
}
.productPage__q {
	display: flex;
}
.bt_minus, .bt_plus {
    font-weight: 600;
    width: 30px;
    height: 40px;
    border: solid 1px #cbcbcb;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'GTEestiPro';
}
.productPage__q .qty {
	height: 40px;
	font-size: 20px;
	font-family: 'Newfont';
	border: none;
	border-top: solid 1px #cbcbcb;
	border-bottom: solid 1px #cbcbcb;
	width: 56px;
	text-align: center;
	font-family: 'GTEestiPro';
}
.productPage__img span.onsale {
	display: none;
}
@media(min-width: 1200px) {
	.productPage__img {
		height: 700px;
	}
	.productPage__img .images, .wpgis-slider-nav, .wpgis-slider-nav .slick-list {
		height: 100%!important;
	}
}
@media(min-width: 769px) {
	.productPage__img {
	    height: 635px;
	    overflow: hidden;
	}
	.productPage__img .images, .wpgis-slider-nav, .wpgis-slider-nav .slick-list {
		height: 103%!important;
	}
}
.productPage .pageShop__top-block .col-12 {
	padding: 0 0px;
}
.productPage .pageShop__top-block .row {
	margin-left: 0;
	margin-right: 0;
}
.productPage .pageShop__top-title {
    font-size: 17px;
}
.productPageTop {
	padding: 5px 0 20px;
}
.productPage__desc {
	width: 100%;
    clear: both;
    font-size: 20px;
    margin: 50px 0 20px;
}
.productPage__desc a {
	text-decoration: underline;
}
.woocommerce-Tabs-panel--description {
	font-size: 18px;
}
.woocommerce-Tabs-panel--description h2 {
	display: none;
}
.woocommerce-tabs ul {
	display: flex;
	border-bottom: 1px solid #000;
}
.woocommerce-tabs ul li {
	width: 33.333%;
}
.woocommerce-tabs ul li a {
	border-bottom: 2px solid transparent;
}
.woocommerce-tabs ul li.active a {
	border-bottom: 2px solid #000;
}
.woocommerce-Tabs-panel {
	padding: 20px 0;
}
.woocommerce-message {
    border: 1px solid #0f0;
    background: #6ef25436;
    padding: 10px;
/*    position: absolute;*/
    top: -61px;
    right: 0;
    z-index: 1;
}
/*PRODUCT*/
.vertical-img-left.wpgis-slider-for {
    width: 82%;
}
.wpgis-slider-for .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wpgis-slider-nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wpgis-slider-nav .slick-slide {
/*    padding: 20px;*/
/*    border: 1px solid #ccc;*/
    padding: 10px;
}

@media(max-width: 991px) {
    .productPage__contRight {
        padding-top: 30px;
        margin-top: 20px;
        border-top: 1px solid #000;
    }
    .productPage__desc {
        margin: 0px 0 20px;
    }
    .productPage .entry-summary {
    	padding-top: 40px;
    }
    .productPageTop {
    	padding: 10px 0 20px;
    }
    .productPageTop, .productPageTop a {
	    color: #a5a5a5;
	    font-size: 15px;
	}
}
@media(max-width: 769px) {
    .vertical-img-left.wpgis-slider-for {
        width: 100%;
        float: initial;
    }
    
}
@media(max-width: 575px) {
	.productPage__form {
	    flex-direction: column;
	    gap: 20px;
	}
	.woocommerce-tabs ul {
		flex-direction: column;
	}
	.woocommerce-tabs ul.tabs li {
	    width: 100%;
	    background-color: #e3e3e3;
	    text-align: center;
	    font-size: 18px;
	}
	.woocommerce-tabs ul li:not(:last-child) {
		border-bottom: 1px solid #000;
	}
	.woocommerce-tabs ul li.active a {
		border: none;
	}
	.woocommerce-tabs ul li.active {
		background-color: #ffddbb;
	}
}

.wc-block-components-product-metadata__description {
	display: none;
}
.woocommerce-cart .wp-block-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
	display: none;
}
.woocommerce-cart .woocommerce-cart-form {
	width: 75%;
}
.woocommerce-cart .woocommerce-cart-form table {
	width: 100%;
	font-size: 18px;
}
.product-remove .remove {
	background: url('img/cart/z_del.png') no-repeat center/contain;
	width: 40px;
	height: 40px;
	display: block;
}
.pageTemplate {
	padding: 20px 0;
	min-height: calc(100vh - 255px);
	font-size: 18px;
}
.woocommerce-cart-form__cart-item td {
	border-top: 1px solid #eee;
	padding: 10px 0;
}
.woocommerce-cart .woocommerce-cart-form table th {
	padding-bottom: 10px;
}
.woocommerce-cart .product-thumbnail {
	width: 15%;
}
.woocommerce-cart .product-thumbnail img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}
.cart-collaterals {
	background-color: #f4f4f4;
	padding: 20px;
    width: 25%;
    position: relative;
    min-height: 255px;
}
.cart-collaterals h2 {
	margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.cart-collaterals table {
	width: 100%;
}
.cart-collaterals table th, .cart-collaterals table td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.cart-collaterals table td {
	font-weight: 600;
	font-family: 'GTEestiPro';
}
.wc-proceed-to-checkout {
	margin-top: 20px;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 15px;
}
.wc-proceed-to-checkout a {
	width: 100%;
    text-align: center;
}
.woocommerce-cart-form .button {
	background-color: #ebebeb;
    border: none;
    padding: 10px;
    font-size: 16px;
}
.woocommerce-cart .productPage__q .qty {
	font-size: 18px;
}

.woocommerce-pagination {
	clear: both;
    padding-top: 10px;
    margin-bottom: 55px;
}
.woocommerce-pagination ul {
	list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
/*.woocommerce-pagination li {
	display: none;
}
.woocommerce-pagination li:first-child, .woocommerce-pagination li:nth-child(2), .woocommerce-pagination li:nth-child(3) {
	display: block;
}*/
.woocommerce-pagination {
	display: none;
}
.tax-product_tag .woocommerce-pagination li {
	display: block;
}
.woocommerce-pagination li .page-numbers {
	padding: 9px 12px;
	transition: all .3s;
}
.woocommerce-pagination li .page-numbers.current, .woocommerce-pagination li .page-numbers:hover {
	background-color: #000;
    color: #fff;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 74px!important;
    line-height: 16px;
	text-align: center;
}
#wpfBlock_2 .wpfFilterVerScroll {
    max-height: 400px!important;
}
.relatedProd {
    margin-bottom: 50px;
    background-color: #f1f1f1;
    margin-top: 70px;
}
.wpfFilterWrapper select {
	height: 30px;
    font-size: 15px;
}
.saleProd {
	margin-bottom: 30px;
}
.saleProd .prod__img img {
	display: block;
    margin: 0 auto;
    width: 90%;
    height: 240px;
    object-fit: contain;
}
.woocommerce-cart-form__contents .product-name {
	width: 40%;
}

.woocommerce-thankyou-order-received {
	font-size: 30px;
    font-weight: 900;
}
.woocommerce-thankyou-order-details {
	background-color: #efefef;
    padding: 20px;
    margin: 0;
    list-style-type: none;
    line-height: 30px;
}
.woocommerce-order-received .woocommerce-order-details table.woocommerce-table--order-details, 
.woocommerce-order-received .woocommerce-order-details table.woocommerce-table--order-details th, 
.woocommerce-order-received .woocommerce-order-details table.woocommerce-table--order-details td {
  border: 1px solid;
}
.woocommerce-order-received .woocommerce-order-details table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid;
}
.woocommerce-order-received .woocommerce-order-details th {
	font-weight: bold;
}
.woocommerce-order-received .woocommerce-order-details tfoot th {
	text-align: left;
}
.woocommerce-order-received .woocommerce-customer-details .col-1, .woocommerce-customer-details .col-2 {
	width: 100%;
}
.saleProd__price {
	margin-top: 15px;
}
.saleProd__price del {
	color: #ccc;
	font-size: 14px;
}
.saleProd__price .price {
	display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
}
.outofstockProd {
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 20px;
}

@media(max-width: 991px) {
	.woocommerce-cart .wp-block-group {
		flex-direction: column;
	}
	.woocommerce-cart .woocommerce-cart-form, .cart-collaterals {
	    width: 100%;
	}
	.wc-proceed-to-checkout {
	    position: initial;
	    width: 100%;
	}
}
@media(max-width: 769px) {
	td.product-thumbnail::before {
	    display: none;
	}
	.woocommerce-cart .product-thumbnail {
	    width: 100%;
	    text-align: left;
	    border: none;
	}
	.woocommerce-cart .product-thumbnail img {
	    width: 150px;
	    height: auto;
	    object-fit: contain;
	}
	.product-quantity .productPage__q {
		justify-content: flex-end;
	}
	td.product-remove {
		display: flex!important;
    	justify-content: flex-end;
	}
	.woocommerce-cart-form__cart-item {
		margin-bottom: 15px;
	    display: block;
	    border-bottom: 2px solid #ccc;
	    padding-bottom: 10px;
	}
	.woocommerce-cart-form__contents .product-name {
		width: 100%;
	}
}

/*ОФОРМЛЕНИЕ ЗАКАЗА*/
.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 5px;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.woocommerce-checkout .form-row {
	width: 100%;
	float: none;
	margin: 0;
}
.woocommerce-checkout .woocommerce-input-wrapper {
	display: block;
}
.woocommerce-checkout .woocommerce-input-wrapper input {
	width: 100%;
}
.woocommerce-checkout .woocommerce-input-wrapper .input-text {
    border: 1px solid #000;
    background: none;
    padding: 8px 20px;
}
.woocommerce-checkout .woocommerce-billing-fields {
	margin-bottom: 50px;
}
.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-checkout-review-order-table tr {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	padding: 10px 0;
}
.woocommerce-checkout-review-order-table .product-name {
	width: 60%;
}
.woocommerce-checkout-review-order-table .product-total {
	text-align: center;
}
.shipping_method-title {
	font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-row.place-order {
	width: 100%;
}
#place_order {
	background: #ffa800;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
    transition: all .3s;
    display: inline-block;
}

/**
* Оплата
*/
.woocommerce #payment .wc_payment_methods {
    list-style: none;
    padding: 0;
}

.place-order {
    /*    padding: 0 10px*/
}

.woocommerce #payment .wc_payment_methods li {
	border: solid 1px #eaeaea;
    position: relative;
    margin-bottom: -1px;
}


.woocommerce #payment input[type="radio"] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


.woocommerce #payment li label {
    width: 100%;
    /*border: 1px solid #989898;*/
    background-color: inherit;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding: 1rem 1.25rem;
    /*margin: 0.5rem 0 0;*/
    line-height: 1;
    overflow: hidden;
    border-radius: 2px;
    vertical-align: middle;
    box-sizing: border-box;
}

.woocommerce #payment li label:hover {
    background-color: #989898;
    color: #fff;
}

.woocommerce #payment li label:hover svg {
    fill: #fff;
}

.woocommerce #payment li label img {
    width: 20px;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(65deg) brightness(100%) contrast(82%);
    vertical-align: top;
}

.woocommerce #payment li label svg {
    width: 18px;
    height: auto;
}

.woocommerce #payment li input[type="radio"]:checked + label {
    background-color: #989898;
    color: #fff;
}

.woocommerce #payment li input[type="radio"]:checked + label svg {
    fill: #fff;
}

.woocommerce #payment li label .payment_box {
    font-weight: normal;
    margin-top: 15px;
}

.woocommerce #payment li label .label-title {
    vertical-align: text-top;
}


.woocommerce #order_review table.shop_table tr.woocommerce-shipping-totals td {
    border: inherit;
    padding: 1rem 0;
    text-align: left;
}

/**
* Доставка
*/
.woocommerce ul#shipping_method {
    /*    box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: inherit;
        justify-content: flex-start;
        align-content: space-around;*/
        display: flex;
	    flex-direction: column;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
}

.woocommerce ul#shipping_method li,
.woocommerce-cart #shipping_method li,
.woocommerce-checkout #shipping_method li {
    /*    flex: 0 1 33.33333%;
        max-width: 33.33333%;
        box-sizing: border-box*/
    margin: 0;
    padding: 0;
    text-indent: 0;
    line-height: 1.2;

}

/*
form input[type="checkbox"], form input[type="radio"] {
    display: none !important;
}*/
form input[type="checkbox"], form input[type="radio"] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.woocommerce form #order_review table.shop_table input.shipping_method + label {
    position: relative;
    display: block;
    padding: .75rem;
    color: #353645;
    text-decoration: none;
    border: solid 1px #eaeaea;
    background: #fff;
    cursor: pointer;
    margin: 0;
    min-height: 4rem;
    vertical-align: middle;
}

.woocommerce form #order_review table.shop_table input.shipping_method + label:hover {
    border-color: #989898
}

.woocommerce form #order_review table.shop_table input.shipping_method:checked + label .amount,
.woocommerce form #order_review table.shop_table input.shipping_method:checked + label {
    border-color: #989898;
    background: #989898;
    color: #fff
}

.woocommerce form #order_review table.shop_table input.shipping_method + label .shipping-method-label {
    display: block;
    font-size: .75rem;
    font-weight: bold;
}

.woocommerce-Price-currencySymbol {
    font-size: .9rem
}
.woocommerce-checkout-payment .payment_box {
	border: 1px solid rgb(152, 152, 152);
    padding: 0px 20px;
}
.checkout.woocommerce-checkout {
	display: flex;
    gap: 50px;
    position: relative;
}
.woocommerce-NoticeGroup-checkout {
	position: absolute;
	top: -40px;
}
.woocommerce-checkout-review-order-table .cart-subtotal {
	display: none;
}
.woocommerce-checkout-review-order-table .order-total th {
	text-align: left;
}
#billing_country_field {
	display: none;
}
.productPage__img .wpgis-slider-for .slick-slide {
    max-height: 635px;
}
.productPage__img .wpgis-slider-for .slick-slide img {
    max-height: 635px;
}
@media(max-width: 769px) {
	.checkout.woocommerce-checkout {
		flex-direction: column;
		gap: 0;
	}
	.woocommerce-checkout {
		padding-bottom: 50px;
	}
	#place_order {
		width: 100%;
    	margin-top: 20px;
	}
}

#buyoneclick_form_order .table-wrap table td {
	font-size: 18px!important;
}
#buyoneclick_form_order .description del {
	display: block;
	font-size: 14px;
    color: #ccc8c8;
}

.woocommerce-order-received .woocommerce-column--billing-address {
	display: none;
}
.woocommerce-message {
    border: 1px solid #cccccc;
    background: #eeeeee;
}
.woocommerce-additional-fields textarea {
	width: 100%;
	height: 200px;
}

#custom-radio-buttons .woocommerce-input-wrapper {
	display: flex;
    width: 100%;
}
#custom-radio-buttons .woocommerce-input-wrapper input[type="radio"]:checked + label {
    background: #989898;
    color: #fff;
    width: 50%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
#custom-radio-buttons .woocommerce-input-wrapper label {
        border: 1px solid #989898;
    /* color: #fff; */
    width: 50%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.woocommerce-additional-fields__field-wrapper {
	margin-top: 20px;
}
.woocommerce-additional-fields__field-wrapper {
	display: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	background-color: #eee;
    border: 1px solid #c8c8c8;
    padding: 15px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
	text-decoration: underline;
}
.checkout_coupon {
	display: flex;
    flex-wrap: wrap;
}
.checkout_coupon p:first-child {
	    width: 100%;
}
.checkout_coupon .form-row-first {
	width: 35%;
}
.checkout_coupon .form-row-first input {
	width: 100%;
}
.checkout_coupon .form-row-last {
	width: 50%;
}
.checkout_coupon .button, .woocommerce-cart-form .coupon .button {
	background: #ffa800;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 11px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    transition: all .3s;
    display: inline-block;
}
.woocommerce-cart-form .coupon {
	display: flex;
    margin: 20px 0;
} 

@media(max-width: 575px) {
	.productPage .entry-summary {
        padding-top: 20px;
    }
    .prodAdvBan {
    	margin: 0;
    }
}

#video_product {
	padding: 0px;
    width: 1400px;
    height: 800px;
}
.modalVideo {
	height: 100%;
}
.modalVideo p {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
}
.modalVideo iframe {
	width: 100%;
    height: 99%;
}
.videoProdNav a, .videoProd a {
	position: relative;
}
.videoProdNav a::before, .videoProd a::before {
	content: '';
	background: url('img/play.svg') no-repeat center/contain;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	opacity: .9;
	z-index: 1;
}
.videoProd a::before {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}
ul.postProducts {
	display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
    gap: 20px;
}
.postProducts li.product {
	margin-right: 0;
}
@media(max-width: 1400px) {
	#video_product {
    	width: 1000px;
    	height: 560px;
	}
}
@media(max-width: 575px) {
	#video_product {
    	width: 100%;
    	height: 400px;
    }
}

.prodCatCont {
	clear: both;
    font-size: 18px;
    margin-top: 50px;
    border-top: 1px solid;
    padding-top: 20px;
}

.productPage__reviews .review {
	width: calc(33.333% - 10px);
    background-color: #f8f8f8;
    padding: 15px;
}
@media(max-width: 991px) {
	.productPage__reviews .review {
		width: calc(50% - 10px);
	}
}
@media(max-width: 575px) {
	.productPage__reviews .review {
		width: 100%;
	}
}
.revProdTop {
	display: flex;
	align-items: center;
	gap: 15px;
}
.star-rating span::before {
	color: #ffa800;
}
.revProdTop .woocommerce-review__author {
	font-size: 20px;
}
.productPage__reviews .commentlist {
	list-style-type: none;
	padding: 0;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
#review_form_wrapper {
	display: none;
}
.woocommerce-noreviews {
	padding: 10px;
    color: #fff;
}
#review_form_wrapper .comment-reply-title {
	font-size: 30px;
}
#review_form_wrapper .stars {
	    margin: 5px 0;
}
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before {
    color: #ffa800;
}
.comment-form-comment, .comment-form-author, .comment-form-email {
	display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}
.comment-form-author input, .comment-form-email input {
	width: 100%;
    background-color: #fff;
    padding: 6px 6px 6px 16px;
}
.comment-form-comment textarea {
	font-size: 16px;
	padding: 12px;
}
.comment-form-cookies-consent {
	display: none;
}
#review_form_wrapper .submit {
	background: #ffa800;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 11px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    transition: all .3s;
    display: inline-block;
    text-align: center;
}
.productPage__reviews .slick-dots button {
	background-color: #7a7a7a;
    width: 20px;
    height: 3px;
    padding: 0;
    opacity: .3;
}
.productPage__reviews .slick-dots .slick-active button {
	opacity: 1;
}
.productPage__reviews .slick-dots button:before {
	display: none;
}
.slick-dots {
    bottom: -1px;
}
@media(max-width: 575px) {
	.productPage__reviews .commentlist {
		padding-bottom: 30px;
	}
}

#needdesign {
	width: 500px;
	display: none;
}
.needdesign span {
	border: 2px solid #ccc;
	border-radius: 50%;
	padding: 6px;
}
.needdesign span img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.needdesign .prodColors__wr>div {
	text-decoration: underline;
}


#gift-card-amount {
	width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 16px;
}
.product-type-pw-gift-card .prodAdvBan {
	display: none;
}
.product-type-pw-gift-card table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.product-type-pw-gift-card table tr {
	display: flex;
    flex-direction: column;
}
.product-type-pw-gift-card table tr th {
	text-align: left;
}
.product-type-pw-gift-card  .single_add_to_cart_button {
	width: 250px;
    height: 42px;
    background: url(img/catalog/bg_but_in_shop.png) no-repeat right top;
    border: 0;
    color: #ffffff;
    font-family: 'Newfont';
    font-size: 18px;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
}
.product-type-pw-gift-card .clickBuyButton {
	 background: url(img/catalog/bg_but_in_shop_2.png) no-repeat right top!important;
}
.product-type-pw-gift-card .productPage__tabs {
	margin-top: 40px;
}
.product-type-pw-gift-card .quantity {
	display: none!important;
}
.product-type-pw-gift-card .reset_variations {
	background-color: #2a2a2a;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
#pwgc-message {
    width: 100%!important;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    padding: 6px 6px 6px 16px;
    font-size: 16px;
}
.pwgc-input-text {
	width: 100%!important;
}
.woocommerce-cart dd {
	margin: 0;
}
.woocommerce-cart dd:not(:last-child) {
	margin-bottom: 10px;
}
.woocommerce-cart dd p {
	margin: 0;
}
.woocommerce-cart dt {
	font-weight: bold;
}
.woocommerce-cart .wc-proceed-to-checkout {
	position: initial;
	width: 100%;
}
#pwgc-redeem-gift-card-number {
    width: 100%!important;
    margin: 5px 0!important;
}
#pwgc-redeem-button {
	width: 100%!important;
    padding: 4px 4px 4px;
    text-align: center;
    background-color: #2c2c2c;
    color: #fff;
}
.pageShop__top-text-hide {
	display: none;
}
.pageShop__top-text-btn {
	border-bottom: 1px solid #000;
    width: fit-content;
    cursor: pointer;
}
.pageShop__top-text {
	margin-bottom: 30px;
}

.prodContact {
	padding: 35px 0 80px;
}
.prodContact__title {
	font-size: 30px;
    text-align: center;
    margin: 0 0 50px;
}

.prodContact__prod ul.products {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.prodContact__prod ul.products li.product {
	width: calc(100% / 4 - 23px);
	margin-right: 0;
}
.productPage__price {
	display: flex;
    align-items: center;
    gap: 30px;
}
.productPage__price-per {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    background-color: #ff4b0e;
    border-radius: 6px;
    text-align: center;
    padding: 4px 10px;
    font-family: 'GTEestiPro';
}
.productPage .woocommerce-product-rating {
	display: flex;
    align-items: center;
    gap: 10px;
}

@media(max-width:1200px) {
	.prodContact__prod ul.products li.product {
		width: calc(100% / 3 - 23px);
	}
}
@media(max-width:769px) {
	.prodContact__prod ul.products li.product {
		width: calc(100% / 2 - 16px);
	}
}
@media(max-width:575px) {
	.prodContact__prod ul.products {
		gap: 10px;
	}
	.prodContact__prod .woocommerce-LoopProduct-link .price, .prodContact__prod .woocommerce-loop-product__title {
		font-size: 16px;
	}
	.prodContact__prod ul.products li.product img {
		height: 150px;
	}
	.prodContact__prod .prodColors span {
	    height: 15px;
	    width: 15px;
	}
	.prodContact__prod .prodColors__two {
		width: 15px;
	}
	.prodContact__prod .prodColors__two span {
		height: 8px;
	}
	.prodContact__prod .woocommerce-LoopProduct-link .price {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.prodBtnsCard .add_to_cart_button, .prodBtnsCard .added_to_cart {
	background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
}
.prodBtnsCard .added_to_cart {
    background-color: #ffa800;
}
.prodBtnsCard .add_to_cart_button.added {
	display: none!important;
}
.prodBtnsCard form {
	width: 50%;
}
.prodBtnsCard .button {
	border: none;
	height: 39px;
	cursor: pointer;
}
.prodBtnsCard .added_to_cart {
	height: 39px;
    font-size: 14px;
    width: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
ul.products.columns-3 li.product {
    width: 30.79667%;
    float: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul.products.columns-3 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: stretch;
}
.faqBlocks {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.productPage__faq {
	margin-bottom: 100px;
}
.productPage__faq-top {
	justify-content: space-between;
}
.faqBlock-top {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;
}
.faqBlock-top-title {
	font-size: 18px;
	font-weight: 600;
}
.faqBlock-top-btn {
	position: relative;
	width: 20px;
	height: 20px;
	transition: all .2s;
	cursor: pointer;
}
.faqBlock-top-btn::before,
.faqBlock-top-btn::after {
	content: '';
	background-color: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 9px;
    left: 0;
	transition: all .2s;
}
.faqBlock-top-btn::after {
	transform: rotate(90deg);
    top: 9px;
    left: 0px;
}
.faqBlock.active .faqBlock-top-btn {
	transform: rotate(135deg);
	transition: all .2s;
}
.faqBlock {
	border: 2px solid #000;
}
.faqBlock-cont {
	padding: 0 15px 15px 15px;
	display: none;
}
.faqBlock-cont p:last-child {
	margin-bottom: 0;
}
.generalAttrProd ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	flex-direction: column;
	gap: 8px;
}
.generalAttrProd ul li {
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.generalAttrProd ul li span {
	font-weight: 600;
}
.generalAttrProd__btn {
	margin: 20px 0;
    text-decoration: underline;
    color: #8b8b8b;
    cursor: pointer;
}
.prodBtnsCard {
	display: flex;
    align-items: center;
    gap: 5px;
}
.prodBtnsCard .clickBuyButton, .prodBtnsCard .button {
	width: 50%;
	font-size: 16px;
}
.prodBtnsCard .clickBuyButton {
	margin: 0;
	background-color: #db940d;
	height: 39px;
}
.revCat {
	padding: 50px 0;
}
.revCat .category-reviews {
	background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 20px;
	padding: 20px 40px;
}
.revCat .product-reviews {
	list-style-type: none;
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}
.revCat .product-reviews .review {
	width: calc(100% / 3 - 15px);
	border: 1px dashed #cfcfcf;
    padding: 0 10px;
}
.category-reviews h3 a {
	text-decoration: underline;
}
.hitCat__slider .slick-track {
	display: flex;
	gap: 15px;
}
.hitCat__slider li.product {

}
.hitCat .lmp_load_more_button {
	display: none !important;
}
.instructProd {
	border: 2px solid #000;
    padding: 10px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.instructProd a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.instructProd span {
	color: #969696;
}
.viewedProd {
	padding-bottom: 50px;
}
.podborCat {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 20px;
}
.podborCat__title {
	font-weight: 600;
	width: 15%;
}
.podborCat__blocks {
	gap: 5px;
	flex-wrap: wrap;
	width: 85%;
}
.podborCat__block {
	background-color: #f1f1f1;
	padding: 7px 10px;
	transition: all .3s;
}
.podborCat__block:hover {
	background-color: #000;
}
.podborCat__block:hover a {
	color: #fff;
}
.podborkiShop {
	padding-top: 80px;
}
@media (max-width: 1400px) {
	ul.products.columns-3 {
		gap: 29px;
	}
	.prodBtnsCard {
		flex-direction: column;
	}
	.prodBtnsCard .clickBuyButton, .prodBtnsCard .button {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	ul.products.columns-3 {
		gap: 20px;
	}
}
@media (max-width: 991px) {
	.revCat .product-reviews .review {
    	width: 100%;
    }
}
@media (max-width: 769px) {
	ul.products.columns-3 li.product {
    	width: calc(100% / 2 - 10px);
    }
    .productPage__faq-top {
		flex-direction: column;
    	margin-bottom: 20px;
    }
    .productPage__faq-top .titleLine {
    	margin: 0 0 10px;
    }
    .podborCat {
		flex-direction: column;
    	align-items: baseline;
    	padding-bottom: 35px;
    }
    .podborCat__title, .podborCat__blocks {
    	width: 100%;
    }
}
@media (max-width: 575px) {
	ul.products.columns-3 li.product {
	    margin-bottom: 0!important;
	    width: calc(100% / 2 - 7px);
	    border: 1px solid #f9f9f9;
	}
	.prodBtnsCard .clickBuyButton {
		height: 35px;
		font-size: 16px;
	}
	.archive .add_to_cart_button {
	    padding: 8px;
	    font-size: 16px;
	}
	ul.products.columns-3 {
		gap: 30px 12px;
	}
	.prodColors {
		top: 3px;
		left: 3px;
	}
	.woocommerce-LoopProduct-link .price .woocommerce-Price-currencySymbol {
        font-size: 15px;
    }
    .revCat .category-reviews {
    	padding: 10px 20px;
    }
    .modal {
    	padding: 30px;
    }
}
@media(min-width: 992px) {
	.filterShop {
		position: sticky;
    	top: 20px;
	}
}


.product-slider, .product-slide {
	height: 360px!important;
	overflow: hidden;
}
ul.products li.product .product-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__loop {
	position: relative;
	overflow: hidden;
	width: 100%;
	font-family: 'GTEestiPro';
}
.product-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-slide {
	height: 100%;
}
.product-slider.slick-dotted {
    margin-bottom: 0px;
}
.product__img {
	position: relative;
	margin-bottom: 12px;
}
.product__tag {
	position: absolute;
    background-color: rgb(249, 60, 0);
    color: rgb(255, 255, 255);
    padding: 3px 7px 2px;
    transform: skew(calc(7deg * -1));
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
}
.slick-dots li {
	margin: 0 3px;
	width: 5px;
		height: 5px;
}
.slick-dots li button {
	background-color: #fff;
	opacity: .8;
	padding: 3px;
	width: 5px;
		height: 5px;
}
.slick-dots li.slick-active button {
    background-color: #0e8ac3;
}
.slick-dots {
    bottom: 6px;
}
.product__title {
	font-size: 15px;
		font-weight: 500;
}
.product__price del {
	color: #919090;
		font-size: 14px;
}
.product__price ins {
	text-decoration: none;
		color: #f93c00;
		font-weight: 700;
		font-size: 18px;
}
.product__price {
	font-weight: 500;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.product__price .btn {
    padding: 7px 17px;
    font-weight: 400;
    font-size: 17px;
}
.product__price .price {
	margin-left: 10px;
}
.product__loop .added_to_cart {
	background-color: #000;
	width: 100%;
    text-align: center;
    color: #ffffff;
	padding: 8px;
	font-size: 15px;
	display: block;
}
.product__loop .btn.added {
	display: none;
}
.product__loop .product__price .btn.added {
	display: block;
}
.product__price .star-rating {
	display: none;
}
.product__price .added_to_cart {
	display: none !important;
}
ul.products li.product button.product__btncart-mob {
	width: 100%;
	width: 100%;
    text-align: center;
    display: none;
    background-color: #000;
}
.product__btn .btn.added {
	display: none!important;
}
@media(max-width: 1400px) {
	.product__price .price {
		margin-left: 0;
	}
}
@media(max-width: 1200px) {
	.product__price .btn {
		padding: 4px 3px;
    	font-size: 14px;
	}
}
@media(max-width: 575px) {
	.product-slider, .product-slide {
		height: 355px !important;
    }
    ul.products li.product .product__price .btn {
    	display: none;
    }
    ul.products li.product button.product__btncart-mob {
    	display: block;
    }
    .woocommerce-loop-product__title {
    	font-weight: 500;
    }
}
@media(max-width: 400px) {
	.product-slider, .product-slide {
		height: 230px !important;
	}
}
