/*!
Theme Name: procveti-lc
Theme URI: 
Author: Виталий Пулявин 
Author URI: https://t.me/VitaliyPulyavin
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: procveti-lc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

procveti-lc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

html,
body {
    margin: 0;
    height: 100%;
}

.site {
    min-height: 100%;
    display: flex;
    flex-direction: column;

}

.site-main {
    flex: 1 1 auto;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #70309a;
}


/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: grey #e5e8ec;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 6px;
  }
  
  *::-webkit-scrollbar-track {
    background: #e5e8ec;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 20px;
    border: 2px solid #e5e8ec;
  }


.main-slider .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}


.slick-center .slide img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
}

ul.header-menu-ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

ul.header-menu-ul li {
    display: inline;
    padding-right: 15px;
}

ul.header-menu-ul a,
a.header-phone {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.top-menu {
    padding: 15px 0;
}



ul.main-menu-ul li {
    display: inline;
}

ul.main-menu-ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 54px;
}

ul.main-menu-ul a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.search-block-wraper {
    align-items: center;
    padding: 10px 0;
}

.cart-wrapper,
.like-wrapper {
    border-radius: 100%;
    float: left;
    line-height: 42px;
    margin-left: 20px;
    text-align: center;
    width: 42px;
    display: block;
    position: relative;
}

.cart-wrapper:hover .cart-value,
.like-wrapper:hover .cart-value {
    -webkit-transform: translateX(-7px);
    transform: translate(7px, -7px);
    cursor: pointer;
}

.cart-wrapper .cart-value,
.like-wrapper .cart-value {
    background: #77309a none repeat scroll 0 0;
    border: 1px solid #77309a;
    border-radius: 100%;
    display: block;
    height: 24px;
    line-height: 22px;
    position: absolute;
    right: -2px;
    top: 1px;
    width: 24px;
    color: #fff;
    font-size: 12px;
}

.cart-wrapper img.cart-icon {
    width: 30px;
    height: auto;
}

.cart-value {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img.like-icon {
    width: 25px;
    height: auto;
}

.top-text-under-icon-cart {
    position: absolute;
    right: -35px;
    top: -8px;
    font-size: 10px;
    font-family: 'Open Sans';
    color: #b5b4b4;
}

.price-under-icon-cart {
    position: absolute;
    right: -88px;
    width: 80px;
    top: 8px;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: flex-start;
}

.slicknav_menu {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.product-hit-item img {
    width: 100%;
    height: auto;
}


.block-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}

a.all-product {
    font-size: 18px;
    color: #70309a;
    text-decoration: none;
}

.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 15px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e8ec;
}


.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 5px 0 0 0px;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: right;
    margin-left: 15px;
    color: #fff;
    font-weight: 400;
}

.week-head {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #70309a;
    color: #fff;
   
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-form-style input.is-search-input {
    border-radius: 6px;
}

.is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
    background: #4f0481;
}


.is-form-style input.is-search-submit,
.is-search-icon {
    display: inline-block !important;
    color: #fff;
    background: #70309a;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 14px !important;
    border: 1px solid #70309a;
    line-height: 1;
    height: 36px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.week-wrapper {
    position: relative;
    top: 10px;
}

.week-products ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.week-products ul li {
    text-align: center;
    padding-bottom: 10px;
}

.week-products ul img {
    width: 100%;
    height: auto;
    max-width: 130px;
}

.week-products ul a {
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}





.category-menu {
    position: relative;
}

.slicknav_nav {
    clear: both;
    font-size: 18px;
    background: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 5px;
    left: 0px;
}

.slicknav_nav ul {
    margin: 0;
    border: 1px solid #e5e8ec;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.slicknav_nav ul li {
    border-bottom: 1px solid #e5e8ec;
}

.slicknav_nav ul li:last-of-type {
    border-bottom: 0px solid #e5e8ec;
}

.slicknav_nav li a {
    font-size: 18px;
}

.cat-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.cat-bg {
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}


.main-cat-item {
    height: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.main-cat-item:hover .cat-img {
    background: #70309a !important;
}

.cat-title {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.cat-title a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.site-footer {
    background: #70309a;
}

.footer-wrapper {
    padding: 50px 0 0px 0;
}

.footer-wrapper h3 {
    color: #fff;
}

.copyright {
    border-top: 1px solid #fff;
    padding: 15px 0;
    margin-top: 25px;
}

.copyright p {
    color: #fff;
    font-size: 14px;
}

.footer-ul {
    list-style: none;
    margin: 0;
    padding-left: 0;

}

.footer-ul li {
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.footer-ul a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer-menu-ul {
    list-style: none;
    margin: 0;
    padding-left: 0;

}

.footer-menu-ul li {
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.footer-menu-ul a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.rewiews {
    margin: 50px 0;
}

.sale-home {
    margin-top: 50px;
}

.hit,
.catalog {
    margin-bottom: 50px;
}

.woocommerce-loop-product__title {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.woocommerce ul.products li.product .price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    width: 100%;
    
}

:focus-visible {
    outline: none;
}

body.single-product .qib-button.qib-button-wrapper {
    display: flex!important;
}

.product-type-simple .qwe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-type-simple .qwe  .qib-button-wrapper {
    margin: auto;
    white-space: nowrap;
    margin-top: 8px;
    margin-bottom: 8px;
}

.xt_woovs-archives-product.xt_woovs-support .single_variation_wrap .xt_woovs-quantity-wrap {
    margin: 10px 0 !important;
}

.xt_woovs-variation-add-to-cart 
    {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }

.woocommerce ul.products li.product .button {
    margin-top: 8px;
    background: #70309a;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: auto;
    text-align: center;
    height: 35px;
}


.otziv-img {
    max-height: 370px;
    margin-bottom: 25px;
}

.xoo-wsc-products #checkout_thumbnail {
    display:inline-block!important;
}
.xoo-wsc-products {
    padding: 10px;
}

.woocommerce ul.products li.product .price del {
    opacity: .8;
    display: block;
    color: #5d5c5c;
    font-size: 14px;
    font-weight: 400;
}


.woocommerce ul.products li.product .price ins {
    background: 0 0;
    display: block;
    text-decoration: none;
    position: relative;
    top: -10px;
}

.slider-wrapper {
    margin-top: 15px;
}

.main-menu-block {
    border-bottom: 1px solid #e5e8ec;
    margin: 0px;
}

.category-menu-wrapper {
    padding: 0 15px 0 0;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 1px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -0.5em;
    left: -0.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #e60b0b;
    color: #fff;
    font-size: 12px;
    z-index: 9;
}

main {
    padding-top: 25px;
    padding-bottom: 25px;
}

.social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
}

.social img {
    width: 45px;
    height: auto;
}

.footer-logo {
    padding-bottom: 35px;
}

.top-menu-right {
    text-align: end;
}

h3.bapf_hascolarr {
    font-size: 16px !important;
    color: #70309a;
    font-weight: 700;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
    background: #000;
}

.bapf_body ul {
    padding: 0;
}

.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
    background-color: #4f0481;
}

.bapf_sfilter.bapf_button_berocket .bapf_button {
    font-size: 18px;
    padding: 8px 30px;
    border: 1px solid #70309a;
    line-height: 28px;
    font-weight: 400;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    background-color: #70309a;
}

.apply-filtr,
.clean-filtr {
    text-align: center;
}

.clean-filtr .bapf_button.bapf_reset {
    background-color: #fff;
    color: #000;

}

.woof_submit_search_form_container button.woof_reset_search_form {
    font-size: 18px;
    padding: 8px 30px;
    border: 1px solid #70309a;
    line-height: 28px;
    font-weight: 400;
    border-radius: 6px;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

.woof_submit_search_form_container button.woof_reset_search_form:hover {

    background-color: #70309a;
    color: #fff;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border-radius: 6px;
    border: 1px solid #e5e8ec;
    color: #000;
    padding: 4px 8px;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    color: #aba8a8;
}



/* ----------------- вариации -------------------------------------- */



.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 1em;
    vertical-align: top;
}

li.product-type-variable .variations {
    display: none;
}

li.product-type-variable .tovar-wrap {
    position: relative;
}

li.product-type-variable:hover .xt_woovs-archives-product.xt_woovs-support .button {
width:auto;
}



li.product-type-variable:hover .variations {
    display: block;
    position: relative;
    z-index: 9;
    background: #fff;
}

li.product-type-variable:hover .tovar-wrap {
    -webkit-box-shadow: -1px 3px 13px 3px rgba(5, 6, 6, 0.23);
    -moz-box-shadow: -1px 3px 13px 3px rgba(5, 6, 6, 0.23);
    box-shadow: -1px 3px 13px 3px rgba(5, 6, 6, 0.23);
}

li.product:hover .tovar-wrap {
    -webkit-box-shadow: -1px 3px 13px 3px rgba(5, 6, 6, 0.23);
    -moz-box-shadow: -1px 3px 13px 3px rgba(5, 6, 6, 0.23);
    box-shadow: -1px 3px 13px 3px rgba(5, 6, 6, 0.23);
}


li.product-type-variable .tovar-wrap {
    padding: 15px;
}

li.product-type-simple .tovar-wrap {
    padding: 15px;
}

li.product-type-variable:hover .tovar-wrap {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    padding: 15px;
    background: #fff;
    z-index: 101;
    align-items: flex-start;
}

.variations .reset,
a.reset_variations {
    display: none !important;
}


.wpcvs-terms.wpcvs-style-rounded .wpcvs-term>span {
    border-radius: 6px;
    font-size: 14px;
}

.wpcvs-term.wpcvs-enabled {
    border-color: #000;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected {
    border-color: #70309a;
    background-color: #70309a!important;
    color: #fff;
    box-shadow: unset!important;
}


.xtfw-no-touchevents .xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover {
    color: #fff!important;
    background-color: #70309a!important;
    -webkit-box-shadow: inset 0 0 0 2px #70309a!important;
    -moz-box-shadow: inset 0 0 0 2px #70309a!important;
    box-shadow: inset 0 0 0 2px #70309a!important;
}


.woocommerce-variation-price {display: none;}
.woocommerce-variation-availability {display: none;}
.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label {
    min-width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #eaeaea;
    -moz-box-shadow: inset 0 0 0 1px #eaeaea;
    box-shadow: inset 0 0 0 1px #eaeaea;
    border-radius: 6px;
}

.wpcvs-type-button .wpcvs-term>span {
    padding: 0px 3px;
    border-radius: 2px;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected {
    border-radius: 6px;
}

.wpcvs-type-button .wpcvs-term {
    height: auto;
    min-width: 25px;
    line-height: 25px;
}

.wpcvs-term>span {
    display: block;
    height: 25px;
    line-height: 25px;
    width: 100%;
    position: relative;
    background-color: transparent;
}

.wpcvs-term.wpcvs-selected>span:before {
    display: none;
}

.variation .label {
    font-size: 14px;
    color: #70309a;
}

.qwe {
    background: white;
    z-index: 9;
    width: 100%;
}

.screen-slides .slick-slide img {
    height: 370px;
}

.qwe-top {
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #d3ced2;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 15px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 700;
    color: #d3ced2;
    text-decoration: none;
    font-size: 36px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    text-shadow: inherit;
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffc21f;
}

.breadcrumb {
    color: #969595;
    font-size: 14px;
}

.breadcrumb a {
    text-decoration: none;
    color: #969595;
    font-size: 14px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}


.woocommerce div.product p.price del {
    opacity: .8;
    display: block;
    color: #5d5c5c;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.woocommerce div.product form.cart .button {
    margin-top: 8px;
    background: #70309a;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

div.qib-button.qib-button-wrapper {
    border: 1px solid #70309a;
    border-radius: 6px;
    margin-top: 8px;
}

div.qib-button.qib-button-wrapper {
    display: flex;
    justify-content: space-evenly;
    max-width: 150px; 
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper .quantity input.input-text.qty.text {
    background-color: #ffffff;
    border-color: #70309a;
    color: #000000;
    border-width: 0px !important;
    border-radius: 6px;
}

input[type="text"] , input[type="email"] , input[type="tel"] {
    outline: none;
    border: solid 1px #ccc!important;
    border-radius: 6px;
    padding-left: 12px;
    background: #fff;
    background-image: none!important;
    color: #333;
    outline: 0!important;
    font-size: 14px!important;
    height: 36px;
}


textarea {
    outline: none;
    border: solid 1px #ccc!important;
    border-radius: 6px;
    padding-left: 12px;
    background: #fff;
    background-image: none!important;
    color: #333;
    outline: 0!important;
    font-size: 14px!important;
}

.wpcf7-form input , .wpcf7-form textarea{
    width: 100%;
}

.wpcf7-form input[type="submit"] {
    width: auto;
    background-color: #70309a;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    border: 1px solid #70309a;
    border-radius: 6px;
    height: 40px;
}

label {
    display: block;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 33px !important;
    width: 35px!important;
    padding: 6px 2px 8px !important;
    text-align: center;
    background: #ffffff;
    border: 0px solid #efefef;
    font-size: 16px !important;
    line-height: 20px;
    box-shadow: none;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 35px !important;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 33px !important;
}



.added_to_cart {
    display: none;
}

.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
}

a.add_to_wishlist,
.yith-wcwl-wishlistexistsbrowse span {
    padding-left: 15px;
}

.yith-wcwl-add-to-wishlist {
    padding-top: 15px;
}

.woocommerce div.product .stock {
    color: #000000;
}

.product-type-variable .yith-wcwl-wishlistexistsbrowse {
    margin-top: 0px;
}

.product-type-variable .yith-wcwl-add-button {
    margin-top: 0px;
}

.yith-wcwl-add-button,
.yith-wcwl-wishlistexistsbrowse {
    margin-top: -10px;
}

.yith-wcwl-wishlistaddedbrowse span {
    padding-left: 15px;
}

.yith-wcwl-popup-message {
    display: none;
}

.slick-prev:before {
    content: '' !important;
    position: absolute;
    left: -30px;
    top: 0;
    width: 100%;
    height: 35px;
    background: url(/wp-content/themes/procveti-lc/img/left_direction_move_icon.png);
    margin-right: 3px;
    background-repeat: no-repeat;
}

.slick-next:before {
    content: '' !important;
    position: absolute;
    right: -30px;
    top: 0;
    width: 100%;
    height: 35px;
    background: url(/wp-content/themes/procveti-lc/img/right_move_navigation_icon.png);
    margin-right: 3px;
    background-repeat: no-repeat;
}

body.single-product .qib-button.qib-button-wrapper {
    margin-right: 15px !important;
}


.woocommerce-cart-form__cart-item div.qib-button.qib-button-wrapper {
    border: 0px;
}

.woof h4 {
    color: #70309a;
    font-size: 18px;
    font-weight: 700;
}

.woof_list_checkbox {
    padding: 0;
}

.woof_list label {
    padding: 0;
    font-size: 16px;
}

.irs--round .irs-handle {
    border: 4px solid #000000 !important;
}

.irs--round .irs-bar {
    border: 4px solid #000000 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #6c757d !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: #6c757d !important;
}


/* ----отзывы на странице товара -----*/

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc21f;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}

.comment-reply-title {
    font-size: 20px;
    color: #70309a;
    font-weight: 700;
}

.woocommerce #review_form #respond .form-submit input {
    border: 1px solid #70309a;
    font-size: 16px;
    color: #70309a;
    background: #fff;
}

.woocommerce #review_form #respond .form-submit input:hover {
    border: 1px solid #70309a;
    font-size: 16px;
    color: #fff;
    background: #70309a;
}

/* ------ cart page ------- */
.woocommerce-message {
    border-top-color: #77309a;
}

.woocommerce-message::before {
    content: "\e015";
    color: #77309a;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border: 1px solid #70309a;
    font-size: 16px;
    color: #70309a;
    background: #fff;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    border: 1px solid #70309a;
    font-size: 16px;
    color: #fff;
    background: #70309a;
}


.woocommerce-checkout .cclw_opc_main .border_html {
    border-left-style: solid;
    border-width: 3px;
    border-color: #77309a !important;
}

.woocommerce-checkout .border_html {
    background: transparent;
}

.checkout-two-column-layout .two-column-layout-right {
    width: 35%;
    float: left;
    box-sizing: border-box;
    background: #77309a14 !important;
}

#cclw_order_details_table .cclw_order_review_table table th {
    background: #f4eef7 !important;
    border-bottom: 1px solid #CCC !important;
}

#cclw_order_details_table .cclw_order_review_table .cclwminus:hover,
#cclw_order_details_table .cclw_order_review_table button.cclwplus:hover {
    background: transparent;
    color: #000;
}

#cclw_order_details_table .cclw_order_review_table .cclwminus,
#cclw_order_details_table .cclw_order_review_table button.cclwplus {
    background: transparent;
    color: #000;
}

#cclw_payment_section #place_order {
    border: 1px solid #70309a;
    font-size: 16px;
    color: #70309a;
    background: #fff;
}

#cclw_payment_section #place_order:hover {
    border: 1px solid #70309a;
    font-size: 16px;
    color: #fff;
    background: #70309a;
}

.woocommerce-checkout .woocommerce a {
    color: #70309a;
    font-weight: 500;
}

.woocommerce-checkout .woocommerce a:hover {
    color: #70309a;
    font-weight: 500;
}

#customer_address_details input.input-text {
    min-height: 30px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 0px;
    border: solid 1px #ccc !important;
    border-radius: 6px;
    padding: 15px;
}

#cclw_order_details_table .cclw_order_review_table td.name.more_details {
    font-weight: 700;
}

#cclw_order_details_table .cclw_order_review_table .more_details_slide dt {
    width: auto;
    float: left;
    font-weight: 500;
    padding-right: 10px;
}

.woocommerce a.added_to_cart {
    display: none;

}

.woocommerce-info {
    border-top-color: #77309a;
}
.woocommerce-info::before {
    color: #77309a;
}

.woocommerce .woocommerce-error:before {
    color: #b81c23;
}

.slicknav_nav ul.sub-menu li {
    padding-left: 20px;
    background: #77309a21;
    border-bottom: 0;
}

.slicknav_nav ul.sub-menu {
    border:0;
}

.week-tovar .woocommerce ul.products li.product .price {
    font-size:14px;
    max-height: 30px;
    }

    .week-tovar   .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size:12px;
        }

        .week-tovar  li.product-type-simple .tovar-wrap {
             padding: 0px; 
        }

        .week-tovar  .woocommerce ul.products li.product {
            margin:0px;
        }

        .week-tovar  .woocommerce ul.products li.product .button {
            margin-top: 0px;
            font-size: 12px;
            
        }

        .week-tovar  .woocommerce ul.products li.product a img {
            width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
            box-shadow: none;
        }

         .week-products .week-tovar ul img {
            width: 100%;
            height: auto;
            max-width: 95px;
        }
        

        .woocommerce #review_form #respond textarea {
            box-sizing: border-box;
            width: 100%;
            border: solid 1px #ccc!important;
            border-radius: 6px;
            padding: 15px;
        }

        .woocommerce #reviews #comment {
            height: 120px;
           
        }

        .no-padding {
            padding:0px;
        }

        .filter-mobile {
            display:none;
        }

        .filter-pc {
            display:block;
        }

        .offcanvas {
            z-index: 99999;}


            .btn-filter {
                border: 1px solid #70309a;
                font-size: 16px;
                color: #fff;
                background: #70309a;
                border-radius: 6px;
                padding: 5px 10px 5px 40px;
                margin-bottom: 15px;
                position: relative;
            }
            
       


            .btn-filter:before {
                content: '' !important;
                position: absolute;
                left: 5px;
                top: 3px;
                width: 26px;
                height: 26px;
                background: url(/wp-content/themes/procveti-lc/img/white_navigation_icon.png);
                margin-right: 3px;
                background-size: cover;
                background-repeat: no-repeat;
            }

            .footer-social-menu {
                display: none;
            }

            .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
                background-color: #ffffff;
                color: #000000;
                border: 1px solid #70309a;
                border-radius: 6px;
            }

            .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout {
                background-color: #70309a;
                color: #fff;
                border: 1px solid #70309a;
                border-radius: 6px;
            }

            .xoo-wsc-icon-basket1:before {
                content: "";
                position: absolute;
                left: -2px;
                top: -3px;
                width: 30px;
                height: 35px;
                background: url(/wp-content/themes/procveti-lc/img/cart_thin_icon.png);
                margin-right: 3px;
                background-size: cover;
                background-repeat: no-repeat;
                
            }

            .xoo-wsc-basket {
                top: 12px;
                right: 12px;
                background-color: #ffffff;
                color: #70309a;
                box-shadow: 0 1px 4px 0;
                border-radius: 50%;
                width: 50px;
                height: 50px;
            }


            .slicknav_nav a:hover {
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                background: transparent;
                color: #222;
            }

            .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
                background: transparent;
            }

            .slicknav_nav ul li:hover {
                background: #77309a21;
            }
            

            .slicknav_arrow {
                transition: all 0.2s linear;
              }
              
              .slicknav_arrow.transform {
                transform: rotate(90deg);
              }

              .slicknav_nav .slicknav_arrow {
                font-size: 1.25em;
                margin: 0 0 0 0.4em;
                position: relative;
                top: -5px;
            }




            /* для элемента input c type="checkbox" */


            #ship-to-different-address-checkbox.custom-checkbox {
                position: relative;
                z-index: -1;
                opacity: 1;
              }

           
 


    .custom-checkbox {
        position: absolute;
        z-index: -1;
        opacity: 0;
      }
  
      /* для элемента label, связанного с .custom-checkbox */
      .custom-checkbox+label {
        display: inline-flex;
        align-items: center;
        user-select: none;
      }
  
      /* создание в label псевдоэлемента before со следующими стилями */
      .custom-checkbox+label::before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        flex-shrink: 0;
        flex-grow: 0;
        border: 1px solid #adb5bd;
        top: 2px;
        position: relative;
        border-radius: 0.25em;
        margin-right: 0.5em;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
      }
  
      /* стили при наведении курсора на checkbox */
      .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
        border-color: #b3d7ff;
      }
  
      /* стили для активного чекбокса (при нажатии на него) */
      .custom-checkbox:not(:disabled):active+label::before {
        background-color: #b3d7ff;
        border-color: #b3d7ff;
      }
  
      /* стили для чекбокса, находящегося в фокусе */
      .custom-checkbox:focus+label::before {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      }
  
      /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
      .custom-checkbox:focus:not(:checked)+label::before {
        border-color: #80bdff;
      }
  
      /* стили для чекбокса, находящегося в состоянии checked */
      .custom-checkbox:checked+label::before {
        border-color: #0b76ef;
        background-color: #0b76ef;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }
  
      /* стили для чекбокса, находящегося в состоянии disabled */
      .custom-checkbox:disabled+label::before {
        background-color: #e9ecef;
      }

      #customer_address_details h3#ship-to-different-address:hover span {
        cursor:pointer;

      }

.ta-c {
    text-align: center;
}

.fancybox__container
{
    z-index: 999999;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    min-height: 450px;
}
.week-products .woocommerce ul.products li.product {
    min-height: auto;
}

form.variations_form.xt_woovs-archives-product.xt_woovs-support {
        position: relative;
        top: -15px;
    
}


.xt_woovs-archives-product .xt_woovs-swatches .swatch.swatch-label {
    min-width: 25px;
    height: 30px!important;
    padding: 5px;
    line-height: 20px;
    font-size: 13px!important;
    color: #666!important;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #eaeaea!important;
    -moz-box-shadow: inset 0 0 0 1px #eaeaea!important;
    box-shadow: inset 0 0 0 1px #eaeaea!important;
}

.xtfw-no-touchevents .xt_woovs-archives-product .xt_woovs-swatches .swatch.swatch-label:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover {
    color: #fff!important;
    background-color: #70309a!important;
    -webkit-box-shadow: inset 0 0 0 2px #70309a!important;
    -moz-box-shadow: inset 0 0 0 2px #70309a!important;
    box-shadow: inset 0 0 0 2px #70309a!important;
}

.xt_woovs-archives-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected {
    color: #fff!important;
    background-color: #70309a!important;
    -webkit-box-shadow: inset 0 0 0 2px #70309a!important;
    -moz-box-shadow: inset 0 0 0 2px #70309a!important;
    box-shadow: inset 0 0 0 2px #70309a!important;
}



.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label {
    min-width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
}

.p-var {
    font-size: 13px; 
    color: #70309a;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;

}

table.variations .p-var { display:none;}


div.is-ajax-search-details, div.is-ajax-search-result {
    display: none;
    height: auto;
    width: 500px;
    max-width: 100%;
    position: absolute;
    z-index: 999999;
    background: #ffffff!important;
    color: #313131;
    /* padding: 1px; */
    border: 1px solid #ccc;
    border-radius: 6px;
}

.is-ajax-search-items {
    padding: 5px;
}

table.onestepcheckout-summary tr:nth-child(4n+1) {
    background: #d3ced247;
}

table.onestepcheckout-summary tr:nth-child(4n+2) {
    background: #d3ced247;
}


table.onestepcheckout-summary {
	border-collapse: collapse;
	border-spacing: 0;
	boder: 0;
}

table.onestepcheckout-summary th {
	padding: 0;
	margin: 0;
}

.wish-btn {
    visibility:hidden;
}

.er404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text404 {
    font-size: 10em;
    font-weight: 700;
    color: #70309a;
    text-shadow: 5px 2px 3px #9f9797;
}

.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
    text-align: left;
}


.woocommerce a.button.alt {
    margin-top: 8px;
    background: #70309a;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #70309a;
}

.woocommerce a.button.alt:hover {
    background: #fff;
    color: #70309a;
    border: 1px solid #70309a;
}

table.wishlist_table {
    font-weight: 500;
}

table.wishlist_table .product-name a {
    font-weight: 700;
    font-size: 16px;
}

.product-name h3 {
    font-weight: 700;
    font-size: 14px;
}

.wishlist_table table.additional-info {
    display:none;
}

.item-name-wrap {
    display: flex;
    justify-content: space-between;
}

.otziv-title {
    padding: 0 0 0 15px;
}

.vk-wrap {
    border: 1px solid #e5e8ec;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0;
    padding-left: 0;
    margin-left: -3px;
    max-height: 360px;
    overflow-y: scroll;
    position: relative;
    z-index: 9999;
}

#feedback_kupiapp {
    background: transparent!important;
}

.container_kupiapp {
    background: transparent!important;
}

p.seraph-wd  del {
    display: inline!important;
}

.week-head-mobile {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #70309a;
    color: #fff;
    padding: 15px;
    align-items: center;
    justify-content: center;
        display: none;
    
}

.order-noactive {display:none;}
.order-active {display:unset;}

#t-yes , #t-no {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #70309a;
    border-radius: 6px;
    padding: 5px 20px;
    margin: 0 15px;
}

#t-yes:hover , #t-no:hover  {
    background-color: #70309a;
    color: #fff;
    border: 1px solid #70309a;
    cursor: pointer;
}

a.active-town {
    background-color: #70309a!important;
    color: #fff!important;
    border: 1px solid #70309a;
    cursor: pointer;
}

#first {
    text-align: center;
    margin: 60px auto;
}

#first h1{
    text-align: center;
    margin: 30px auto;
}


.dostavka-block {
    margin: 30px 0;
}

.dostavka-block h3 {
    margin-bottom: 20px;
}

.oplata-block {
    margin: 30px 0;
}

.doplata-block h3 {
    margin-bottom: 20px;
}

.woocommerce-billing-fields h3 
{
    margin: 30px 0 10px 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 5px;
}

.wc_payment_methods li label {
    display: inline;
}

/*.tolyatti .shipping_method_0_cdek_shipping1, .tolyatti .shipping_method_0_rpaefw_post_calc5
{
    display: none;
}

.no-tolyatti  .shipping_method_0_local_pickup2 , .no-tolyatti  .shipping_method_0_flat_rate4
{
    display: none;
}
*/

.woocommerce-checkout #payment ul.payment_methods {

    border-bottom: 0px solid #d3ced2;
}

.kak_svyazatsa li label {
    display: inline!important;
}
.kak_svyazatsa li
{
list-style-type: none;}

.kak_svyazatsa li input , .woocommerce ul#shipping_method li input {
    margin: 0 1em 0 0;
}
.kak_svyazatsa, .woocommerce-checkout #payment div.form-row {
    padding: 0;
    padding-bottom: 30px;
}
.woocommerce-checkout #payment ul.payment_methods {
  
    padding: 0;
}

.kak_svyazatsa_h3 {
    margin-top: 30px;
}
.woocommerce-terms-and-conditions-wrapper {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #70309a;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.woocommerce button.button.alt:hover {
    background-color: #fff;
    color: #70309a;
}

 .mobile-slider  {
    display: none;
}

.desktop-slider  {
    display: block;
}

.desktop-only{
    display: block;
}

.mobile-only{
    display: none;
}

.tolyatti .shipping_method_0_alg_wc_shipping8 {
    display: none;
}

.tolyatti .shipping_method_0_alg_wc_shipping9 {
    display: none;
}

.no-tolyatti .shipping_method_0_local_pickup2 {
    display: none;
}

.no-tolyatti .shipping_method_0_alg_wc_shipping7 {
    display: none;
}

.woocommerce form .form-row .required{
    display: none ;
}

.woocommerce form .form-row .optional{
    display: none ;
}

#billing_address_1_field, #billing_postcode_field, #billing_address_2_field
{display: none ;}

.side-cstalog-title {
    background: #77309a;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.woocommerce-page form .form-row-half {
    width: 47%;
    overflow: visible;
    
}

.woocommerce-page form .form-row-col3 {
    width: 30%;
    overflow: visible;
    float: left;
}

/*------------------RESPONCE----------------------------------------------------------------------------------------------------------------------*/

@media  (max-width: 1024px) { 
.filter-mobile {
    display:block;
}

.side-menu {
    display:none;
}

.filter-pc {
    display:none;
}

.footer-wrapper h3 {
    color: #fff;
    margin-top: 15px;
}

.week-head-mobile {
    display: flex;
}


}
/* Medium devices (tablets)*/
@media  (max-width: 768px) { 

    .desktop-only{
        display: none;
    }

    .mobile-only{
        display: block;
    }

    .desktop-slider {
        display: none;
    }

    .mobile-slider  {
        display: block;
    }

    .woocommerce ul.products li.product .price {
        width:100%;
    }

    .xt_woovs-variation-add-to-cart {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .product-type-simple .qwe {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .vk-wrap {
        border: 1px solid #e5e8ec;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top: 0;
        padding-left: 0;
        margin-left: 0px;
        max-height: 100%;
        overflow-y: hidden;
        position: relative;
        z-index: 9999;
    }

    .footer-social-menu {
        position: fixed;
        bottom: 0px;
        background: #fff;
        z-index: 900;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .xoo-wsc-basket {
        display:none!important;
    }

    .cart-wrapper, .like-wrapper {
        margin: 10px 20px;
    }
    
    .week-wrapper {
        position: relative;
        top: 0px;
    }

    .week-products .week-tovar ul img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .week-tovar .woocommerce ul.products li.product .price {
         font-size: 28px; 
    }

    .week-tovar .woocommerce ul.products li.product .button {
        width: 100%;
    }

 

    .woocommerce ul.products li.product .button {
        margin-top: 8px;
        background: #70309a;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        text-align: center;
    }

    .title-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 0 15px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #e5e8ec;
        flex-direction: column;
    }
    .site-footer {
       
        padding: 0 15px;
        padding-bottom: 50px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        padding: 0.5em 0;
        font-weight: 700;
        color: #d3ced2;
        text-decoration: none;
        font-size: 12px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border: 0px solid #d3ced2;
        background-color: #ffffff;
        display: inline-block;
        position: relative;
        z-index: 0;
        border-radius: 0;
        margin: 0px;
        padding: 6px;
    }
 

    .yith-wcwl-wishlistexistsbrowse, .yith-wcwl-add-button {
    position: relative;
    top: 20px;
    bottom: 10px;
    width: 100%;
    display: flex;
    }

    li.product-type-variable:hover  .variations {
        display:none;
    }

    .social {
        display: block;
        margin: 0 0 35px 0;
    }
.woof_show_mobile_filter {
    display: block;
}

.week-tovar .woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
}

.screen-slides .slick-slide {
    padding: 0 35px;
}


.checkout-two-column-layout .two-column-layout-right {
    width: 100%;

 }
}

/* Large devices (desktops)*/

@media (min-width: 769px) and (max-width: 992px) {

    .desktop-only{
        display: none;
    }

    .mobile-only{
        display: block;
    }
    

    .desktop-slider {
        display: none;
    }

    .mobile-slider  {
        display: block;
    }

    .footer-social-menu {
        position: fixed;
        top: 0px;
        right: 20px;
        width: 30%;
        background: transparent;
        z-index: 99999;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        align-content: center;
        flex-direction: row;
        display:none;
    }

    .cart-wrapper, .like-wrapper {
        margin: 4px;
    }

    .cart-wrapper .cart-value, .like-wrapper .cart-value {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #77309a;
        border-radius: 100%;
        display: block;
        height: 24px;
        line-height: 22px;
        position: absolute;
        right: -2px;
        top: 1px;
        width: 24px;
        color: #70309a;
        font-size: 12px;
    }

    .week-wrapper {
        position: relative;
        top: 0px;
    }

    .week-products .week-tovar ul img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .week-tovar .woocommerce ul.products li.product .price {
         font-size: 28px; 
    }

    .week-tovar .woocommerce ul.products li.product .button {
        width: 100%;
    }

 

    .woocommerce ul.products li.product .button {
        margin-top: 8px;
        background: #70309a;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        text-align: center;
    }

    .title-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 0 15px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #e5e8ec;
        flex-direction: column;
    }
    .site-footer {
       
        padding: 0 15px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        padding: 0.5em 0;
        font-weight: 700;
        color: #d3ced2;
        text-decoration: none;
        font-size: 12px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border: 0px solid #d3ced2;
        background-color: #ffffff;
        display: inline-block;
        position: relative;
        z-index: 0;
        border-radius: 0;
        margin: 0px;
        padding: 6px;
    }
 

    .yith-wcwl-wishlistexistsbrowse, .yith-wcwl-add-button {
    position: relative;
    top: 20px;
    bottom: 10px;
    width: 100%;
    display: flex;
    }

    li.product-type-variable:hover  .variations {
        display:none;
    }

    .social {
        display: block;
        margin: 0 0 35px 0;
    }
.woof_show_mobile_filter {
    display: block;
}

.week-tovar .woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
}

.screen-slides .slick-slide {
    padding: 0 35px;
}


.checkout-two-column-layout .two-column-layout-right {
    width: 100%;

 }

 .filter-pc {
    display:none;
}
.filter-mobile {
    display: block;
}

 }

/* X-Large devices (large desktops)*/
@media (min-width: 993px) and (max-width: 1200px) { 

    .side-menu {
        display:none;
    }

    .vk-wrap { 
        margin-left: 0px;
    }


    .week-head-mobile {
        display: flex;
        margin-top:15px;
    }

    .filter-mobile {
        display: block;
    }

    .filter-pc {
        display:none;
    }

    .footer-social-menu {
        position: fixed;
        top: 0px;
        right: 20px;
        width: 30%;
        background: transparent;
        z-index: 99999;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        align-content: center;
        flex-direction: row;
        display:none;
    }

    .cart-wrapper, .like-wrapper {
        margin: 4px;
    }

    .cart-wrapper .cart-value, .like-wrapper .cart-value {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #77309a;
        border-radius: 100%;
        display: block;
        height: 24px;
        line-height: 22px;
        position: absolute;
        right: -2px;
        top: 1px;
        width: 24px;
        color: #70309a;
        font-size: 12px;
    }

 }


 /* X-Large devices (large desktops)*/
@media (min-width: 1300px) and (max-width: 1580px) { 

 .woocommerce ul.products li.product .button {
    margin-top: 8px;
    background: #70309a;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: auto;
    height: 35px;
    text-align: center;
}

}