/*
Theme Name: daughter
Template: generatepress
*/

@import url("../generatepress/style.css");

@font-face {font-family: 'OswaldRegular'; src: url('/files/fonts/OswaldRegular.eot'); src: local('O'), url('/files/fonts/OswaldRegular.woff') format('woff'), url('/files/fonts/OswaldRegular.ttf') format('truetype'), url('/files/fonts/OswaldRegular.svg') format('svg'); font-weight: normal; font-style: normal}
@font-face {font-family: 'icomoon'; src: url('/files/fonts/icomoon.eot?tpgwd'); src: url('/files/fonts/icomoon.eot?tpgwd#iefix') format('embedded-opentype'), url('/files/fonts/icomoon.ttf?tpgwd') format('truetype'), url('/files/fonts/icomoon.woff?tpgwd') format('woff'), url('/files/fonts/icomoon.svg?tpgwd#icomoon') format('svg'); font-weight: normal; font-style: normal;}

/* ===========================
============STYLES============
=========================== */

:root {
	/*--font-main: "PT Sans", "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	--font-main: "Rubik", sans-serif;
	/*--font-secondary: "OswaldRegular", "Arial Narrow";*/
	--font-secondary: "Rubik", sans-serif;

	--color-main: #3a3a3a;
	--color-secondary: #616161 /*#666666*/;

	--green: #4caf50;
	--blue: #2196f3;
	--red: #ec1d24;

	--bgr-light: #fafafa /*#eaeff3/*white*/;
	--bgr-dark: #222222 /*black*/;

	--accent-color: #2195f2 /*#6839cf - yandex-violet*/;

	--link: rgba(0,120,215) /*#0078d7/*#0067b8/*#2996d5*/;
	--link-after: rgba(0,120,215,.8);

	--border: 1px solid #eee;
	--border-after: 1px solid #ffcc00;

	--bb-radius: 0px; /*block border-radius*/
	--eb-radius: 0px; /*element border-radius*/

	--shadow: 0px 1px 3px rgba(0,0,0,.18);
	--shadow-after: 0 3px 9px rgba(0,0,0,.18)
	/*--fluent-shadow: rgba(0,0,0,.18) 0px 2px 4px, rgba(0,0,0,.15) 0px 0.5px 1px;
	--fluent-shadow-hover: rgba(0,0,0,.36) 0px 8px 16px, rgba(0,0,0,.30) 0px 2px 4px;*/
}

html {padding: 0; margin: 0}
body {background: var(--bgr-light); font-family: var(--font-main); font-size: 15px; color: var(--color-main); margin: 0;background: #fff}
h1, .h1st {font-family: var(--font-secondary); font-size: 25px; font-weight: 500}
h2, .h2st {font-family: var(--font-secondary); font-size: 21px/*20px*/; font-weight: 500}
h3,h4, .h3st, .h4st {font-family: var(--font-secondary); font-size: 17px/*15px*/; font-weight: 500}

a {font-family: var(--font-main); font-size: 1em; color: var(--link); text-decoration: none} a:active, a:hover, a:focus, a:visited {opacity: 0.75}
p {color: var(--color-main); /*margin: .5em 0!important*/}
ul, ol {list-style: square; margin: 0 0 1.5em 1.5em}

/*label {line-height: 2em !important; display: block}*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {background: #ebebeb; border: 1px solid transparent; padding: 9px 15px}

hr {margin-top: 20px; margin-bottom: 20px}

/*==============================
������
==============================*/

input#submit, input.search-submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .buyoneclickbtn, button.button {font: normal 1em/1.25em 'PT Sans',sans-serif !important; border-radius: .1875em !important; box-shadow: none;}
input#submit:focus, input.search-submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .buyoneclickbtn:focus, button.button {outline: none}

input#submit, /* ��������� [���:������] �������������� [����������� � ��������] */
input.search-submit, /* ����� [������ �� �������] */
button.button, /* �������� [WOOF] */
.woocommerce a.button, /* � ������� [�������� ��������][������� ��������:�������][������� ������] (a.add_to_cart_button)*/
.woocommerce-message a.button /* [C�������� �� WooCommerce] */ {background: #2196F3/*#ebe9eb*/; color: white/*#7f7f7f*/}

input#submit:hover, input#submit:focus,
input.search-submit:hover, input.search-submit:focus,
button.button:hover, button.button:focus,
.woocommerce a.button:hover, .woocommerce a.button:focus,
.woocommerce-message a.button:hover, .woocommerce-message a.button:focus {background: #1976D2/*#dad8da*/; color: white/*#7f7f7f*/}

.woocommerce button.button.alt /* � ������� [�������� ������] */, .woocommerce a.button.alt /* �������� ����� [�������] */ {background: #2196F3; color: #fff}
.woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus {background: #1976D2; color: #fff}

div.buyoneclick-block button.buyoneclickbutton.button.alt /* �������� � 1 ���� [�������� ������] */ {background: #3f51b5; color: #c5cae9; margin-left: .5em}
div.buyoneclick-block button.buyoneclickbutton.button.alt:hover, div.buyoneclick-block button.buyoneclickbutton.button.alt:focus {background: #2e40a4; color: #c5cae9}

.buyoneclickbtn /* �������� � 1 ���� [����������� ����] */ {background: #3f51b5; color: #c5cae9}
.buyoneclickbtn:hover, .buyoneclickbtn:focus {background: #2e40a4; color: #c5cae9}


/*==============================
================================
�����
================================
==============================*/

.sidebar .widget, .inside-article, .slider-wrapper {box-shadow: var(--shadow)}

.text-wrapper {padding: 15px 0}


/*==============================
================================
�������
================================
==============================*/

/* WooCommerce Accordion Menu */

/*#parent {background: url('/images/btn_show_alt.png') no-repeat scroll 0 9px; float: right; height: 21px; width: 19px; cursor: pointer}*/
#parent {background: url('/wp-content/plugins/woocommerce-category-accordion/assets/css/images/btn_show_alt.png') no-repeat scroll 0 9px; float: right; height: 21px; width: 19px; cursor: pointer}
ul#outer_ul {width: auto; padding: 0; margin: 0 0 1px}
ul#outer_ul li:first-child > a:first {background: none}
ul#outer_ul li.current-cat > a {/*color: var(--link)*/}
ul#outer_ul li.current-cat-parent a {/*opacity: .6*/}
ul#outer_ul li {background: none; line-height: 28px; list-style-type: none; transition: all 200ms ease-in 0s; padding: 0; margin: 0}
ul#outer_ul li a {display: inline; font-size: 15px; color: var(--link); text-decoration: none; text-transform: none}
ul#outer_ul li a:hover {opacity: 0.6}
ul#outer_ul > li {border-bottom: 1px solid #eee}
ul#outer_ul > li ul {margin-left: 20px}
ul#outer_ul li > ul:last-child > li {border-bottom: 1px solid #eee}
ul#outer_ul li > ul > li:last-child {border: none}
ul#outer_ul li > ul > li {border-bottom: 1px solid #eee}
.count {color: var(--accent-color); font-size: 9px;	vertical-align: super}
#wc_category_accordion-2 {padding: 40px}


/* WooCommerce Product Slider */

.wcps-wrapper {background: white; padding: 40px; margin: 10px 0}
.owl-carousel .owl-item:hover {background: var(--bgr-light)}
.layer-content div {text-align: center!important}


/* WooCommerce Product Filter */

.widget.widget-woof {padding: 0; box-shadow: none}

.sidebar .widget {font-size: 1em; padding: 13px}
.woof_list li {margin: 0 !important; padding-bottom: 5px}
.woof_list label {vertical-align: .1em; padding: 0}
.woof_checkbox_label {line-height: 1 !important; display: inline-block}
.woof_checkbox_label_selected {font-weight: normal}
.woof_container_inner .h4st {margin-bottom: 10px; padding-top: 15px}

.style_count {font-size: .625em; color: #2196F3; vertical-align: super; padding-left: 2px}
.woof_submit_search_form_container button {margin: 0 2px 4px !important}

a.woof_show_auto_form, a.woof_hide_auto_form {background: #ffd426/*var(--red)*/; font-weight: bold; color: var(--color-main)/*white*/; border-radius: 15px; padding: 4px 16px; margin: 0 0 15px;width: 90%;text-align: center;}
a.woof_show_auto_form:hover, a.woof_hide_auto_form:hover, a.woof_show_auto_form:focus, a.woof_hide_auto_form:focus {opacity: 1}
a.woof_show_auto_form:before, a.woof_hide_auto_form:before {content: ''; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M14,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z" /></svg>') no-repeat; padding: 0 13px; width: 24px; height: 24px}

@media (min-width: 768px) {.woof_mob_filter_block {display: none};
    .woocommerce span.onsale {
        right: auto;
        left: 35%;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        right: 5em;
        top: 45px;
    }
}

/*.woof_show_auto_form, .woof_hide_auto_form {width: 35px; height: 36px; background: none; margin-bottom: 0 !important}
.woof_show_auto_form:after {content: "\e93b"; font-size: 1em; font-family: 'icomoon'; color: #7f7f7f; background: rgba(0,0,0, 0.1); vertical-align: -11px; padding: .625em .73125em}
.woof_hide_auto_form:after {content: "\e93b"; font-size: 1em; font-family: 'icomoon'; color: #7f7f7f; background: rgba(0,0,0, 0.2); vertical-align: -11px; padding: .625em .73125em}*/

.woof_sid_auto_shortcode.woof, .woof_sid_auto_shortcode .woof_container_inner {padding: 0}
.woof_sid_auto_shortcode {background: none; border: none; border-radius: .1875em; box-shadow: none; margin-bottom: 11px}
.woof_block_html_items ul {margin: 0; list-style: none}

/* ������ �� ���� */
input.woof_price_filter_txt {width: 90px !important; text-align: center; margin-bottom: .5em !important;}

/* ������� */
.woof_products_top_panel li {margin: 0 5px 0 0 !important}
.woof_products_top_panel li span {background: url(/wp-content/plugins/woocommerce-products-filter/img/delete.png) no-repeat right center, #e5e5e5; color: var(--color-secondary); border-radius: 1.25em; padding: 3px 26px 3px 12px}
.woof_products_top_panel li span:hover {background-size: 21px 15px}

/* �������� */
div.woof_info_popup {top: 0; left: 0; width: 100%; z-index: 10001; padding: 20px 0; text-align: center;	border: none; border-radius: 0; background: #2196F3; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.28); -moz-box-shadow: 0 3px 9px rgba(0,0,0,.28); box-shadow: 0 3px 9px rgba(0,0,0,.28); font-family: 'OswaldRegular',sans-serif}


/* To buy in one click for Woocommerce */

.oneclick_popup {text-align: center; padding: 1em 2em; background: #fff; font-family: "PT Sans",sans-serif; border-radius: .1875em}
.oneclick_popup.default .oneclick_popup_title {font-size: 1.5em; line-height: 1.25em; margin: 1em 0}
.oneclick_popup.default .oneclick_popup_descr {font-size: 1em; line-height: 1.25em; margin: 1em 0}
input.oneclick_inp {width: 100%; margin: .25em 0}
.buyoneclickbtn {margin: 1.25em 0 1em}
@media (min-width: 320px) and (max-width: 767px) {div.fancybox-wrap {width: 90%!important; left: 5%!important} div.fancybox-inner {width: auto!important}}



/*==============================
HEADER
==============================*/

.top-bar {background: white; border-bottom: 1px dotted var(--red)}
.site-header {background: transparent}
.inside-header {padding-top: 1.25em; padding-bottom: 1.125em}
.header-widget {padding-top: .5em}
.site-logo {display: block; width: 199px; padding: 0}
/*.site-logo a {display: block}*/


/* HEADER / Callus */


div.callus-block span {font-family: var(--font-secondary); /*color: var(--color-main)*/}
a.callus {font: normal 1.125em/1.25em var(--font-secondary); color: var(--accent-color);margin-top: 5px;display: block;}
a.callus:before {content: "\e906"; font-size: 1.125em; font-family: "icomoon"; color: var(--accent-color); margin-right: .5em}
span.workhour {font-size: .925em}

@media (min-width: 320px) and (max-width: 767px) {div.callus-block {text-align: center}}


/* HEADER / ���� */

.main-navigation a, .menu-toggle, .site-description {font-size: 1em}
.main-navigation, .main-navigation ul ul {background: var(--accent-color); /*box-shadow: var(--shadow)*//* ��������, ���� ������� ����� body */}
.main-navigation .main-nav ul li a, .menu-toggle {background: var(--accent-color)}

.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a, .main-navigation .main-nav ul li.sfHover > a {background: orange; color: white/*opacity: .7*/}
/*.main-navigation .main-nav ul li[class*="current-menu-"] > a*/


/* HEADER / ���� / ����� */

.navigation-search input[type="search"],
.navigation-search input[type="search"]:focus,
.navigation-search input[type="search"]:active {background: white; color: var(--color-main); border: 2px solid #ff9800; opacity: 1; outline: none}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li.sfHover > a {background: #ff9800; color: white; opacity: 1}

.mobile-bar-items .search-item.active a {background: #ff9800; color: white}


/* HEADER / ���� / MenuCart */

.wpmenucart-icon-shopping-cart-0:before {content: "\e93a"; font-family: "icomoon"; margin-right: .5em}


/*==============================
ASIDE
==============================*/



/*==============================
FOOTER
==============================*/

.site-info {background: transparent; color: var(--color-main)}
.site-info a, .site-info a:hover, .site-info a:visited {color: var(--link)}
.footer-bar .widget_nav_menu .current-menu-item a {color: var(--link); opacity: .5}
.footer-bar {width: 100%}

/*div.footer-bar aside {display: inline-block; margin-left: 20px}*//* � ���� ��� */
.social-icons-container {display: inline-block; height: 28px}
.social-icons-container a {	display: inline-block; width: 38px; height: 38px;margin-right: 8px;}
/*.social-icons-container a:hover {opacity: 1; filter: grayscale(0)}*//* BW > Color */

.instagram{ width:100px; height:100px; background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 )}

.generate-back-to-top,
.generate-back-to-top:visited {z-index: 10000!important}
div.callus-block-footer {float:right;width: 50%}
div.callus-block-footer a {
	color: black;
}


/* WHATSAPP */

/* Кнопка WhatsApp */

div.whatsapp_button_wrapper {position: fixed; bottom: 10px; right: 10px; z-index: 999; padding: 0; margin: 0}
div.whatsapp_button_wrapper a, 
div.whatsapp_button_wrapper a:hover, 
div.whatsapp_button_wrapper a:focus {display: block; height: 40px; background-color: #e4e4e4; border-radius: 40px; opacity: 1}
div.whatsapp_button_wrapper span {color: rgba(0, 0, 0, 0.6); font-family: "Segoe UI", Arial; font-size: 1em; vertical-align: 14px; padding: 0 8px 0 18px}
div.whatsapp_button_wrapper svg {width: 40px; height: 40px; -webkit-animation: change 3s infinite; animation: change 3s infinite}

@-webkit-keyframes change {
0%  {-webkit-transform: translate(0px, 0px)}
5% {-webkit-transform: translate(0px, -10px)}
10% {-webkit-transform: translate(0px, 0px)}
15% {-webkit-transform: translate(0px, -10px)}
20% {-webkit-transform: translate(0px, 0px)}}


/*==============================
================================
WooCommerce
================================
==============================*/

/* ��������� */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {background: white!important; border-radius: 0 0 3px 3px!important; box-shadow: var(--shadow)}

.woocommerce-message {border-top-color: var(--green)!important}
.woocommerce-message::before {color: var(--green)!important}
.woocommerce-info {border-top-color: var(--blue)!important}
.woocommerce-info::before {color: var(--blue)!important}
.woocommerce-error {border-top-color: var(--red)!important}
.woocommerce-error::before {color: var(--red)!important}


/* ������� ������ */

.woocommerce .woocommerce-breadcrumb {font-size: 1em; color: var(--color-secondary)}
.woocommerce .woocommerce-breadcrumb a {color: var(--link)}


/* ������� */

nav.gridlist-toggle a span,
nav.woocommerce-pagination ul li a{color: var(--color-secondary)}


/* grid */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, li.product-type-variable {text-align: center; padding: .75em 1.475% 2em/*1.496em 1.475%*/; margin: 0}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover, li.product-type-variable:hover {background: var(--bgr-light);box-shadow: 0px 4px 25px rgb(0 54 97 / 15%);border: 1px solid #fff;}
div#left-sidebar {
    padding-right: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
	ul.products li.product {width: 47% !important; float: left; clear: both;}
	ul.products li.product:nth-child(2n) {clear: none; float: right}}


.woocommerce ul.products li.product a img {margin: 0 auto;width: auto;height: inherit;}

.woocommerce ul.products li.product a .h2st {color: var(--color-main)}

.woocommerce ul.products li.product .price {display: block; font-size: 1.05em/*.857em*/; color: var(--accent-color); font-weight: normal/*400*/; margin-bottom: .5em}
.woocommerce ul.products li.product .price del {display: inline-block; color: inherit; opacity: 1}
.woocommerce ul.products li.product .price ins {display: inline-block; background: 0 0; font-weight: 500}

.woocommerce div.product p.price, .woocommerce div.product span.price {font-size: 1.25em; color: var(--accent-color)}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {display: inline-block; opacity: .5}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {display: inline-block; background: inherit; font-weight: normal/*700*/}

span.woocommerce-Price-amount.amount, .category__price {font-family: var(--font-secondary)}
span.rur {font-family: inherit!important}


/* list */

ul.products.list li.product {padding: .75em 1.475%}

/*.woocommerce > ul.products li.product, .woocommerce-page ul.products li.product .woocommerce-product-details__short-description {display: none}*/


/* ������� / ���������� */

.woocommerce span.onsale {top: 0;right: 0px;left: auto; min-height: 1em; font: normal 1em/1.5em var(--font-secondary); background: var(--red); border-radius: 0 6px; box-shadow: var(--shadow); padding: 4px 12px}
.woocommerce ul.products li.product .onsale {margin: 0}


/* �������� ������ */

h1.product_title.entry-title {margin-bottom: 40px}
/*.woocommerce-product-details__short-description ul, .woocommerce-variation-description ul {margin: 0 0 20px 0; list-style-type: none} - UZTEXTILE*/
.woocommerce-product-details__short-description ul, .woocommerce-variation-description ul {margin: 0 0 20px 20px}
body, button, input, select, textarea {font-size: .9375em}
.woocommerce div.product form.cart .variations label {font-family: var(--font-secondary); text-transform: capitalize; font-weight: 500; vertical-align: -webkit-baseline-middle}
a.reset_variations {margin-left: 4px}
.woocommerce .quantity .qty {padding: 7px 0}

/*.woocommerce div.product p.price,
.woocommerce div.product span.price {color: var(--accent-color)}
.summary.entry-summary p.price {font-family: var(--font-secondary); margin: 0 0 20px 0}
.woocommerce-variation-price {font-family: var(--font-secondary); font-size: 19px; margin: 20px 0 25px}*/

.product_meta {display: none} /* ������� � ��������� */


/* �������� ������ / ���� */

.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0}
.woocommerce div.product .woocommerce-tabs ul.tabs li {font-family: var(--font-secondary); text-transform: uppercase; background: none; border: none; border-radius: 0; padding: 0; margin: 0 15px 0 0}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {background: none; border-bottom: 2px solid var(--link)}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {content: none}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: none}

li#tab-title-description a, li#tab-title-additional_information a, li#tab-title-reviews a {font-family: var(--font-secondary); font-weight: 500}
div#tab-description .h2st:nth-child(1), div#tab-additional_information .h2st, div#tab-reviews h2 /*��� .woocommerce-tabs .panel h2*/{display: none}


/* �������� ������ / ���� / ������ */

.woocommerce-noreviews {display: none}
.woocommerce p.stars a {margin: .5em 0}
.woocommerce p.stars a::before {color: #ffcc00!important}

.woocommerce #review_form #respond textarea {width: 50%}
input#author, input#email, input#submit {width: 25%}

.comment-form-rating label, .comment-form-comment label {display: none}

@media (min-width: 320px) and (max-width: 767px) {
.comment-form #author, .comment-form #email, .comment-form #url {width: 100%}
.woocommerce #review_form #respond textarea {width: 100%}
input#author, input#email, input#submit {width: 100%}
}

/* �������� ������ / ���� / ������ / Captcha*/

.cptch_time_limit_notice {color: #ec1d24; background: #ffcdd2; padding: .5em 1em; margin-bottom: 5px}
.cptch_input {font-size: 1em!important; text-align: center}


/* �������� ������ / ���� / ������ */

.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {background: none}

.woocommerce table.shop_attributes {border: none}
.woocommerce table.shop_attributes th {width: 52%; border: none; border-bottom: 1px solid #dbdbdb; font-weight: 600; text-transform: inherit; padding: 10px 12px 10px 0}
.woocommerce table.shop_attributes td {border: none; border-bottom: 1px solid #dbdbdb; font-weight: 400; font-style: normal; padding: 10px 12px}
.woocommerce table.shop_attributes td p {padding: 0 0 0 10px}


/* ������� */

.woocommerce table.shop_table {border: none}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {border: none; border-bottom: 1px solid #bdbdbd}

td.product-remove,
td.product-thumbnail,
th.product-name,
th.product-price, td.product-price,
th.product-quantity, td.product-quantity,
th.product-subtotal, td.product-subtotal
{text-align: center}

td.product-name {text-align: left}

.woocommerce a.remove {display: inline; color: var(--color-secondary)!important; font-weight: 400}
.woocommerce a.remove:hover {background: none; color: #ec1d24!important}

.woocommerce-cart table.cart img {width: 100px}

thead tr th, thead tr td, tbody tr th, tbody tr td, tfoot tr th, tfoot tr td {padding: 10px 0!important; border-top: 0!important}
dt {font-weight: 600}
b, strong {font-weight: 600}

.woocommerce table.shop_table thead th,
.woocommerce table.shop_table thead td,
.woocommerce table.shop_table tbody th,
/*.woocommerce table.shop_table tbody td,*/
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {font-weight: 600}


/* ���������� ������ */

.woocommerce form .form-row {padding: 0; margin: 0 0 6px}
/*.woocommerce form .form-row.woocommerce-validated input.input-text {border-color: var(--green)}*/
/*.woocommerce form .form-row.woocommerce-invalid input.input-text {border-color: var(--red)}*/
/*.woocommerce form .form-row.woocommerce-invalid label {color: var(--red)*/
.required {color: #b81c23/*#ec1d24*/!important; font-weight: bold!important}
div#customer_details {margin-bottom: 2em}
.woocommerce-checkout #payment, .woocommerce-checkout #payment div.payment_box {border-radius: 0}


/* ����� ������ */

address {border: none!important; padding: 0!important}





.woocommerce ul.products li.product .woocommerce-loop-product__title, .wcps-container .wcps-items-title {padding: .5em 1em}
.stati_style {padding: 20px; background-color: #ffffff; box-shadow: var(--shadow)}
/*.footer-bar-align-right .copyright-bar {width: 33.33333%}*/
.container-footer {width: 66.6%; float: right}
.wwa {width: 50%; float: left; display: none}
@media (max-width: 767px) {.copyright-bar {width: unset!important} .container-footer {width: unset; float: none}}
@media (max-width: 425px) {.wwa, div.callus-block-footer {width: unset; float: none}}



/* ГЛАВНАЯ / Преимущества */

.brands-wrapper {display: grid; grid-gap: 2px; padding: 0; margin: 20px 0;    margin-top: 640px;}
.brands-wrapper a {border: 2px solid white; box-shadow: var(--shadow)}
.brands-wrapper a:hover, .brands-wrapper a:focus {opacity: 1}
.brands-wrapper picture {display: grid}

@media (min-width: 768px) {.brands-wrapper {grid-template-columns: repeat(8, 1fr);grid-template-rows: repeat(4, auto);}}
@media (max-width: 767px) {.brands-wrapper {grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(6, auto)}}


div.postpay-block {display: grid; grid-template-columns: repeat(4, 1fr)!important; grid-template-rows: auto}

@media (min-width: 768px) {div.whywe-block {grid-template-columns: repeat(6, 1fr); grid-template-rows: auto}}
div.whywe-block {display: flex;
    grid-gap: 42px;
    padding-bottom: 48px;
    padding-top: 53px;}
div.whywe-block div {display: grid; grid-template-columns: auto; grid-template-rows: 1fr auto; background: var(--accent-color); color: white; box-shadow: var(--shadow)}
div.whywe-block div svg {grid-row: 1/2; width: 50px; height: 50px; margin: 20px auto 0 auto}
div.whywe-block div span {font-family: var(--font-secondary); text-align: center; margin: 10px}
div.whywe-block div .spansec {font-family: var(--font-main); font-size: 13px; margin-bottom: 20px}

@media screen and (max-width: 767px) {
div.whywe-block {grid-template-columns: repeat(3, 1fr)}
div.whywe-block div {padding: 15px 0 5px 0}
div.whywe-block div svg {grid-row: 1/2; width: 40px; height: 40px; margin: auto}}


/* ГЛАВНАЯ / Сертификаты */

.certificates {display: inline-grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto; grid-gap: 10px;margin-bottom: 95px;}
@media screen and (max-width: 767px) {.certificates {grid-template-columns: repeat(2, 1fr)}}


/* СТРАНИЦЫ / Обслуживание */

table.service th, table.service td:not(:nth-child(2)), 
table.montaj th, table.montaj td:not(:nth-child(2)), 
table.zakladka th, table.zakladka td:not(:nth-child(2)) {text-align: center}

table.service th, table.service td, 
table.montaj th, table.montaj td, 
table.zakladka th, table.zakladka td {padding: 4px!important}

span.byline {display: none}


.woocommerce .woocommerce-result-count {margin: 10px 10px 9px 0;font-size: 14px;color: #676670;}
/*.woocommerce .woocommerce-ordering select {float: right}*/
@media (max-width: 768px) {
	aside.WOOF_Widget {display: none}
	.woocommerce .woocommerce-ordering select {
		max-width: 54%;
	}
	.archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		margin-left: 196px!important;
	}
	.woocommerce .woocommerce-result-count {margin: 10px 10px 9px 0;font-size: 12px;}
}
tr:hover {
    background-color: #eee;
}


.inside-header .search-form button:after {
	content: url('images/search.svg');
	font-family: GeneratePress;
	width: 1.28571429em;
	text-align: center;
	display: inline-block;
}
.inside-header .search-form button {
	padding: 9px 16px 0;
	border-radius: 0 4px 4px 0;
	background-color: #ebebeb;
	height: 40px;
}
.inside-header.grid-container.grid-parent {
	display: flex;
	justify-content: space-between;
}
.inside-header .search-form {
	width: 337px;
	margin-top: 9px;
	float: right;
	display: flex;
}
.main-navigation .main-nav ul li a {
	padding-left: 0;
	padding-right: 0;
	margin-right: 40px;
	line-height: 60px;
	font-size: 14px;
	color: #676670;
}
nav#site-navigation {
	background: transparent;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.main-navigation .main-nav ul li a, .menu-toggle {
	background: transparent;
	border-top: 3px solid #fff;
}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li.sfHover > a {
	background: transparent;
	color: #2195F2;
	opacity: 1;
	border-top: 3px solid #2195F2;
}
span.ya-phone {
	color: #222222;
	font-size: 18px;
	font-weight: 500;
}
span.workhour {
	font-size: 11px;
	color: #828282;
	display: block;
}
.callus-wrapper .callus-block .callback-btn {
	padding: 5px 14px 3px;
	font-size: 11px;
	border-radius: 4px;
	background-color: #FFD600;
	color: #3B3A41;
	text-transform: uppercase;
	display: inline-block;
}
.callus-wrapper .callus-block .email-btn {
	display: block;
	font-family: var(--font-secondary);
	font-size: 11px;
	color: #222;
}
a.callus:before {
	content: url(images/phone.svg);
	font-size: 1.125em;
	font-family: "icomoon";
	color: var(--accent-color);
	margin-right: 0.5em;
	position: absolute;
	margin-left: -30px;
	top: 9px;
}
.inside-header {
	padding: 20px 0 40px 0;
	height: 53px;
}
.footer_flex .inside-header {
	padding: 20px 0 40px 0;
	height: 53px;
	display: flex;
}
.footer_flex a.callus:before {
	content: '';
}
.footer_flex .callus-wrapper .callus-block .email-btn {
	text-align: left;
	margin-left: 10px;
}
.footer_flex .social-icons-container {
	margin-top: 11px;
	margin-left: 40px;
}
.slider-wrapper {
	border-radius: 15px;
	overflow: hidden;
	margin-top: 40px;
}
.delivery-wrapper span {
	color: #676670;
	font-size: 14px;
	text-align: left;
}
div.whywe-block div {
	display: flex;
	background: transparent;
	box-shadow: none;
	color: #676670;
	align-items: center;
	width: max-content;
}
div.whywe-block div span {
	text-align: left;
	line-height: 17px;
}
.search-form label {
	width: 337px;
}
.inside-header .search-form input {
	font-size: 14px;
	color: #676670;
}
.certificates img {
	border-radius: 14px;
	overflow: hidden;
}
.certificates a {
    margin-right: 25px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    height: 367px;
}
.certificates a:hover {
    box-shadow: 0px 6px 10px #dedede;
}
.brands-wrapper a {
	border: none;
	box-shadow: none;
	width: 128px;
	height: 80px;
	background: #F2F3F8;
	border-radius: 5px;
	margin: 0 20px 20px 0;
}
.whywe-block img {
	width: 37px;
	margin-right: 9px;
}
.inside-header ul.woocommerce-mini-cart.cart_list.product_list_widget, .inside-header p.woocommerce-mini-cart__buttons.buttons {
	display: none;
}
.inside-header .woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top: none;
}
.header-widget {
	display: flex;
}
.inside-header p.woocommerce-mini-cart__total.total strong {
	display: none;
}
aside#woocommerce_widget_cart-3 h2 {
	font-size: 11px;
	line-height: 13px;
	color: #828282;
}
.hide_cart_widget_if_empty {
	font-size: 18px;
	line-height: 21px;
	color: #222222;
	font-weight: 500;
}
aside#woocommerce_widget_cart-3 h2 {
	font-size: 11px;
	line-height: 13px;
	color: #828282;
	margin-bottom: 0;
}
aside#woocommerce_widget_cart-3 {
	border-left: 2px solid #ECECEC;
	padding-left: 70px;
}
aside#woocommerce_widget_cart-3:after {
	content: url(images/cart.svg);
	position: absolute;
	top: 6px;
	left: 30px;
}
.header-widget #woocommerce_widget_cart-3 {
	position: relative;
	height: 42px;
}
.callus-wrapper .callus-block {
	position: relative;
}
.callus-wrapper {
	flex-direction: row-reverse;
	margin-left: 43px;
	align-items: inherit;
}
.header-widget aside#custom_html-5 {
	margin-bottom: 0;
}
.container-fluid {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	background: #EFEFF7;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.site-footer.footer-bar-active.footer-bar-align-right {
	background: #EFEFF7;
}
.footer_flex {
	width: 1170px;
	margin: 0 auto;
}
.our-site {
	background: #5F5F66;
	color: #fff;
	font-size: 11px;
	padding: 11px 0;
	text-align: left;
}
footer.site-info {
	padding: 20px 0 0 0;
}
.products .type-product {
	margin-right: 30px!important;
    background: #FFFFFF;
    border-radius: 15px;
    margin-top: 21px!important;
    width: 270px!important;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}
.home .products .type-product:nth-child(4n) {
	margin-right: 0!important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background: #FFD600;
	border-radius: 5px!important;
	padding: 12px 24px;
	font-size: 13px!important;
	line-height: 15px;
	text-transform: uppercase;
	color: #3B3A41;
	font-family: 'Rubik'!important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	opacity: 1;
	background: #2195F2;
	color: #fff;
}
.wcps-wrapper {
	background: white;
	padding: 0;
	margin: 0;
}
.tabs {
	margin-top: 60px;
}
.tabs>input[type="radio"] {
	display: none;
}

.tabs>div {
	/* скрыть контент по умолчанию */
	display: none;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4 {
	display: block;
}

.tabs>label {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	padding: 12px 29px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
	cursor: pointer;
	position: relative;
	top: 1px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	font-size: 20px;
	line-height: 24px;
	margin-right: 10px;
	border-left: 1px solid #E6E6E6!important;
	color: #676670;
}

.tabs>label:not(:first-of-type) {
	border-left: none;
}

.tabs>input[type="radio"]:checked+label {
	background: #F2F3F8;
	border-radius: 5px;font-size: 20px;
	line-height: 24px;
	color: #222222;
	border: 1px solid #f2f3f8;
	border-left: 1px solid #f2f3f8!important;
}
span.product_catalog {
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	color: #676670;
	padding: 2px 3px;
	display: flex;
	justify-content: space-between;
}
span.product_catalog:nth-child(2n) {
	background: #F2F3F8;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .wcps-container .wcps-items-title {
	padding: 1.5em 0;
	text-align: left;
	color: #222;
}
.woocommerce ul.products li.product .price del {
	display: flex;
	opacity: 1;
	font-weight: 400;
	color: #828282;
	font-size: 14px;
	margin-bottom: -4px;
}
.woocommerce ul.products li.product .price {
	display: inline-block;
	font-size: 20px;
	color: #222;
	font-weight: 500;
	margin-bottom: 2px;
	margin-right: 18px;
	padding-top: 0;
	position: absolute;
	bottom: 24px;
	left: 20px;
}
.woocommerce.columns-4 .product {
	position: relative;
}
.woocommerce ul.products li.product .button {
	margin-top: 1em;
	margin-left: 108px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .wcps-container .wcps-items-title:hover {
	color: #2195F2;
	opacity: 1;
}
h2.woocommerce-loop-product__title {
	height: 30px;
}
.text-wrapper p {
	color: #676670;
	font-size: 14px;
}
.text-wrapper h1, .text-wrapper h2 {
	font-size: 24px;
	color: #222;
	font-weight: 500;
	margin-top: 32px;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container {
	padding: 40px 0;
}
.copyright, .copyright a {
	font-size: 12px;
	line-height: 14px;
	color: #676670!important;
	text-align: left;
	margin-bottom: 32px;
}
.inside-article {
	box-shadow: none;
}
.footer-menu {
	display: flex;
	margin: 0 55px 0 300px;
	align-items: end;
}
.footer-menu a {
	font-size: 14px;
	line-height: 18px;
	color: #676670!important;
	text-align: left;
	display: block;
}
.footer-menu_right {
	margin-left: 64px;
}
.personal-data {
	margin-left: 198px;
}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a, .main-navigation .main-nav ul li.sfHover > a {
	background: white;
	color: #2195F2;
	border-top: 3px solid #2195F2;
}
.archive .products li:nth-child(3n) {
	margin-right: 0!important;
}
.archive .products .type-product {
	width: 272px!important;
}
aside#wc_category_accordion-2 {
	display: none;
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 20px;
}
.sidebar .widget, .inside-article, .slider-wrapper {
	box-shadow: none;
}
aside#woof_widget-5 {
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	padding: 5px;
}
input.woof_price_filter_txt.woof_price_filter_txt_from {
	margin-right: 20px;
}
input.woof_price_filter_txt.woof_price_filter_txt_from, input.woof_price_filter_txt.woof_price_filter_txt_to {
	background: #EFEFF7;
	border-radius: 5px;
	width: 100px!important;
	height: 30px!important;
}
label.woof_checkbox_label {
	color: #676670;
	font-size: 14px;
}
span.woof_checkbox_count.style_count {
	color: #2195F2;
	font-size: 10px;
}
ul.woof_list.woof_list_checkbox input {
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	width: 16px;
	height: 16px;
}
select.orderby {
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}
.woof_products_top_panel li span {
	background: url(/wp-content/plugins/woocommerce-products-filter/img/delete.png) no-repeat right center, #e5e5e5;
	color: var(--color-secondary);
	border-radius: 1.25em;
	padding: 6px 26px 6px 12px;
	background-color: #EFEFF7;
	border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination {
	text-align: center;
	margin: 60px 0;
}
ul.page-numbers {
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}
ul.page-numbers li a {
	padding: 10px 15px!important;
	font-size: 16px!important;
	line-height: 19px!important;
	color: #676670!important;
}
span.page-numbers.current {
	background: #F2F3F8!important;
	padding: 10px 15px!important;
	font-size: 16px!important;
	line-height: 19px!important;
	color: #676670!important;
}
span.page-numbers.dots {
	padding: 12px 15px!important;
}
.single-product div#left-sidebar {
	display: none;
}
@media (min-width: 1025px) {
	.single-product .grid-75 {
		width: 100%;
	}
}
@media (min-width: 1025px) {
	.single-product .push-25 {
		left: 0;
	}
}
.single-product .separate-containers .site-main {
	margin: 0;
}
section.related.products li:nth-child(4) {
	margin-right: 0!important;
}
section.related .products .type-product {
	margin-right: 30px!important;
	background: #FFFFFF;
	border-radius: 15px;
	margin-top: 21px!important;
	width: 265px!important;
	box-sizing: border-box;
}
.related.products {
	margin-bottom: 80px;
	margin-top: 120px;
}
.woocommerce button.button.alt, .woocommerce a.button.alt {
	color: #fff;
	background: #2195F2;
	border-radius: 5px!important;
	text-transform: uppercase;
	font-size: 16px!important;
	font-family: 'Rubik'!important;
	font-weight: 400!important;
	height: 50px;
    width: 160px;
}
.woocommerce button.button.alt.clickBuyButton {
	background-color: #FFD600;
	color: #3B3A41;
	width: 180px;
}
.woocommerce .quantity .qty {
    padding: 7px 0;
    background: #EFEFF7;
    border-radius: 5px;
    text-align: center;
    margin-right: 28px;
    height: 50px;
    width: 69px;
    padding-left: 14px;
}
.single-product .summary span.woocommerce-Price-amount.amount {
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	color: #2195F2;
}
.single-product p.price del span {
	font-family: 'Rubik'!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-size: 18px!important;
	line-height: 21px!important;
	color: #828282!important;
}
.single-product p.price del {
	color: #828282!important;
}
.flex-viewport {
	border: 1px solid #E6E6E6;
	border-radius: 15px;
	width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
	flex-flow: column;
	display: flex;
	width: 27%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	display: flex;
}
.single-product main#main {
	margin: 0!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	right: 5em;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 120px;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    margin-bottom: 9px;
    margin-left: 9px;
    overflow: hidden;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 56%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 41%;
	clear: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	border: 2px solid #D9D9D9;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	background: #D9D9D9;
}
table.woocommerce-product-attributes.shop_attributes {
    width: 54%;
}
.woocommerce-tabs {
	width: 39%;
	float: left;
	margin-right: 75px;
}
.h2st {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #222222;
	margin-bottom: 20px;
}
.woocommerce-tabs .span-title {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #222222;
}
.woocommerce-tabs p {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #676670;
	margin-top: 20px;
}
th.woocommerce-product-attributes-item__label {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400!important;
	font-size: 14px;
	line-height: 24px!important;
	color: #676670;
	padding: 0 20px!important;
	border-bottom: 0!important;
}
td.woocommerce-product-attributes-item__value {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #2195F2;
	padding: 0 20px!important;
	border-bottom: 0!important;
}
.shop_attributes tr:nth-child(odd) {
	background: #F2F3F8;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: 1;
	margin: 0;
}
.drop-menu {
	display: none;
}
.menu-popup {
	display: none;
}
.dgwt-wcas-search-wrapp {
	position: relative;
	line-height: 100%;
	display: flex;
	color: #666770;
	min-width: 230px;
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 0 0 0 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	border-color: #efeff7;
	background: #efeff7;
	border-radius: 5px;
}
.site-logo {
	display: block;
	width: 199px;
	padding: 0;
	top: 25px;
	position: absolute;
}
.inside-header {
	position: relative;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
	border-color: #f6f2f2;
}
.dgwt-wcas-search-icon path {
	fill: #676670!important;
}
.js-dgwt-wcas-overlay-mobile.dgwt-wcas-overlay-mobile {
	margin-top: 40px;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page a {
	 padding-left: 0;
	 padding-right: 0;
	 margin-right: 40px;
	 line-height: 60px;
	 font-size: 14px;
	 color: #676670;
 }
#menu-dop-menu-1 {
	display: flex;
	justify-content: end;
}
ul#menu-dop-menu-1 li:last-child a {
	margin-right: 0;
}
ul#menu-dop-menu-1 {
	margin-top: 3px;
}
p.woocommerce-mini-cart__empty-message {
	font-size: 9px;
	font-family: 'Rubik';
}
.generate-back-to-top, .generate-back-to-top:visited {
	bottom: 70px;
}
.archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .related a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 120px;
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Breakpoint (768px)
--------------------------------------------------------------*/

@media (max-width: 768px) {
	.slider-wrapper {
		display: none;
	}
	.aligncenter {
		height: auto!important;
	}
	.container {
	    width: 100%!important;
	    padding: 0 10px;
	    box-sizing: border-box;
	}
	#menu-dop-menu-1 {
		justify-content: start;
	}
	.footer_flex {
		width: 100%!important;
	}
	#formOrderOneClick>.popup {
		width: 100%!important;
		max-width: 73%!important;
		min-width: 320px!important;
		top: 50%!important;
	}
	div.whywe-block {
		grid-template-columns: repeat(2, 1fr)!important;
	}
	.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
		max-width: 50px;
		background: #fff;
		height: 52px;
	}
    .img-block {
        height: 300px;
    }
	.tabs > label:nth-child(4n) {
		margin-right: 0px;
	}
	.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
		max-width: 23px;
		height: 32px;
		max-width: 23px!important;
	}
	.menu-popup ul.menu li {
	    height: 30px;
	}
	.dgwt-wcas-search-icon {
		width: 66px;
		height: auto;
		cursor: pointer;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form {
		opacity: 1;
		background: #fff;
	}
	.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		border-radius: 0;
		background: 0 0;
		padding: 0 10px;
		background: #efeff7;
	}

	div.whywe-block {
		grid-template-columns: repeat(2, 1fr)!important;
	}

	.brands-wrapper a {
		box-shadow: none;
		width: 80px;
		height: 54px;
		background: #F2F3F8;
		border-radius: 5px;
		margin: 0 0 12px 12px;
		border: 0;
		overflow: hidden;
		padding: 5px;
    	box-sizing: border-box;
	}

	.home ul.products.columns-4 {
		display: flex;
		overflow-y: scroll;
	}
	.inside-header {
		padding: 6px 0 0px 0;
		height: auto;
		flex-flow: wrap-reverse;
	}
	.callus-wrapper {
		display: grid;
		margin-left: 0!important;
		grid-template-columns: repeat(2, 1fr);
	}
	.inside-header .header-widget .callus-wrapper .callus-block {
		margin: 0px 28px 0 10px;
		text-align: left;
	}
	.search-form label {
		display: none;
	}
	button.search-submit {
		background-color: transparent!important;
	}
	.site-logo {
		width: 154px;
		order: 0;
		margin-left: 10px;
		top: 11px;
	}
	a.callus:before {
		content: '';
	}
	div.whywe-block div span {
		font-size: 12px;
	}
	.tabs>input[type="radio"]:checked+label {
		font-size: 15px;
	}
	.tabs>label {
		padding: 12px 0px;
		font-size: 18px;
		width: 169px;
		margin-bottom: 10px!important;
		margin-right: 10px;
	}
	.tabs {
		margin-top: 50px;
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}
	.brands-wrapper {
		grid-template-columns: repeat(4, 0fr);
		grid-template-rows: repeat(8, auto);
		grid-gap: 0px;
		margin-top: 500px;
		justify-content: space-between;
	}
	.woocommerce ul.products li.product a {
		width: 100%;
		display: block;
	}
	ul.products li.product {
		width: 270px !important;
		padding: 20px!important;
	}
	.home .woocommerce ul.products li.product .price {
		font-size: 20px;
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		width: 120px;
		box-sizing: border-box;
	}
	.woocommerce ul.products li.product .price {
		margin-bottom: -7px!important;
	}
	.woocommerce ul.products li.product .button {
		margin-left: 115px;
	}
	.text-wrapper {
		padding: 0 10px 40px 10px;
	}
	.text-wrapper h1, .text-wrapper h2 {
		margin-top: 0;
	}
	div#content-1, div#content-2, div#content-3, div#content-4 {
		overflow-y: scroll;
	}
	.certificates {
		display: flex;
		overflow-y: scroll;
		margin-bottom: 40px!important;
	}
	.certificates img {
		min-width: 270px;
	}
	.header-widget .textwidget.custom-html-widget {
		margin-right: 0;
	}
	.header-widget #woocommerce_widget_cart-3 {
		display: none!important;
	}
	nav#site-navigation {
		display: none;
	}
	.inside-header>:not(:last-child):not(.main-navigation) {
		margin-bottom: 0px;
		height: 70px;
		width: min-content;
		margin-bottom: 0px;
	}
	.container-fluid {
		width: 100%;
	}
	.our-site {
		padding: 10px;
		text-align: left;
		font-size: 10px;
	}
	.copyright, .copyright a {
		margin-bottom: 24px;
	}
	.inside-site-info.grid-container.grid-parent {
		padding: 0 10px;
		margin-top: 35px;
	}
	a.personal-data {
		display: block;
		margin-left: 0;
		margin-top: 12px;
	}
	form.search-form {
		order: 1;
		position: absolute;
		right: 10%;
		top: 0;
	}
	.footer_flex .inside-header {
		padding: 20px 0 0 0;
		height: auto;
		display: flex;
		flex-flow: wrap;
	}
	footer .site-logo {
		order: 0;
		padding-left: 10px;
		width: 40%!important;
	}
	footer .social-icons-container {
		order: 1;
		margin-top: -10px!important;
		margin-left: 200px!important;
	}
	footer .social-icons-container a {
		margin-right: 10px;
	}
	footer .footer-menu {
		order: 2;
		margin: 30px 10px;
	}
	footer .header-widget {
		order: 3;
		margin-top: 15px;
	}
	footer .callus-wrapper .callus-block:nth-child(1) {
		order: 1;
		margin-left: 10px!important;
	}
	footer .callus-wrapper {
		padding: 0 10px;
	}
	.footer-menu_right {
		margin-left: 94px;
	}
	footer span.workhour {
		font-size: 11px;
		color: #828282;
		display: block;
		text-align: left;
	}
	div.whywe-block {
		display: grid;
		grid-gap: 2px;
		padding-bottom: 8px;
		padding-top: 8px;
		padding-left: 5px;
	}
	.dgwt-wcas-search-wrapp {
		margin: 0 0 0 270px;
	}
	div.whywe-block div {
		width: auto;
		padding: 15px 25px 5px 0px!important;
		display: flex;
		background: transparent;
		box-shadow: none;
		color: #676670;
		font-size: 12px;
		line-height: 15px;
		word-break: inherit;
		align-items: center;
	}
	span.ya-phone {
		color: #222222;
		font-size: 17px;
		font-weight: 500;
	}
	.header-widget aside#custom_html-5 {
		border-top: 1px solid #e6e6e6;
		padding-top: 7px;
		border-bottom: 1px solid #e6e6e6;
	}
	.drop-menu {
		display: block;
		order: 3;
		position: absolute;
		right: 56px;
		top: -7px;
	}
	.menu-triger {
		display: block;
		width: 30px;
		height: 23px;
		background: url(./images/menu.png) 0 0 repeat;
		position: absolute;
		left: 15px;
		top: 28px;
	}
	.menu-close {
		display: block;
		width: 28px;
		height: 28px;
		background: url(./images/close.png) 0 0 repeat;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 100;
	}
	.menu-popup {
		display: none;
		background: #fff;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0;
		width: 100%!important;
		height: 100vh!important;
		box-sizing: border-box;
		padding: 30px;
		z-index: 9999;
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}
	.menu-popup ul {
		margin: 0;
		padding: 0;
	}
	.menu-popup li {
		list-style: none;
		margin: 10px 0;
		padding: 0;
		text-align: left;
	}
	.menu-popup li a {
		font-size: 18px;
		font-family: "Rubik";
		line-height: 1.4;
		text-decoration: none;
	}
	.body_pointer * {
		cursor: pointer;
	}
	div#primary {
		padding: 0;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
		display: block;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		flex-flow: inherit;
		width: 100%;
		margin-top: 10px;
		margin-left: -9px;
		display: -webkit-box!important;
		height: auto!important;
		overflow-x: scroll;
	 }
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
	}
	.woocommerce div.product form.cart {
		margin-bottom: 2em;
		display: flex;
	}
	.woocommerce .quantity .qty {
		padding: 7px 0;
		background: #EFEFF7;
		border-radius: 5px;
		text-align: center;
		height: 50px;
		box-sizing: border-box;
		width: 69px;
		margin-right: 10px;
		padding-left: 0;
	}
	.woocommerce button.button.alt, .woocommerce a.button.alt {
		font-size: 12px!important;
	}
	ul.products.columns-4 {
		display: flex;
		overflow-y: scroll;
	}
	table.woocommerce-product-attributes.shop_attributes {
		width: 100%;
	}
	.related.products {
		margin-bottom: 0;
		margin-top: 50px;
	}
	ul.page-numbers li a {
		padding: 7px 10px!important;
		font-size: 14px!important;
		line-height: 26px!important;
		color: #676670!important;
	}
	.woocommerce .product .entry-content > .products .product {
		width: 100% !important;
		margin: 10px 0;
		margin-right: 0!important;
	}
	.woof_auto_show {
		padding: 0 10px;
		border: 1px solid #d7d7d7;
		border-radius: 15px;
		overflow: hidden;
	}
	a.generate-back-to-top {
		bottom: 70px;
	}
	.dgwt-wcas-search-wrapp {
		display: flex;
		color: #666770;
		min-width: 230px;
		background: #efeff7;
	}
	.brands-wrapper picture {
	    width: 95%!important;
	    height: 48px!important;
	    padding: 3px!important;
	}
	.whywe-block div:nth-child(even) {
	    padding-right: 0!important;
		margin-left: 5px;
	}
	.brands-wrapper a:nth-child(1), .brands-wrapper a:nth-child(5), .brands-wrapper a:nth-child(9), .brands-wrapper a:nth-child(13), .brands-wrapper a:nth-child(17), .brands-wrapper a:nth-child(21) {
	    margin-left: 0;
	}
	.certificates a {
	    overflow: initial;
	    height: auto!important;
	}
	.woocommerce-tabs {
		width: 100%;
		float: left;
		margin-right: 0;
	}
	span.acoplw-badge {
		left: -22px;
	}
    .home span.acoplw-badge {
        width: max-content;
        padding: 0;
    }
    span.acoplw-badge .img-block {
		/*
        width: 79%;
        padding-left: 54px;*/
		width: 100%;
    	margin-left: 0;
    }
}

/* END */

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 17px!important;
    top: 14px!important;
    left: auto!important;
}
input#dgwt-wcas-search-input-1 {
    padding-left: 20px!important;
    height: 40px!important;
    font-family: 'Rubik'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 17px!important;
    color: #676670!important;
}
.separate-containers .site-main {
    margin: 0!important;
}
.main-navigation .main-nav ul li a {
    line-height: 47px!important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page a {
    line-height: 47px!important;
}
.menu-dop-menu-container {
    height: 50px;
}
.brands-wrapper {
    margin-top: 0;
}
.social-icons-container a img {
    width: 38px;
    height: 38px;
}
h3.manuf {
    font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	color: #222222;
}
.brands-wrapper a:hover {
    background: #fff;
}
article#post-161 {
    margin-bottom: 0;
}
.brands-wrapper picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 80px;
    transition: 0.3s;
	box-sizing: border-box;
    padding: 12px;
}
.brands-wrapper a:hover {
    box-shadow: 0px 4px 25px rgb(0 54 97 / 15%);
}
.tabs>label {
    margin-bottom: 19px;
}
a:active, a:hover, a:focus, a:visited {
    opacity: 1;
}
.certificates a:last-child {
    margin-right: 0;
}
.social-icons-container a:last-child {
    margin-right: 0;
}
.woocommerce .product h1.product_title.entry-title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    width: 13px!important;
    height: 13px!important;
}
div.images .woocommerce-product-gallery__trigger::after {
    height: 13px!important;
    top: 21px!important;
    left: 27px!important;
}
button.button.woof_reset_search_form {
    width: 99%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #676670;
    box-shadow: none;
}
.site-header .header-image {
    vertical-align: middle;
    margin-top: -5px;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover, li.product-type-variable:hover {
    background: #fff!important;
}
.h4st {
    font-size: 14px;
    font-weight: 400;
}
.widget-title {
    color: #222;
    font-size: 20px;
}
.woof_checkbox_label {
    margin-left: 10px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label::before {
    content: ' ';
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    margin-right: 10px;
    box-sizing: border-box;
	justify-content: center;
}

input[type="checkbox"]:checked+label::before {
  content: '✔';
}
.page-template-default div#left-sidebar, .blog div#left-sidebar, .post-template-default div#left-sidebar {
    display: none;
}
.page-template-default div#primary, .blog div#primary, .post-template-default div#primary {
    width: 100%;
    left: 0;
}
.archive span.acoplw-badge-icon.acoplw-bsone {
    left: -20px;
}
span.acoplw-badge .acoplw-badge-icon:nth-child(2) {
    top: 23px!important;
}
.acoplw-badge .acoplw-badge-icon:nth-child(3) {
    top: 46px!important;
}
.acoplw-badge .acoplw-badge-icon:nth-child(4) {
    top: 69px!important;
}
.acoplw-badge .acoplw-badge-icon:nth-child(5) {
    top: 92px!important;
}
.acoplw-badge .acoplw-badge-icon:nth-child(6) {
    top: 115px!important;
}
span.acoplw-badge {
    top: -20px;
}
.home span.acoplw-badge {
    top: -11px;
    left: -17px;
}

@media (max-width: 361px) {
	.tabs>label {
		width: 163px;
	}
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: block;
    height: 516px;
    overflow-y: scroll;
}
.flex-control-nav::-webkit-scrollbar {
  width: 6px;               /* ширина scrollbar */
}
.flex-control-nav::-webkit-scrollbar-track {
  background: #fff;        /* цвет дорожки */
}
.flex-control-nav::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 1px solid #e7e7f7;  /* padding вокруг плашки */
}

@media (max-width: 768px) and (min-width: 376px) {
	.dgwt-wcas-search-wrapp {
		margin: 0 0 0 300px;
	}
}
@media (max-width: 1169px) and (min-width: 769px) {
	body .grid-container {
		max-width: 100%;
	}
	.container {
		width: 100%;
	}
	.footer-menu {
		margin: -2px 55px 0 220px;
	}
	.footer-menu_right {
		margin-left: 33px;
	}
	.callus-wrapper {
		margin-left: 20px;
	}
	.brands-wrapper {
		grid-template-columns: repeat(7, 1fr);
		grid-template-rows: repeat(4, auto);
	}
	.footer_flex, .text-wrapper, .inside-site-info.grid-container.grid-parent, .brands-wrapper, h3.manuf, .tabs, .whywe-block, .slider-wrapper, nav#site-navigation, header#masthead {
		padding: 0 10px;
	}
	.callus-wrapper .callus-block {
		margin-left: 14px;
	}
	.dgwt-wcas-search-wrapp {
		margin: 0 0 0 210px;
	}
	.footer_flex {
		width: 98%;
	}
}
.woocommerce-cart .woocommerce button.button.alt, .woocommerce a.button.alt {
    height: auto;
}
.woocommerce-checkout button#place_order {
    width: 212px;
}
.woocommerce .product .entry-content > .products .product .woocommerce-loop-product__title {
    font-size: 15px;
}
.img-block {
    height: 230px;
}

.archive span.price {
	margin-bottom: -7px!important;
}
.archive span.acoplw-badge-icon.acoplw-bsone {
    left: 0;
}
.products .acoplw-badge {
    position: inherit!important;
	display: block!important;
}
.wpcf7-list-item input[type="checkbox"] {
    display: inline-block;
	margin: 0 0 1em 0;
}
div#contact_form_pop {
    width: min-content;
}
.prod_tabs {
    clear: both;
}
span.span-title {
	display: block;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #222;
    margin-bottom: 20px;
}
.prod_tabs-head .span-title {
    margin-right: 20px;
}
.prod_tabs-head {
    display: flex;
}
.prod_tabs > input[type="radio"] {
    display: none;
  }
.prod_tabs > input[type="radio"]:checked + label {
  color: red;
}
.tab-content {
	display: none;
}
#tab-btn-1:checked+#content-1,
#tab-btn-2:checked+#content-2 {
	display: block;
}
.prod_tabs label {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #222;
    margin-bottom: 20px;
	margin-right: 20px;
}
table.woocommerce-product-attributes.shop_attributes {margin-top:30px}
.home_category {
    display: flex;
	margin-bottom: 40px;
	justify-content: center;
}
.home_category-box img {
    height: 100%;
	margin-right: 30px;
}
.home_category-box {
    margin: 10px;
    border-radius: 6px;
    padding: 10px;
    width: 50%;
    height: 100px;
    display: flex;
    border: 2px solid #eee;
}
.home_category-box a {
    display: flex;
    align-items: center;
	font-size: 20px;
}
.home_category-box:hover {
    background: #3a86f2;
	transition: 0.3s;
}
.home_category-box:hover span {
    color: #fff;
	transition: 0.3s;
}
.home_category-box span {
    color: #000;
    font-size: 24px;
    text-align: center;
    display: block;
    margin-left: 30px;
}
@media(max-width:780px) {
	.home_category-box span {
		font-size: 13px;
		margin-top: -58px;
		display: block;
		text-align: right;
	}
	.home_category-box img {
		height: 100%;
		margin-right: 5px;
	}
	.home_category-box a {
		display: flex;
		font-size: 12px;
	}
	.home_category {
		margin-bottom: 30px;
		justify-content: space-around;
		margin-top: 30px;
	}
	.home_category-box {
		margin: 5px;
		width: 50%;
		height: 76px;
		padding: 5px;
		box-sizing: border-box;
	}
	.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container {
		padding: 0px 0;
	}
}
.woocommerce div.product div.images img {
  width: auto;
}
span.checkbox.woof_color_term {
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
ul.woof_list.woof_list_color {
    display: flex;
    flex-direction: column;
}
p.woof_tooltip {
    margin: 0;
}
.woof_list_color li {
    display: flex!important;
    align-items: center;
}
span.filter-color {
	margin-left: 10px;
}
.prod_tabs label {
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}