/*!
Theme Name:   sfchild
Theme URI:    https://woocommerce.com/storefront/
Author:       Automattic
Author URI:   https://woocommerce.com/
Description:  Дочерняя тема для темы Storefront
Version:      0.1.33
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront
Template: storefront
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

*/

/***  GLOBAL ***/

.col-full {
    max-width: 1400px;
    padding: 0 20px;
}
body, button, input, textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333333;
}
body{
	padding-top: 119px;
}
header#masthead{
	position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}
a, input, textarea {
    outline: none!important;
}
#primary.content-area {
    margin-right: 0;
}
.grecaptcha-badge {
    opacity: 0!important;
}

 .ajax_add_to_cart.button.add_to_cart_button.product_type_simple.arch_bot.related{
	width: 50%;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

.related.products .ajax_add_to_cart.button.add_to_cart_button.product_type_simple.arch_bot.related {
    width: auto;
}


/*** ***/

.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/***  ICON ***/

.icon{
    display: inline-block;
    margin: 0 5px;
}
.icon-black-phone {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    width: 25px;
    height: 25px;
    background-position: -37px -20px;
}
.icon-black-email {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    width: 25px;
    height: 25px;
    background-position: -37px -115px;
}
.icon-cart {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    width: 25px;
    height: 25px;
    background-position: -37px -907px;
}
.icon-phone-white {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    width: 34px;
    height: 28px;
    background-position: -35px -295px;
    vertical-align: middle;
}
.icon-mail-white {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    width: 34px;
    height: 28px;
    background-position: -33px -387px;
    vertical-align: middle;
}
.icon-map-white {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    width: 34px;
    height: 29px;
    background-position: -37px -476px;
    vertical-align: middle;
}
.icon-time-white {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    width: 34px;
    height: 28px;
    background-position: -37px -564px;
    vertical-align: middle;
}

/*** ***/

/***  BUTTON'S STYLE ***/

body .btn {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    border-radius: 5px;
    border: 1px solid;
    padding: 10px 28px;
    cursor: pointer;
    text-decoration: none!important;
}
body .btn-back-red {
    color: #FFFFFF;
    background-color: #EA1A22;
    border-color: #EA1A22;
}
body .btn-back-red:hover {
    color: #EA1A22!important;
    background-color: #FFF!important;
    border-color: #EA1A22!important;
}
body .btn-back-blue {
    color: #FFFFFF!important;
    background-color: #83A8C1!important;
    border-color: #83A8C1!important;
}
body .btn-back-blue:hover {
    color: #83A8C1!important;
    background-color: #FFF!important;
    border-color: #83A8C1!important;
}
body .btn-border {
    color: #EA1A22!important;
    background-color: #FFF;
    border-color: #EA1A22;
}
body .btn-border:hover {
    color: #fff!important;
    background-color: #EA1A22;
    border-color: #EA1A22;
}
body .btn-ic-basket {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    background-repeat: no-repeat;
    padding-left: 64px;
    background-position: -5px -899px;
}
body .btn-ic-basket:hover {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    background-position: -5px -969px;
}
body .btn-back-white {
    color: #83A8C1!important;
    background-color: #FFFFFF!important;
    border-color: #83A8C1!important;
}
body .btn-back-white:hover,
body .btn-back-white:focus {
    color: #FFFFFF!important;
    background-color: #83A8C1!important;
}

/*** ***/

/***  HEAD ***/

.storefront-primary-navigation {
    background: #2C3E6F;
}
.site-header .site-branding img {
    max-width: 163px;
    outline: none;
}
.woocommerce-active .site-header .site-branding {
    width: auto;
    margin-bottom: 15px;
}
.site-header {
    padding-top: 13px;
    padding-bottom: 0;
}
#masthead > .col-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#masthead > .col-full::before, #masthead > .col-full::after, #masthead > .col-full > a,input[name="update_cart"] {
    display: none;
}
.site-search .widget_product_search form input[type=text], .site-search .widget_product_search form input[type=search] {
    padding: 6px 30px 6px 10px;
    line-height: 1;
    background: #fff;
    box-shadow: none;
    border: 1px solid #BAC5E2;
    box-sizing: border-box;
    border-radius: 2px;
    outline: none;
    width: 380px;
}
.site-search .widget_product_search form::before {
    top: 7px;
    left: unset;
    right: 10px;
    content: url(/wp-content/uploads/2020/04/icon-serch.png);
}
.woocommerce-active .site-header .site-search {
    width: auto;
    margin-bottom: 0;
}
.storefront-handheld-footer-bar {
    background: #D9EAF5;
    box-shadow: 0px 0px 10px rgba(131, 168, 193, 0.6);
    border-top: 0;
    padding: 8px 10px;
}
.storefront-handheld-footer-bar .widget_product_search {
    margin-bottom: 0;
}
.storefront-handheld-footer-bar .widget_product_search form {
    margin-bottom: 0;
}
.storefront-handheld-footer-bar .search-field {
    border: 1px solid #BAC5E2;
    border-radius: 2px;
    background-color: #D9EAF5;
    box-shadow: none;
    padding: 6px 30px 6px 10px!important;
    line-height: 1;
    font-size: 13px;
    color: #333333;
}
.storefront-handheld-footer-bar .widget_product_search form:before {
    top: 7px;
    left: unset;
    right: 10px;
    content: url(/wp-content/uploads/2020/04/icon-serch.png);
}
.storefront-handheld-footer-bar .search-field:focus {
    background-color: #FFFFFF;
}
.hd-phone-wrap {
    margin-bottom: 10px;
}
.hd-phone-wrap p {
    margin-right: 30px;
    margin-bottom: 0;
}
.hd-phone-wrap p a {
    color: #333;
}
.hd-phone-wrap .form-call {
    width: 47px;
    height: 47px;
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    background-position: -26px -669px;
    cursor: pointer;
    background-color: transparent;
}
.hd-phone-wrap .form-call:hover {
    background-position: -26px -788px;
}
.hd-phone-wrap .phone {
    font-size: 18px;
}
.hd-phone-wrap .phone span {
    color: #ea1a22;
    font-weight: 500;
}
.main-navigation ul.nav-menu > li > a {
    padding: 10px 2em 7px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #2c3e6f;
    outline: none;
}
.main-navigation ul.nav-menu > li.current_page_item > a, .main-navigation ul.nav-menu > li.current_page_item > a, .main-navigation ul.nav-menu > li > a:hover, .main-navigation ul.nav-menu > li > a:hover {
    border-bottom: 3px solid #EA1A22;
    color: #fff;
}
.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
    font-size: 13px;
    content: "\f078";
}
.site-header-cart .hd-cart {
    padding: 8px 0;
    color: #fff!important;
}
.site-header-cart .hd-cart .count {
    margin-left: 5px;
}
.site-header-cart .hd-cart:hover {
    color: #fff;
}
.woocommerce-active .site-header .site-header-cart {
    width: auto;
}
.site-header-cart li:last-child {
    display: none;
}
.primary-navigation a {
    height: 41px;
}
.main-navigation ul ul {
    width: 360px;
    background: #2F447D;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-navigation ul.nav-menu ul li, .main-navigation ul.nav-menu ul li.focus {
    background: #2F447D;
    border-bottom: 1px solid rgba(241, 241, 241, 0.5);
}
.main-navigation ul.nav-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    width: 360px;
    color: #FCFDFF;
    border-left: 5px solid #2F447D;
    display: inline-table;
}
.main-navigation ul.nav-menu ul li:last-child {
    border-bottom: none;
}
.main-navigation ul.nav-menu ul li a:hover {
    border-left: 5px solid #ea1a22;
    background: rgba(255, 255, 255, 0.1);
}
.main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover > a, .main-navigation ul.nav-menu ul li.focus a {
    background: rgba(255, 255, 255, 0.1);
}
.site-header ul.sub-menu li.current-menu-parent > a {
    color: #FCFDFF;
    border-left: 5px solid #ea1a22;
    background: rgba(255, 255, 255, 0.1);
}


/*** ***/

/***  HOME PAGE ***/

.cat-wrap {
    justify-content: space-between;
    margin-bottom: 20px;
}
.cat-wrap > div:nth-child(2n+1) {
    background-image: url(/wp-content/uploads/cat-back-1.png);
}
.cat-wrap > div {
    width: 32.2%;
    background-image: url(/wp-content/uploads/cat-back-2.png);
    position: relative;
    min-height: 380px;
    margin-bottom: 20px;
}
.cat-wrap > div:hover {
    box-shadow: 0px 0px 15px #2C3E6F;
}
.cat-wrap p {
    margin: 0;
}
.category-list-text-content {
    position: relative;
    top: 35px;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 0 40px;
}
.category-list-text {
    padding: 10px;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    color: #FCFDFF;
    font-weight: 500;
    transition: all 0.5s ease;
    position: relative;
    line-height: 20px;
}
.cat-wrap .category-list-text a {
    position: relative;
    color: #fff;
}
.cat-wrap > div:hover .category-list-text a {
    opacity: 1;
    background-color: transparent;
}
.cat-wrap > div:hover .category-list-text {
    padding: 15px;
    min-width: 220px;
    margin-top: -10px;
}
.left-brecket {
    left: 0;
    height: 100%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.right-brecket {
    right: 0;
    height: 100%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.left-brecket, .right-brecket {
    width: 45%;
    position: absolute;
    top: 0;
}
.cat-wrap .wrap-title {
    height: 102px;
}
.cat-wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.cat-wrap > div:hover a {
    background: #2C3E6F;
    opacity: 0.5;
}
.cat-wrap > div:hover .cat-wrap_link a{
	background: transparent;
	opacity: 1;
}
.cat-wrap_link a{
	 color: #fff;
    display: inline-block;
	position: unset;
}
.cat-wrap ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0 40px;
}
.cat-wrap ul li {
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
}
.cat-wrap > div:hover ul li {
    opacity: 1;
}
.wrap-form-partners {
    background: #F9F9F9;
    overflow: hidden;
    padding: 60px 0;
}
.m-title {
    border-bottom: 4px solid #EA1A22;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 10px;
}
.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    max-width: unset;
    text-align: left;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
}
.page-template-template-homepage .page {
    margin-bottom: 0;
}
.page-template-template-homepage #primary, .page-template-template-homepage .site-main {
    margin: 0;
    padding: 0!important;
}
.page-template-template-homepage .entry-header {
    display: none;
}
.page-template-template-homepage #content {
    background: #83A8C1;
}

/*** ***/

/***  FORM'S STYLE ***/

.wpcf7 input[type='text'], .wpcf7 input[type='tel'], .wpcf7 input[type='number'], .wpcf7 input[type='email'], .wpcf7 textarea {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
    padding: 20px 45px 18px;
    width: 100%;
}
.two-input div {
    width: 48.5%;
}
.two-input {
    justify-content: space-between;
    align-items: flex-start;
}
.wpcf7 textarea {
    margin-bottom: 30px;
}
.wpcf7 form {
    margin-bottom: 0;
}
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7 input[type='checkbox'],
.place-order .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    box-sizing: border-box;
    border-radius: 2px;
    width: 21px;
    height: 21px;
    position: relative;
    padding: 0;
    top: 4px;
    box-shadow: none;
    cursor: pointer;
}
.place-order .checkbox input {
    top: 6px;
}
.wpcf7 input[type="checkbox"]:checked::before,
.woocommerce-validated .woocommerce-form__input-checkbox::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 16px;
    height: 13px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2020/04/icon-chek.png);
    background-repeat: no-repeat;
    background-position: center;
}
.black{
    position:fixed;
    top:0px;
    left: 0;
    width:100%;
    height:100%;
    display:none;
    background:rgba(0,0,0,0.65);
    z-index:1000;
    overflow: scroll;
}
.big_box_close{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:1001;
    display:block;
}
.form_box{
    position: relative;
    display: block;
    top: 70px;
    left: auto;
    margin: 0px auto;
    background: #F9F9F9;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    height: auto;
    z-index: 1002;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.a_close_box{
    position: absolute;
    display: block;
    top: 14px;
    right: 12px;
    width: 23px;
    height: 22px;
    font-size: 15px;
    line-height: 1em;
    border-radius: 10px;
    background-color: #f9f9f9;
    color: #ffffff;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2px;
    box-sizing: content-box;
    cursor: pointer;
    background-image: url(/wp-content/uploads/icon-close-form.png);
    background-size: 17px;
    background-repeat: no-repeat;
    z-index: 1003;
    text-indent: -9999px;
}
.form_title{
    position: relative;
    padding-bottom: 10px;
    color: #262626;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 23px;
}
.form_text {
    text-align: center;
    margin: -15px 15px 20px;
    line-height: 17px;
    font-size: 12px;
}
.form_form {
    position: relative;
    clear: both;
    height: auto;
    text-align: left;
    margin: 0 auto;
}
.form_form form > p {
    margin-bottom: 15px;
}
.form_form label {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
}
.form_form label .red {
    color: red;
    margin-left: 3px;
}

.form_form .modal {
    position: relative;
    display: block;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
    padding: 20px 18px;
    width: 100%;
    -webkit-appearance: none;
}
.form_form input::-moz-placeholder, .form_form textarea::-moz-placeholder, .form-wrapper input::-moz-placeholder {
    color: #C4C4C4; /* Цвет подсказывающего текста */
    font-size: 13px;
    font-weight: 300;
}
.checkout input::-moz-placeholder, .checkout textarea::-moz-placeholder,
.checkout input::-webkit-input-placeholder, .checkout textarea::-webkit-input-placeholder,
.checkout input:-ms-input-placeholder, .checkout textarea:-ms-input-placeholder,
.checkout input::placeholder, .checkout textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
}
.form_form input::-webkit-input-placeholder, .form_form textarea::-webkit-input-placeholder, .form-wrapper input::-webkit-input-placeholder { color: #C4C4C4; font-size: 13px; font-weight: 300;}
.form_form input:-ms-input-placeholder, .form_form textarea:-ms-input-placeholder, .form-wrapper input:-ms-input-placeholder { color: #C4C4C4;  font-size: 13px; font-weight: 300;}
.form_form input::-ms-input-placeholder, .form_form textarea::-ms-input-placeholder, .form-wrapper input::-ms-input-placeholder  { color: #C4C4C4;     font-size: 13px; font-weight: 300;}
.form_form input::placeholder, .form_form textarea::placeholder, .form-wrapper input::placeholder { color: #C4C4C4;     font-size: 13px; font-weight: 300;}
.form-row.woocommerce-invalid input.input-checkbox {
    outline: none;
}
.black .btn-send {
    margin: 30px auto -40px;
    display: block;
}
.form-row.woocommerce-invalid input.input-text {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), inset 2px 0 0 #e2401c;
}

/*** ***/

/***  BREADCRUMBS ***/

.woocommerce-breadcrumb a:first-of-type::before {
    content: none;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
    content: " | ";
    font-size: 18px;
    color: #2C3E6F;
    top: 35%;
    opacity: 0.7;
}
.woocommerce-breadcrumb a {
    font-size: 14px;
    line-height: 17px;
    color: #2C3E6F;
    text-decoration: none;
}
.storefront-breadcrumb {
    margin: 0;
}

/*** ***/

/***  FOOTER ***/

.map-wrap {
    background: #83A8C1;
    position: relative;
    padding-bottom: 40px;
}
.map-wrap img {
    margin: 0 auto;
}
.border-wrap {
    position: absolute;
    top: 16%;
    right: 16%;
    padding: 5px;
}
.border-wrap::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 125px;
    height: 35px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.border-wrap::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 125px;
    height: 35px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.box-phone-mail::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 125px;
    height: 35px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.box-phone-mail::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 125px;
    height: 35px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.map-wrap .box-phone-mail {
    background: #2C3E6F;
    opacity: 0.7;
    width: 460px;
    padding: 50px 70px;
}
.map-wrap .box-phone-mail .pm-title {
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #ECECEC;
    margin-bottom: 40px;
}
.map-wrap .box-phone-mail a {
    font-size: 18px;
    line-height: 24px;
    color: #ECECEC;
    display: block;
}
.map-wrap .box-phone-mail a.tel {
    font-size: 24px;
    padding-bottom: 10px;
}
.ft-wrap {
    align-items: inherit;
    justify-content: space-between;
}
.ft-h-div {
    flex-direction: column;
    justify-content: space-between;
}
.ft-h-div > div:last-child p {
    margin-bottom: 0;
}
.ft-h-div > div:last-child a:hover {
    text-decoration: underline!important;
}
.footer-widgets .ft-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}
.footer-widgets {
    padding-top: 0;
    border-bottom: none;
}
.site-footer {
    padding: 30px 0;
}
.footer-widget-1 > div {
    margin-bottom: 0;
}
.contact i {
    margin-right: 15px;
}
.footer-widgets .contact .phone a {
    font-weight: 500;
    font-size: 18px;
}
.ft-wrap a {
    text-decoration: none!important;
}
.ft-wrap > div:nth-child(2) {
    width: 25%;
}
.footer-widgets a, .footer-widgets p {
    font-size: 14px;
}
.footer-widgets .menu {
    list-style: disc;
    margin-left: 20px;
}
.footer-widgets .menu li {
    line-height: 22px;
    margin-bottom: 10px;
}
.footer-widgets .menu li a {
    font-weight: 500;
    border-bottom: 2px solid #2c3e6f;
    padding-bottom: 2px;
}
.footer-widgets .menu li a:hover {
    border-color: #fff;
}
.footer-widgets .ft-buy {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    margin-top: 50px;
    padding: 3px 0 3px 40px;
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    background-position: -35px -198px;
    background-repeat: no-repeat;
}

/***  ***/

/***  STATIC PAGE ***/

.page-template-template-fullwidth .entry-title,.error-404 h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    display: inline-block;
    border-bottom: 4px solid #83A8C1;
    padding: 0 3px 5px 0;
    margin-bottom: 35px;
    margin-top: 20px;
}
.box-about-us {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(131, 168, 193, 0.6);
    padding: 50px 40px;
    align-items: baseline;
    margin: 50px 0;
}
.box-about-us > div:first-child {
    width: 45%;
    padding-right: 40px;
}
.box-about-us > div:last-child {
    width: 55%;
}
.box-with-title p {
    border-bottom: 1px solid #83A8C1;
    padding-bottom: 13px;
}
.box-with-title ul {
    margin: 0;
    list-style: none;
}
.box-with-title ul li {
    width: 50%;
    height: 64px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #2C3E6F;
    padding: 0 5px 0 95px;
    background-image: url(/wp-content/uploads/2020/04/sprite-static.png);
    background-repeat: no-repeat;
}
.box-with-title ul li:nth-child(1) {
    background-position: -15px -267px;
}
.box-with-title ul li:nth-child(2) {
    background-position: -15px -734px;
}
.box-with-title ul li:nth-child(3) {
    background-position: -15px -423px;
}
.box-with-title ul li:nth-child(4) {
    background-position: -15px -890px;
}
.box-with-title ul li:nth-child(5) {
    background-position: -15px -579px;
}
.box-with-title ul li:last-child {
    margin-bottom: 0px;
}
.box-dostavka {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(131, 168, 193, 0.6);
    padding: 25px;
    justify-content: flex-end;
    background-image: url(/wp-content/uploads/2020/04/dostavka.png);
    background-repeat: no-repeat;
	background-size: 75%;
    background-position: center left;
}
.box-dostavka > div {
    background: #FFFFFF;
    border: 1px solid #E5EBED;
    box-sizing: border-box;
    width: 49%;
    padding: 25px;
}
.box-dostavka > div .bold {
    font-weight: 600;
    color: #2c3e6f;
}
.box-dostavka > div li {
    margin-bottom: 20px;
}
.box-dostavka > div li:last-child {
    margin-bottom: 0px;
}
.box-dostavka > div ul {
    margin-left: 17px;
}
.oplata-bold {
    font-weight: bold;
    line-height: 22px;
    color: #2C3E6F;
    padding: 10px 50px;
    background-image: url(/wp-content/uploads/2020/04/sprite-static.png);
    background-repeat: no-repeat;
    background-position: -27px -32px;
}
.garant {
    line-height: 22px;
    padding: 13px 50px;
    background-image: url(/wp-content/uploads/2020/04/sprite-static.png);
    background-repeat: no-repeat;
    background-position: -27px -126px;
}
.oplata-img {
    float: right;
    position: relative;
    top: -60px;
}
.contact-wrap {
    box-shadow: 0px 0px 10px rgba(131, 168, 193, 0.6);
    padding: 40px;
    margin-bottom: 40px;
}
.contact-wrap p, .where-buy {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.contact-wrap ul {
    margin: 0;
    list-style: none;
    align-items: baseline;
}
.contact-wrap ul li {
    width: 33%;
    padding: 13px 0 11px 60px;
    background-image: url(/wp-content/uploads/sprite-contact.png);
    background-repeat: no-repeat;
    line-height: 14px;
    height: 50px;
}
.contact-wrap ul li a {
    display: block;
    color: #333;
    text-decoration: none!important;
}
.contact-wrap ul li:nth-child(1) {
    background-position: -29px -65px;
}
.contact-wrap ul li:nth-child(2) {
    background-position: -29px -215px;
}
.contact-wrap ul li:nth-child(3) {
    background-position: -29px -364px;
}
.cont-blue {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #2C3E6F;
}
.page-template-template-fullwidth .content-area {
    margin: 0;
}
.page-template-template-fullwidth article.hentry {
    margin: 0;
}
.page-template-template-fullwidth .site-main {
    margin-bottom: 0;
}

/***  ***/

/***  CATEGORY PAGE ***/

.marker-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 4px solid #83A8C1;
}
.casters-block {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 30px;
}
.casters-block__img {
    max-width: 210px;
    margin-right: 10px;
}
.casters-block table thead th {
    font-weight: 400;
    font-size: 14px;
    background: #F5F5F5;
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
    padding: 15px 6px;
}
.casters-block table thead th:first-child {
    text-align: left;
    padding-left: 35px;
}
.casters-block table tbody tr:nth-child(2n+1) td {
    background: #F9F9F9!important;
}
.casters-block table tbody td {
    background: #F4F4F4!important;
    padding: 6px;
    vertical-align: baseline;
    text-align: center;
}
.casters-block table tbody td:first-child {
    text-align: left;
    padding-left: 35px;
    width: 18%;
}
.casters-block table tbody td:last-child {
    width: 10%;
}
.casters-block table tbody td:first-child a {
    background-image: url(/wp-content/uploads/vector.png);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: 100% 2px;
    font-weight: 600;
    color: #2C3E6F;
}
.casters-block table form button {
    background-image: url(/wp-content/uploads/2020/04/sprite-icon-main.png);
    width: 38px;
    height: 38px;
    background-position: -32px -971px;
    text-indent: -9999px;
    background-color: unset;
    padding: 0;
    border: 1px solid #ea1a2200;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
}
.casters-block table form button:hover {
    border: 1px solid #ea1a22;
    background-color: unset;
}
.casters-block table form {
    margin: 0;
}
.casters-block table thead th.pa_razmer-kolesa-mm {
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 50% -1305px;
}
.casters-block table thead th.pa_gruzopodemnost-kg {
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 50% -600px;
}
.casters-block table thead th.pa_shirina-oboda-mm {
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 50% -365px;
}
.casters-block table thead th.pa_obshhaja-vysota-mm {
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 50% -1541px;
}
.casters-block table thead th.pa_razmer-ploshhadki-mm {
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 50% -1423px;
}
.casters-block table thead th.pa_rasst-mezhdu-otverstiyami {
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 50% -1774px;
}
.casters-block table thead th.pa_vnutrennij-diametr-mm {
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 50% -1069px;
}
.casters-block table thead th.pa_dlina-stupicy-mm {
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 50% -484px;
}
.casters-block table td.c_price {
    color: #2C3E6F;
    font-weight: 600;
}
.casters-block table td.c_price_sale {
    color: #EA1A22;
    font-weight: 600;
}
.woocommerce-products-header__title {
    min-height: 226px;
    background-color: rgba(44, 62, 111, 0.812);
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-bottom: 30px;
}
.woocommerce-products-header__title .category-list-text {
    padding: 15px;
}
.woocommerce-products-header__title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.storefront-full-width-content .woocommerce-products-header {
    text-align: left;
}
li.product .group_basic_attr tr td:last-child {
    width: 34%;
}
li.product .group_basic_attr tr td:first-child {
    padding: 10px 0 10px 13px;
}
body li.product .group_basic_attr tr td {
    padding: 10px 0 10px 20px;
}
li.product .group_basic_attr {
    margin-top: 10px;
}
.storefront-full-width-content .site-main ul.products li.product {
    margin-bottom: 5px!important;
}
li.product .group_basic_attr td:first-child {
    background-image: none;
}
#secondary .filter__inner::-webkit-scrollbar {
    width: 5px;
    height: 20px;
    box-sizing: border-box;
}
#secondary .filter__inner::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #EFEFEF;
}
#secondary .filter__inner::-webkit-scrollbar-thumb {
    background: #969696;
    border-radius: 26px;
}
#secondary .filter__inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/***  ***/

/***  PRODUCT PAGE ***/

.right-sidebar.single-product .content-area {
    width: 100%;
}
.single-product div.product .woocommerce-product-gallery {
    width: 36%;
    float: left;
    margin-right: 55px;
    margin-bottom: 55px;
}
.single-product div.product .summary {
    width: 60%;
    float: left;
    margin-right: 0;
    max-width: 700px;
}
.product_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #2C3E6F;
}
.product .onsale {
    font-size: 30px;
    color: #EA1A22;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid #ea1a22;
    padding: 0;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 29%;
}
body .group_basic_attr tr td {
    background-color: #f4f4f4!important;
    padding: 20px 0 19px 20px;
}
body .group_basic_attr tr:nth-child(2n+1) td {
    background-color: #f9f9f9!important;
}
.group_basic_attr tr td:last-child {
    width: 20%;
}
.group_basic_attr tr td:first-child {
    padding: 20px 0 19px 83px;
}
.woocommerce-product-attributes tbody {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.woocommerce-product-attributes tbody tr {
    border: none;
    flex-basis: 49%;
    display: flex;
}
.woocommerce-product-attributes .attribute_name {
    width: 80%;
    font-weight: normal;
    color: #333333;
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
}
.woocommerce-product-attributes .wc-attribute_pa_shirina-oboda-mm .attribute_name {
    background-position: 0px -363px;
}
.woocommerce-product-attributes .wc-attribute_pa_obshhaja-vysota-mm .attribute_name {
    background-position: 0px -1539px;
}
.woocommerce-product-attributes .wc-attribute_pa_gruzopodemnost-kg .attribute_name {
    background-position: 0px -598px;
}
.woocommerce-product-attributes .wc-attribute_pa_obshhij-ves-g .attribute_name {
    background-position: 0px -1654px;
}
.woocommerce-product-attributes .wc-attribute_pa_tip-podshipnika .attribute_name,
.woocommerce-product-attributes .wc-attribute_pa_podshipnik-kolesa .attribute_name {
    background-position: 0px -950px;
}
.woocommerce-product-attributes .wc-attribute_pa_chashka .attribute_name {
    background-position: 0px -126px;
}
.woocommerce-product-attributes .wc-attribute_pa_razmer-kolesa-mm .attribute_name {
    background-position: 0px -1302px;
}
.woocommerce-product-attributes .wc-attribute_pa_diametr-otverstija-mm .attribute_name {
    background-position: 0px -10px;
}
.woocommerce-product-attributes .wc-attribute_pa_dlina-bolta-mm .attribute_name {
    background-position: 0px -834px;
}
.woocommerce-product-attributes .wc-attribute_pa_razmer-ploshhadki-mm .attribute_name {
    background-position: 0px -1422px;
}
.woocommerce-product-attributes .wc-attribute_pa_rasst-mezhdu-otverstiyami .attribute_name,
.woocommerce-product-attributes .wc-attribute_pa_mezhosevoj-razmer-mm .attribute_name {
    background-position: 0px -1774px;
}
.woocommerce-product-attributes .wc-attribute_pa_diametr-bolta-mm .attribute_name {
    background-position: 0px -1889px;
}
.woocommerce-product-attributes .wc-attribute_pa_ves-kolesa-g .attribute_name {
    background-position: 0px -1182px;
}
.woocommerce-product-attributes .wc-attribute_pa_dlina-stupicy-mm .attribute_name {
    background-position: 0px -482px;
}
.woocommerce-product-attributes .wc-attribute_pa_vnutrennij-diametr-mm .attribute_name {
    background-position: 0px -1067px;
}
.woocommerce-product-attributes .wc-attribute_pa_tolshhina-ploshhadki-mm .attribute_name {
    background-position: 0px -250px;
}
.woocommerce-product-attributes .wc-attribute_pa_d-montazhnogo-otverstiya .attribute_name,
.woocommerce-product-attributes .wc-attribute_pa_n-montazhnyh-otvertij .attribute_name {
    background-position: 0px -2182px;
}
.woocommerce-product-attributes .wc-attribute_pa_d-centr-otverstiya .attribute_name {
    background-position: 0px -2074px;
}
.woocommerce-product-attributes .wc-attribute_pa_material-shinki .attribute_name {
    background-position: 0px -1981px;
}
.woocommerce-product-attributes .wc-attribute_pa_inox .attribute_name {
    background-position: 0px -2294px;
}
.pa_gruzopodemnost-kg td:first-child{
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 0px -598px;
}
.pa_shirina-oboda-mm td:first-child{
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 0px -363px;
}
.pa_razmer-kolesa-mm td:first-child{
    background-image: url(/wp-content/uploads/sprite-table.png);
    background-repeat: no-repeat;
    background-position: 0px -1302px;
}
.woocommerce-product-attributes .attribute_value {
    width: 31%;
    text-align: left;
    font-weight: normal;
    color: #333333;
}
.woocommerce-product-attributes tr>* {
    background-color: #F9F9F9!important;
    padding: 20px 0 19px 20px;
}
.woocommerce-product-attributes tr:nth-child(4n)>*, .woocommerce-product-attributes tr:nth-child(4n+3)>* {
    background-color: #F4F4F4!important;
}
.woocommerce-product-attributes tr th {
    padding-left: 83px;
}
.single-product .price ins .woocommerce-Price-amount {
    font-size: 20px;
    color: #EA1A22;
}
.single-product .price del .woocommerce-Price-amount {
    font-size: 16px;
    color: #333;
}
.single-product .price del {
    opacity: 1;
    order: 3;
}
.single-product .price > * {
   /* line-height: 21px;
    margin-right: 15px;*/
	line-height: 30px;
    margin-right: 15px;
    margin-left: 10px;
}

}
.single-product .p-title {
    font-size: 14px;
}
.single-product .price {
    display: flex;
    align-items: flex-end;
    margin: 0!important;
}
.single-product .quantity {
    display: none;
}
.single-product form.cart {
    display: flex;
    align-items: center;
}
.products .product form.cart {
	justify-content: space-between;
    margin: 0!important;
	padding-bottom:0 !important;

}

.single-product form.cart:after,.single-product form.cart:before,.products .product .added_to_cart.wc-forward{
	display:none !important;
}
.products .product form.cart a{
	/*margin: 0 !important;*/
	height:44px;
}
.related.products .product form.cart a{
	margin: 15px 0 0 !important;
}

@media(max-width: 1200px){
    .related.products .product form.cart a{
        font-size: 12px;
    }
}

ul.products li.product .price{
	font-weight: 600;
}

.single-product form.cart > * {
    margin-left: 30px;
}
.group-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.wc-attr h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 10px;
    border-bottom: 4px solid #83A8C1;
    display: inline-block;
    margin-bottom: 35px;
}
.related.products > h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 10px;
    border-bottom: 4px solid #EA1A22;
    display: inline-block;
    margin-bottom: 35px;
}
.single-product .woocommerce-tabs {
    padding: 20px 0;
    overflow: initial;
}
.single-product  .related.products .woocommerce-loop-product__title, .archive ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2C3E6F;
    padding-top: 20px;
    margin-bottom: 20px;
}
.single-product  .related.products a, .archive .products a{
    font-size: 14px;
    color: #333;
}
.single-product  .related.products li, .archive .products li {
    margin-bottom: 25px!important;
}
.single-product  .related.products li .group_basic_attr table, .archive .products li .group_basic_attr table {
  margin: 0;
}
.single-product  .related.products ul {
    padding-left: 5px;
    padding-right: 5px;
}
.single-product  .related.products li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.tip-kreplenija span {
    text-transform: lowercase;
}
.pr-text {
    display: inline-block;
    width: 100%;
}
.pr-text .pr-text-title {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 7px;
}
.pr-text .pr-text-title::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #83A8C1;
    position: absolute;
    border-radius: 30px;
    top: 8px;
    left: 2px;
}
.pr-text p {
    padding-left: 20px;
}
.pr-text div {
    margin-bottom: 35px;
}

/***  ***/

/***  CART ***/

.woocommerce-cart-form {
    margin-bottom: 103px;
}
.woocommerce-cart-form .shop_table {
    box-shadow: 0px 0px 10px rgba(131, 168, 193, 0.6);
    margin-bottom: 0;
}
.woocommerce-cart-form .cart_item td {
    position: relative;
}
.woocommerce-cart-form .cart_item td::after {
    content: '';
    border-bottom: 1px solid rgba(131, 168, 193, 0.5);
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
}
.woocommerce-cart-form .cart_item:last-child td::after {
    border-bottom: 0;
}
.woocommerce-cart-form .cart_item td:first-child::after {
    width: calc(100% - 17px);
    right: 0;
    left: auto;
}
.woocommerce-cart-form .cart_item td:last-child::after {
    width: calc(100% - 17px);
}
.woocommerce-cart-form thead th {
    background: #c9e0f1b3;
    font-size: 14px;
    line-height: 148%;
    color: #000000;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: normal;
    text-align: center;
}
.woocommerce-cart-form thead th.product-name {
    text-align: left;
}
.woocommerce-cart-form .shop_table tbody td {
    text-align: center;
    padding: 23px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 148%;
    background-color: #fff;
}
.woocommerce-cart-form .shop_table tbody td.product-name {
    text-align: left;
}
.woocommerce-cart-form a.remove::before {
    content: '';
    width: 27px;
    height: 27px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    line-height: 1;
    background-image: url('/wp-content/uploads/cart-delete.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.woocommerce-cart-form a.remove:hover::before,
.woocommerce-cart-form a.remove:focus::before {
    background-image: url('/wp-content/uploads/cart-delete-active.png');
}
.woocommerce-cart-form .shop_table tbody td.product-remove a {
    text-align: center;
    display: inline-block;
    transition: .3s;
}
.woocommerce-cart-form table.cart .product-thumbnail img {
    max-width: 100px;
    border-radius: 0;
}
.woocommerce-cart-form .shop_table tbody td.product-thumbnail {
    width: 16%;
}
.woocommerce-cart-form .shop_table tbody td.product-name a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2C3E6F;
    text-decoration: none!important;
}
.woocommerce-cart-form .shop_table tbody td.product-name,
.woocommerce-cart-form .shop_table tbody td.product-price,
.woocommerce-cart-form .shop_table tbody td.product-quantity ,
.woocommerce-cart-form .shop_table tbody td.product-subtotal {
    width: 18%;
}
.woocommerce-cart-form .shop_table tbody td.product-remove {
    width: 12%;
}
@media (max-width: 768px) {
    .woocommerce-cart-form table.cart .product-thumbnail img{
        max-width: 300px;
    }
    .woocommerce-cart-form .shop_table tbody td.product-remove {
        width: 100%;
        text-align: end;
    }
    .woocommerce-cart-form .shop_table tbody td.product-name, .woocommerce-cart-form .shop_table tbody td.product-price, .woocommerce-cart-form .shop_table tbody td.product-quantity, .woocommerce-cart-form .shop_table tbody td.product-subtotal {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .woocommerce-cart-form .shop_table tbody td.product-thumbnail{
        width: 100%;
    }
    .woocommerce-cart-form .shop_table tbody td.product-thumbnail a{
        flex: 1;
    }
    .woocommerce-cart-form .cart_item td::after{
        display: none;
    }
    .woocommerce-cart-form .shop_table tbody td.product-remove a{
        position: relative;
    }
    a.btn.btn-back-white.clear-cart{
        float: inline-end;
    }

}
.woocommerce-cart-form .shop_table tbody td.product-subtotal {
    font-weight: 600;
    color: #2C3E6F;
}
.quantity-block {
    background: #FFFFFF;
    border: 1px solid #D9EAF5;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-flex;
}
td.product-quantity .quantity-block input.qty {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background-color: #fff;
    box-shadow: none;
    border: none;
    padding: 10px 5px;
}
.quantity-arrow-minus {
    background-color: #D9EAF5;
    border-radius: 5px 0px 0px 5px;
    padding: 10px 11px;
	min-width:31px;
}
.quantity-arrow-plus {
    background-color: #D9EAF5;
    border-radius: 0px 5px 5px 0px;
    padding: 10px 11px;
	min-width:31px;
}
.quantity-arrow-minus:hover,
.quantity-arrow-minus:active,
.quantity-arrow-plus:hover,
.quantity-arrow-plus:active {
    background-color: #83a8c1;
}
.wc-proceed-to-checkout .button.checkout-button {
    background: #EA1A22;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 600;
    padding: 11px 27px;
    border: 1px solid;
}
.wc-proceed-to-checkout .button.checkout-button:hover,
.wc-proceed-to-checkout .button.checkout-button:focus {
    color: #EA1A22!important;
    background-color: #FFF!important;
    border-color: #EA1A22!important;
}
.wc-proceed-to-checkout .button.checkout-button::after {
    content: none;
}
.wc-proceed-to-checkout {
    text-align: right;
    margin-bottom: 0;
    margin-top: 34px;
}
.cart_totals table.shop_table_responsive tbody th {
    display: inline-block;
    background-color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    padding: 5px;
}
.cart_totals table.shop_table_responsive tr td {
    display: inline-block;
    background-color: #fff;
    padding: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 148%;
    color: #EA1A22;
    margin-left: 10px;
}
.page-template-template-fullwidth-php .cart-collaterals .cart_totals {
    width: auto;
}
.button.update_cart {
    float: right;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    top: 24px;
    position: relative;
    padding: 10px 25px;
    color: #FFFFFF;
    background-color: #83A8C1;
    border: 1px solid #83A8C1;
	display:none;
}
.button.update_cart:disabled {
    border-color: #C6C6C6;
    color: #B0B0B0;
    background-color: #fff;
    opacity: 1!important;
}
.button.update_cart:disabled:hover {
    opacity: 1!important;
}
.clear-cart {
    display: inline-block;
    float: left;
    position: relative;
    top: 24px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px!important;
    height: auto!important;
}
.return-to-shop .btn {
    padding: 11px 25px;
    font-size: 16px;
    display: inline-block;
}
.cart-empty.woocommerce-info {
    font-size: 16px;
    line-height: 22px;
    background-color: #458CBF;
    border-radius: 3px;
    border-left: 6px solid #225B83;
    background-image: url('/wp-content/uploads/cart-empty-icon.png');
    background-repeat: no-repeat;
    margin-bottom: 30px;
    padding: 27px 15px 27px 123px;
    background-position: 25px 11px;
}

/***  ***/

/***  CHECKOUT ***/

.checkout #customer_details {
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 24px 34px 39px;
    box-shadow: 0px 0px 10px rgba(131, 168, 193, 0.6);
    margin-bottom: 26px;
    background-color: #FFFFFF;
}
.checkout #order_review {
    float: none;
    width: 100%;
    margin-right: 0;
}
.checkout #order_review_heading {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-right: 34px;
    padding-left: 34px;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.checkout input,
.checkout textarea {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
    padding: 13px 21px 13px;
    width: 100%;
}
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #2c3e6f, 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.checkout input:focus,
.checkout textarea:focus {
    background: #FFFFFF;
}
.chekout-form-caption {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 25px;
}
#billing_first_name_field,
#billing_phone_field {
    float: left;
    width: 48%;
    margin-right: 0;
    clear: none;
    margin-bottom: 17px;
}
#billing_email_field,
#billing_city_field {
    float: right;
    width: 48%;
    clear: none;
    margin-bottom: 17px;
}
#customer_details .col-1,
#customer_details .col-2,
#order_comments_field {
    margin-bottom: 0;
}
#customer_details label {
    margin-bottom: 4px;
}
#order_comments_field textarea {
    height: 75px;
    resize: none;
}
#order_review .shop_table {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(131, 168, 193, 0.6);
    padding: 1px 2px;
    margin-bottom: 23px;
}
.checkout .optional {
    display: none;
}
#order_review .shop_table thead th {
    background: rgba(201, 224, 241, .7);
    padding: 26px 42px;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}
#order_review .shop_table tbody td,
#order_review .shop_table tfoot td,
#order_review .shop_table tfoot th {
    background: rgba(255, 255, 255, .7);
    padding: 26px 42px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid rgba(131, 168, 193, .2);
}
#order_review .shop_table tfoot th {
    color: #2C3E6F;
    font-weight: normal;
}
#order_review .shop_table tfoot tr:last-child th,
#order_review .shop_table tfoot tr:last-child td {
    border-bottom: 0;
}
#order_review .shop_table tfoot tr:last-child td{
    padding: 26px 0;
}
#order_review .shop_table tbody td.product-total{
    padding: 26px 0;
}
#order_review .shop_table .cart-subtotal td {
    background: rgba(245, 251, 255, .7);
    padding: 26px 0;
}
#order_review .shop_table .order-total td {
    background: rgba(245, 251, 255, .7);
    color: #EA1A22;
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 82%;
}

#order_review .shop_table tbody th.product-total,
#order_review .shop_table tbody td.product-total,
#order_review .shop_table tfoot td,
#order_review .shop_table th.product-total{
    text-align: center;
}
#payment {
    text-align: right;
}
#payment .place-order {
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
}
#payment {
    font-size: 12px;
    line-height: 22px;
}
#payment a {
    color: #ea1a22 !important;
    text-decoration: underline !important;
}
#payment a:hover {
    text-decoration: none !important;
}
.woocommerce-privacy-policy-text p {
    margin-bottom: 10px;
}
#payment .validate-required {
    margin-bottom: 25px;
}

/***  ***/

/***  MEDIA ***/

@media (min-width: 1400px) {

}
@media (min-width: 1200px) and (max-width: 1399px) {
  .single-product div.product div.summary {
    width: 55%;
  }
  body .cat-wrap .wrap-title {
    height: 122px;
  }
  body li.product .group_basic_attr tr td {
    padding: 10px 0 10px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body li.product .group_basic_attr tr td {
    padding: 10px 0 10px 5px;
  }
  .archive.right-sidebar .content-area {
    width: 76.913043%;
  }
  .site-main ul.products.columns-4 li.product {
    width: 24%;
    margin-right: 0.8%;
  }
  .filter--style-premmerce .filter__title {
    font-weight: 600;
    font-size: 11px;
  }

  .single-product div.product div.summary {
    width: 62%;
  }
  .single-product div.product .woocommerce-product-gallery {
    margin-right: 15px;
  }
  body .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .single-product form.cart > * {
    margin-left: 10px;
  }
  body .btn-ic-basket {
    padding-left: 45px;
    background-position: -20px -899px;
  }
  .woocommerce-product-attributes .attribute_value {
    width: 38%;
  }
  li.product .group_basic_attr tr td:first-child {
    padding: 10px 0 10px 5px;
  }
  body li.product .group_basic_attr tr td {
    padding: 10px 0 10px 5px;
  }
  body .site-search .widget_product_search form input[type=text],
  body .site-search .widget_product_search form input[type=search] {
      width: 260px;
  }
  body.woocommerce-active .site-header .site-search {
      margin-right: 4.347826087%;
  }
  body .main-navigation ul.nav-menu > li > a {
      padding-left: 20px;
      padding-right: 20px;
  }
  div .hd-phone-wrap .phone,
  div .hd-phone-wrap .mail {
      flex-basis: 65%;
  }
    .hd-phone-wrap .form-call {
        position: absolute;
        right: 0;
        top: 0;
    }
    .hd-phone-wrap {
        position: relative;
    }
    .cat-wrap ul {
      flex-wrap: wrap;
    }
    .box-with-title ul li {
      line-height: 13px;
      padding: 0 5px 0 75px;
    }


}
@media(max-width: 1000px){
    .box-dostavka{
		background-size: auto 300px;
		padding-top: 300px;
		background-position: top center;
	}
	.box-dostavka > div {
		width:100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-wrap ul li {
    padding: 9px 0 11px 60px;
  }
  .cat-wrap > div {
    width: 49.2%;
  }
  .border-wrap {
    top: 6%;
  }
  .map-wrap .box-phone-mail {
    width: unset;
    padding: 30px 40px;
  }
  .map-wrap .box-phone-mail .pm-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .map-wrap .box-phone-mail a {
    font-size: 16px;
  }
  .map-wrap .box-phone-mail a.tel {
    font-size: 18px;
  }
  .archive .site-main ul.products.columns-4 li.product {
    width: 49.05%;
  }
  .filter--style-premmerce .filter__title {
    font-weight: 600;
    font-size: 11px;
  }
  .single-product div.product div.summary {
    width: 61%;
  }
  .single-product div.product .woocommerce-product-gallery {
    margin-right: 15px;
  }
  .group-price {
    flex-direction: column;
  }
  body .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .single-product form.cart > * {
    margin-left: 10px;
  }
  body .btn-ic-basket {
    padding-left: 45px;
    background-position: -20px -899px;
  }
  .woocommerce-product-attributes .attribute_value {
    width: 48%;
  }
  li.product .group_basic_attr tr td:first-child {
    padding: 10px 0 10px 5px;
  }
  body li.product .group_basic_attr tr td {
    padding: 10px 0 10px 5px;
  }
  .site-main ul.products.columns-4 li.product {
    width: 24.05%;
    margin-right: 0.8%;
  }
  .ft-wrap > div {
    width: 49%!important;
    margin-top: 15px;
  }
  .ft-h-div {
    align-items: baseline!important;
  }
  .col-full {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }
    body .main-navigation ul.nav-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }
    body .site-search .widget_product_search form input[type=text],
    body .site-search .widget_product_search form input[type=search] {
        width: 240px;
    }
    div .hd-phone-wrap .phone,
    div .hd-phone-wrap .mail {
        flex-basis: 72%;
    }
    .hd-phone-wrap .form-call {
        position: absolute;
        right: 0;
        top: 0;
    }
    .hd-phone-wrap {
        position: relative;
    }
    body.woocommerce-active .site-header .site-search {
        margin-right: 4.347826087%;
    }
}
@media (max-width: 992px) {
  .cat-wrap ul {
    display: none;
  }
}
@media (min-width: 768px) {

}
@media (max-width: 767px) {
	.woocommerce-products-header__title h1{
	font-size: 24px;
	}


  .main-navigation .handheld-navigation ul.menu li a, .handheld-navigation ul.menu li a {
    padding: 5px 5px 5px 15px;
    background-color: #2c3e6f;
    color: #fff;
    border-bottom: 1px solid #b3b3b3;
  }
  .handheld-navigation ul.menu li {
    padding: 0 15px;
  }
  .oplata-img {
    display: none;
  }
  .contact-wrap ul li {
    width: 100%;
    padding: 9px 0 0px 60px;
    height: 57px;
  }
  .cat-wrap > div {
    width: auto;
    max-width: 450px;
    min-height: 300px;
    margin: 10px auto;
  }
  .map-wrap {
    display: none;
  }
  .border-wrap {
    top: 6%;
  }
  .map-wrap .box-phone-mail {
    width: unset;
    padding: 30px 40px;
  }
  .map-wrap .box-phone-mail .pm-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .map-wrap .box-phone-mail a {
    font-size: 16px;
  }
  .map-wrap .box-phone-mail a.tel {
    font-size: 18px;
  }
  .site-content > .col-full {
    display: flex;
    flex-direction: column;
  }
  .site-content > .col-full .content-area {
    order: 2;
  }
  .site-content > .col-full .widget-area {
    order: 1;
  }
  .ft-wrap > div {
    width: 49%!important;
    margin-top: 15px;
  }
  .ft-h-div {
    align-items: baseline!important;
  }
    .col-full {
      margin-left: 0;
      margin-right: 0;
      padding: 0 10px;
    }
    .hd-phone-wrap .mail {
        display: none;
    }
    .hd-phone-wrap .form-call {
      width: 39px;
      height: 39px;
      background-position: -23px -575px;
      background-size: 85px;
    }
    .hd-phone-wrap .form-call:hover {
      background-position: -23px -677px;
    }
    .hd-phone-wrap .phone {
      font-size: 14px;
    }
    .hd-phone-wrap p {
      margin-right: 10px;
    }
    .site-header {
        padding-top: 5px;
    }
    .woocommerce-active .site-header .site-branding,
    .hd-phone-wrap {
        margin-bottom: 5px;
    }
    .storefront-primary-navigation #site-navigation {
        float: left;
        width: 95px;
        margin-top: 4px;
    }
    .handheld-navigation {
      position: absolute;
      background: #fff;
      right: 0;
      left: 0;
      top: 42px;
    }
    span.woocommerce-Price-amount.amount{
        margin-left: 10px;
    }
    .box-about-us, .box-about-us ul {
      flex-direction: column;
    }
    .box-about-us > div:first-child {
      width: 100%;
      padding-right: 0;
    }
    .box-about-us > div:last-child {
      width: 100%;
    }
    .box-with-title ul li {
      width: 100%;
    }
    .main-navigation div.menu:last-child {
        display: block;
        position: absolute;
        background-color: #fff;
        top: 41px;
    }
    .storefront-primary-navigation {
        position: relative;
    }
    #site-header-cart {
        display: flex;
        justify-content: flex-end;
    }
    .site-branding {
        max-width: 104px;
    }
    button.menu-toggle {
        border: 1px solid rgba(217, 234, 245, 0.2);
        border-radius: 3px;
        background-color: #2c3e6f;
        padding: 6px 5px 6px 31px;
    }
    button.menu-toggle span {
        font-size: 14px;
        line-height: 17px;
        color: #D9EAF5;
        text-transform: uppercase;
        font-weight: 500;
    }
    button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
        background-color: #D9EAF5;
        left: 10px;
        width: 15px;
    }
    .toggled button.menu-toggle span {
        color: #2c3e6f;
    }
    .toggled button.menu-toggle::before, .toggled button.menu-toggle::after, .toggled button.menu-toggle span::before {
        background-color: #2c3e6f;
    }
    button.menu-toggle:hover {
        background-color: #2c3e6f;
    }
    .toggled button.menu-toggle {
        background-color: #fff;
    }
    button.menu-toggle:focus {
        outline: none;
    }
    button.menu-toggle:hover {
        border-color: rgba(217, 234, 245, 0.2);
    }
    .single-product div.product .woocommerce-product-gallery {
      width: auto;
      margin: 20px auto;
      float: none;
      display: table;
    }
    .single-product div.product .summary {
      width: 100%;
    }
    .woocommerce-product-attributes tbody tr {
      flex-basis: 100%;
    }
    li.product img {
      margin: auto;
    }
    .group-price {
      flex-direction: column;
    }
    .woocommerce-product-attributes .attribute_value {
      width: 55%;
    }
    .group_basic_attr tr td:last-child {
      width: 30%;
    }
    body .btn {
      font-size: 14px;
      padding: 10px 20px;
    }
    .single-product form.cart > * {
      margin-left: 10px;
    }
    body .btn-ic-basket {
      padding-left: 45px;
      background-position: -20px -899px;
    }
    .wc-attr .woocommerce-product-attributes .attribute_name {
      background-position-x: -15px;
      width: 59%;
    }
    .woocommerce-product-attributes tr th {
        padding-left: 50px;
    }
    .woocommerce-product-attributes tr>* {
      padding: 20px 0 19px 10px;
    }
    .ft-wrap > div {
      width: 100%!important;
    }
    .form_box {
      min-width: 360px;
    }

}
@media(max-width: 500px){
    .woocommerce-billing-fields__field-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #billing_first_name_field, #billing_phone_field, #billing_email_field, #billing_city_field{
        width: 100%;
    }
}
@media (max-width: 480px) {
.box-dostavka{
		background-position: top left;
	}
	.wrap-form-partners input[type='tel'],.wrap-form-partners input[type='text'],.wrap-form-partners textarea{
		padding: 20px 4px 18px !important;
	}
	.wrap-form-partners .wpcf7-list-item-label{
	    font-size: 12px;
	}
body{
	padding-top:91px;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

tr.woocommerce-cart-form__cart-item.cart_item>td {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table.cart td.product-remove a.remove {top: 50%;left: 23px;right: auto;transform: translateY(-50%);}

.woocommerce-cart-form a.remove::before {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}


}

.qanti_hid {
    display: none;
}

.arch_add_cart_click, .arch_one_click {
    width: 100%;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    margin: 0;
    text-align: center;
    display: block;
    margin-top: 15px;
	transition: .5s;
}


.arch_add_cart_click {
    background: #ea1a22 !important;
    transition: .5s;
}

.arch_add_cart_click:hover {
    background: #fff;
    transition: .5s;
}

.arch_one_click {
    background: #fff;
    transition: .5s;
}

.arch_one_click:hover {
    background: #ea1a22;
    transition: .5s;
}



/***  ***/

.arch_bot {
    background: #ea1a22;
    border: 1px solid #ea1a22;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: .5s;
}

.arch_bot:hover {
    background: #fff;
    border: 1px solid #ea1a22;
    color: #ea1a22 !important;
	transition: .5s;
}

a.added_to_cart.wc-forward {
    background: #fff;
    color: #ea1a22;
    border: 1px solid #ea1a22;
    width: 100%;
}

.post-13{
	min-height: 40vh;
}
.wpcf7-acceptance a{
	text-decoration:underline;
	color: #ea1a22;
}
.wpcf7-acceptance a:hover{
	text-decoration:none;
}
small small{
	opacity:1 !important;
}

.woocommerce-checkout .entry-content{
	min-height: 500px;
}
.widget_product_search form:not(.wp-block-search) button[type=submit] {
       position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 100%;
    left: auto;
    z-index: 43;
    clip: auto !important;
    clip-path: none !important;
	opacity: 0;
}
.wc-empty-cart-message~p {
    margin-bottom: 55px;
}

.error-404-inner{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.error-404 img{
	margin-bottom:25px;
}
.error-404 .title{
	font-size:25px;
}

@media (max-width: 450px) {

    .wrap-form-partners .flex.two-input{
        flex-direction: column;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }
    .wrap-form-partners .two-input div{
        width: 100%;
    }
    .wrap-form-partners .flex.two-input .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
    }
    .wrap-form-partners .flex.two-input .message-parthners{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .wrap-form-partners .flex.two-input input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-send.btn.btn-back-red {
        flex: 1;
        margin: 0px auto 0;
        width: fit-content;
    }
    .wrap-form-partners .info-parthners p:last-child{
        position: absolute;
        bottom: 70px;
    }
}

.cookie-modal {
    border: 1px solid #e6e6e6;
}

.cookie-modal__text a {
    color: #ea1a22 !important;
}

.cookie-modal__btn {
    background: #ea1a22;
    border: 1px solid #ea1a22;
}

.cookie-modal__btn:hover {
    background: none;
    color: #ea1a22;
    border: 1px solid #ea1a22;
}

.wpcf7-list-item-label i {
    color: red;
}

.woocommerce-terms-and-conditions-checkbox-text a {
    color: #ea1a22 !important;
    text-decoration: underline !important;
}

.woocommerce-terms-and-conditions-checkbox-text i {
    color: #e2401c;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
    padding: 20px 18px;
    width: 100%;
    -webkit-appearance: none;
}

.screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
