.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-order-details__title {
    margin-bottom: 15px !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 0!important;
}
.woocommerce button.button.alt {
    background-color: var(--color-osnova) !important;
}
.woocommerce button.button.alt:hover {
    background-color: var(--color-osnova2) !important;
}
.woocommerce .woocommerce-customer-details address {
    padding: 30px 12px;
}
.woocommerce
.woocommerce-customer-details
.woocommerce-customer-details--phone::before,
.woocommerce
.woocommerce-customer-details
.woocommerce-customer-details--email::before {
    display: none;
}
.woocommerce table.shop_table td{
    border-color:var(--border)!important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
.woocommerce-customer-details
.woocommerce-customer-details--phone {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #484848;
}
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
    button.button.alt {
    background-color: var(--color-osnova) !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
    button.button.alt:hover {
    background-color: var(--color-osnova2) !important;
}
.archive.woocommerce .block-tovfl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.archive.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0 !important;
    padding-top: 54px !important;
    padding-bottom: 0 !important;
}
.woocommerce .woocommerce-breadcrumb .krohitov svg {
    width: 12px;
    margin-left: 7px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.archive.woocommerce .wings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
}
.archive.woocommerce .wings .woocommerce-result-count,
.archive.woocommerce .wings .woocommerce-ordering {
    margin-bottom: 0 !important;
}
.archive.woocommerce .page-tovar {
    background-color: #f5f6f8;
}

.woocommerce-breadcrumb .vc_column-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 15px 8px;
    width: 100%;
}
.woocommerce-breadcrumb h1 {
    font-family: "Inter", sans-serif, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 36px;
    padding: 11px 0 25px !important;
}
.single-product.woocommerce .widget-product {
    margin-right: 30px;
    padding: 0;
    max-width: 280px;
    width: 100%;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 0;
    margin-bottom: 29px;
    z-index: 9;
}

.woocommerce-cart .return-to-shop,
.woocommerce-cart .woocommerce .cart-empty.woocommerce-info {
    text-align: center;
}
.woocommerce-cart .variation{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.woocommerce td.product-name dl.variation dt{
    margin-right:5px!important;
    font-weight: 500;
}
.woocommerce td.product-name dl.variation dd:not(:last-child){
    margin-right:10px!important;
}
.woocommerce .label-bar {
    text-align: center;
    padding: 10px 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid #dbdfec;
    border-radius: 5px;
    display: none;
    font-size: 0;
}
.woocommerce .input-bar + .label-bar:before {
    content: "Показать фильтры";
    line-height: 30px;
}
.woocommerce .input-bar:checked + .label-bar:before {
    content: "Скрыть фильтры";
    line-height: 30px;
}
.woocommerce .input-bar {
    display: none;
}

.woocommerce .input-bar:checked ~ article.ac {
    height: auto;
}
.woocommerce-cart .woocommerce-info::before {
    position: initial;
    top: 0px;
    left: 0;
    margin-right: 10px;
}
.woocommerce-cart .woocommerce-info {
    padding: 14px 25px !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 4px;
    overflow-x: auto;
    list-style: none;
    position: relative;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs > div {
    padding: 0 20px 8px;
    margin-right: 5px;
    font-size: 16px;
    color: #8c8c8c;
    border-bottom: 3px solid var(--fon);
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs > div.active {
    color: #484848;
    border-bottom: 3px solid var(--color-osnova);
    z-index: 1;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs a:hover {
    color: #484848;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
    ul.tabs
    > div:hover
    a {
    color: #484848;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    content: "";
    border-bottom: 4px solid var(--fon);
    width: 100%;
    position: absolute;
    bottom: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs .line {
}
.single-product.woocommerce div.product .woocommerce-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 21px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    display:none!important;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.woocommerce-Tabs-panel {
    padding: 30px 0px 50px !important;
    margin-bottom: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-bottom: 0;
    background-color: #fff0;
    padding: 0;
    border: none !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    opacity: 1;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500 !important;
    padding: 7px 3em;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 700 !important;
    background-color: #fff;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.single-product.woocommerce .widget .search-form .search-submit,
.archive.woocommerce .widget .search-form .search-submit {
    background-color: #ebe9eb;
}
.single-product.woocommerce .widget .search-form .search-submit span:before,
.archive.woocommerce .widget .search-form .search-submit span:before {
    color: #515151;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #515151;
    background-color: #ebe9eb;
}
.woocommerce table.shop_attributes {
    border: 0 !important;
}
.single-product.woocommerce .variations tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 23px;
}
.single-product.woocommerce .reset_variations {
    display: none !important;
}
.single-product.woocommerce .variations #tip-pribora {
    padding: 0;
    border: 0;
    height: auto;
}
.single-product.woocommerce .product-type-variable .entry-summary {
    height: auto;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 10px;
}
.woocommerce
    div.product
.woocommerce-variation-price
.woocommerce-Price-amount {
    padding-left: 0;
    margin-bottom: 0px;
    display: block;
}
.archive.woocommerce .widget-shop .widget:last-child,
.archive.woocommerce .widget-shop .widget:first-child,
.single-product.woocommerce .widget-product .widget:last-child,
.single-product.woocommerce .widget-product .widget:first-child {
    border: none;
    padding: 0px;
}
.archive.woocommerce .widget-shop .widget li.cat-parent:hover > ul.children,
.single-product.woocommerce
.widget-product
.widget
    li.cat-parent:hover
    > ul.children {
    display: block;
}
.archive.woocommerce .widget-shop .widget li.cat-parent > a:after,
.single-product.woocommerce .widget-product .widget li.cat-parent > a:after {
    background-repeat: no-repeat;
    content: "" !important;
    background-position: right;
    width: 13px;
    height: 20px;
    background-size: 13px;
    float: right;
    background-image: url(/wp-content/uploads/right-arrow.png);
}
.archive.woocommerce .widget-shop .widget li.cat-parent:hover > a:after,
.single-product.woocommerce
.widget-product
.widget
    li.cat-parent:hover
    > a:after {
    background-image: url(/wp-content/uploads/right-arrow-white.png);
}
.archive.woocommerce .widget-shop .widget li a,
.single-product.woocommerce .widget-product .widget li a {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 15px 25px;
    width: 100%;
    display: block;
}
.archive.woocommerce .widget-shop .widget,
.single-product.woocommerce .widget-product .widget {
    border-left: none;
    background-color: #fff;
    border-right: none;
}
.archive.woocommerce .widget-shop .widget .parent,
.single-product.woocommerce .widget-product .widget .parent {
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    background-position: center !important;
    background-image: url(/wp-content/uploads/right-arrow.png);
}
.archive.woocommerce .widget-shop .widget .back:first-child,
.single-product.woocommerce .widget-product .widget .back:first-child {
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    background-position: center !important;
    background-image: url(/wp-content/uploads/right-arrow-left.png) !important;
}
.archive.woocommerce .widget-shop .widget .parent:hover,
.single-product.woocommerce .widget-product .widget .parent:hover {
    background-image: url(/wp-content/uploads/right-arrow-white.png) !important;
}
.archive.woocommerce .product h3 {
    padding: 0px !important;
    font-weight: 400 !important;
    line-height: 165% !important;
}
.single-product.woocommerce .product h3.zg {
    color: var(--color-osnova) !important;
    font-weight: 500 !important;
    padding-bottom: 10px !important;
}
.archive.woocommerce .price,
.single-product.woocommerce .products .price,
.archive.woocommerce .out-of-stock,
.single-product.woocommerce .products .out-of-stock, 
.search .price,
.search .out-of-stock{
    color: var(--color-osnova) !important;
    margin-bottom: 0 !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    font-weight: 500 !important;
}
.archive.woocommerce .product .button,
.single-product.woocommerce .kartoch .product .button, .search  .kartoch .product .button {
    margin: 15px auto 30px !important;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--color-osnova) !important;
    color: #fff !important;
}
.archive.woocommerce .product .button, .search .product .button {
    display: none !important;
}
.woocommerce div.product .dubladd .button,
.woocommerce div.product .dubladd a.button {
    background-color: var(--color-osnova) !important;
    color: #fff !important;
    margin-right: 2px;
    border-radius: 5px ! Important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 229px !important;
    font-weight: 500 !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.woocommerce div.product .dubladd .button.wildberries{
	    background-color: #a73afd !important;
    width: 100% !important;
    margin-top: 15px;
}
.woocommerce div.product .dubladd .button.wildberries:hover{
	        background-color: rgba(167, 58, 253, .9)!important;
}
.woocommerce div.product .dubladd{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;   
    margin-bottom: 8px;
	flex-direction: column;
}
/*
.woocommerce div.product .dubladd .button[data-toggle="modal"]{
    display:none;
}
*/
 
 .woocommerce div.product .dubladd #visible_add_to_cart_button, .woocommerce div.product .dubladd .quantity{
	display:none!important;
}

.woocommerce div.product .dubladd .button[data-toggle="modal"]{
    width: 100% !important;
    margin-right: 0 !important;
    background-color: #fff !important;
    color: var(--color-osnova) !important;
}
.woocommerce div.product .dubladd .button[data-toggle="modal"]:hover{
	background-color: var(--color-osnova2)!important;
	color:#fff!important;
}

.woocommerce div.product div.summary > .button {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--color-osnova) !important;
    color: #fff !important;
    margin-top: 25px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
}
.archive.woocommerce .product .button:hover,
.single-product.woocommerce .product .button:hover {
    background: var(--color-osnova2) !important;
    border-color: var(--color-osnova2) !important;
}
.bootstrap-select:hover .dropdown-menu {
    display: block;
    min-width: auto;
    width: 100%;
}
.archive.woocommerce .zagolovok-tovara,
.single-product.woocommerce .zagolovok-tovara {
    display: none;
}
.single-product .woocommerce-breadcrumb .vc_column-inner {
    padding-bottom: 30px;
}
.single-product .katalog {
    display: none;
}
.woocommerce-cart .katalog,
.woocommerce-checkout .katalog {
    display: none;
}
.woocommerce-cart .site-main > .container, .woocommerce-checkout  .site-main > .container{
    width: 100%;
}
.woocommerce-checkout .site-main > .container{
    padding-bottom: 20px;
}
.woocommerce-cart .site-main > .container .main-content,
.woocommerce-checkout .site-main > .container .main-content {
    padding: 0;
}
.archive.woocommerce .cena-woc,
.single-product.woocommerce .cena-woc {
    color: #202124;
    font-size: 14px;
}
.archive.woocommerce .amount {
	    font-weight: 500 !important;
}


.single-product.woocommerce div.product p.price bdi{
        font-weight: 600;
font-size: 40px;
color: #fff;
        line-height: 1.3;
}
.single-product .product_cat-oborudovanie .kupit, .single-product.woocommerce .product_cat-oborudovanie .stock-status, .single-product .product_cat-kosmetika .podzakbut, .single-product.woocommerce .product_cat-kosmetika .podzak, .single-product.woocommerce .product_cat-kosmetika p.price .ot{
	display:none!important;
}
.single-product.woocommerce div.summary .zgrate .stock{
	display:none;
}
.single-product.woocommerce div.product p.price .discount-percentage{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    background-color: #F02E2E;
    color: #fff;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 9px !important;
    margin-top: -3px;
}
.single-product.woocommerce .woo-katal del .amount bdi{
    color: #fff!important;
    font-size:20px!important;
}
.single-product.woocommerce .woo-katal ins .amount bdi{
    color: #F02E2E!important;
}
.single-product.woocommerce div.product p.price del, .single-product.woocommerce div.product span.price del {
    opacity: 1;
    display: inline-block;
    font-weight: 600 !important;
    font-size: 20px;
	color: #fff!important;
    text-decoration: none;
    position: relative;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-right: 5px;
}
.single-product.woocommerce div.product p.price del .woocommerce-Price-currencySymbol, .single-product.woocommerce div.product span.price del .woocommerce-Price-currencySymbol{
    display:none;
}
.single-product.woocommerce div.product p.price del:before, .single-product.woocommerce div.product span.price del:before{
content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    display: block;
    background-color: #484848;
    -webkit-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
            transform: rotate(-14deg);
    top: 12px;
}
.single-product.woocommerce ins {
    text-decoration: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
}
.single-product.woocommerce .stock-status{
        font-size: 14px;
    margin-bottom: 0;
	color: #fff;
	    margin-top: -8px;
	display:none;
}
.single-product.woocommerce .woo-katal .podzak{
	color:#fff;
	    font-size: 14px;
    margin-bottom: 0;
	margin-top: -8px;
}
.single-product .flex-control-nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 525.5px;
    background-color: #fff;
    border-top: 0;
    margin: 60px 0 !important;
}
.single-product #wooswipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    margin-bottom: 0;
    width: 45%;
}
.single-product .flex-direction-nav {
    position: absolute;
    left: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60px;
    margin: 0;
    height: 500px;
}

.nxtclick {
    -webkit-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
    -webkit-transition-duration: 0ms;
     -o-transition-duration: 0ms;
    transition-duration: 0ms;
}

.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-right: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 20px;
}

.slick-list {
    overflow: inherit !important;
}

.single-product .flex-viewport {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
}
.single-product .flex-control-thumbs li {
    width: 60px !important;
    height: 80px !important;
    margin: 0px 0px 20px !important;
}
.single-product .flex-direction-nav li {
    list-style: none;
}
.single-product .flex-direction-nav li .flex-prev {
    background-image: url(/wp-content/uploads/arrow-76-1.png);
    font-size: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
}
.single-product .flex-direction-nav li .flex-next {
    background-image: url(/wp-content/uploads/arrow-76-1.png);
    font-size: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center;
}
.single-product .flex-control-thumbs li .flex-active {
    border: 1px solid var(--color-osnova);
}
.single-product .flex-control-thumbs li:last-child {
    margin-bottom: 0 !important;
}
.single-product .flex-control-thumbs li img {
    -o-object-fit: contain;
       object-fit: contain;
    height: inherit !important;
}
.single-product div.product .woocommerce-product-gallery__image img {
    height: 500px !important;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative !important;
}
.single-product .woocommerce-product-gallery__wrapper {
    height: 500px !important;
}
.single-product .woocommerce-product-gallery__wrapper > div {
    height: 100% !important;
}
.single-product .woocommerce-product-gallery__wrapper > div a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px 15px 20px 30px;
    background-color: #fff;
    position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 30px;
    right: 30px;
    display: none;
}

.pswp__ui--fit .pswp__caption {
    display: none;
}
.pswp__button:hover,
.pswp__ui--idle .pswp__top-bar {
    opacity: 1 !important;
}
button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
    background-color: #000 !important;
    padding: 0 !important;
}
.pswp__button--close,
.pswp__button--fs {
    display: block !important;
}
button.pswp__button {
    background-image: url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) !important;
}
button.pswp__button--close:hover {
    background-position: 0 -44px !important;
}
button.pswp__button--zoom:hover {
    background-position: -88px 0 !important;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    background-image: none !important;
}
.archive.woocommerce .products .krat-opis,
.single-product.woocommerce .products .krat-opis {
    padding: 10px 15px;
    margin-bottom: 0;
}
.archive.woocommerce .products .ploved,
.single-product.woocommerce .products .ploved {
    display: none;
}
.archive.woocommerce .product:hover > .ploved,
.single-product.woocommerce .products .product:hover > .ploved {
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 2px 2px 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 2px 0px;
    width: 100%;
}
.archive.woocommerce .product:hover .title-price > .ploved,
.single-product.woocommerce .products .product:hover .title-price > .ploved {
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 2px 2px 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 2px 0px;
    width: 100%;
}
.archive.woocommerce .woocommerce-ordering .orderby,
.single-product.woocommerce .woocommerce-ordering .orderby {
    position: relative;
}
.archive.woocommerce .woocommerce-ordering .dropdown-menu.open,
.single-product.woocommerce .woocommerce-ordering .dropdown-menu.open {
    top: 45px;
    padding: 10px 0;
    margin: 0;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.archive.woocommerce .woocommerce-ordering .dropdown-menu li:hover,
.single-product.woocommerce .woocommerce-ordering .dropdown-menu li:hover {
    background-color: var(--color-osnova) !important;
    color: #fff !important;
    opacity: 1;
}
.bootstrap-select .dropdown-toggle:hover,
.single-product.woocommerce .dropdown-toggle:hover {
    background-color: #fff;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
    ),
.archive.woocommerce .woocommerce-ordering .dropdown-toggle,
.single-product.woocommerce .woocommerce-ordering .dropdown-toggle {
    width: 275px;
}
.archive.woocommerce .woocommerce-ordering .dropdown-toggle,
.single-product.woocommerce .woocommerce-ordering .dropdown-toggle {
    padding-left: 20px !important;
    background-color: #fff !important;
}
.archive.woocommerce .woocommerce-ordering .dropdown-menu li:hover a,
.single-product.woocommerce .woocommerce-ordering .dropdown-menu li:hover a {
    color: #fff !important;
    opacity: 1;
    background-color: var(--color-osnova) !important;
}
.archive.woocommerce .woocommerce-ordering .orderby option,
.single-product.woocommerce .woocommerce-ordering .orderby option {
    background-color: #fff;
    color: #3c4043;
}

.widget_product_categories ul li .children {
    position: absolute;
    left: 100%;
    width: 100%;
    margin-top: -56px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 2px 15px rgb(6 7 10 / 20%);
    box-shadow: 0 2px 15px rgb(6 7 10 / 20%);
    padding-left: 0;
}

/*   woocommerce      */
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    display: none;
}

.woocommerce-cart tr {
    text-align: center;
}
.woocommerce-cart .woocommerce a.remove {
    margin: 0 auto;
}
.woocommerce-cart .cart-subtotal {
    display: none;
}
.woocommerce-cart .cart_totals h2 {
    display: none;
}
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td,
.woocommerce-cart .cart_totals table {
    border: none !important;
}
.woocommerce-cart .cart_totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce-cart table.shop_table {
    margin-bottom: 5px !important;
}
.woocommerce-cart a.button.alt {
    background-color: var(--color-osnova) !important;
    padding: 20px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.woocommerce-cart .product-thumbnail {
    padding: 0 !important;
    width: 70px;
    height: 100%;
}
.woocommerce-cart .product-thumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        width: 80px;
    aspect-ratio: 1 / 1;
}
.woocommerce-cart .product-thumbnail a img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.woocommerce-cart .amount {
    font-weight: 400 !important;
    font-size: 24px !important;
    border-bottom: 1px dashed #333 !important;
}
.woocommerce-cart .order-total td {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    padding-left: 3px !important;
    padding-top: 11px !important;
}
.woocommerce-cart .order-total th {
    font-size: 24px !important;
    text-transform: uppercase;
    width: 100px;
    padding: 4px 0 !important;
}
.archive.woocommerce .added_to_cart {
    padding: 0px 15px 15px;
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
}
.woocommerce div.product form.cart .variations tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}





.woocommerce div.product form.cart .variations tbody tr .value #pa_color + .variation-checkboxes{
    display:none;
}
.woocommerce div.product form.cart .variations tbody tr .value  .color-circles-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.woocommerce div.product form.cart .variations tbody tr .value .color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--border);
    cursor: pointer;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}
.woocommerce div.product form.cart .variations tbody tr .value  .color-circle:hover {
    border-color: var(--color-osnova);
}
.woocommerce div.product form.cart .variations tbody tr .value .color-circle.active {
    border-color: var(--color-osnova);
}
.woocommerce div.product form.cart .variations tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.woocommerce div.product form.cart .variations tbody tr th {
    padding: 0 0 10px;
}
.woocommerce div.product form.cart .variations tbody tr .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
.woocommerce div.product form.cart .variations tbody tr .variation-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.woocommerce div.product form.cart .variations tbody tr th label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 11px;
}
.quantity .qty, .woocommerce-cart .qty {
padding: 9.5px 0 !important;
    text-align: center !important;
    font-size: 20px !important;
    color: var(--color-osnova)!important;
    font-weight: 500 !important;
    width: 48px !important;
    outline: 0;
    -webkit-appearance: none;
    height: 100%;
    margin-right: 2px!important;
    border: 1px solid var(--color-osnova);
    border-radius: 5px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    display: none !important;
}
.woocommerce-cart .product-name a{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.single-product .quantity a:first-child, .woocommerce-cart .quantity a:first-child {
    border-bottom: 1px solid var(--color-osnova);
}
.single-product .quantity a.quantity-plus::before, .woocommerce-cart .quantity a.quantity-plus::before {
    content: "+";
}
.single-product.quantity a.quantity-minus::before, .woocommerce-cart .quantity a.quantity-minus::before {
    content: "-";
    font-size: 25px;
}
.single-product .quantity a, .woocommerce-cart .quantity a {
        padding: 0px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 10px;
    font-size: 10px;
    color: #000;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
        width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
}
.single-product .quantity a path, .woocommerce-cart .quantity a path{
    stroke:var(--color-osnova);
}
.single-product .quantity a::before, .woocommerce-cart .quantity a::before{
    color: #484848;
    font-weight: 500;
}
.single-product .quantity .group-buttons, .woocommerce-cart .shop_table .quantity .group-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    border: 1px solid var(--color-osnova);
    border-radius: 5px;
}
.single-product .quantity{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 78px;
    padding-right: 0;
    position: relative;
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.woocommerce-cart td.product-quantity {
    width: 78px;
    min-width: auto !important;
}
.woocommerce-cart .cart_item:not(:first-child){
    border-top: 1px solid var(--border);
}
.woocommerce-cart .product-subtotal, .woocommerce-cart .product-price{
    width:180px;
}
.woocommerce-cart .product-remove{
        max-width: 88px;
}
.woocommerce-cart .shop_table .quantity{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-right: 0;
    position: relative;
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;    
    min-width: auto;
}
.single-product .quantity input::-webkit-outer-spin-button,
.single-product .quantity input::-webkit-inner-spin-button {
    opacity: 1;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.woocommerce-Tabs-panel--additional_information {
    padding: 0;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.woocommerce-Tabs-panel--additional_information
    table {
    margin-bottom: 0;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.woocommerce-Tabs-panel--additional_information
    table
    th {
    width: auto;
}
.single-product.woocommerce .comment-form-author label,
.single-product.woocommerce .comment-form-email label {
    padding-right: 15px !important;
}

.single-product.woocommerce .comment-form-email label:first-child,
.single-product.woocommerce comment-notes {
    display: none;
}
.woocommerce-checkout .checkout h3{
    margin-bottom:30px!important;
}
.woocommerce-checkout form .form-row {
    margin: 0 0 20px!important;
}
.woocommerce-Tabs-panel--reviews {
    padding-bottom: 15px !important;
}
.woocommerce-Tabs-panel--additional_information th,
.woocommerce-Tabs-panel--additional_information td {
    border-width: 0;
    border-bottom: 1px solid #e3e3e3 !important;
    font-weight: 300;
    padding: 10px !important;
}
.woocommerce-Tabs-panel--additional_information tr:nth-child(2n) {
    background-color: #f7f7f7;
}
.woocommerce table.shop_attributes th {
    font-weight: 300 !important;
    color: #333 !important;
}
#commentform {
    margin-top: 10px;
}
#commentform label {
    margin-bottom: 5px;
	color: var(--color-osnova);
}
.wac-qty-button {
    color: #696e82 !important;
    font-weight: 500;
}
.product .quantity {
    border-radius: 10px;
}
.archive.woocommerce .widget .widgettitle,
.single-product.woocommerce .widget .widgettitle {
    padding: 20px 25px 18px;
    background: #eee;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #eee !important;
}
.single-product.woocommerce .widget-product .widget:first-child,
.single-product.woocommerce .widget-product .widget:last-child {
    border: none;
}
.single-product.woocommerce .widget-product .widget {
    border: 1px solid #f3f3f3;
    border-left: none;
    background-color: #fff;
    border-right: none;
}
.single-product.woocommerce .tovar-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce div.product div.summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.single-product.woocommerce div.summary {
    width: 42% !important;
    background-color: #fff;
    padding: 0px 0px 0 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-bottom: 0 !important;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
}
.single-product.woocommerce div.summary .zgrate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;     
}
.single-product.woocommerce div.summary .zgrate .product-attributes{
    display:none;
}
.single-product.woocommerce .woo-katal, .single-product.woocommerce .otzivitut .polkatal{
    width: 350px;
    position:sticky;
    top:var(--sticky-top);
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    -ms-flex-negative:0;
        flex-shrink:0;
}
.single-product.woocommerce .woo-katal{
	border: 1px solid var(--fon);
    border-radius: 10px;
    padding: 11px 20px 15px;
    margin-bottom: 15px;
    background-color: var(--fon);
}


.single-product.woocommerce div.product .price-add {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 20px;
}
.single-product.woocommerce div.product p.price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.single-product.woocommerce div.product p.price .woocommerce-Price-amount {
    padding-left: 9px;
    display: flex;
    flex-shrink: 0;
    align-items: flex-end;
}
.single-product.woocommerce div.product p.price .woocommerce-Price-amount .nds-label {
    padding-left: 5px;
}

.single-product.woocommerce div.product .block-1-2 .slideopis .conteindlakatal, .single-product.woocommerce .otzivitut .polotz{
    width: 76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 30px;
}
.single-product.woocommerce div.summary .zgrate .product_title {
    font-size: 32px;
    max-width: 500px;
    white-space: wrap;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
	    line-height: 115% !important;
	font-weight: 600 !important;
	color:var(--color-osnova);
}
.single-product.woocommerce .variation-checkboxes input[type="checkbox"] {
    display: none;
}
.single-product.woocommerce .variation-checkboxes input[type="checkbox"] + label {
    position: relative;
    font-weight: 400 !important;
    font-size: 14px;
    color: #484848;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 6px;
    line-height: 0;
    padding: 11px 13px;
}
.single-product.woocommerce .variation-checkboxes input[type="checkbox"]:checked + label, .single-product.woocommerce .variation-checkboxes input[type="checkbox"] + label:hover{
    border: 1px solid var(--color-osnova);
}
.single-product.woocommerce .ocenivopr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        margin-bottom: 27px;
}
.single-product.woocommerce .ocenivopr .product-rating, .single-product.woocommerce .ocenivopr .imgvopr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
            font-weight: 600;
        color: var(--color-osnova);
    font-size: 14px;
}
.single-product.woocommerce .ocenivopr .product-rating{
	display:none;
}
.single-product.woocommerce .ocenivopr .imgvopr{
    padding-left:0px;
}
.single-product.woocommerce .ocenivopr .imgvopr svg{
        margin-right: 4px;
}
.single-product.woocommerce .ocenivopr .imgvopr svg path{
	fill:var(--color-osnova);
}
.single-product.woocommerce .ocenivopr .imgvopr a{
    color:var(--color-osnova);
}
.single-product.woocommerce .ocenivopr .imgvopr:hover a{
	color: var(--color-osnova2)!important;
}
.single-product.woocommerce .ocenivopr .imgvopr:hover path{
	fill:var(--color-osnova2);
}
.single-product.woocommerce .ocenivopr .product-rating .ratings-count{
    position:relative;
}
.single-product.woocommerce .ocenivopr .product-rating .ratings-count:before{
    content:"";
    position:absolute;
    width:100%;
    bottom: 3px;
    border-bottom: 1px dashed;
}
.single-product.woocommerce .ocenivopr .product-rating span{
        font-weight: 600;
        color: #8c8c8c;
    font-size: 14px;
}
.single-product.woocommerce .ocenivopr .average-rating{
    margin-right:10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-product.woocommerce .ocenivopr .product-rating svg{
    margin-right:4px;
}
.single-product.woocommerce .ocenivopr .product-rating .zvezda{
        margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,\
<svg width="16" height="16" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M11.3592 1.50886C11.7184 0.403295 13.2825 0.403296 13.6417 1.50886L15.711 7.87746C15.8717 8.37189 16.3324 8.70665 16.8523 8.70665H23.5486C24.7111 8.70665 25.1944 10.1942 24.254 10.8775L18.8365 14.8135C18.4159 15.1191 18.2399 15.6607 18.4006 16.1551L20.4699 22.5237C20.8291 23.6293 19.5637 24.5486 18.6233 23.8654L13.2058 19.9293C12.7852 19.6238 12.2157 19.6238 11.7951 19.9293L6.37766 23.8654C5.43721 24.5486 4.17183 23.6293 4.53105 22.5237L6.60033 16.1551C6.76098 15.6607 6.58499 15.1191 6.16441 14.8135L0.746957 10.8775C-0.193499 10.1942 0.289833 8.70665 1.4523 8.70665H8.14864C8.66851 8.70665 9.12926 8.37189 9.28991 7.87746L11.3592 1.50886Z" fill="%23F0E02E"/>\
</svg>');
    background-repeat: no-repeat;
}
.single-product.woocommerce .infotov{
    padding-top:100px;
        padding-right: 30px;
        width: 100%;
}
.single-product.woocommerce .infotov > div:not(:first-child){
    padding-top:100px;
}

.single-product.woocommerce .infotov h2{
    font-size: 32px;
    margin-bottom: 20px !important;
        width: 100%;
	color:var(--color-osnova);
}
.single-product.woocommerce .infotov .product-attributes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px;
}
.single-product.woocommerce .infotov .product-attributes h2{
    padding:0 25px;
    margin-bottom: 30px !important;
}
.single-product.woocommerce .infotov .product-attributes > div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    width: calc(50% - 50px);
    margin: 0 25px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position:relative;
}
.single-product.woocommerce .infotov .product-attributes .attribute-pa_vyvod-v-kataloge{
    display:none;
}
.single-product.woocommerce .infotov .product-attributes > div:before{
    content: "";
    border-bottom: 1px dashed #dedede;
    position: absolute;
    bottom: 8px;
    width: 100%;
}
.single-product.woocommerce .infotov .product-attributes .allhar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color:#fff;
        z-index: 1;
        padding-left: 5px;
    margin-left:5px;
}
.single-product.woocommerce .infotov .product-attributes .xar{
margin-bottom:0;
    font-weight: 600;
font-size: 14px;
color: var(--color-osnova);
        z-index: 1;
}
.single-product.woocommerce .infotov .product-attributes .xar:not(:last-child){
    margin-right:4px;
}
.single-product.woocommerce .infotov .woo-description .text{
        max-width: 650px;
    margin-bottom: 0px;
    line-height: 1.2 !important;
    font-weight: 500;
    color: var(--color-osnova);
}
.single-product.woocommerce div.summary .price-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0px;
}
.single-product.woocommerce .product_meta,
.single-product.woocommerce .priceopis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.single-product.woocommerce .product_meta .sku_wrapper,
.single-product.woocommerce .priceopis .price {
    font-weight: 400 !important;
}
.single-product.woocommerce .product_meta .posted_in,
.single-product.woocommerce
.priceopis
.woocommerce-product-details__short-description {
    font-weight: 400 !important;
    margin-top: 0px;
}
.single-product.woocommerce .product_meta .posted_in a {
    color: #484848;
    font-weight: 500;
    font-size:14px;
        position: relative;
}
.single-product.woocommerce .product_meta .posted_in a:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 1px;
    border-bottom: 1px dashed #8c8c8c;
}
.single-product.woocommerce .product_meta .posted_in a:hover {
    color: var(--color-osnova);
}
.woocommerce p.stars a {
    color: #ff9000;
}
.single-product.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0 !important;
}
.single-product.woocommerce .priceopis .price .amount {
    padding-left: 0;
}
.single-product.woocommerce .single_variation {
    margin-top: -52px;
    position: relative;
}
.single-product.woocommerce .woocommerce-variation-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
.single-product.woocommerce .woocommerce-variation-price .amount {
    padding-left: 4px !important;
    margin-top: -2px !important;
    padding-bottom: 30px;
}
.single-product.woocommerce .variations_formvariations_form * {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.single-product.woocommerce .woocommerce-variation-price .cena-woc {
    padding-top: 2px;
    font-weight: 400;
}
.single-product.woocommerce .products li {
    margin-bottom: 30px !important;
    margin: 0 0px 15px 15px !important;
    width: 32.17% !important;
    background-color: #fff;
}
.single-product.woocommerce .products li {
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.single-product.woocommerce div.product form.variations_form {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
}
.single-product.woocommerce div.product form:not(.variations_form), .single-product.woocommerce div.product form.variations_form .single_variation_wrap {
    display: none!important;
}
.single-product.woocommerce div.product form.variations_form .naz-var{
        margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
.single-product.woocommerce .product-type-variable form.cart table{
    margin-bottom:0!important;
}
.single-product.woocommerce .infotov .product-attributes .nz{
    margin-bottom:0;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color-osnova);
    background-color:#fff;
        z-index: 1;
    padding-right:5px;
    margin-right:5px;
}
.single-product.woocommerce .dostavka{
	font-weight: 400;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.single-product.woocommerce .product-type-variable form.cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.single-product.woocommerce .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.widget form[role="search"] input[type="search"] {
    margin-bottom: 10px;
    background-image: url(/wp-content/uploads/write.jpg);
    background-position: left;
    padding-left: 55px !important;
    padding-right: 55px !important;
}
.archive.woocommerce .widget form[role="search"] input[type="search"] {
    padding-right: 15px !important;
}
.woocommerce table.shop_attributes td p {
    padding: 0 !important;
}
.return-to-shop {
    margin-top: 25px;
}
.single-product .product .woocommerce-LoopProduct-link:after {
    border-radius: 5px;
}
.woocommerce-notices-wrapper {
    position: absolute;
    z-index: 5;
    right: 30px;
    top: 150px;
    width: 300px;
}
.woocommerce-message {
    border-top-color: var(--color-osnova) !important;
    padding: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #fff !important;
}
.woocommerce-message::before {
    color: var(--color-osnova);
    top: 30px !important;
    left: 10px !important;
}
.woocommerce .woocommerce-message .button {
    color: #fff;
    background-color: var(--color-osnova);
    margin-top: 20px;
    height: 45px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: var(--fon)!important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
        border-bottom: 1px solid var(--border)!important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
        background-color: #fff!important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
        border: 1em solid #fff!important;
        border-right-color: transparent!important;
        border-left-color: transparent!important;
        border-top-color: transparent!important;
}
.woocommerce-checkout .woocommerce-checkout h2{
    margin-bottom:20px!important;
}
.woocommerce-checkout .woocommerce-additional-fields h2{
        margin-bottom: 6px !important;
    margin-left: 2px;
}
.woocommerce-checkout .col2-set > div{
    margin-bottom:50px;
}
/*  Отзывы   */
.single-product.woocommerce .otzivitut{
    display:none;
}
.single-product.woocommerce .otzivitut .otzivitov{
    width:100%;
}
.single-product.woocommerce .otzivitov .review-item{
        border: 1px solid var(--border);
    border-radius: 6px;
    padding: 16px 20px 14px;
    margin-bottom: 20px;
}  
.single-product.woocommerce .otzivitov .review-block.review-hidden{
    display:none;
}
.single-product.woocommerce .otzivitov .review-item .review-rating{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-right: 3px;
}
.single-product.woocommerce .otzivitov .review-pros strong, .single-product.woocommerce .otzivitov .review-cons strong, .single-product.woocommerce .otzivitov .review-content strong{
    display: block;
    font-weight: 500;
    color: #484848;
}
.single-product.woocommerce .otzivitov .review-pros, .single-product.woocommerce .otzivitov .review-cons, .single-product.woocommerce .otzivitov .review-content{
    font-weight: 500;
    margin-bottom: 11px;
}
.single-product.woocommerce .otzivitov .review-item .review-rating .star{
    width:15px;
    height:15px;
        -webkit-mask-image: url('data:image/svg+xml,\
<svg width="15" height="15" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M11.3592 1.50886C11.7184 0.403295 13.2825 0.403296 13.6417 1.50886L15.711 7.87746C15.8717 8.37189 16.3324 8.70665 16.8523 8.70665H23.5486C24.7111 8.70665 25.1944 10.1942 24.254 10.8775L18.8365 14.8135C18.4159 15.1191 18.2399 15.6607 18.4006 16.1551L20.4699 22.5237C20.8291 23.6293 19.5637 24.5486 18.6233 23.8654L13.2058 19.9293C12.7852 19.6238 12.2157 19.6238 11.7951 19.9293L6.37766 23.8654C5.43721 24.5486 4.17183 23.6293 4.53105 22.5237L6.60033 16.1551C6.76098 15.6607 6.58499 15.1191 6.16441 14.8135L0.746957 10.8775C-0.193499 10.1942 0.289833 8.70665 1.4523 8.70665H8.14864C8.66851 8.70665 9.12926 8.37189 9.28991 7.87746L11.3592 1.50886Z" fill="%23ccc"/>\
</svg>');
        mask-image: url('data:image/svg+xml,\
<svg width="15" height="15" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M11.3592 1.50886C11.7184 0.403295 13.2825 0.403296 13.6417 1.50886L15.711 7.87746C15.8717 8.37189 16.3324 8.70665 16.8523 8.70665H23.5486C24.7111 8.70665 25.1944 10.1942 24.254 10.8775L18.8365 14.8135C18.4159 15.1191 18.2399 15.6607 18.4006 16.1551L20.4699 22.5237C20.8291 23.6293 19.5637 24.5486 18.6233 23.8654L13.2058 19.9293C12.7852 19.6238 12.2157 19.6238 11.7951 19.9293L6.37766 23.8654C5.43721 24.5486 4.17183 23.6293 4.53105 22.5237L6.60033 16.1551C6.76098 15.6607 6.58499 15.1191 6.16441 14.8135L0.746957 10.8775C-0.193499 10.1942 0.289833 8.70665 1.4523 8.70665H8.14864C8.66851 8.70665 9.12926 8.37189 9.28991 7.87746L11.3592 1.50886Z" fill="%23ccc"/>\
</svg>');
        background: #ccc;
    -webkit-mask-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;    
    margin-right: 2px;
}
.single-product.woocommerce .otzivitov .review-item .review-rating .star-full{
        background: #F0E02E;
}
.single-product.woocommerce .otzivitov .review-item .review-rating[data-rating="5"] .star,
.single-product.woocommerce .otzivitov .review-item .review-rating[data-rating="4"] .star:not(:last-child),
.single-product.woocommerce .otzivitov .review-item .review-rating[data-rating="3"] .star:nth-child(-n+3),
.single-product.woocommerce .otzivitov .review-item .review-rating[data-rating="2"] .star:nth-child(-n+2),
.single-product.woocommerce .otzivitov .review-item .review-rating[data-rating="1"] .star:first-child{
    background: #F0E02E;
}
.single-product.woocommerce .otzivitov .review-replies{
    margin-left:20px;
}
.single-product.woocommerce .otzivitov .datnamestar{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 11px;
}
.single-product.woocommerce .otzivitov .namestar, .single-product.woocommerce .otzivitov .namestar .ratinvse{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-product.woocommerce .otzivitov .namestar .review-author{
    font-weight: 600;
    font-size: 14px;
    color: #484848;
    margin-bottom: 0;
    text-transform: math-auto;
    margin-right: 7px;
}
.single-product.woocommerce .otzivitov .review-replies .review-content strong{
    display:none;
}
.single-product.woocommerce .otzivitov .namestar .review-rating-text{
    font-size: 14px;
    margin-bottom:0;
}
.single-product.woocommerce .otzivitov .datnamestar .review-date{
    margin-bottom:0;
}
.single-product.woocommerce .otzivitov .review-replies .review-rating, .single-product.woocommerce .otzivitov .review-replies .review-rating-text{
    display:none;
}
.single-product.woocommerce .otzivitov h2{
    margin-bottom:30px!important;
	color:var(--color-osnova);
}
.single-product.woocommerce .otzivitov h2 .vsego{
    color: var(--color-osnova);
    margin-left: 16px;
}
.single-product.woocommerce .polkatal .overall-rating{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-product.woocommerce .polkatal .overall-rating .star{
    width: 27px;
    height: 23px;
    -webkit-mask-image: url('data:image/svg+xml,\
<svg width="27" height="27" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M11.3592 1.50886C11.7184 0.403295 13.2825 0.403296 13.6417 1.50886L15.711 7.87746C15.8717 8.37189 16.3324 8.70665 16.8523 8.70665H23.5486C24.7111 8.70665 25.1944 10.1942 24.254 10.8775L18.8365 14.8135C18.4159 15.1191 18.2399 15.6607 18.4006 16.1551L20.4699 22.5237C20.8291 23.6293 19.5637 24.5486 18.6233 23.8654L13.2058 19.9293C12.7852 19.6238 12.2157 19.6238 11.7951 19.9293L6.37766 23.8654C5.43721 24.5486 4.17183 23.6293 4.53105 22.5237L6.60033 16.1551C6.76098 15.6607 6.58499 15.1191 6.16441 14.8135L0.746957 10.8775C-0.193499 10.1942 0.289833 8.70665 1.4523 8.70665H8.14864C8.66851 8.70665 9.12926 8.37189 9.28991 7.87746L11.3592 1.50886Z" fill="%23ccc"/>\
</svg>');
        mask-image: url('data:image/svg+xml,\
<svg width="27" height="27" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M11.3592 1.50886C11.7184 0.403295 13.2825 0.403296 13.6417 1.50886L15.711 7.87746C15.8717 8.37189 16.3324 8.70665 16.8523 8.70665H23.5486C24.7111 8.70665 25.1944 10.1942 24.254 10.8775L18.8365 14.8135C18.4159 15.1191 18.2399 15.6607 18.4006 16.1551L20.4699 22.5237C20.8291 23.6293 19.5637 24.5486 18.6233 23.8654L13.2058 19.9293C12.7852 19.6238 12.2157 19.6238 11.7951 19.9293L6.37766 23.8654C5.43721 24.5486 4.17183 23.6293 4.53105 22.5237L6.60033 16.1551C6.76098 15.6607 6.58499 15.1191 6.16441 14.8135L0.746957 10.8775C-0.193499 10.1942 0.289833 8.70665 1.4523 8.70665H8.14864C8.66851 8.70665 9.12926 8.37189 9.28991 7.87746L11.3592 1.50886Z" fill="%23ccc"/>\
</svg>');
        background: #ccc;
    -webkit-mask-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5px;
}
.single-product.woocommerce .otzivitut .polkatal .obshocen{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
        margin-bottom: 20px;
}
.single-product.woocommerce .otzivitut .polkatal{
        margin-top: 50px;
}
.single-product.woocommerce .otzivitut .polkatal .komment{
        margin-bottom: 0;
    font-size: 14px;
    color:var(--color-osnova);
}
.single-product.woocommerce .otzivitut .polkatal .obshocen p{
        font-size: 24px;
    font-weight: 600;
    color:var(--color-osnova);
    margin-bottom: 0;
}
.single-product.woocommerce .otzivitov .zgicol{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.single-product.woocommerce .polotz .knopki{
    margin-top:10px;
}
.single-product.woocommerce .polotz .knopki .pokazeshe{
    border: 1px solid var(--color-osnova)!important;
    margin-right: 20px;
    color: var(--color-osnova)!important;
    background-color:#fff!important;
}
.single-product.woocommerce .polotz .knopki .pokazeshe:hover{
    color: #fff!important;
    background-color:var(--color-osnova2)!important;    
}
.single-product.woocommerce .polotz .knopki button{
        border-radius: 5px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a{
    margin-bottom:0!important;
}
.woocommerce-cart table.shop_table.shop_table_responsive{
    margin-bottom:0!important;
}
.woocommerce-cart .kupil{
        padding-top: 29px;
}
.woocommerce-cart .oformil{
    padding-bottom: 34px;
}
.woocommerce-cart .woocommerce a.remove{

    width: 100%;
    height: 80px;
    padding: 9px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: revert;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.woocommerce-cart .woocommerce a.remove:hover{
        color: #fff !important;
    background: red;
        border-radius: 0;
        border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.woocommerce-cart .product-remove{
    padding: 0!important;
    height: 100%;
    aspect-ratio: 1 / 1;
        width: 50px;
}
@media (max-width: 1230px) {
.single-product.woocommerce .woocommerce-variation-price .cena-woc {
    padding-top: 1px;
    }

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%;
    }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    }
.woocommerce .cart-collaterals .cart_totals{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
    .woocommerce-cart .cart-subtotal {
    display: none!important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: inherit;
    }
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display:none;
    }
.woocommerce-page table.shop_table_responsive tr td:last-child::before,
.woocommerce-page table.shop_table_responsive tr td:first-child::before {
    display: none;
    }
.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: none;
    }
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail:before,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail:before {
    display: none;
    }
    .woocommerce-cart .product-remove{
                -webkit-box-ordinal-group: 7;
                    -ms-flex-order: 6;
                        order: 6;
        width: 100%;
        max-width: revert;
        border-bottom: none;
        border-right: 0;
        border-left: 0;
        aspect-ratio: revert;
    }
    .woocommerce-cart .product-price{
        border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: calc(50% - 64px);
    }   
    .woocommerce-cart .product-subtotal{
        border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: calc(50% - 64px);
    }
    .woocommerce-cart .product-quantity{
        border-bottom:0;
    }
    .woocommerce-cart .product-thumbnail{
            -ms-flex-negative: 0;
                flex-shrink: 0;
    width: 81px;
    height: 100%;
    border-left: 1px solid var(--border);
    border-bottom: 0;
    border-top: 0!important;
    }
    .woocommerce-cart .product-name{
        width: calc(100% - 81px);
    border-right: 0;
    border-bottom: 0;
    border-top: 0!important;
                border-left: none;
    }   
.woocommerce-cart td.product-quantity {
    width: 128px;
}   
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    min-height: 64px;
    }   
    .woocommerce-cart .woocommerce a.remove .crest{
        display:none;
    }
.woocommerce-cart .woocommerce a.remove .udal {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #8c8c8c;
    }
.woocommerce-cart .woocommerce a.remove {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 12px;
    height: 45px;
}   
    .woocommerce-cart .woocommerce .product-remove{
        padding:0;
        min-height: revert;
    }
    .woocommerce a.remove:hover{
            border-radius: 0 !important;
    }
    .woocommerce-cart .cart_item:last-child a.remove:hover{
        border-bottom-left-radius: 4px!important;
        border-bottom-right-radius: 4px!important;
}
    .woocommerce a.remove:hover .udal{
            color: #fff;
    }   
}
@media (max-width: 1200px) {
.woocommerce-cart .order-total th {
    width: 120px !important;
}   
.single-product.woocommerce .products li {
    margin: 0 0 15px 0px !important;
    }
.single-product.woocommerce .products .first {
    margin-right: 15px !important;
    }
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    height: auto;
    }   
}
@media (max-width: 991px) {
.widget_product_categories ul li .children {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 0px;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    }

.archive.woocommerce .block-tovfl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }



.archive.woocommerce .products {
    margin-top: 15px;
    }

.archive.woocommerce .widget-shop .widget,
.single-product.woocommerce .widget {
    width: 100%;
    }
.single-product .flex-viewport {
    height: 335px !important;
    }
.single-product .woocommerce-product-gallery {
    width: 100% !important;
    }
.single-product.woocommerce .products li {
    width: 48.96% !important;
    }
.single-product.woocommerce .tovar-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.archive.woocommerce .product {
    width: 48.8% !important;
    }
}
@media (max-width: 768px) {
.single-product .woocommerce-product-gallery {
    width: 100% !important;
    }
.single-product.woocommerce div.summary {
    width: 100% !important;
    }

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
    display: block !important;
    }
}
@media (max-width: 750px) {
.single-product.woocommerce .products li {
    width: 48.8% !important;
    }
}
@media (max-width: 700px){
.woocommerce-cart .product-name {
        width: 100%;
        border-top: 1px solid var(--border) !important;
}   
    .woocommerce-cart .product-thumbnail{
        border-right:0;
    }
    .woocommerce-cart .product-thumbnail {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
        height: 100%;
        border-left: 0;
        border-bottom: 0;
        border-top: 0 !important;
    }   
    .woocommerce-cart .product-thumbnail a{
        width:100%;
    }   
    .woocommerce .cart-collaterals .cart_totals {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }   
    .woocommerce-cart .wc-proceed-to-checkout{
        padding: 0 0 16px;
    }   
.woocommerce-cart .product-thumbnail a img {
    aspect-ratio: 1 / 1;
}
}
@media (max-width: 654px) {
.archive.woocommerce .product,
.single-product.woocommerce .products li {
    width: 48.7% !important;
    }
}
@media (max-width: 625px) {
.woocommerce .cart-collaterals .cart_totals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.single-product.woocommerce div.summary .price-add {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.single-product .quantity {
    margin: 0px !important;
    }
}
@media (max-width: 605px) {
.archive.woocommerce .product,
.single-product.woocommerce .products li {
    width: 48.6% !important;
    }
}
@media (max-width: 570px) {
.archive.woocommerce .product,
.single-product.woocommerce .products li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    }
.single-product.woocommerce .products .first {
    margin-right: 0px !important;
    }
.single-product.woocommerce .products .last {
    margin-left: 0px !important;
    }
}
@media (max-width: 525px) {
.archive.woocommerce .wings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.archive.woocommerce .widget-shop .widget {
    width: 100%;
    }
.archive.woocommerce .widget-shop .widget .widgettitle,
.single-product.woocommerce .sidebar-blog .widget .widgettitle {
    font-size: 18px !important;
    }
.woocommerce-cart .product-subtotal {
        width: 100%;
}
.woocommerce-cart .product-price {
        width: calc(100% - 128px);
    }   
.archive.woocommerce .wings .woocommerce-result-count {
    margin-bottom: 15px !important;
    }
.archive.woocommerce .widget-shop .widget:last-child,
.archive.woocommerce .widget-shop .widget:first-child {
    border: none;
    }
.archive.woocommerce .widget-shop .widget {
    border-left: none !important;
    border: 2px solid #f3f3f3;
    border-right: none !important;
    }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
    text-align: center;
    }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    background-color: #eee9eb;
    border-bottom: 1px solid #fff;
    }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
    }
}
@media (max-width: 425px) {
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    margin-bottom: 5px;
    }
}
@media (max-width: 375px) {
.archive.woocommerce .wings .woocommerce-ordering,
.archive.woocommerce .woocommerce-ordering .dropdown-toggle,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
    ) {
    width: 100%;
    }
}

/* сайтбар */
.ac .poisk input[type="text"] {
    width: 100%;
    background-color: #fff;
    height: 45px;
    padding: 9px 28px;

    color: #333;
    border: 1px solid #dbdfec;
    border-radius: 5px;
}
.ac .poisk input[type="text"]::-webkit-input-placeholder {
    color: #696e82;
}
.ac .poisk input[type="text"]::-moz-placeholder {
    color: #696e82;
}
.ac .poisk form {
    position: relative;
    margin-bottom: 15px;
}
.ac .poisk input[type="button"] {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 70px;
    height: 43px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background-image: url(/wp-content/uploads/search-interface-symbol.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.ac .poisk input[type="button"]:hover {
    background-image: url(/wp-content/uploads/search-interface-symbol-1.png);
}
.ac .vse-filtri {
    border: 1px solid #dbdfec;
    border-radius: 5px;
    background-color: #fff;
}
.ac .vse-filtri .on-neon {
    padding: 24px 27px 16px 28px;
}
.ac .vse-filtri .section-1.on-neon {
    padding-top: 24px;
}
.ac .vse-filtri .section-1.this-on {
    border-bottom: 1px solid #dbdfec;
    padding: 24px 27px 16px 28px;
}
.ac .vse-filtri .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 22px;
    cursor: pointer;
}

.ac .vse-filtri .on-neon .accordion img {
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ac .vse-filtri .on-neon.this-on .accordion img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ac .vse-filtri .on-neon .text {
    display: none;
}
.ac .vse-filtri .on-neon.this-on .text {
    display: block;
}
.ac .vse-filtri .on-neon {
    border: none;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: -5px;
}
.ac .vse-filtri .on-neon.this-on {
    margin-bottom: 0;
}
.ac .vse-filtri .on-neon .accordion {
    padding-bottom: 0;
}
.ac .vse-filtri .on-neon.this-on .accordion {
    padding-bottom: 22px;
}
.ac .vse-filtri .zg {
    color: #1e222e;
    padding-left: 9px;
    line-height: 19px;
    font-weight: 500;
}
.ac .vse-filtri ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ac .vse-filtri ul li {
    cursor: pointer;
    padding-bottom: 11px;
}
.ac .vse-filtri .filtr:before {
    content: "";
    position: relative;
    margin-right: 15px;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1.5px solid #dbdfec;
    top: 3px;
    left: 0;
    background-color: #fff;
    border-radius: 2px;
}
.ac .filtr.active:before {
    background-color: #6865ff;
    border: none;
}
.ac .filtr.active:after {
    content: "" !important;
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 10px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    left: 3px;
    color: #fff;
}
.ac .filtr {
    position: relative;

    color: #696e82;
}
.ac .vse-filtri .section-2.this-on {
    border-bottom: 1px solid #dbdfec;
    padding: 30px 27px 16px 28px;
}
.ac .vse-filtri .section-2.this-on .accordion {
    padding-bottom: 33px;
}
.ac .section-2 .price-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 27px -7.5px 13px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ac .section-2 .price-input .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 7.5px;
}
.ac .section-2 .price-input .field span {
    position: absolute;
    left: 8px;
}
.ac .section-2 .field input {
    width: 100%;
    height: 100%;
    outline: none;

    border-radius: 5px;
    border: 1px solid #dbdfec;
    -moz-appearance: textfield;
    padding-left: 28px;
}
.ac .section-2 input[type="number"]::-webkit-outer-spin-button,
.ac .section-2 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.ac .section-2 .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    margin: 0 3px;
}
.ac .section-2 .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #b1c9f5;
}
.ac .section-2 .range-input {
    position: relative;
}
.ac .section-2 .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ac .section-2 input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #6865ff;
    pointer-events: auto;
    -webkit-appearance: none;
}
.ac .section-2 input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 50%;
    background: #6865ff;
    pointer-events: auto;
    -moz-appearance: none;
}
.ac .section-3.this-on {
    border-bottom: 1px solid #dbdfec;
    padding: 30px 27px 21px 28px;
}
.ac .section-3 .filtr-view {
    position: relative;
    height: auto;
    border-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.ac .section-3 .filtr-view > [type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.ac .section-3 .filtr-view > label {
    display: block;
    width: 100%;
    height: 34px;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.ac .section-3 .filtr-view > label:before,
.ac .section-3 .filtr-view > label:after {
    position: absolute;
}
.ac .section-3 .filtr-view > label:before {
    content: "Посмотреть всё";

    color: #3257cc;
}
.ac .section-3 .filtr-view > input[type="checkbox"] ~ ul {
    width: 100%;
    overflow: hidden;
    max-height: 0;
}
.ac .section-3 .filtr-view > [type="checkbox"]:checked + label {
    top: 100%;
}
.ac .section-3 .filtr-view > [type="checkbox"]:checked + label:before {
    content: "Свернуть";
}
.ac .section-3 .filtr-view > [type="checkbox"]:checked ~ ul {
    max-height: 1000px;
}
.ac .section-4.this-on,
.ac .section-5.this-on,
.ac .section-6.this-on {
    border-bottom: 1px solid #dbdfec;
    padding: 30px 27px 21px 28px;
}

/*  Новый  */
.woocommerce-breadcrumb {
    background-color: var(--fon) !important;
    padding-top: 21.5px !important;
    padding-bottom: 21.5px !important;
    margin-left: 0px !important;
}
.single-product .woocommerce-breadcrumb{
    padding-top: 27px !important;
    background-color: #fff!important;
        padding-bottom: 0 !important;
}
.woocommerce-breadcrumb p {
    color: var(--color-osnova)!important;
    margin-bottom: 0;
    -ms-flex-negative:revert!important;
        flex-shrink:revert!important;
}
.woocommerce .woocommerce-breadcrumb a {
    color: var(--color-osnova)!important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.woocommerce .woocommerce-breadcrumb a:hover{
	color: var(--color-osnova2)!important;
}
.woocommerce .woocommerce-breadcrumb .container .allkro .krohitov{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        -ms-flex-negative: revert;
            flex-shrink: revert;
}
.archive .woocommerce-breadcrumb a, .archive .woocommerce-breadcrumb p{
	color:#fff!important;
}
.archive .woocommerce-breadcrumb a:hover{
	color:var(--color-osnova2)!important;
}
.woocommerce .woocommerce-breadcrumb .container .allkro{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.single-product .woocommerce-breadcrumb .container .allkro .container{
    display:none;
}
.woocommerce .woocommerce-breadcrumb .container .artpodel{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
        width: 350px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
}
.woocommerce .woocommerce-breadcrumb .container .artpodel > div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.woocommerce .woocommerce-breadcrumb .container .artpodel > div > svg{
    margin-right: 3px;
    margin-left: 20px;
}
.woocommerce .woocommerce-breadcrumb .container .artpodel > div span, .woocommerce .woocommerce-breadcrumb .container .artpodel .product-sku{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size:14px;
    font-weight:500;
        margin-top: -2px;
	color:var(--color-osnova);
}
.woocommerce .woocommerce-breadcrumb .container .artpodel > div span:hover{
    color:var(--color-osnova);
}
.woocommerce .woocommerce-breadcrumb .container * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 21px !important;
}
.woocommerce .woocommerce-breadcrumb .container .allkro .krohitov path{
	stroke:var(--color-osnova);
}
.woocommerce .woocommerce-breadcrumb .art  svg path, .woocommerce .woocommerce-breadcrumb .share-container > svg path{
	fill:var(--color-osnova);
}
.archive  .woocommerce-breadcrumb path{
	stroke:#fff!important;
}
.woocommerce .woocommerce-breadcrumb .container .container {
    padding-left: 0;
}

.all-shop-woo .lmp_load_more_button .lmp_button {
    line-height: 24px;
    padding: 12px 57px !important;
    background-color: #fff0 !important;
    border: 1px solid var(--border) !important;
    color: #484848 !important;
    text-align: center;
    border-radius: 5px !important;
    font-size: 16px;
    width: 100%;
}
.all-shop-woo .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    color: #fff !important;
    background-color: var(--color-osnova) !important;
}


.all-shop-woo .woocommerce-ordering #sorting-text {
    margin-bottom: 0 !important;

    font-weight: 400;
    color: #484848;
    line-height: 19px;
    background-image: url('data:image/svg+xml,\
<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M8 0.5L3.97 6.5L0 0.5H8Z" fill="%23484848"/>\
</svg>');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.all-shop-woo .woocommerce-ordering:hover {
    color: var(--color-osnova);
}
.all-shop-woo ul.products li.product .onsale {
    display: none;
}
.all-shop-woo .zgfil {
    font-weight: 400;
    color: #484848;
    background-image: url('data:image/svg+xml,\
<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M8 0.5L3.97 6.5L0 0.5H8Z" fill="%23484848"/>\
</svg>');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 18px;
    margin-bottom: 0;
}
.all-shop-woo .zgfil:hover {
    color: var(--color-osnova);
}
.all-shop-woo .filter-atr.open ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    margin-left: -15px;
    padding: 0 15px 15px;
    top: 40px;
}
.all-shop-woo .filter-atr.open ul li {
    color: #484848;
}
.all-shop-woo .filter-atr.open ul#filter_color {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.all-shop-woo .filter-atr:hover ul li {
    cursor: pointer;
    color: var(--color-osnova);
}
.woocommerce .woocommerce-breadcrumb .h2-zaosnovu {
    padding: 8px 0 55px !important;
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 50px;
    line-height: 1.22 !important;
}
.woocommerce .ac {
    padding: 0;
    width: 330px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.archive.woocommerce .products, .search .products{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
	    padding: 0;
    list-style: none outside;
    clear: both;
}
.single-product .kartoch-produkt {
    width: 100%;
}
.single-product .kartoch-produkt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0px;
    padding-top: 100px;
}

.single-product .kartoch-produkt .lpblock {
    padding: 0 10px;
}
.single-product .kartoch-produkt .lpblock > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: var(--color-osnova);
}
.single-product .kartoch-produkt .lpblock .obsh {
    width: 50%;
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-product .kartoch-produkt .lpblock .rad-1 .pol2,
.single-product .kartoch-produkt .lpblock .rad-3 .pol2 {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
}
.single-product .kartoch-produkt .lpblock .rad-2 .pol1,
.single-product .kartoch-produkt .lpblock .rad-4 .pol1 {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
}
.single-product .kartoch-produkt .lpblock .rad-2 .pol2,
.single-product .kartoch-produkt .lpblock .rad-4 .pol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.single-product .kartoch-produkt .lpblock .rad-2 .pol2 .obsh,
.single-product .kartoch-produkt .lpblock .rad-4 .pol2 .obsh {
    padding-left: 135px;
    padding-right: 0;
}
.single-product .kartoch-produkt .lpblock .rad-2,
.single-product .kartoch-produkt .lpblock .rad-4 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.single-product .kartoch-produkt .lpblock .zg {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 31px;
    line-height: 45px !important;
}
.single-product .kartoch-produkt .lpblock .opisanie {
    color: #fff;
    font-weight: 400;
    line-height: 25px !important;
    margin-bottom: 40px;
}
.single-product .kartoch-produkt .lpblock .knpk {
    padding: 15px 0;
    border-radius: 10px;
    background-color: #fff;
    color: #484848;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;

    width: 298px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-product .kartoch-produkt .lpblock .knpk:hover {
    opacity: 0.9;
}
.single-product .kartoch-produkt .lpblock img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}
.all-shop-woo .content-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce .widget-shop {
    width: 100%;
    padding: 0;
    position: sticky;
    top: 71px;
}

.archive.woocommerce .product img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.archive.woocommerce .product .ssilatr {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.archive.woocommerce .product .cenaizg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.archive.woocommerce .product .description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.archive.woocommerce .product .podrobno {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.single-product.woocommerce .product {
    border-radius: 5px;
}
.single-product .related.products .product {
    width: calc(33.3333% - 20px) !important;
    margin: 0 10px 0px !important;
}
.single-product .related.products .product .cenaizg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 20px;
}

.single-product .related.products .product .cenaizg .amount {
    font-weight: 500 !important;
    color: #484848 !important;
    line-height: 29px;
    font-size: 24px !important;
}
.single-product.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-product.woocommerce .kartoch .product .button {
    display: none;
}

.woocommerce ul.products li.product:hover .woocommerce-LoopProduct-link:after {
    background-color: #1d3944cc;
}
.archive.woocommerce .product .all-content,
.single-product .product .all-content {
    height: 100%;
    top: 0;
    width: 100%;
    color: #ffff;
}
.archive.woocommerce .product .podrobno a,
.single-product .product .podrobno a {
    font-size: 18px;
    color: #fff;
}
.archive.woocommerce .product .podrobno img,
.single-product .product .podrobno img {
    width: 22px;
    margin-left: 5px;
}
.archive.woocommerce .product .button {
    display: none;
}
.woocommerce
    ul.products
    li.product
.woocommerce-LoopProduct-link
.woocommerce-loop-product__title {
    display: none !important;
}
.woocommerce
    ul.products
    li.product
.woocommerce-LoopProduct-link
.woocommerce-loop-product__title
    + .price {
    display: none;
}
.archive.woocommerce .product .attachment-woocommerce_thumbnail,
.single-product .product .attachment-woocommerce_thumbnail, .search .product .attachment-woocommerce_thumbnail {
    margin: 0 !important;
    aspect-ratio: 1 / 1.15;
    border-radius: 6px;
    width: 100%;
	    object-fit: cover;
}
.div-sliders .butvse{
	    width: 100%;
    background-color: #fff;
    color: var(--color-osnova);
	display: none;
}

.div-sliders .butvse path{
	fill: var(--color-osnova);
}
.div-sliders .butvse:hover path{
	fill: #fff;
}
.div-sliders .butvse svg{
	    margin-right: 5px;
}
.archive.woocommerce .product .all-content .zg,
.single-product .product .all-content .zg, .search .product .all-content .zg {
    font-size: 24px;
    color: #8c8c8c;
    font-weight: 500;
    padding: 0 !important;
}
.single-product .related.products .zg {
    font-size: 24px;
    color: #484848;
    font-weight: 500;
    padding: 0 !important;
}
.archive.woocommerce .product .all-content .all-atributes,
.single-product .product .all-content .all-atributes, .search .product .all-content .all-atributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding: 30px 0 29px;
    opacity: 0;
}
.archive.woocommerce .product .all-content .all-atributes .attributes,
.single-product .product .all-content .all-atributes .attributes, .search .product .all-content .all-atributes .attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    color: #dbd8d8;

    font-weight: 300;
}
.archive.woocommerce .product .all-content .all-atributes .attributes a,
.single-product .product .all-content .all-atributes .attributes a, .search .product .all-content .all-atributes .attributes a {
    font-size: 20px;
    color: #fff;
    padding-top: 3px;
}
.archive.woocommerce .product .all-content .attributes:first-child a:after,
.single-product .product .all-content .attributes:first-child a:after, .search .product .all-content .attributes:first-child a:after {
    content: "2";
    font-size: 12px;
    line-height: 12px;
    position: absolute;
}
.archive.woocommerce .product .all-content .attributes:last-child a:after,
.single-product .product .all-content .attributes:last-child a:after, .search .product .all-content .attributes:last-child a:after {
    content: "₽";
}
.archive.woocommerce .product .all-content .podrobno,
.single-product .product .all-content .podrobno, .search .product .all-content .podrobno {
    font-size: 18px;
    color: #fff;
    opacity: 0;
}
.archive.woocommerce .product .all-content .full-link,
.single-product .product .all-content .full-link, .search .product .all-content .full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.woocommerce ul.products li.product:hover .podrobno,
.woocommerce ul.products li.product:hover .all-atributes {
    opacity: 1;
}
.woocommerce .navigation.pagination .page-numbers.next,
.woocommerce .navigation.pagination .page-numbers.prev {
    display: block;
}
.woocommerce .btct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce .navigation.pagination {
    display: none;
    width: 100%;
    padding: 16px 15px 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.woocommerce .navigation.pagination .page-numbers.current {
    background-color: var(--color-osnova);
    color: #fff;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;

    font-weight: 400;
    margin-right: 31px;
    border-radius: 5px;
    border: none;
}
.woocommerce .navigation.pagination .page-numbers {
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;

    font-weight: 400;
    margin-right: 40px;
    color: #3257cc;
    border: none;
}
.woocommerce .navigation.pagination .page-numbers.next,
.woocommerce .navigation.pagination .page-numbers.prev {
    width: auto;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;

    font-weight: 400;
    padding: 8px 30px 7px;
    line-height: 12px;
}
.woocommerce .navigation.pagination .page-numbers.next {
    margin-right: 0;
}
.woocommerce .navigation.pagination .page-numbers.prev {
    margin-left: 0;
}
.woocommerce .navigation.pagination .page-numbers:hover {
    background-color: var(--color-osnova);
    color: #fff;
    border-radius: 5px;
}
.woocommerce-pagination {
    display: none;
}

.archive.woocommerce .kartoch .product .star-rating {
    display: none;
}
.woocommerce .ac form[role="search"] input[type="search"] {
    width: 100%;
    background-color: #fff;
    height: 45px;
    padding: 9px 28px !important;

    color: #333;
    border: 1px solid #dbdfec;
    border-radius: 5px;
    background-image: none;
    margin-bottom: 15px;
}
.woocommerce .ac .wc-block-product-search__fields {
    position: relative;
}
.woocommerce .ac .widget {
    background-color: #fff0 !important;
}
.woocommerce .ac .wc-block-product-search__fields button {
    position: absolute;
    right: 3px;
    top: 1px;
    width: 70px;
    height: 43px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background-image: url(/wp-content/uploads/group-456.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
}
.woocommerce .ac .wc-block-product-search__fields button:hover {
    background-image: url(/wp-content/uploads/group-456.svg) !important;
    background-color: #fff !important;
}
.woocommerce .ac .woof_redraw_zone {
    border: 1px solid #dbdfec;
    background-color: #fff;
    border-radius: 5px;
}
.woocommerce .ac .woof_redraw_zone .woof_container {
    padding: 30px 28px 0px;
    margin-bottom: 0;
}
.woocommerce .ac .woof_redraw_zone .woof_container.open-class,
.woocommerce .ac .woof_redraw_zone .woof_price_filter {
    border-bottom: 1px solid #dbdfec;
    padding: 30px 28px 19px;
}
.woocommerce .woof_products_top_panel {
    display: none !important;
}
.woof_checkbox_label_selected {
    font-weight: 400 !important;
}

.woocommerce .ac h4 {
    position: relative;
    color: #1e222e !important;
    padding-left: 26px;
    line-height: 19px !important;
    font-weight: 500 !important;

    margin-bottom: 0 !important;
}
.woocommerce .ac h4 a {
    width: 100%;
    position: absolute;
    left: 0;
    font-size: 0;
}
.woocommerce .ac h4 .woof_front_toggle:before {
    content: "";
    background-image: url(/wp-content/uploads/line-6.svg);
    width: 17px;
    height: 19px;
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce .ac h4 .woof_front_toggle_opened:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.woocommerce .widget-shop .woof_list_checkbox > li {
    cursor: pointer;
    padding-bottom: 9px !important;
    border: none !important;
    margin: 0 !important;
}
.woocommerce .widget-shop input[type="checkbox"] {
    position: relative;
    margin-top: 1px;
    margin-left: 1px;
}
.woocommerce .widget-shop input[type="checkbox"]:before {
    content: "";
    position: relative;
    margin-right: 15px;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1.5px solid #dbdfec;
    top: -1px;
    left: -1px;
    background-color: #fff;
    border-radius: 2px;
    margin-top: 0;
    cursor: pointer;
}
.woocommerce .widget-shop input[type="checkbox"]:checked:before {
    background-color: #6865ff;
    border: none;
}
.woocommerce .widget-shop input[type="checkbox"]:checked:after {
    content: "" !important;
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 10px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
    top: 2px;
    left: 2px;
    color: #fff;
    cursor: pointer;
}
.woocommerce .widget-shop .woof_checkbox_count {
    display: none;
}
.woocommerce .widget-shop .woof label {
    cursor: pointer;
    position: relative;

    color: #696e82;
    padding: 0;
    margin-left: 13px;
}
.woocommerce .woof_price_filter .irs-handle {
    top: 20px;
    background-position: 0 -120px;
    height: 20px;
    width: 20px;
    background-color: var(--color-osnova);
    border: none;
    background-image: none;
    border-radius: 60%;
    cursor: pointer;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-handle {
    background-image: none !important;
}
.woocommerce .woof_price_filter .irs-line {
    height: 5px;
    top: 28px;
    background-color: #ddd;
    border-radius: 5px;
}
.woocommerce .woof_price_filter .irs-grid,
.woocommerce .woof_price_filter .irs-from,
.woocommerce .woof_price_filter .irs-to,
.woocommerce .woof_price_filter .irs-single,
.woocommerce .woof_price_filter .irs-min,
.woocommerce .woof_price_filter .irs-max {
    display: none;
}
.woocommerce .woof_price_filter .woof_price_filter_txt_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0 -7.5px;
}
.woof_container_inner .woof_price_filter_txt_slider .woof_wcga_label_hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute !important;
    left: -5px;
    top: 8px;
}
.woocommerce .woof_price_filter .soed {
    margin: 0 7.5px;
    position: relative;
}
.woocommerce .woof_price_filter .irs--round.irs-with-grid {
    height: 60px;
}
.woocommerce .woof_price3_search_container {
    padding-bottom: 30px !important;
}
.woocommerce .woof_price_filter input[type="number"] {
    padding: 2px 7px;
    background: #fff;
    width: 100% !important;
    outline: none;

    border-radius: 5px;
    border: 1px solid #dbdfec;
    -moz-appearance: textfield;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce .woof_price_filter .irs-bar {
    background-color: #b1c9f5;
    height: 4px;
    top: 28px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ddd;
    margin-top: 28px;
}
.woof_submit_search_form {
    background-color: var(--color-osnova) !important;
    color: #fff !important;
}
.woof_block_html_items {
    padding-top: 15px;
}
.woocommerce .ac .woof_redraw_zone .woof_container:first-child {
    padding-top: 24px;
}
.woocommerce .ac .woof_open_hidden_li {
    position: relative;
    height: 33.73px;
}
.woocommerce .ac .woof_open_hidden_li:before {
    content: "Посмотреть всё";

    color: #3257cc;
    position: absolute;
    left: 0;
    line-height: 28px;
}
.woocommerce .ac .woof_open_hidden_li a {
    padding: 0 !important;
    font-size: 0 !important;
    position: absolute;
}
.woocommerce .woof_submit_search_form_container {
    padding: 30px 28px 17px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce .woof_submit_search_form_container button {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px !important;
}
.woocommerce .woof_submit_search_form_container .my-button {
    color: #696e82;
    border: 1px solid #dbdfec;
    background-color: #fff;
}
.archive.woocommerce .woof_submit_search_form_container .my-button:hover,
.single-product.woocommerce
.woof_submit_search_form_container
.my-button:hover {
    background-color: #fff !important;
    color: #696e82 !important;
}
.woocommerce .woof_price_filter .woof_container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce
.woof_price_filter
.woof_container_inner
.woof_price_filter_txt_slider {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
}
.woocommerce .wc-block-product-search__label {
    display: none;
}
.woocommerce .woof_reset_search_form {
    display: none !important;
}
.woocommerce .woof_reset_search_form.my-button {
    display: block !important;
}
.woocommerce .all-glzg,
.single-product .katal-glzg {
    display: none;
}
.single-product .all-glzg {
    display: block;
}
.woocommerce .woof_price_filter h4 {
    cursor: pointer;
}
.woocommerce .woof_price_filter h4:after {
    content: "";
    background-image: url(/wp-content/uploads/up-arrow.png);
    width: 16px;
    height: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.woocommerce .woof_price_filter h4:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.woocommerce .woof_price_filter h4.woof_front_toggle_closed:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.woocommerce .woof_price_filter.open-class {
    border-bottom: none !important;
    padding: 30px 27px 0px !important;
}
.woocommerce .woof_price_filter .irs-slider {
    cursor: pointer;
}
.div.woof_info_popup {
    background-color: var(--color-osnova) !important;
    color: #fff !important;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce .no-resuld-block .woocommerce-info {
    border-top-color: var(--color-osnova);
    background-color: #fff;
    margin: 0px;
}
.woocommerce
.no-resuld-block
.woocommerce
.no-resuld-block
.woocommerce-info
.btn {
    border-radius: 5px !important;
}
.woocommerce .no-resuld-block .woocommerce-info .btn img {
    width: 18px !important;
    margin-right: 15px;
}
.woocommerce .no-resuld-block .kartoch {
    width: 100%;
}
.woocommerce .no-resuld-block .woocommerce.columns-3 {
    width: 75%;
}
.woocommerce .no-resuld-block .content-shop {
    margin: 30px 0px;
}
.single-product.woocommerce div.product {
    width: 100%;
}
.single-product.woocommerce div.product .block-1-2 {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-product.woocommerce div.product .block-1-2 .slideopis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:80px;
}

.single-product.woocommerce div.product .woocommerce-product-details__short-description p {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.9 !important;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description p span {
    color: #333;
}
.single-product.woocommerce .product_meta {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 20px;
    margin-top: 20px;
	display:none;
}
.single-product.woocommerce .sku_wrapper {
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    color: #8c8c8c;
    margin-bottom: 0;
}
.single-product.woocommerce .product_meta .dla {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-osnova);
    margin-right: 21px;
    margin-bottom: 0;
}
.single-product.woocommerce .skidka {
    margin-bottom: 20px;
}
.single-product.woocommerce .woocommerce-product-details__short-description {
    max-width: 475px;
}
.single-product.woocommerce .woocommerce-product-details__short-description p {
    margin-bottom: 20px;
}
.single-product.woocommerce .slideopis .product_meta .stock {
    color: #1e222e;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px;
}
.single-product.woocommerce .slideopis .product_meta .stock:before {
    content: "";
    background-image: url(/wp-content/uploads/line-539-1.svg);
    width: 15px;
    height: 12px;
    display: block;
    margin-right: 12px;
}

.single-product .all-tov-woo {
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}
.single-product span.onsale {
    display: none;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.woocommerce-Tabs-panel--additional_information {
    display: none !important;
}
.single-product.woocommerce div.product .woocommerce-tabs .wc-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.woocommerce-Tabs-panel--description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 0px 5px;
}
.single-product.woocommerce div.product .woocommerce-tabs #tab-reviews {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: none;
}
.woocommerce div.product .woocommerce-product-rating {
    display: none;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
    > div:first-child {
    display: none;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.all-har
.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 11px;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.all-har
.block
.atr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.all-har
.block
.atr
    p {
    line-height: 19px !important;
    color: #696e82;
    margin-bottom: 15px;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.all-har
.block
.atr
.nazvanie {
    border-bottom: 0.5px dashed #696e82;
    width: 520px;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.all-har
.block
.atr
.xar {
    padding-left: 20px;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.all-har
.block
.mini-zg {
    color: #1e222e;
    font-weight: 500;
    line-height: 19px !important;
    padding-bottom: 1px;
    margin-bottom: 20px;
}
.single-product.woocommerce div.product .woocommerce-tabs .wc-tab h2 {
    display:none;
    color: #1e222e;
    line-height: 29px !important;
    font-weight: 500 !important;
    padding-bottom: 39px;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit
.skrit {
    display: none;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit
    svg {
    margin-left: 10px;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit
    svg
    path {
    stroke: var(--color-osnova);
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit
.skrit
    svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit:hover
    svg
    path {
    stroke: #fff;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 45px;
    border: 1px solid var(--color-osnova);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
    padding: 13px 21px;
    cursor: pointer;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit
    span
    img {
    margin-left: 10px;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit
    span {
    font-weight: 500;
    line-height: 19px;
    color: var(--color-osnova);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit:hover
.img-1 {
    display: none;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit
.pokaz
.img-2,
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit.button-2
.img-2 {
    display: none;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit:hover
.img-2,
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit.button-2:hover
.img-2 {
    display: block;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit:hover {
    background-color: var(--color-osnova);
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit:hover
    span {
    color: #fff;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.all-har {
    height: 0 !important;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    overflow: hidden;
    opacity: 0;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.all-har.open-fill {
    opacity: 1;
    height: auto !important;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit.button-2
.skrit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.wc-tab
.obshiy
.pokaz-skrit.button-2
.pokaz {
    display: none;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.woocommerce-Tabs-panel--description
    h2 {
    padding-bottom: 18px;
}
.single-product.woocommerce
    div.product
.woocommerce-tabs
.woocommerce-Tabs-panel--description
    p {
    line-height: 24px !important;
    color: #696e82;
    margin-bottom: 0;
    max-width: 500px;
}
.single-product.woocommerce .sidebar-blog #block-6,
.single-product.woocommerce .sidebar-blog .woof_redraw_zone > div {
    display: none;
}
.single-product.woocommerce .sidebar-blog .woof_redraw_zone > div:first-child,
.single-product.woocommerce .sidebar-blog .woof_redraw_zone > div:last-child {
    display: block;
    border-bottom: none;
}
.single-product .kartoch-produkt .related.products {
    border-top: 0;
    padding-top: 90px;
    padding-bottom: 30px;
    background-color: #fff;
}
.single-product .kartoch-produkt .related.products .kartoch {
    width: 100%;
    padding: 0;
}
.single-product .kartoch-produkt .related.products h2 {
    padding-bottom: 48px;
    font-size: 32px;
    color: #484848;
    line-height: 29px !important;
    font-weight: 600 !important;
}
.single-product .kartoch-produkt #reviews .submit {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 45px;
    border: 1px solid var(--color-osnova) !important;
    border-radius: 5px !important;
    padding: 13px 21px !important;
    cursor: pointer;
    font-weight: 500 !important;
    line-height: 19px !important;
    color: var(--color-osnova) !important;
    background-color: #fff !important;
}
.single-product .kartoch-produkt #reviews .submit:hover {
    background-color: var(--color-osnova) !important;
    border: 1px solid var(--color-osnova) !important;
    color: #fff !important;
}
.woof_list_checkbox > li {
    position: relative;
}
.woof_childs_list_opener span.woof_is_opened {
    background: url(/wp-content/uploads/line-6.svg);
}
.widget .woof_childs_list_opener {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 !important;
    height: 23px;
    margin-top: 0px !important;
    margin-left: 0 !important;
    position: absolute;
    top: 0;
    width: calc(100% - 20px) !important;
    left: 20px;
}
.woof_childs_list_opener span.woof_is_opened {
    background: url(/wp-content/uploads/line-6.svg) !important;
    width: 100%;
    height: 23px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: 16px !important;
}
.woof_childs_list_opener span.woof_is_closed {
    background: url(/wp-content/uploads/line-6.svg) !important;
    width: 100%;
    height: 23px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: 16px !important;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.woocommerce-cart .katal-glzg {
    display: none;
}
.woocommerce-cart .site-main {
    background-color: #fff !important;
}
.woocommerce-cart .woocommerce-breadcrumb, .woocommerce-checkout .woocommerce-breadcrumb {
    margin-bottom: 30px !important;
}
.woocommerce-checkout .woocommerce-checkout{
    padding-top:20px;
}
.woocommerce-cart form {
    background-color: #fff;
}
.woocommerce-cart table.shop_table th {
    font-weight: 500;
    padding: 9px 12px;
    line-height: 1.5em;
    color: #484848;
}
.woocommerce-cart .amount {
    color: #484848;
    border-bottom: 1px dashed var(--border) !important;
}



.woocommerce-cart .woocommerce a.remove .udal {
    display: none;
}
.woocommerce-checkout form .form-row label {
    line-height: 21px;
    margin-bottom: 5px;
}
.woocommerce form .form-row {
    margin: 0 0 15px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--color-osnova);
}

.slick-slider .slick-slide {
    width: 60px !important;
    margin: 0;
    margin-bottom: 20px;
    height: 80px !important;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    width: 60px !important;
    margin: 0;
}
.slick-slider .slick-slide img {
    height: 78px !important;
    width: 60px !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.slick-slider .show {
    border: 1px solid var(--color-osnova);
}

.archive.woocommerce .product .all-content, .search .product .all-content {
    padding: 0;
    position: initial;
    color: #1e222e;
    height: auto;
}
.archive.woocommerce .product, .search .product {
    height: auto;
}
.archive.woocommerce .product .cenaizg, .search .product .cenaizg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.archive.woocommerce .product .linktovar, .search .product .linktovar {
    position: absolute;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.archive.woocommerce .product .podrobno, .search .product .podrobno {
    background-color: var(--color-osnova3);
    color: var(--color-osnova);
    cursor: pointer;
    padding: 13px 46px;
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}
.archive.woocommerce .linktovar:hover + .ssiltovar .podrobno, .search .linktovar:hover + .ssiltovar .podrobno {
    background-color: var(--color-osnova);
    color: #fff;
}
.archive.woocommerce .product .podrobno:hover,
.archive.woocommerce .product .product-link:hover .podrobno, .search .product .product-link:hover .podrobno {
    background-color: var(--color-osnova);
    color: #fff;
}
.archive.woocommerce .product .all-content .zg, .search .product .all-content .zg {
    color: #484848 !important;
    padding: 0px !important;
    font-weight: 500 !important;
}
.archive.woocommerce .product .all-content .zg:before,
.archive.woocommerce .product .all-content .zg:after, .search .product .all-content .zg:before, .search .product .all-content .zg:after {
    display: none;
}
.woocommerce
.products
    li.product:hover
.woocommerce-LoopProduct-link:after {
    background-color: #fff0;
}
.woocommerce .products li.product:hover .zg {
    color: var(--color-osnova) !important;
}
.woocommerce ul.products li.product .all-atributes {
    opacity: 1;
}
.woocommerce ul.products li.product .all-atributes .attributes {
    color: #1e222e;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.woocommerce ul.products li.product .all-atributes .attributes a {
    color: #1e222e;
    font-weight: 500;
    font-size: 25px;
    line-height: 20px;
    padding-top: 0;
    padding-left: 0px;
}
.woocommerce
    ul.products
    li.product
.all-atributes
.attributes
    a:before {
    content: ":";
    padding-right: 5px;
    font-size: 20px;
    line-height: 24px;
}
.archive.woocommerce
.product
.all-content
.attributes:last-child
    a:after {
    font-weight: 500;
    font-size: 25px;
    line-height: 20px;
    padding-left: 2px;
    position: relative;
}
.archive.woocommerce .product .all-content .podrobno,
.archive.woocommerce .product .woocommerce-LoopProduct-link:after {
    display: none;
}
.archive.woocommerce .product .all-content .all-atributes, .search .product .all-content .all-atributes {
    padding: 30px 0 18px;
    position: absolute;
    bottom: 10px;
}


.archive.woocommerce .price del, .search .price del, .search .price del {
    display: none !important;
}
.woocommerce ul.products li.product .price ins, .search .price ins {
    text-decoration: none;
}

/* Слайдер похожих товаров */
.div-sliders{
	    width: 100%;
    background-color: var(--fon);
    margin-top: 0px;
	    padding-bottom: 50px;
}
.gruppa-slide .gallery-wrapper {
    width: 100%;
    overflow: hidden;
}
.gruppa-slide {
    padding-top: 50px;
    padding-bottom: 0px;
}
.gruppa-slide img {
    width: 100%;
    border-radius: 10px;
        aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
}
.gruppa-slide ins {
    text-decoration: none;
}
.gruppa-slide h3 {
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}
.gruppa-slide .blverh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 27px 30px 15px;
}
.gruppa-slide .opis{
	color:#fff;
}
.gruppa-slide .name{
    color: #fff;
    font-weight: 600 !important;
    margin-bottom: 7px !important;
}
.gruppa-slide .blverh p{
    margin-bottom: 0;
}
.gruppa-slide .block-2{
    padding: 0 30px;
}
.gruppa-slide .product-thumbnail {
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #fff;
    border-radius: 10px;
}
.gruppa-slide .cenaizg{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px 0 0px;
}
.gruppa-slide .cenaizg .price{
        text-align: center;
        margin-bottom: 5px !important;
	color:#fff!important;
}
.gruppa-slide .dla-sterl{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gruppa-slide .bok-strel.swiper-button-prev{
    left: 0px;
    position: relative !important;
    width: 50px;
    height: 50px;
    margin: 0 10px;
}
.gruppa-slide .bok-strel.swiper-button-next{
    right: 0px;
    position: relative !important;
    width: 50px;
    height: 50px;
    margin: 0 0 0 7.5px;
}
.gruppa-slide .cenaizg .woocommerce-loop-product__title{
        text-align: center;
        margin-bottom: 7px;
	color:#fff;
}
.archive.woocommerce .products .cenaizg .woocommerce-loop-product__title, .search .products .cenaizg .woocommerce-loop-product__title{
    padding-top: 5px !important;
    padding-bottom: 0px !important;
	text-align: center;
	    margin: 0;
}
.gruppa-slide .cenaizg .atrib{
        text-align: center;
    border: 1px solid #C0C0C0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    border-radius: 20px;
    padding: 1px 13px;
	display:none;
}
.gruppa-slide .cenaizg{
    padding-top: 20px;
}
.gruppa-slide .cenaizg del{
    display: none;
}
.product_cat-oborudovanie .kosmet, .product_cat-kosmetika .obor, .product_cat-oborudovanie .kosmetika-slider, .product_cat-kosmetika .oborudovanie-slider{
	display:none;
}
.gruppa-slide a:hover .woocommerce-loop-product__title, 
.gruppa-slide a:hover .atrib, 
.gruppa-slide a:hover .price, 
.gruppa-slide a:hover .out-of-stock{
    color:#fff!important;
    opacity:0.9;
}
.gruppa-slide .description{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    line-height: 25px !important;
    padding-bottom: 60px;
    color: #484848;
    margin-bottom: 0;
    width: 100%;
    display:none;
}
.gruppa-slide .podrobno{
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    background-color: var(--color-osnova3);
    color: var(--color-osnova);
    cursor: pointer;
    padding: 13px 46px;
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    display:none;
}
.gruppa-slide .podrobno:hover,
.gruppa-slide a:hover .podrobno{
    background-color: var(--color-osnova);
    color: #fff;
}
.gruppa-slide #rotated-gallery {
    float: left;
    width: 100%;
    overflow-x: hidden;
}
.gruppa-slide .pol2 .ostotz {
    height: 50px;
    padding: 17px 46px;
    margin-left: 20px;
    margin-top: 8px;
    border-radius: 10px;
    background-color: var(--fon);
    color: var(--color-osnova);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gruppa-slide .pol2 .ostotz:hover {
    background-color: var(--color-osnova);
    color: #fff;
}
.gruppa-slide.vc_row[data-vc-full-width] {
    overflow-x: hidden !important;
}
.gruppa-slide .gallery-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px;
}
.gruppa-slide .gallery-tab {
    margin-bottom: 0;
}
.gruppa-slide .gallery-tab-images {
    margin: 0px auto 0;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
        overflow: hidden;
}
.gruppa-slide .gallery-tab-images-slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.gruppa-slide .sr-left .srl-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.gruppa-slide .osob-arrows {
    margin-top: -27px;
}

.gruppa-slide .sr-left .srl-block .swiper-button-prev
.gruppa-slide .sr-left .srl-block .swiper-button-prev {
    background-color: var(--color-osnova3);
    border-radius: 60%;
    z-index: 1;
}
.gruppa-slide .swiper-slide {
    width: calc(25% - 15px) !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border-radius: 6px;
    margin-right:20px;
}
.gruppa-slide .swiper-slide:last-child {
    margin-right: 0;
}

.archive .product .topviv, .gruppa-slide .topviv, .search .product .topviv{
    display: none;
    position: absolute;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding: 20px;
}
.archive .o-kompanii-6-futer, .archive .sinpol, .archive .otzyvy-4, .archive .obuch, .single-product .o-kompanii-6-futer, .single-product .sinpol, .single-product .otzyvy-4, .single-product .obuch{
	display: none;
}
.archive.woocommerce .product.product_cat-kosmetika .ot{
	display:none;
}
.archive .product .topviv span, .gruppa-slide .topviv span, .search .product .topviv span{
	color: #fff;
    border-radius: 6px;
    padding: 6px 13px;
    font-size: 14px;
    line-height: 12px !important;
    margin: 0px 6px 6px 0;
	background-color:var(--color-osnova);
}
.gruppa-slide .swiper-slide .discount-percentage, .archive.woocommerce .product .discount-percentage, .search .product .discount-percentage{
    background-color: #F02E2E!important;
}
.gruppa-slide .swiper-slide .novinka, .archive.woocommerce .product .novinka, .search .product .novinka{
    background-color: #22CA60!important;
}
.gruppa-slide .swiper-slide .popular, .archive.woocommerce .product .popular, .search .product .popular{
    background-color: #9747FF!important;	
}
.gruppa-slide .swiper-slide .vyvod-v-kataloge-premium, .archive.woocommerce .product .vyvod-v-kataloge-premium, .search .product .vyvod-v-kataloge-premium{
    background-color: #1E1C1C!important;		
}
.gruppa-slide .swiper-slide .vyvod-v-kataloge-aktsiya, .archive.woocommerce .product .vyvod-v-kataloge-aktsiya, .search .product .vyvod-v-kataloge-aktsiya{
    background-color: #5618A6!important;		
}
.gruppa-slide .swiper-slide .sr-prof {
    background-color: #fff0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
}
.gruppa-slide .swiper-slide .sr-prof a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff0;
    padding:0;
    border-radius: 10px;
}
.gruppa-slide .swiper-slide .sr-prof .block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px;
}

.gruppa-slide .swiper-pagination span {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: #e0e3ef;
    width: 9px;
    height: 9px;
    margin: 5px;
    cursor: pointer;
}
.gruppa-slide .pol2{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    position: absolute;
    right: 0px;
    top: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.single-product .kartoch-produkt .gruppa-slide .swiper-pagination{
	display:none;
}
.single-product .kartoch-produkt .gruppa-slide{
	    padding-top: 0px;
    padding-bottom: 100px;
}
.gruppa-slide .swiper-pagination {
        margin-right: 30px;
}
.gruppa-slide .swiper-pagination span {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: #e0e3ef;
    width: 9px;
    height: 9px;
    margin: 5px;
    cursor: pointer;
}
.gruppa-slide .swiper-pagination-bullet-custom {
display: inline-block;
    position: relative;
    cursor: pointer;
    width: 64px;
    height: 4px;
    border: 0;
    margin-right: 6px;
    border-radius: 2px;
    background-color: #fff;
	margin-top: -2px;
}
.gruppa-slide .swiper-pagination-bullet-custom .progress__value {
    opacity: 0;
}
.gruppa-slide .swiper-pagination-bullet-custom:hover {
    background-color: var(--color-osnova3);
}
.gruppa-slide .swiper-pagination-bullet-custom .progress__value {
    opacity: 0;
}
.gruppa-slide .swiper-pagination-bullet-custom--active .progress__value {
    opacity: 1;
    -webkit-animation: BulletProgress 5s linear forwards;
    animation: BulletProgress 5s linear forwards;
    background-color:  var(--color-osnova3);
    height: 4px;
    width: 0;
    border-radius: 2px;
}
.gruppa-slide .swiper-pagination-bullet-custom--active::before {
    background-color: #fff;
}
@-webkit-keyframes BulletProgress {
    to {
    width: 100%;
    }
}
@keyframes BulletProgress {
    to {
    width: 100%;
    }
}
.gruppa-slide .swiper--pause .swiper-pagination-bullet-custom--active .progress__value {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.gruppa-slide .swiper-container666:hover + .swiper-pagination .progress__value{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.gruppa-slide.vidslide-2 .swiper-slide {
	border: 1px solid var(--border);
	    padding: 20px 15px;
}
@media (max-width: 1230px) {
.gruppa-slide .swiper-slide {
    width: calc(33.33333% - 13px) !important;
    }	

}
@media (max-width: 991px) {
.gruppa-slide .swiper-slide{
    width: calc(50% - 10px) !important;
    }
		.gruppa-slide .sr-left .srl-block{
		    flex-direction: column;
	}	
	.gruppa-slide .pol2{
		    align-items: flex-start;
	}	

.gruppa-slide .pol2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        width: 100%;
        -webkit-box-orient: vertical;
flex-direction: column-reverse;
        right: 0;
	        top: 0;
        margin-top: 0px;
    }
.gruppa-slide .swiper-pagination {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	        justify-content: flex-start;
}	
.gruppa-slide .swiper-pagination-bullet-custom:last-child {
    margin-right: 0;
}
.gruppa-slide .swiper-pagination-bullet-custom:first-child {
    margin-left: 0;
}	
.gruppa-slide .bok-strel.swiper-button-next, .gruppa-slide .bok-strel.swiper-button-prev{
	margin: 10px 20px 10px 0px;
        top: 0;
}
.gruppa-slide .opis {
    margin-bottom: 15px;
    }
.gruppa-slide .pol2 .ostotz {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
.gruppa-slide .description {
    padding-bottom: 30px;
    }
}
@media (max-width: 600px){
.gruppa-slide .swiper-slide{
        width: calc(350px - 10px) !important;
    }   
}
@media (max-width: 525px) {
.gruppa-slide .bok-strel.swiper-button-prev{
    margin-left:0;
 }   
.gruppa-slide .swiper-slide {
    width: 100% !important;
    }
.gruppa-slide .swiper-pagination {
    width: 100%;
    }
.gruppa-slide .swiper-pagination-bullet-custom {
    width: calc(100% / 7 - 6px);
    }
.gruppa-slide .sr-left .srl-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}
@media (max-width: 360px) {
.gruppa-slide .opis {
    margin-bottom: 15px;
    max-width: 230px;
    }
}
/* Слайдер похожих товаров конец */
/* Товары 1 */
.tovary-1 .vc_column-inner, .tovary-2 .vc_column-inner, .tovary-3 .vc_column-inner, .tovary-4 .vc_column-inner{
	padding:0!important;
}

/* Товары 1 конец */









@media (max-width: 1490px) {
.archive.woocommerce .product .all-content .all-atributes,
.single-product .product .all-content .all-atributes {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.single-product .product .all-content .all-atributes {
    display: none;
    }
.single-product .product .all-content .podrobno {
    bottom: 30px;
    position: absolute;
    }
.single-product.woocommerce
    div.product
    .woocommerce-tabs
    .wc-tab
    .obshiy
    .all-har
    .block
    .atr
    .nazvanie {
    width: 60%;
    }
.single-product #wooswipe {
    width: 50%;
    }
}
@media (max-width: 1230px) {
.archive.woocommerce .product {
    width: calc(50% - 20px) !important;
    }

.woocommerce .woof_price_filter .soed {
    width: 50%;
    }
.woocommerce .label-bar {
    display: block;
    margin-bottom: 0px;
    }
.woocommerce input:checked ~ article.ac {
    height: auto;
    display: block;
    }
.single-product.woocommerce .widget-product {
    display: none;
    }
.woocommerce .ac {
    height: 0px;
    display: none;
    width: 100%;
    margin-top: 15px;
    }
.all-shop-woo .content-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    }
.archive.woocommerce .products {
    padding-right: 0;
    }

.archive.woocommerce .widget-shop {
    padding: 0;
    }
.single-product #wooswipe {
    width: 100%;
    }
.single-product .woocommerce-product-gallery__image {
    padding: 0 0px 20px 20px;
    max-height: 495px;
    }
.single-product div.product .woocommerce-product-gallery__image img {
    height: 475px !important;
    -o-object-fit: contain;
       object-fit: contain;
    }
    #wooswipe .thumbnails {
    margin-bottom: 0;
    }
.single-product .all-tov-woo {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.single-product .kartoch-produkt {
    padding-right: 0;
    margin-top: 20px;
    width: 100% !important;
    padding-left: 0;
    }
.single-product .widget-shop {
    padding: 0;
    top: 0px;
    }
.single-product.woocommerce
    div.product
    .woocommerce-tabs
    .wc-tab
    .obshiy
    .pokaz-skrit {
    width: 100%;
    }
}
@media (max-width: 991px) {
.single-product .kartoch-produkt {
    padding-top: 50px;
    margin-top: 0;
    }
	.single-product .kartoch-produkt .gruppa-slide{
		padding-bottom:50px;
	}	
.archive.woocommerce .product {
    width: calc(50% - 20px) !important;
    }
}
@media (max-width: 767px) {
.single-product.woocommerce div.product .woocommerce-tabs {
    width: 100%;
    }
.slick-slider .slick-slide img {
    height: 80px !important;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    }
    #wooswipe .wooswipe-prev img,
    #wooswipe .wooswipe-next img {
    position: relative;
    top: 0;
    width: 80px;
    height: 50px;
    }
.archive.woocommerce .product .description {
    padding-bottom: 30px;
    width: 100%;
    }
.archive.woocommerce .product {
    width: 100% !important;
    }
    #wooswipe .thumbnails {
    height: 80px !important;
    margin-top: 0;
    width: 100%;
    }
    #wooswipe .thumbnails ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    }
    #wooswipe .thumbnails ul button + .slick-list {
    padding: 0px 60px !important;
    }
    #wooswipe .wooswipe-prev {
    width: 80px;
    height: 50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 15px !important;
    left: -15px !important;
    }
    #wooswipe .wooswipe-next {
    width: 80px;
    height: 50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    top: 15px !important;
    right: -15px !important;
    }
.single-product .woocommerce-product-gallery__image {
    max-height: 315px;
    }
.slick-slider .slick-list,
.slick-slider .slick-track {
    width: 100% !important;
    }
.slick-slider .slick-slide {
    margin-right: 20px;
    width: 80px !important;
    }
.slick-slider .slick-slide > div {
    width: 80px !important;
    }
.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
.single-product div.product .woocommerce-product-gallery__image img {
    height: 295px !important;
    }
.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff !important;
    padding-right: 0;
    }
.single-product.woocommerce .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.single-product .related.products .product {
    width: calc(100% - 20px) !important;
    margin: 0 10px 30px !important;
    }
.single-product .related.products .product.last {
    margin-bottom: 0 !important;
    }
.single-product.woocommerce
    div.product
    .woocommerce-tabs
    .wc-tab
    .obshiy
    .all-har
    .block
    .atr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.5px dashed #696e82;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
.single-product.woocommerce
    div.product
    .woocommerce-tabs
    .wc-tab
    .obshiy
    .all-har
    .block
    .atr
    .nazvanie {
    width: 50%;
    border-bottom: 0;
    margin-bottom: 0;
    }
.single-product.woocommerce
    div.product
    .woocommerce-tabs
    .wc-tab
    .obshiy
    .all-har
    .block
    .atr
    .xar {
    padding-left: 20px;
    width: 50%;
    text-align: right;
    margin-bottom: 0;
    }
.single-product #wooswipe {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 20px;
    }
}
@media (max-width: 525px) {
.single-product.woocommerce
    .ac
    .woof_redraw_zone
    .woof_container.open-class,
.single-product.woocommerce .ac .woof_redraw_zone .woof_price_filter {
    padding: 30px 15px 19px;
    }
.woocommerce .woof_submit_search_form_container {
    padding: 30px 15px 17px;
    }
.single-product.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 15px 30px;
    }
.single-product.woocommerce
    div.product
    .woocommerce-tabs
    .wc-tab:nth-child(2) {
    padding: 28px 15px 5px;
    }
.single-product .kartoch-produkt .related.products {
    padding: 30px 15px 30px;
    }
    #wooswipe .wooswipe-prev {
    left: -25px !important;
    }
    #wooswipe .wooswipe-next {
    right: -25px !important;
    }
    #wooswipe .thumbnails ul button + .slick-list {
    padding: 0px 40px !important;
    }
}
@media (max-width: 425px) {
.single-product.woocommerce div.product form.cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    }
.woocommerce div.product form.cart .button {
    margin: 25px 0 0 !important;
    }
}

/*   Слайдер товара woocommerce  */
.swiper-woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 58%;
    padding-right: 0px;
}
.swiper-woocommerce .main-slider {
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    overflow: hidden;
}
.swiper-woocommerce .main-slider .zoomphoto{
	    position: absolute;
    width: 43px;
    height: 43px;
    pointer-events: none;
    z-index: 2;
	    top: 20px;
    left: 20px;
}
.swiper-woocommerce .main-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-woocommerce .main-slider .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border-radius: 10px;
	border: 1px solid var(--color-osnova);
}
.swiper-woocommerce .main-slider .swiper-slide img {
height:100%;
    width: 100%;
    border-radius: 8px;
	object-fit: cover;
}
.swiper-woocommerce .main-slider .swiper-button-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 25px;
    z-index: 1;
    height: 50px;
    width: 50px;
    border-radius: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,\
    <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">\
<circle cx="25" cy="25" r="25" transform="rotate(-90 25 25)" fill="%23F2F7FC"/>\
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6296 16.8103C27.8259 17.0018 27.8259 17.3121 27.6296 17.5036L19.9398 25.0001L27.6296 32.4966C27.8259 32.688 27.8259 32.9984 27.6296 33.1898C27.4332 33.3813 27.1148 33.3813 26.9184 33.1898L18.5176 25.0001L26.9184 16.8103C27.1148 16.6189 27.4332 16.6189 27.6296 16.8103Z" fill="%23484848" stroke="%23484848" stroke-width="2" stroke-linecap="round"/>\
</svg>');
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    
}
.swiper-woocommerce .main-slider .swiper-button-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 25px;
    z-index: 1;
    height: 50px;
    width: 50px;
    border-radius: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,\
    <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">\
<g id="Icon">\
<circle id="Ellipse 3197" cx="25" cy="25" r="25" transform="matrix(0 -1 -1 0 50 50)" fill="%23F2F7FC"/>\
<path id="Vector 15 (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M22.3704 16.8103C22.1741 17.0018 22.1741 17.3121 22.3704 17.5036L30.0602 25.0001L22.3704 32.4966C22.1741 32.688 22.1741 32.9984 22.3704 33.1898C22.5668 33.3813 22.8852 33.3813 23.0816 33.1898L31.4824 25.0001L23.0816 16.8103C22.8852 16.6189 22.5668 16.6189 22.3704 16.8103Z" fill="%23484848" stroke="%23484848" stroke-width="2" stroke-linecap="round"/>\
</g>\
</svg>');
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-woocommerce,
.swiper-woocommerce .main-slider .swiper-slide{
    height: 568px;
}
.swiper-woocommerce .dothumbs{
    height: 568px;
    position: relative;
    margin-right: 20px;
        width: 120px;
        -ms-flex-negative: 0;
    flex-shrink: 0;
}
/*  Миниатюра слайдера товара woocommerce  */
.swiper-woocommerce .thumbs-slider {
    height: calc(568px - 20px);
    list-style: none;
    padding: 0;
    z-index: 1;


    -ms-touch-action: pan-y;
    touch-action: pan-y;
    overflow: hidden;    
}
.swiper-woocommerce .thumbs-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-woocommerce .thumbs-slider .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    width: 100%;
    border: 1px solid var(--border);
    border-radius:6px;
}
.swiper-woocommerce .thumbs-slider .swiper-button-prev-mini{
    position: absolute;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    top:0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.swiper-woocommerce .thumbs-slider .swiper-button-next-mini{
    position: absolute;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    bottom: -7px;
}
.swiper-woocommerce .thumbs-slider .swiper-button-disabled{
    display:none;
}
.swiper-woocommerce .thumbs-slider .swiper-slide:hover {
    border: 1px solid var(--color-osnova);
    cursor: pointer;
}
.swiper-woocommerce .thumbs-slider .swiper-slide-thumb-active {
    border: 1px solid var(--color-osnova);
}
.swiper-woocommerce .thumbs-slider img {
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 4px;
	object-fit: cover;
}

/* CSS для круга с цветом */
.color-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #000;
    margin-top: 0;
}

/* CSS для блока с цветовым кругом */
.color-attribute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-product .kartoch-produkt .related.products .price del {
    display: none;
}

@media (max-width: 1490px) {
.single-product .kartoch-produkt .lpblock .obsh {
    padding-right: 50px;
    }
.single-product .kartoch-produkt .lpblock .rad-2 .pol2 .obsh,
.single-product .kartoch-produkt .lpblock .rad-4 .pol2 .obsh {
    padding-left: 60px;
    }
}

@media (max-width: 1230px) {

.single-product.woocommerce
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel {
    padding: 50px 0px 40px !important;
    }
.swiper-woocommerce,
.swiper-woocommerce .main-slider .swiper-slide,
.swiper-woocommerce .thumbs-slider .swiper-wrapper,
    .swiper-woocommerce .dothumbs,
    .swiper-woocommerce .thumbs-slider{
    height: 424px;
    }
}
@media (max-width: 991px) {
.woocommerce .woocommerce-breadcrumb .container .allkro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}   
.woocommerce .woocommerce-breadcrumb .container .artpodel {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 7px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}   
    .woocommerce .woocommerce-breadcrumb .container .artpodel > div{
        margin-bottom:10px;
    }   
    .single-product.woocommerce div.product .block-1-2{
        padding-top:20px;
    }
    .woocommerce .woocommerce-breadcrumb .container .artpodel > div:first-child svg{
        margin-left:0;
    }   
.single-product.woocommerce .woo-katal, .single-product.woocommerce .otzivitut .polkatal {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    top:0;
    margin-top: 35px;
}
    .single-product.woocommerce .otzivitut .polkatal{
        margin-top: 50px;
    }   
    .single-product.woocommerce div.product .block-1-2 .slideopis{
        margin-bottom:50px;
    }   
.single-product.woocommerce .otzivitut {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}   
.single-product.woocommerce .infotov {
    padding-top: 50px;
}
.single-product.woocommerce .infotov > div:not(:first-child) {
    padding-top: 50px;
}
    
.single-product .related.products .product {
    width: calc(50% - 20px) !important;
    }
.single-product
    .kartoch-produkt
    .related.products
    .attachment-woocommerce_thumbnail {
    height: 350px !important;
    }
}
@media (max-width: 767px) {
.single-product.woocommerce div.product .block-1-2 .slideopis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    }
.single-product .kartoch-produkt .related.products {
    width: 100%;
    }
.single-product .kartoch-produkt .related .products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    }
.single-product .related.products .product {
    width: calc(100% - 20px) !important;
    }
.woocommerce ul.products.columns-3 li.product:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
.woocommerce div.product form.cart .variations tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.single-product .kartoch-produkt .lpblock > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.single-product .kartoch-produkt .lpblock .rad-2,
.single-product .kartoch-produkt .lpblock .rad-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.single-product .kartoch-produkt .lpblock .rad-1 .pol2,
.single-product .kartoch-produkt .lpblock .rad-3 .pol2,
.single-product .kartoch-produkt .lpblock .rad-2 .pol1,
.single-product .kartoch-produkt .lpblock .rad-4 .pol1 {
    position: relative;
    right: 0;
    width: 100%;
    height: 300px;
    }
.single-product .kartoch-produkt .lpblock .obsh {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    }
.single-product .kartoch-produkt .lpblock .rad-2 .pol2 .obsh,
.single-product .kartoch-produkt .lpblock .rad-4 .pol2 .obsh {
    padding-left: 0px;
    padding-right: 0;
    }
}
@media (max-width: 425px){
.woocommerce .woocommerce-breadcrumb .container .artpodel{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;	
}	
.woocommerce .woocommerce-breadcrumb .container .artpodel > div > svg {
    margin-left: 0px;
}
}
@media (max-width: 355px) {
.single-product .kartoch-produkt .lpblock .knpk {
    width: 100%;
    }
}
@media (max-width: 359px) {
.single-product.woocommerce .product_meta,
.single-product.woocommerce .priceopis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}
@media (max-width: 350px) {
.woocommerce div.product form.cart .button {
    width: 100%;
    }
}
.woocommerce-checkout .cart-subtotal{
    display:none!important;
}
.woocommerce-notices-wrapper {
    position: absolute;
    z-index: 5;
    right: 30px;
    top: 150px;
    width: 300px;
    display: none;
}
.woocommerce-message {
    border-top-color: var(--color-osnova) !important;
    padding: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #fff !important;
}
.woocommerce-message::before {
    color: var(--color-osnova);
    top: 30px !important;
    left: 10px !important;
    display: none !important;
}
.woocommerce .woocommerce-message .button {
    color: #fff;
    background-color: var(--color-osnova);
    margin-top: 20px;
    height: 45px;
}
.custom-notification {
    position: fixed;
    top: 150px;
    right: 20px;
    padding: 15px;
    background-color: #4caf50; /* зеленый цвет для успеха */
    color: #fff;
    z-index: 1000;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px var(--border);
    box-shadow: 0 2px 10px var(--border);
    display: none; /* убедитесь, что этот стиль применен */
}

.custom-notification.error {
    background-color: #f44336; /* красный цвет для ошибок */
}

.custom-notification .custom-notification-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-notification .custom-notification-message {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.custom-notification .custom-notification-close {
    background: none;
    border: none;
    color: #fff;
    padding: 0 15px !important;
    height: auto;
    cursor: pointer;
    margin-left: 10px;
    display: none;
}
.custom-notification .custom-notification-close:hover {
    background: none !important;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents tr:last-child {
    display: none;
}
.woocommerce-cart .order-total th {
    width: 150px !important;
}
.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
    display: none !important;
}
.single-product.woocommerce div.product .woocommerce-tabs .wc-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.single-product.woocommerce div.product .woocommerce-tabs .wc-tab a {
    color: #337ab7;
}
.single-product.woocommerce div.product .woocommerce-tabs .wc-tab a:hover {
    color: var(--color-osnova);
}
.single-product.woocommerce .all-shop-woo {
    padding: 0px !important;
}
.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 0px 5px;
}
.woocommerce .blockUI.blockOverlay{
    display:none!important;
}
@media (max-width: 1490px){
.single-product.woocommerce div.product .block-1-2 .slideopis .conteindlakatal, .single-product.woocommerce .otzivitut .polotz{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column; 
        width: calc(100% - 350px);
}   
    .single-product.woocommerce div.product .block-1-2 .slideopis .conteindlakatal .swiper-woocommerce{
            width: 100%;
    margin-bottom: 50px;
    }
    .single-product.woocommerce div.summary{
width: 100% !important;
        padding:0;
    }   
    .single-product.woocommerce .product_meta{
        padding-bottom: 0px;
    margin-top: 0px;
    }   
    .single-product.woocommerce .infotov{
        padding-right:0;
    }   
	.single-product.woocommerce .infotov{
		padding-top:30px;
	}	
	.single-product.woocommerce .infotov > div:not(:first-child){
		padding-top:50px;
	}
}
@media (max-width: 1230px){
    .woocommerce-cart table.shop_table th{
            width: 100px !important;
    }   
}
@media (max-width: 991px) {
.custom-notification {
    top: 80px;
    }
.single-product.woocommerce div.product .block-1-2 .slideopis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }

.swiper-woocommerce {
    width: 100%;
    padding-right: 0;
    }   
    .single-product.woocommerce div.product .block-1-2 .slideopis .conteindlakatal, .single-product.woocommerce .otzivitut .polotz {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        padding-right: 0;
    }   
    .swiper-woocommerce, .swiper-woocommerce .main-slider .swiper-slide, .swiper-woocommerce .thumbs-slider .swiper-wrapper, .swiper-woocommerce .dothumbs, .swiper-woocommerce .thumbs-slider {
        height: 565px;
    }
.single-product.woocommerce .dostavka {
    padding-left: 0;
}
}
@media (max-width: 767px){
    .single-product.woocommerce .infotov .product-attributes > div{
        width: 100%;
    margin: 0 0px 10px;
    }   
    .single-product.woocommerce .infotov .product-attributes{
        margin:0;
    }
.single-product.woocommerce .infotov .product-attributes h2 {
    padding: 0;
}
    .woocommerce-cart .product-thumbnail{
        border-left:none;
    }   
}
@media (max-width: 625px){
    .swiper-woocommerce, .swiper-woocommerce .main-slider .swiper-slide, .swiper-woocommerce .thumbs-slider .swiper-wrapper, .swiper-woocommerce .dothumbs, .swiper-woocommerce .thumbs-slider {
        height: 425px;
    }   
}
    
@media (max-width: 600px){
.woocommerce-checkout #order_review .shop_table, .woocommerce-checkout #order_review .shop_table tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
    .single-product.woocommerce .otzivitov .namestar{
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
    }
    .single-product.woocommerce .otzivitov .namestar .review-author{
        margin-bottom:0px;
    }
    .woocommerce-checkout #order_review .shop_table{
    border-bottom: none!important;  
    }
    .woocommerce-checkout #order_review .shop_table tr th, .woocommerce-checkout #order_review .shop_table tr td{
        border-left:none!important;
        border-right:none!important;
        border-bottom: 1px solid var(--border);
        border-top:none!important;
    }       
}
@media (max-width: 530px){
    .single-product.woocommerce .polotz .knopki .pokazeshe{
        margin-right:0;
        margin-bottom:15px;
    }   
.single-product.woocommerce .polotz .knopki {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}
@media (max-width: 525px) {
.swiper-woocommerce {
    height: 500px;
    }
.single-product.woocommerce div.product form.cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    }
.single-product .related.products .product .cenaizg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.swiper-woocommerce .main-slider .swiper-button-prev {
    left: 15px;
    }
.swiper-woocommerce .main-slider .swiper-button-next {
    right: 15px;
    }
.swiper-woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-right: 0px;
    }
    
.swiper-woocommerce .thumbs-slider .swiper-wrapper {
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    }
.swiper-woocommerce .thumbs-slider {
    width: 100%;
    margin-top: 10px;
    }
.single-product.woocommerce .woocommerce-variation-add-to-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
.woocommerce div.product form.cart .button {
    margin-left: 0;
    margin-top: 20px !important;
    width: 310px;
    }
.swiper-woocommerce{       
        aspect-ratio: 1 / 1;
	        height: auto;
    }
	.swiper-woocommerce .main-slider .swiper-slide{
		height:500px;
		aspect-ratio: revert;
	}
	.swiper-woocommerce .main-slider .swiper-slide img{
		    aspect-ratio: revert;
    height: 100%;
	}
	.swiper-woocommerce, .swiper-woocommerce .main-slider .swiper-slide a{
		width:100%;
	}
        .swiper-woocommerce .thumbs-slider .swiper-slide {
        height: 100px;
        width: 100px;
    }
    .swiper-woocommerce .thumbs-slider .swiper-wrapper, .swiper-woocommerce .thumbs-slider{
        height:auto!important;
    }
    .swiper-woocommerce .dothumbs{
        height: auto;
        width: 100%;
        margin-right: 0;
    }
.swiper-woocommerce .thumbs-slider .swiper-button-next-mini {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    bottom: auto;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: -40px;
    top: 45px;
}
.swiper-woocommerce .thumbs-slider .swiper-button-prev-mini {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    top: 45px;
    left: -40px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.swiper-woocommerce .thumbs-slider .swiper-button-disabled {
    display: none;
}   
}
@media (max-width: 425px){
    .single-product.woocommerce .otzivitov .datnamestar{
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
    }   
.swiper-woocommerce .main-slider .swiper-slide {
        height: 425px;
}	
}
@media (max-width: 380px){
    .woocommerce div.product .dubladd .button, .woocommerce div.product .dubladd a.button{
        padding: 14px 15px !important;    
        width: calc(100% - 80px) !important;
    } 
	.swiper-woocommerce .main-slider .swiper-slide {
        height: 380px;
}
}
@media (max-width: 360px){
    .woocommerce div.product .dubladd .button, .woocommerce div.product .dubladd a.button{
        font-size: 15px !important;
    }
}
@media (max-width: 340px){
    .woocommerce div.product .dubladd .button, .woocommerce div.product .dubladd a.button{
        font-size: 14px !important;
    }   
}




/* Каталог и результаты поиска*/
.archive .all-shop-woo, .search .all-shop-woo {
    padding: 50px 0;
}
.kattova{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.kattova .vertfil{
    width: calc(25% - 15px);
	display:none;
}
.kattova .sortandtov{
    width: 100%;
}
.kattova .sticky{
	    background-color: var(--color-osnova);
    border-radius: 6px;
    padding: 15px 20px 0;
}
.kattova .sortikol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}
.kattova .sortikol .wpfMainWrapper .wpfFilterWrapper{
    padding: 0;
    margin: 0;
    width: 230px!important; 
}
.kattova .sortikol .wpfMainWrapper button{
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    margin-top: 0px;
    padding: 10px 15px !important;
    text-align: left !important;
    color: var(--color-osnova) !important;
    font-weight: 500 !important;
    height: 44px;
}
.kattova .sortikol .wpfMainWrapper button:hover{
    border: 1px solid var(--color-osnova)!important;
    color:var(--color-osnova)!important;
    background-color:#fff!important;
}
.kattova .sortikol .wpfMainWrapper button:after{
    width:24px;
    height:24px;
    border:none!important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-image: url('data:image/svg+xml,\
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="c1410-b7 c1410-b8">\
        <path fill="currentColor" d="M11.293 5.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L12 7.414l-3.293 3.293a1 1 0 0 1-1.414-1.414zm-4 8a1 1 0 0 1 1.414 0L12 16.586l3.293-3.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414">\
        </path>\
        </svg>');
    mask-image: url('data:image/svg+xml,\
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="c1410-b7 c1410-b8">\
        <path fill="currentColor" d="M11.293 5.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L12 7.414l-3.293 3.293a1 1 0 0 1-1.414-1.414zm-4 8a1 1 0 0 1 1.414 0L12 16.586l3.293-3.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414">\
        </path>\
        </svg>');
    background: var(--color-osnova);
        top: 13px;
    right: 10px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.kattova .sortikol .wpfMainWrapper button:hover:after{
    background: var(--color-osnova);
}
.kattova .sortikol .wpfMainWrapper .ms-options{
        -webkit-box-shadow: 0 4px 16px 0 rgba(0, 26, 52, .06);
                box-shadow: 0 4px 16px 0 rgba(0, 26, 52, .06);
    border-radius: 6px;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
    border: 1px solid var(--border);
}
.kattova .sortikol .wpfMainWrapper .ms-options ul{
    padding:0;
    list-style:none;
    margin-bottom: 0 !important;
}

.kattova .sortikol .wpfMainWrapper .ms-options ul li label{
padding: 0px 15px !important;
    line-height: 34px !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-osnova);
}

.kattova .sortikol .wpfMainWrapper .ms-options ul li:hover label{
    background-color:var(--fon);
	color:#fff;
}
.kattova .sortikol .wpfMainWrapper .ms-options ul li label:hover{
    background-color:var(--fon)!important;
	color:#fff;
}
.kattova .sortikol .products-count{
    margin-bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
}
.archive.woocommerce .product, .search .product {
    width: calc(25% - 20px) !important;
    margin: 0 10px 30px !important;
    border-radius: 6px;
    position: relative;
}
.archive.woocommerce .product .atrib, .search .product .atrib {
    text-align: center;
    border: 1px solid #C0C0C0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    border-radius: 20px;
    padding: 1px 13px;
	display:none;
}
.archive.woocommerce .product:hover h4, .archive.woocommerce .product:hover p, .search .product:hover h4, .search .product:hover p{
	color:var(--color-osnova)!important;
}
.archive.woocommerce .product:hover .atrib, .search .product:hover .atrib{
	border: 1px solid var(--color-osnova);
}
.archive.woocommerce .product .product-link, .search .product .product-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
}
.archive.woocommerce .product .product-link:hover .cenaizg h4, .search .product .product-link:hover .cenaizg h4, .archive.woocommerce .product .product-link:hover .cenaizg .all-content p, .search .product .product-link:hover .cenaizg .all-content p{
	color:var(--color-osnova2)!important;
}
.archive.woocommerce .product .description, .search .product .description {
    padding-bottom: 50px;
    color: #484848;
    margin-bottom: 0;
    width: 100%;
}
.archive.woocommerce .product .product-link > .onsale, .search .product .product-link > .onsale, 
.archive.woocommerce .product .product-link > h2.woocommerce-loop-product__title, .search .product .product-link > h2.woocommerce-loop-product__title,
.archive.woocommerce .product .product-link > .price, .search .product .product-link > .price,
.kattova .product .star-rating,
.archive.woocommerce .product .description, .search .product .description,
.archive.woocommerce .product .podrobno,
.woocommerce ul.products li.product .all-atributes, .search ul.products li.product .all-atributes{
    display: none !important;
}

/* Каталог товары с бордером png 
.archive.woocommerce .product {
    border: 1px solid var(--border);
}
.archive.woocommerce .product .attachment-woocommerce_thumbnail, .single-product .product .attachment-woocommerce_thumbnail{
    padding:15px;
}
.archive.woocommerce .product .cenaizg{
    padding:20px 15px;
}
.swiper-woocommerce .main-slider .swiper-slide img{
    object-fit: contain;
}
.archive.woocommerce .product .attachment-woocommerce_thumbnail, .single-product .product .attachment-woocommerce_thumbnail{
    object-fit: contain;
}
Каталог товары с бордером png конец */


/*  Вертикальный фильтр  */
.gorfil{
    display:none;
}
.wpfMainWrapper[data-filter="1"] .wfpTitle, .wpfMainWrapper[data-filter="4"] .wfpTitle{
    color: #fff;
    font-size: 15px;
    font-weight: 600 !important;
    height: 25px;
    margin: inherit;
}
.wpfMainWrapper[data-filter="1"] .wpfValue, .wpfMainWrapper[data-filter="4"] .wpfValue {
    padding-left: 0px !important;
}
.wpfMainWrapper[data-filter="1"] .wpfFilterTaxNameWrapper, .wpfMainWrapper[data-filter="1"] .wpfColorsFilter label,.wpfSelectedParameters .wpfSelectedParameter .wpfSelectedTitle, .wpfMainWrapper[data-filter="4"] .wpfFilterTaxNameWrapper, .wpfMainWrapper[data-filter="4"] .wpfColorsFilter label {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: inherit;
    line-height: 32px;
    font-weight: 400;
}
.wpfMainWrapper[data-filter="1"] label:hover .wpfFilterTaxNameWrapper, .wpfMainWrapper[data-filter="4"] label:hover .wpfFilterTaxNameWrapper{
    color:#fff;
}
.kattova .vertfil .sticky .wpfFilterWrapper{
    padding:0!important;
    margin-top:0!important;
    margin-bottom: 15px!important;
}
.search .vertfil .sticky .wpfFilterWrapper:not([data-filter-type="wpfCategory"]), .search .vertfil .sticky [data-filter-type="wpfCategory"] .wpfShowMoreWrapper{
	display:none!important;
}
.search .vertfil .sticky [data-filter-type="wpfCategory"] li{
	display:block!important;
}
.search .vertfil .sticky [data-filter-type="wpfCategory"] .wpfFilterVerScroll {
    max-height: 100%!important;
}
.wpfMainWrapper[data-filter="1"] [data-slug="цена"] .wpfFilterContent{
    padding:0;
}
.wpfMainWrapper[data-filter="1"] [data-slug="цена"] .wpfPriceInputs{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.wpfMainWrapper[data-filter="1"] .wpfFilterTitle, .wpfMainWrapper[data-filter="4"] .wpfFilterTitle {
    margin-bottom: 2px;
}
.wpfMainWrapper[data-filter="1"] [data-slug="цена"] .irs, .wpfMainWrapper[data-filter="1"] [data-slug="цена"] .wpfCurrencySymbol, .wpfMainWrapper[data-filter="1"] [data-slug="цена"] .wpfFilterDelimeter, .wpfMainWrapper[data-filter="1"] [data-slug="цена"] .wpfPriceFilterRange{
    display:none;
}
.wpfMainWrapper[data-filter="1"] [data-slug="цена"] .wpfPriceRangeField#wpfMinPrice, .wpfMainWrapper[data-filter="1"] [data-slug="цена"] .wpfPriceRangeField#wpfMaxPrice{
    padding: 10px 12px 10px 11px;
    font-size: 14px;
    color: var(--color-osnova);
    background-color: #fff;
    border: 1px solid var(--border);
    height: 40px;
    margin-right: 8px;
}
.wpfMainWrapper[data-filter="1"] .wpfShowMoreWrapper, .wpfMainWrapper[data-filter="1"] .wpfShowFewerWrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	    color: #fff;
}
.wpfMainWrapper[data-filter="1"] .wpfShowMoreWrapper svg, .wpfMainWrapper[data-filter="1"] .wpfShowFewerWrapper svg{
    width:16px;
    height:16px;
    -webkit-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
            transform:rotate(180deg);
    margin-left: 2px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.wpfMainWrapper[data-filter="1"] .wpfShowFewerWrapper svg{
    -webkit-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
            transform:rotate(0deg); 
}
.wpfMainWrapper[data-filter="1"] .wpfShowMoreWrapper svg path, .wpfMainWrapper[data-filter="1"] .wpfShowFewerWrapper svg path{
    fill:#fff;
}
.wpfMainWrapper[data-filter="1"] .wpfShowMoreWrapper:hover, .wpfMainWrapper[data-filter="1"] .wpfShowFewerWrapper:hover{
    color: #fff;
}
.wpfMainWrapper[data-filter="1"] .wpfShowMoreWrapper:hover svg path, .wpfMainWrapper[data-filter="1"] .wpfShowFewerWrapper:hover svg path{
    fill: #fff;
}
.wpfMainWrapper[data-filter="1"] .wpfCheckbox label{
    width: 18px !important;
    height: 18px !important;
}
.wpfMainWrapper[data-filter="1"] .wpfCheckbox label:before{
    border: none !important;
    color: #fff !important;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 3px #fff;
            box-shadow: inset 0 2px 3px #fff;
    background-color: #fff !important;
}
.wpfMainWrapper[data-filter="1"] .wpfCheckbox input[type="checkbox"]:checked + label::before{
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="b4014-a2 b4014-b2"><path fill="%23fff" d="M12.707 5.293a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 1.414-1.414L7 9.586l4.293-4.293a1 1 0 0 1 1.414 0"></path></svg>')!important;
    background-size: 16px 18px !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: var(--color-osnova) !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.wpfMainWrapper[data-filter="1"] .wpfFilterVerScroll li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wpfMainWrapper[data-filter="1"] .wpfCheckbox{
    margin-right:7px;
    line-height: 0;
}
.wpfMainWrapper[data-filter="1"] .wpfCheckbox + .wpfDisplay .wpfFilterTaxNameWrapper{
    line-height:30px;
}
.wpfMainWrapper[data-filter="1"] .wpfColorsFilter .icon{
    margin-bottom:0!important;
        margin-right: 7px;
}
.wpfMainWrapper[data-filter="1"] .wpfColorsFilter .wpfColorsColBlock{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wpfMainWrapper[data-filter="1"] .wpfColorsFilter .wpfAttrLabel:hover{
    color:#fff;
}
.wpfMainWrapper[data-filter="1"] .wpfColorsFilter li{
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wpfMainWrapper[data-filter="1"] .wpfSearchFieldsFilter {
    height: 40px;
    margin: -2px 0 4px;
    border-radius: 5px;
    font-size: 14px;
    color: var(--color-osnova);
	background-color: #fff;
}
.wpfMainWrapper[data-filter="1"] .wpfShowMoreWrapper span{
    font-size: 14px;
    font-weight: 500;
}
.wpfMainWrapper[data-filter="1"] .wpfSearchFieldsFilter::-webkit-input-placeholder, .wpfMainWrapper[data-filter="1"] .wpfSearchFieldsFilter::-moz-placeholder, .wpfMainWrapper[data-filter="1"] .wpfSearchFieldsFilter:-ms-input-placeholder, .wpfMainWrapper[data-filter="1"] .wpfSearchFieldsFilter:-moz-placeholder, .wpfMainWrapper[data-filter="1"] .wpfSearchFieldsFilter:placeholder {
    color: #fff!important;
}

.wpfSelectedParameters{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0!important; 
	padding-bottom: 0 !important;
}
.wpfSelectedParameters .wpfSelectedParameter .wpfSelectedTitle{
    padding-left: 0 !important;
}
.wpfSelectedParameters .wfpTitle{
        width:100%;
        margin-bottom: 10px;
}
.wpfSelectedParameters .wpfSelectedParameter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 5px;
    margin: 0 7px 7px 0px !important;
    background-color: var(--fon) !important;
    border-radius: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.wpfSelectedParameters .wpfSelectedParameter .wpfSelectedDelete{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.wpfSelectedParameters .wpfSelectedParameter .wpfSelectedTitle{
    padding: 0px 5px 0 0px;
    line-height: 24px;
}
.wpfSelectedParameters .wpfSelectedParameter .wpfSelectedTitle span{
    padding:0;
}
.wpfSelectedParameters .wpfSelectedParametersClear{
    width: 100%;
    margin: 3px 0 10px;
    font-size: 14px;
}
.wpfSelectedParameters .wpfSelectedParametersClear:hover{
    color:var(--color-osnova);
}
.wpfSelectedParameters .wpfSelectedDelete svg path{
    stroke:#8c8c8c;
}
.wpfSelectedParameters .wpfSelectedDelete:hover svg path{
    stroke:var(--color-osnova);
}
.wpfMainWrapper[data-filter="1"] .wpfTextFilter .wpfCheckbox{
    display:none;
}
.wpfMainWrapper[data-filter="1"] input:checked + label.icon:before {
    margin-left: 27%;
}
.wpfMainWrapper[data-filter="1"] .wpfCheckboxHier li>ul{
    margin-left: 10px;
}
.wpfFloatingWrapper.wpfFloatingShow .wpfFloatingSwitcher{
    width: 100%;
    height: 100%;
    padding:0!important;
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}   
.wpfFloatingWrapper.wpfFloatingShow .wpfFloatingSwitcher:hover{
    background-color:#fff!important;
}   
.wpfFloatingWrapper.wpfFloatingShow .wpfFloating{
    scrollbar-color: var(--color-osnova) var(--color-osnova)!important;
}
.wpfFloatingWrapper.wpfFloatingShow .wpfFilterWrapper[data-filter-type], .wpfFloatingWrapper.wpfFloatingShow .wpfSelectedParameters{
    padding: 5px 20px!important;
}
.wpfFloatingWrapper.wpfFloatingShow{
    width:320px!important;
}
.wpfFloatingWrapper.wpfFloatingShow .wpfMainWrapper{
    padding-top:15px!important;
    padding-bottom:5px!important;	
}
.wpfFloatingWrapper.wpfFloatingShow .wpfFloatingTitle{
    background: var(--fon) !important;
    border-bottom: 1px solid var(--border) !important;  
}
.wpfFloatingWrapper.wpfFloatingShow .fa-remove:before, .wpfFloatingWrapper.wpfFloatingShow .fa-close:before, .wpfFloatingWrapper.wpfFloatingShow .fa-times:before {
    content:""!important;
    -webkit-mask-image:url('data:image/svg+xml,\
        <svg width="13" height="13" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 20L11 11M20 2L11 11M11 11L20 20M11 11L2 2" stroke="%23484848" stroke-width="3" stroke-linecap="round">\
        </path>\
        </svg>');
    mask-image:url('data:image/svg+xml,\
        <svg width="13" height="13" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 20L11 11M20 2L11 11M11 11L20 20M11 11L2 2" stroke="%23484848" stroke-width="3" stroke-linecap="round">\
        </path>\
        </svg>');
    background-color:#484848;
    width: 13px;
    height: 13px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.wpfFloatingWrapper.wpfFloatingShow .fa-remove:hover:before, .wpfFloatingWrapper.wpfFloatingShow .fa-close:hover:before, .wpfFloatingWrapper.wpfFloatingShow .fa-times:hover:before{
    background-color:var(--color-osnova);
}
.wpfFloatingWrapper.wpfFloatingShow .wpfShowMoreWrapper, .wpfFloatingWrapper.wpfFloatingShow .wpfShowFewerWrapper {
    font-size: revert!important;
}
.wpfSelectedParameters.wpfHidden + .wpfFilterButtons{
	display:none;
}
.wpfSelectedParameters + .wpfFilterButtons button{
	    padding: 0 !important;
    margin-bottom: 30px !important;
    width: 100%;
    background-color: #fff0;
    color: #484848;
    font-size: 14px !important;
    text-transform: revert;
    text-align: left ! Important;
    margin: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: auto;
    text-decoration: underline !important;
}
.wpfSelectedParameters + .wpfFilterButtons button:hover{
	 background-color: #fff0!important;
    color: var(--color-osnova)!important;
}
/*  Вертикальный фильтр конец */

/*  Горизонтальный фильтр  и карточки .wid2  */
.archive .woo-stil-2 .gorfil{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	margin-bottom: 75px;
}
.archive .woo-stil-2 .gorfil + .vertfil, .archive .woo-stil-2 .sortikol{
    display:none;
}
.archive .woo-stil-2 .kattova {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.archive .woo-stil-2 .kattova .sortandtov{
    width: 100%;
    padding-left: 0px;  
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"]{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;    
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfSelectedParameters{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
	    padding-bottom: 0;
	padding-top:10px!important;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"]:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 40px;
    margin-right: 2px;
    background-image: url('data:image/svg+xml,\
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\
<path d="M9.00138 14.25C9.6666 14.2498 10.313 14.4708 10.839 14.8781C11.3649 15.2854 11.7406 15.8559 11.9069 16.5H20.2514C20.4388 16.4997 20.6196 16.5695 20.7581 16.6958C20.8966 16.822 20.9828 16.9956 20.9997 17.1822C21.0166 17.3689 20.9631 17.5551 20.8496 17.7042C20.736 17.8534 20.5708 17.9546 20.3864 17.988L20.2514 18L11.9069 18.0015C11.7411 18.6461 11.3657 19.2174 10.8397 19.6252C10.3137 20.0331 9.66699 20.2545 9.00138 20.2545C8.33577 20.2545 7.68906 20.0331 7.16306 19.6252C6.63705 19.2174 6.26163 18.6461 6.09588 18.0015L3.75138 18C3.56396 18.0003 3.38321 17.9305 3.24471 17.8042C3.10621 17.678 3.02 17.5044 3.00307 17.3178C2.98614 17.1311 3.0397 16.9449 3.15321 16.7958C3.26673 16.6466 3.43196 16.5454 3.61638 16.512L3.75138 16.5H6.09588C6.26219 15.8559 6.63785 15.2854 7.1638 14.8781C7.68976 14.4708 8.33616 14.2498 9.00138 14.25ZM9.00138 15.75C8.60356 15.75 8.22203 15.908 7.94072 16.1893C7.65942 16.4706 7.50138 16.8522 7.50138 17.25C7.50138 17.6478 7.65942 18.0294 7.94072 18.3107C8.22203 18.592 8.60356 18.75 9.00138 18.75C9.39921 18.75 9.78074 18.592 10.062 18.3107C10.3433 18.0294 10.5014 17.6478 10.5014 17.25C10.5014 16.8522 10.3433 16.4706 10.062 16.1893C9.78074 15.908 9.39921 15.75 9.00138 15.75ZM15.0014 3.75C15.6666 3.74983 16.313 3.97076 16.839 4.37806C17.3649 4.78535 17.7406 5.35591 17.9069 6H20.2514C20.4388 5.99966 20.6196 6.06949 20.7581 6.19576C20.8966 6.32203 20.9828 6.49558 20.9997 6.68223C21.0166 6.86889 20.9631 7.05511 20.8496 7.20425C20.736 7.35338 20.5708 7.45461 20.3864 7.488L20.2514 7.5L17.9069 7.5015C17.7411 8.14614 17.3657 8.71736 16.8397 9.12523C16.3137 9.5331 15.667 9.75446 15.0014 9.75446C14.3358 9.75446 13.6891 9.5331 13.1631 9.12523C12.6371 8.71736 12.2616 8.14614 12.0959 7.5015L3.75138 7.5C3.56396 7.50034 3.38321 7.43051 3.24471 7.30424C3.10621 7.17797 3.02 7.00442 3.00307 6.81777C2.98614 6.63111 3.0397 6.44489 3.15321 6.29575C3.26673 6.14662 3.43196 6.04539 3.61638 6.012L3.75138 6H12.0959C12.2622 5.35591 12.6379 4.78535 13.1638 4.37806C13.6898 3.97076 14.3362 3.74983 15.0014 3.75ZM15.0014 5.25C14.6036 5.25 14.222 5.40804 13.9407 5.68934C13.6594 5.97064 13.5014 6.35218 13.5014 6.75C13.5014 7.14782 13.6594 7.52936 13.9407 7.81066C14.222 8.09196 14.6036 8.25 15.0014 8.25C15.3992 8.25 15.7807 8.09196 16.062 7.81066C16.3433 7.52936 16.5014 7.14782 16.5014 6.75C16.5014 6.35218 16.3433 5.97064 16.062 5.68934C15.7807 5.40804 15.3992 5.25 15.0014 5.25Z" fill="white"/>\
</svg>');
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: var(--color-osnova);
    border-radius: 20px;
        background-repeat: no-repeat;
    background-position: center;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] {
width: -webkit-max-content !important;
width: -moz-max-content !important;
width: max-content !important;
    min-width: auto;
    padding: 0;
    margin: 0 2px;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .ms-options-wrap > .ms-options{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
}
.archive .woo-stil-2 .product {
    width: calc(25% - 20px) !important;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] ul{
	padding:0;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] button, .archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] .sel{
    padding: 8.5px 20px !important;
    color: #484848 !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 20px !important;
    margin: 0 !important;
    height: auto;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] button:after{
	display:none;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] button:hover{
	background-color:#fff!important;
	border: 1px solid var(--border) !important;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] ul{
	margin-bottom:0;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] .ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 6px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #C0C0C0 !important;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: revert !important;
    min-height: revert !important;
    border-radius: 20px;
    padding: 13px 0px;
    overflow: hidden!important;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] ul li, .archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] .ms-search{
	padding:2px 15px!important;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] .ms-search input{
	    border: 1px solid var(--border);
    border-radius: 5px;
    margin-bottom: 8px;
	    margin-top: 2px;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] ul li:hover{
	background-color:var(--fon);
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] ul li:hover label{
	background-color:#fff0;
}
.archive .woo-stil-2 .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] ul li > label{
	padding-right:0;
	    margin: 0 !important;
}
.archive .woo-stil-2 .wpfFloatingWrapper .wpfMainWrapper[data-filter="3"]:before{
	display:none;	
}	
.archive .woo-stil-2 .wpfFloatingWrapper .wpfMainWrapper > .wpfFilterWrapper {
    width: 50% !important;
    margin: 10px 0 !important;
}	
.archive .woo-stil-2 .wpfFloatingWrapper .wpfFilterWrapper[data-filter-type] {
    width: 100% !important;
    min-width: auto;
    padding: 0;
    margin: 0 0px 15px;
}
.archive .woo-stil-2 .wpfFloatingWrapper .wpfMainWrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
        padding: 20px 0!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		    -ms-flex-direction: column!important;
		        flex-direction: column!important;
	
}
.woo-stil-2 .wpfFloatingWrapper.wpfFloatingShow  .wpfMainWrapper[data-filter="3"] .wpfFilterWrapper[data-filter-type] {
    width: 100% !important;
	margin: 0px 0 15px !important;
}
.archive .woo-stil-2 .wpfFloatingWrapper.wpfFloatingShow .wpfFilterWrapper[data-filter-type] button, .archive .woo-stil-2 .wpfFloatingWrapper.wpfFloatingShow .wpfFilterWrapper[data-filter-type] .sel {
    border-radius: 5px !important;
}
.archive .woo-stil-2 .wpfFloatingWrapper.wpfFloatingShow .wpfFilterWrapper[data-filter-type] .ms-options-wrap > .ms-options{
	    border-radius: 5px;
    width: 100%;
    max-width: 100%;
}
.archive .woo-stil-2  .wpfFloatingWrapper.wpfFloatingShow  .wpfSelectedParameters {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
}
.archive .woo-stil-2 .wpfFloatingWrapper.wpfFloatingShow .wpfMainWrapper{
	    -ms-flex-wrap: nowrap !important;
	        flex-wrap: nowrap !important; 
}
.ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef00!important;
}
.ms-options-wrap > .ms-options > ul li.selected{
	background-color:var(--fon);
}
.archive .woo-stil-2 .wpfFloatingWrapper.wpfFloatingShow .wpfMainWrapper[data-filter="3"] .wfpTitle {
    color: #484848;
    font-size: 15px;
    font-weight: 600 !important;
    height: 25px;
}
/*  Горизонтальный фильтр  и карточки .wid2 конец  */





@media (max-width: 1230px){
.archive.woocommerce .product, .search .product {
    width: calc(33.33333% - 20px) !important;
}	
.kattova .vertfil, .kattova .gorfil {
    width: 60px;
    height: 60px;
    padding: 0px 0px;
    position: fixed;
    z-index: 999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F2F7FC;
    -webkit-box-shadow: 0px 0px 10px 1px #d9dde1;
            box-shadow: 0px 0px 10px 1px #d9dde1;
    left: 0;
    bottom: 80px;
}
	.kattova .gorfil{
		bottom:0;
	}
.kattova .sticky, .kattova .gorfil > button {
    border: none;
    border-radius: 0!important;
    padding: 0!important;
    width: 100%;
    height: 100%;
}   
.kattova .gorfil > button:hover{
	background-color:#fff0!important;
	border-radius: 0!important;
}
.kattova .sticky .wpfFloatingSwitcher, .kattova .gorfil .wpfFloatingSwitcher{
    background:none!important;
    width:60px;
    padding: 0 !important;
    height: 100%;
}
.kattova .sortandtov {
    width: 100%;
    padding-left: 0px;
}
.archive .woo-stil-2 .product {
    width: calc(33.33333% - 20px) !important;
}		
}
@media (max-width: 991px){
.archive.woocommerce .product, .search .product {
    width: calc(50% - 20px) !important;
}  
.archive .all-shop-woo, .search .all-shop-woo {
    padding: 50px 0 0;
}	
	
}
@media (max-width: 600px){
.archive.woocommerce .product, .search .product {
    width: 100%!important;
}       
}
@media (max-width: 425px){
.wpfFloatingBlock .wpfFloatingWrapper, .wpfFloatingWrapper.wpfFloatingShow{
    width:100%!important;
}  
	.kattova .sortikol{
		    -webkit-box-align: start;
		        -ms-flex-align: start;
		            align-items: flex-start;
		    -webkit-box-orient: vertical;
		    -webkit-box-direction: normal;
		        -ms-flex-direction: column;
		            flex-direction: column;
    margin-bottom: 30px;
	}	
	.kattova .sortikol .products-count{
		margin-top:15px;
	}	
}


/* Каталог конец */