#cart .icon-shopping-cart::before {
    background: url(/wa-data/public/site/themes/comfortbuy/media/svg/cart.svg) no-repeat;
}

.header-info .top-contact.phone {
    /*background: url(/wa-data/public/site/themes/comfortbuy/media/svg/tel.svg) no-repeat 10px;
    background-size: 20px;*/
    background: url(/wa-data/public/site/themes/comfortbuy/media/svg/tel.svg) no-repeat -2px;
    background-size: auto;
    background-size: 16px;
    padding: 2px 0px 2px 13px;
    font-size: 15px;
    color: #473b39;
}


/*.header-info .time{
	background: url(/wa-data/public/site/themes/comfortbuy/media/svg/clock.svg) no-repeat;
    background-position: 0 -2px;
    padding-bottom:3px;
}*/

.mobile__show {
    display: none;
}

.dostavka_txt_pc_center {
    text-align: center;
}

.related .name p.like-h5 {
    line-height: 16px;
}

.container:after,
.container:before,
.row:after,
.row:before,
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
    clear: both;
}

.quantity-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.pink_block_title {
    display: block;
    width: 100%;
    max-width: 600px;
    /*height: 70px;*/
    border-radius: 15px;
    background-color: #db76d4;
    background-image: linear-gradient(to bottom, #db76d4 0%, #f79bf7 100%);
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(to bottom, #db76d4 0%, #f79bf7 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, #db76d4 0%, #f79bf7 100%);
    background-image: -ms-linear-gradient(to bottom, #db76d4 0%, #f79bf7 100%);
}

#shop #wm-recallback-boxes #wm-recform-close,
.question-close {
    background: url(/wa-data/public/site/themes/comfortbuy/media/svg/Х.svg) no-repeat center;
}

.main_slider_iteam>img {
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.products_slider_owl li {
    width: 224px;
    display: block;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products_slider_owl .owl-item img {
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

.products_slider_owl .owl-nav {
    position: absolute;
    top: -78px;
    right: 20px;
    color: #aaa;
    font-size: 30px;
    line-height: 48px;
}

.products-slider-akciya .products_slider_owl .owl-nav {
    top: -50px;
}

.products_slider_owl .owl-nav>div:hover,
.slposts_owl .owl-nav>div:hover,
.lposts_owl .owl-nav>div:hover {
    color: #9b59b5;
}

.products_slider_owl .owl-nav>div,
.slposts_owl .owl-nav>div,
.lposts_owl .owl-nav>div {
    display: inline-block;
    margin-left: 20px;
}

.slposts_owl,
.lposts_owl {
    padding-left: 0;
    list-style-type: none;
}

.slposts_owl .owl-nav,
.lposts_owl .owl-nav {
    position: absolute;
    right: 0;
    top: -64px;
    color: #aaa;
    font-size: 30px;
    line-height: 48px;
}

.slposts_owl li,
.lposts_owl li {
    width: 225px;
    margin: 0;
}


/*
.checkout ul.checkout-options li input[type="radio"],
.checkout input[type="radio"]{
	width: 18px;
	height: 18px;
	border: 1px solid #aaa;
	border-radius: 50%;
	outline: none;
	left: -30px;
}
.checkout input[type="radio"]{
	position: relative;
	left: 0;
	top: 5px;
}
.checkout ul.checkout-options li input[type="radio"]:hover,
.checkout input[type="radio"]:hover{
	border: 1px solid #000;
}
.checkout ul.checkout-options li input[type="radio"]:checked:after,
.checkout input[type="radio"]:checked:after{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
input[type="checkbox"],
input[type="checkbox"]:checked{
	position: relative;
	/*top: 5px;*/


/*top: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}
input[type="checkbox"]:before{
	content: '';
	border: 1px solid #000;
	width: 18px;
	height: 18px;
	outline: none;
	display: block;
}
input[type="checkbox"]:checked:after{
	content: '\f00c';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	font-size: 12px;
}*/

.plugin_nocall ul,
.plugin_nocall li {
    list-style-type: none;
    padding-left: 0;
}

@media only screen and (max-width: 1100px) {
    .vk_widzet-left {
        display: none;
    }
    .vk_widzet {
        display: block;
    }
    .container {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        background: #ffffff;
    }
    .search-button.icon-search:before {
        display: block;
        position: absolute;
        top: 5px;
        right: 7px;
    }
    .wrapper-top .header-info {
        display: block;
        padding: 20px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .wrapper-top .logo.insearch,
    .wrapper-top .logo,
    .wrapper-top .contact,
    .header-info .search,
    .wrapper-top ul.wa-apps,
    .wrapper-top #cart {
        display: inline-block;
    }
    .wrapper-top .logo.insearch {
        width: 20%;
        padding-top: 6px;
    }
    .logo-img img {
        width: 100%;
        height: auto;
    }
    .wrapper-top .logo,
    .wrapper-top .contact,
    .header-info .search {
        height: auto;
    }
    .wrapper-top .contact.insearch .phone {
        font-size: 16px;
        font-weight: 400;
    }
    .header-info .top-contact.phone {
        /*background: url(/wa-data/public/site/themes/comfortbuy/media/svg/tel.svg) no-repeat left;*/
        background-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        text-align: left;
    }
    .header-info .top-contact.email {
        text-align: left;
        margin: 15px 0 0;
    }
    .top-contact.email a {
        font-size: 13px;
    }
    .wrapper-top .contact.insearch {
        min-width: 1px;
        padding-left: 2%;
    }
    .header-info .search {
        padding-left: 0;
        padding-right: 2.5%;
    }
    /*.wrapper-top #cart{
		margin-top: 0;
		float: right;
		width: 21%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}*/
    .wrapper-top .contact.insearch,
    .header-info .search {
        width: 28.5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wrapper-top #search,
    .wrapper-top #search-m {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        color: #8b808e;
        font-size: 12px;
        font-weight: 400;
        outline: none;
        border-radius: 0;
    }
    .search-input {
        position: relative;
    }
    .wrapper-top .search-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 31px;
        height: 30px;
    }
    .search #wm-recallback-plugin-button {
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0 5px !important;
    }
    .wrapper-top div#cart.fixed {
        box-shadow: none;
        position: static;
        position: relative;
        top: auto;
        margin-right: 0;
        right: auto;
    }
    .wrapper-top .logo a div.logo-img {
        margin-right: 0;
    }
    .wrapper-top .logo,
    .wrapper-top .contact,
    .header-info .search,
    .wrapper-top #cart {
        vertical-align: top;
    }
    .wrapper-top #cart a {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wrapper-top div#cart a span.like-i {
        margin-right: 0;
    }
    ul#page-list>li.menu:first-child {
        border-left: 1px solid #d4d4d4;
    }
    ul#page-list>li {
        border-right: 1px solid #d4d4d4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    ul#page-list>li a {
        text-decoration: none;
    }
    ul#page-list>li>div>a {
        height: 45px;
        line-height: 15px;
    }
    .sidebar.left230px {
        width: 100%;
        float: none;
    }
    .caption.acapitalize {
        text-align: center;
    }
    .caption.acapitalize:after {
        content: "\f107";
        color: #656565;
        text-decoration: inherit;
        display: inline-block;
        speak: none;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        margin-left: 15px;
        transition: 1s;
    }
    .filters form,
    #blog-nav>ul {
        display: none;
    }
    .show_category_menu {
        display: block !important;
    }
    .shop-category .caption,
    #blog-nav .caption {
        border-bottom: 1px solid #d4d4d4;
    }
    .shop-category .show_category_menu_btn,
    .filters .show_category_menu_btn,
    #blog-nav .show_category_menu_btn {
        color: #9b59b5;
        border-color: #9b59b5;
        z-index: 1;
    }
    .caption.acapitalize.show_category_menu_btn:after {
        color: #9b59b5;
        transform: rotate(-180deg);
    }
    .comfortbuy-vertical-tree .icon-circle::before {
        display: none;
    }

    /*#main-addition,*/
    #vk_groups,
    .last-photos {
        display: none;
    }
    .content.left230px {
        float: none;
        width: 100%;
    }
    #scrollUp {
        left: auto;
        right: 3%;
        bottom: 100px;
        margin-left: 0;
    }
    .content.left230px .jcarousel-item {
        margin-right: 18px;
    }
    .products-slider li .product-block {
        border-color: #9b59b5;
    }
    .last-posts .caption>span {
        display: none;
    }
    .last-posts .caption {
        background-color: #f5f5f5;
        padding: 15px 20px;
        color: #2c2c2c;
        font-family: Verdana;
        font-size: 24px;
        font-weight: 400;
        text-transform: capitalize;
        border: none;
    }
    .last-posts .jcarousel-next {
        right: 20px;
    }
    .last-posts .jcarousel-prev {
        right: 51px;
    }
    #push-up {
        display: none !important;
    }
    .wrapper-bottom {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
            z-index: 0;
    }
    #footer .contact,
    #footer .shop {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }
    #footer .contact,
    #footer .shop {
        padding-right: 0;
    }
    #footer .apps {
        width: 100%;
        display: inline-block;
    }
    .wrapper-bottom .apps ul {
        display: block;
        width: 50%;
        overflow: hidden;
        float: none;
    }
    #footer #wm-site {
        width: 50%;
        float: left;
    }
    .wrapper-bottom .apps ul li {
        float: left;
        margin-right: 40px;
    }
    #wm-site p {
        text-align: left;
        padding: 2px 0;
    }
    #footer .apps .caption {
        display: block;
        width: 43%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .bg-bottom-line {
        padding-bottom: 25px;
    }
    .dostavka_txt_pc_center {
        text-align: left;
    }
    .info-page.menu {
        display: none;
    }
    .breadcrumbs {
        padding: 5px 0 0px;
    }
    h1.category-name,
    h1.product-name {
        margin-top: 0.67em;
    }
    .filters {
        margin-bottom: 12px;
    }
    .filters span.like-b {
        padding: 10px 10px 10px 0;
    }
    .filters span.like-b span.like-i {
        margin-top: -10px;
    }
    ul.thumbs li {
        width: 31.9%;
    }
    ul.thumbs li .product-block,
    ul.list li {
        border-color: #9b59b5;
    }
    .name p.like-h5 {
        height: 38px;
    }
    .related .products-slider .jcarousel-item {
        margin-right: 18px;
    }
    
   /* div:not(#checkout-contact-form) .wa-form .wa-field .wa-name {
        float: none;
        width: auto;
        padding-bottom: 5px;
    } */
    .wa-form .wa-field .wa-value p {
        margin-bottom: 0;
    }
    .wa-form .wa-field .wa-value {
        margin-left: 0;
        position: relative;
    }
    /* .wa-form .wa-field .wa-value .errormsg {
        position: absolute;
    } */
    /* .wa-form .wa-field-email,
    .wa-form .wa-field-password,
    .wa-form .wa-field-lastname,
    .wa-form .wa-field-firstname,
    .wa-form .wa-field-middlename,
    .wa-form .wa-field-phone {
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px;
        min-height: auto;
    } */
    .wa-form .wa-field-phone {
        padding-left: 10px;
        padding-right: 0;
    }
    #storequickorder .dialog-buttons-gradient {
        padding: 0px 20px 0;
    }
    .wa-form .wa-field .wa-value input[type="text"],
    .wa-form .wa-field .wa-value input[type="email"],
    .wa-form .wa-field .wa-value input[type="password"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        min-width: 1px;
        /* height: 31px; */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 5px;
        border-radius: 0;
    }
    .wa-form .wa-field.wa-field-address-shipping {
        width: 100%;
        clear: both;
        padding-right: 0;
        float: none;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .wa-form .wa-field.wa-field-address-shipping:after {
        content: '';
        display: table;
        clear: both;
    }
    /* .wa-field-address-shipping .field {
        width: 50%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 5%;
        min-height: 75px;
    } */
    /* .wa-field-address-shipping select {

        background: #fff;
        border-radius: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 31px;
    } */
    .wa-field-address-shipping .field span {
        font-size: 12px !important;
        padding: 5px 0;
        padding: 7px 5px;
    }
    .step-shipping .wa-field.wa-field-address {
        padding-top: 0;
    }
    ymaps+p {
        padding-top: 20px;
    }
    table.cart {
        margin-bottom: 0;
    }
    /* table.cart td {
        vertical-align: middle;
        width: auto !important;
        max-width: 250px;
    } */
    table.cart td:nth-child(n+4),
    table.cart th {
        text-align: center;
    }
    table.cart th {
        font-size: 12px;
        font-weight: 400;
    }
    table.cart tr:nth-last-child(2) {
        display: none;
    }
    .products-slider li,
    .products-slider .jcarousel-item {
        margin-right: 18px;
    }
    .butpos_cart_right {
        margin-bottom: 40px;
    }
    #blog-nav {
        margin-bottom: 9px;
    }
    #blog-nav>ul {
        margin-bottom: 0;
    }
    #blog-nav .dropdown .popup,
    #timeline .popup>ul ul {
        position: relative;
        width: 90%;
        margin: 0 auto;
        right: auto;
        top: auto;
    }
    .reviews {
        margin-bottom: 0;
    }
    .cart_back_empty {
        margin-bottom: 30px;
    }
    .post {
        border: 0;
    }
    #storequickorder .dialog-window {
        margin-top: 0 !important;
        margin-left: 0 !important;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: fixed !important;
    }
    body div.wm-recallback-before-popup-window,
    body #wm-recallback-boxes {
        /*position: absolute !important;*/
        top: 30px !important;
        left: 50% !important;
        margin-left: 0 !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    a[href *='top100.rambler.ru'] {
        display: none;
    }
    .show_category_menu label .fiwex-feat-val input {
        border: 1px solid black;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 2px;
    }
    .show_category_menu label .fiwex-feat-val input:checked {
        background: black;
    }
    .slposts_owl .owl-nav,
    .lposts_owl .owl-nav {
        right: 20px;
        top: -82px;
    }
    .slposts_owl li,
    .lposts_owl li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    ul.product-tab li {
        padding: 12px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
    .mobile__show {
        display: block;
    }
    .hide__mobile,
    .wrapper-top ul.wa-apps.hide__mobile {
        display: none;
    }
    .wrapper-top .infopages-search {
        border: none;
    }
    ul#page-list>li {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        border: none;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    ul#page-list>li.menu,
    ul#page-list>li.menu:first-child {
        border: none;
    }
    ul#page-list>li>div {
        display: block;
    }
    ul#page-list>li>div>a,
    ul#page-list>li>a {
        display: block;
        position: relative;
        height: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 14px 10px;
        text-align: left;
        line-height: normal;
        border: 1px solid #d4d4d4;
        border-width: 1px 1px 0 1px;
    }
    ul#page-list>li:hover>div>a,
    ul#page-list>li.selected>div>a {
        border-top-color: #d4d4d4;
    }
    ul#page-list>li.selected,
    ul#page-list>li:hover {
        background-image: none;
    }
    ul#page-list>li>div>a:before,
    ul#page-list>li>a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    ul#page-list>li.menu:first-child a {
        border-top: none;
    }
    ul#page-list>li:nth-last-child(3) a {
        border: 1px solid #d4d4d4;
    }
    .top_search {
        float: right;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*padding-right: 35px;*/
        height: 40px;
    }
    .icon_mobile_open_search {
        width: 16px;
        height: 16px;
        /*background: url(/wa-data/public/site/themes/comfortbuy/media/svg/mobile_search.svg) no-repeat center;*/
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .icon_mobile_open_search.active {
        background: url(/wa-data/public/site/themes/comfortbuy/media/svg/close.svg) no-repeat center;
    }
    .top_search form {
        display: none;
        position: absolute;
        right: 35px;
        top: 50%;
        width: 270px;
        transform: translateY(-50%);
    }
    .wrapper-top .logo.insearch,
    .wrapper-top .contact.insearch {
        width: 49%;
        display: block;
    }
    .wrapper-top .logo.insearch {
        padding-top: 0;
        float: left;
    }
    .wrapper-top .contact.insearch {
        float: right;
        padding-top: 10px;
    }
    .wrapper-top .header-info:after {
        content: '';
        display: table;
        clear: both;
    }
    .header-info .search,
    .wrapper-top #cart,
    .header-info .top-contact.email,
    .wrapper-top .logo a div.logo-img+div {
        display: none;
    }
    .wrapper-top .contact.insearch .phone {
        font-size: 14px;
        background: none;
        padding-left: 0;
        margin-bottom: 10px;
        text-align: right;
        background: url(/wa-data/public/site/data/image_user/tel.png) no-repeat 15px center;
        display: inline-block;
        padding-left: 30px;
        line-height: 20px;
    }
    .wrapper-top .contact.insearch .phone:nth-child(3) {
        display: none;
    }
    .wrapper-top .header-info {
        padding: 10px 0;
        margin-bottom: 0;
    }
    .top_menu_mobile_wrap {
        border: 1px solid #d4d4d4;
        background-color: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 11px;
    }
    #main {
        padding-top: 12px;
    }
    .top_menu_mobile_btn {
        color: #4c4c4c;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        font-family: "Verdana", sans-serif;
        float: left;
    }
    .top_menu_mobile_btn:before {
        content: '';
        display: inline-block;
        background: url(/wa-data/public/site/themes/comfortbuy/media/svg/burger.svg) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        width: 17px;
        height: 16px;
        position: relative;
        top: 1px;
    }
    .top_menu_mobile_btn.active:before {
        background: url(/wa-data/public/site/themes/comfortbuy/media/svg/close.svg) no-repeat center;
        height: 15px;
    }
    .top_menu_mobile_link {
        float: right;
    }
    .top_menu_mobile_link>a {
        display: inline-block;
        height: 24px;
        margin-left: 10px;
        vertical-align: middle;
    }
    .mobile__top__cart {
        width: 20px;
        background: url(/wa-data/public/site/themes/comfortbuy/media/svg/cart.svg) no-repeat center;
        background-size: 24px;
    }
    .mobile__top__cart.cart_no_empty {
        background: url(/wa-data/public/site/themes/comfortbuy/media/svg/cart_no_empty.svg) no-repeat center;
        background-size: 24px;
        width: 20px;
    }
    .mobile__top__callback#wm-recallback-plugin-button {
        display: inline-block;
        width: 20px;
        background-color: transparent;
        background: url(/wa-data/public/site/themes/comfortbuy/media/svg/mobile_tel.svg) no-repeat center;
        background-size: 24px;
        padding: 0;
        margin: 0 0 0 10px !important;
    }
    .mobile__top__mail {
        width: 23px;
        background: url(/wa-data/public/site/themes/comfortbuy/media/svg/mobile_mail.svg) no-repeat center;
        background-size: 24px;
    }
    span.grower {
        line-height: 38px;
    }
    .shop-category .caption,
    .filters div.caption,
    #blog-nav div.caption {
        font-size: 20px;
        padding: 8px 20px;
    }
    ul.vertical-tree-zero li li>a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    ul.comfortbuy-vertical-tree {
        margin-bottom: 15px;
    }
    /* .nivoSlider-wrapper {
        display: none;
    } */
    .home-block {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .home-block>div {
        display: block;
        width: 100%;
        font-size: 14px;
        position: relative;
        margin-bottom: 20px;
    }
    .home-block a span.like-i {
        color: #473b39;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .products-slider-name .like-h2 {
        font-size: 18px;
    }
    .products-slider+.products-slider .products-slider-name {
        background: #f5f5f5;
        padding-left: 0;
        font-size: 18px;
        font-weight: 400;
    }
    .products-slider .jcarousel-clip-horizontal {
        width: 75%;
        margin: 0 auto;
    }
    .last-posts {
        margin-bottom: 30px;
    }
    .last-posts .jcarousel-item {
        width: 300px;
        margin-right: 0;
        height: auto;
        max-height: 120px;
    }
    .products-slider-name {
        /*margin-bottom: 15px;*/
        margin-bottom: 30px;
    }
    h1 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .content p {
        font-size: 14px;
        font-family: Verdana;
    }
    #footer .contact,
    #footer .shop {
        width: 100%;
        padding-top: 25px;
    }
    .wrapper-bottom ul li {
        font-size: 16px;
    }
    .wrapper-bottom li.bottom-contact span.like-i {
        font-size: 20px;
        margin-right: 10px;
    }
    /* .bottom-contact.phone .wm-recallback-plugin-button {
        background: none;
        color: #473b39 !important;
    } */
    .shop .caption {
        font-size: 20px;
    }
    .wrapper-bottom .shop li {
        width: 100%;
        float: none;
    }
    .wrapper-bottom .shop li a {
        display: block;
        color: #2c2c2c;
        font-family: Verdana;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px;
        text-decoration: none;
        line-height: 20px;
    }
    #footer .apps {
        padding-top: 20px;
    }
    .wrapper-bottom .apps ul {
        width: 100%;
        float: none;
    }
    .wrapper-bottom .apps ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #footer #wm-site {
        width: 100%;
        float: none;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #wm-site p {
        text-align: center;
    }
    .products-slider+.products-slider .products-slider-name .like-h2,
    .products-slider-name .like-h2 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .products-slider .jcarousel-prev,
    .products-slider .jcarousel-next {
        top: -62px;
    }
    .kak_zdelat_zakaz_wrap img {
        width: 100%;
        height: auto;
    }
    .product-list.thumbs,
    .product-list.list {
        width: 100%;
    }
    ul.thumbs li {
        width: 75%;
        margin: 20px auto;
        float: none;
        display: block;
    }
    ul.list .image,
    ul.list .other {
        width: 50%;
    }
    ul.list .prd_addition {
        text-align: left;
        margin-top: 10px;
        height: auto;
    }
    ul.list .image img {
        max-width: 100%;
    }
    ul.list .addtocart {
        float: none;
    }
    #category-description {
        margin-bottom: 10px;
    }
    .podrobnee_new_category_description {
        display: block;
        text-align: center;
        margin-top: 20px;
        cursor: pointer;
        text-decoration: underline;
        color: #303030;
        font-family: Verdana;
        font-size: 14px;
        font-weight: 400;
    }
    .podrobnee_new_category_description:hover {
        border-top: none;
    }
    #dostavkaPrice tr>td:nth-child(n+4) {
        display: none;
    }
    #dostavka-i-oplata .podrobnee_new_category_description {
        margin-bottom: 10px;
    }
    .sub-categories table td {
        display: block;
        width: auto;
        padding: 5px 0;
    }
    .podrobnee_new {
        display: block;
        text-align: center;
        color: #9b59b5;
        font-family: Verdana;
        font-size: 14px;
        font-weight: 400;
        text-decoration: underline;
        cursor: pointer;
    }
    .podrobnee_new:hover {
        text-decoration: none;
    }
    .product-table {
        display: block;
    }
    .product-image,
    .product-cart {
        display: block;
        width: 100%;
        float: none;
    }
    .product-image {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 0;
    }
    .image.general {
        width: 100%;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .image.general img {
        height: 175px;
        width: auto;
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .image.general .corner.left {
        display: none;
    }
    .products-slider-name h2,
    .products-slider-name h3,
    .products-slider-name .h3 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #cart-flyer .product-price {
        margin-bottom: 0;
        min-width: 99px;
        width: 33%;
        display: inline-block;
        vertical-align: middle;
    }
    #cart-flyer .prd_addition {
        margin: 20px 0 0;
        height: auto;
    }
    #cart-flyer .prd_addition a {
        margin: 0 9px 0 0;
    }
    #cart-flyer .prd_addition a:last-child {
        margin-right: 0;
    }
    ul.product-tab li {
        /*padding: 0 5px;
		max-width: 22%;*/
        padding: 0 25px;
        max-width: 100%;
        box-sizing: border-box;
        height: 40px;
        vertical-align: middle;
    }
    ul.product-tab li .h2 {
        font-size: 12px;
        font-weight: 400;
        word-wrap: break-word;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    ul.product-tab li[data-tab="4"] .h2 {
        /*font-size: 0;*/
    }
    ul.product-tab li .s-share-icon {
        margin: 0 5px 0 5px;
    }
    .product-tab-content {
        margin-bottom: 30px;
    }
    .related .products-slider-name h3,
    .related .products-slider-name .h3 {
        color: #2c2c2c;
        font-family: Verdana;
        font-size: 14px;
        font-weight: 400;
    }
    .related .products-slider .jcarousel-prev,
    .related .products-slider .jcarousel-next {
        top: -58px;
    }
    .products-slider .jcarousel-prev {
        right: 40px;
    }
    .products-slider .jcarousel-next {
        right: 15px;
    }
    .wa-form .wa-field-email,
    .wa-form .wa-field-password,
    .wa-form .wa-field-lastname,
    .wa-form .wa-field-firstname,
    .wa-form .wa-field-middlename,
    .wa-form .wa-field-phone,
    .wa-field-address-shipping .field {
        width: 100%;
        padding-right: 0;
        min-height: auto;
        float: none;
    }
    .wa-form .wa-field .wa-value .errormsg {
        position: relative;
    }
    .checkout .checkout-step h2 a {
        font-size: 14px;
        font-weight: 700;
    }
    .checkout .checkout-step h2 a.hint {
        font-size: 12px;
        font-weight: 400;
        display: block;
        text-align: right;
        width: 98%;
        color: #2c2c2c;
        text-decoration: none;
    }
    .checkout-header .float-right,
    .checkout .checkout-step h2 a.float-right {
        float: none;
    }
    .checkout-header,
    .checkout .checkout-step h2 {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .checkout-header h3 a {
        font-size: 13px;
        font-weight: 400;
    }
    .checkout-header h3 {
        margin-bottom: 10px;
    }
    .checkout .checkout-step ul.menu-v {
        margin-top: 0;
    }
    .wa-form .wa-field.wa-field-address-shipping {
        margin-bottom: 10px;
    }
    .wa-form .wa-field {
        padding-top: 0;
    }
    .wa-form .wa-field:nth-last-of-type(2) {
        margin-top: 16px;
    }
    #storequickorder .wa-form .wa-field:nth-last-of-type(2) {
        margin-top: 0;
    }
    #login-form input[type="submit"] {
        clear: both;
        float: left;
        margin-right: 40px;
    }
    #login-form .wa-submit a {
        display: block;
        text-align: left;
        float: left;
    }
    .checkout-step-content .checkout-options select,
    .checkout ul.checkout-options li p {
        width: 100%;
    }
    .step-shipping .wa-field.wa-field-address {
        margin-top: 0;
    }
    .step-confirmation .checkout-step-content {
        width: 100%;
        overflow-x: scroll;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    ymaps[id^="ymaps"] {
        width: 100% !important;
        height: 242px !important;
    }
    table.cart th:first-child {
        display: none;
    }
    table.cart img {
        width: 68px;
        height: 68px;
    }
    table.cart td.picture,
    table.cart td.picture+td {
        display: block;
    }
    table.cart td.picture {
        padding: 20px 7px 5px;
    }
    table.cart td.picture+td {
        padding: 5px 7px 20px;
    }
    table.cart td input.qty {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* table.cart td:last-child {
        max-width: 60px;
    } */
    table.cart td,
    table.cart th {
        padding-left: 3px;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    table.cart .cart-total-price td:last-child {
        max-width: none !important;
    }
    table.cart+.storequickorder_pos.butpos_cart_right {
        text-align: center;
        margin-top: 30px;
    }
    table.cart+.storequickorder_pos.butpos_cart_right input[type="submit"] {
        /*width: 300px;*/
        width: 200px;
        margin: 0 auto 20px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    table.cart+.storequickorder_pos.butpos_cart_right input {
        display: block;
        margin: 0 auto;
        width: 200px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    table.cart+.storequickorder_pos.butpos_cart_right a {
        /*width: 175px;*/
        width: 200px;
        display: block;
        margin: 0 auto 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* table.cart tr:last-child {
        display: none;
    } */
    .products-slider-name h3 {
        background: transparent !important;
    }
    .skidki_wrap img {
        width: 100%;
        height: auto;
    }
    .review {
        margin-bottom: 40px;
    }
    .review .summary {
        padding-bottom: 14px;
        overflow: hidden;
    }
    .review .summary>span {
        display: block;
        width: 100%;
        text-align: left;
    }
    .reviews>ul {
        margin-bottom: 0;
    }
    .reviews li:last-child .review {
        margin-bottom: 30px;
    }
    .review-form textarea {
        width: 100%;
        resize: none;
        clear: left;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .review-form .review-submit {
        padding: 0;
    }
    .post iframe {
        max-width: 100% !important;
    }
    div.wm-recallback-before-popup-window,
    #wm-recallback-boxes {
        width: 90% !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-height: 400px;
        overflow-y: scroll;
    }
    #shop #wm-recallback-boxes {
        padding: 18px 23px;
    }
    #shop #wm-recallback-boxes h2.wm-recform-title {
        font-size: 23px;
        font-weight: 400;
        line-height: 1;
    }
    #shop #wm-recallback-boxes h2.wm-recform-title {
        margin: 0px 0 15px 0px;
    }
    .wm-recform-title-hint {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px !important;
        margin: 0 0 15px !important;
    }
    .wm-recallback-td-name {
        line-height: 1 !important;
        padding-top: 0 !important;
        margin-bottom: 10px;
    }
    /* #shop input[type="text"] {
        padding: 9px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
    } */
    #wm-recallback-boxes>#wm-recallback-form>div:nth-child(4),
    #wm-recallback-boxes>#wm-recallback-form>div:nth-child(4) div.wm-recallback-td-value,
    #wm-recallback-boxes>#wm-recallback-form>div:nth-child(5) {
        width: 100%;
    }
    #wm-recallback-boxes>#wm-recallback-form>div:nth-child(6) div.wm-recallback-td-value textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
        margin-bottom: 20px;
    }
    #wm-recallback-table {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
    }
    #shop .wm-recform-send {
        text-align: center;
    }
    #shop .wm-recform-send .wm-recallback-td-name {
        display: none;
    }
    /* #wm-recform-send {
        width: 156px !important;
        height: 36px !important;
        line-height: 36px !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    } */
    .mobile_link_block>a {
        display: inline-block;
    }
    ul#page-list>li:hover>div>ul {
        display: none !important;
    }
    #cart-flyer .add2cart .quantity-wrap input {
        margin-bottom: 0;
    }
    #question-container {
        width: 90%;
        height: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        overflow: auto;
    }
    #question-window {
        width: 100%;
    }
    #question-container .question-title {
        text-align: center;
        font-size: 23px;
        margin-top: 18px;
        margin-bottom: 15px;
    }
    #question-container .question-product {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }
    #question-container .question-content {
        line-height: 1;
        padding: 15px 25px;
    }
    .question-caption {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 400;
    }
    #question-container .question-email,
    #question-container .question-txt {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        padding: 18px 5px;
        margin-bottom: 15px;
        resize: none;
    }
    #question-container .question-email {
        height: 38px;
    }
    #question-container .for-question-agreement {
        margin-bottom: 0;
    }
    #question-container .question-submit {
        margin: 20px 0px 0px 0px;
    }
    table.cart th {
        font-size: 11px;
    }
    table.cart {
        margin-top: 17px;
    }
    #storequickorder .dialog-window {
        width: 90%;
    }
    #storequickorder .wa-form {
        float: none;
    }
    #storequickorder .wa-form .wa-field .wa-value textarea {
        min-width: 1px;
        width: 100%;
        resize: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pink_block_title {
        line-height: 50px;
    }
    div.wm-recallback-before-popup-window,
    #wm-recallback-boxes {
        max-height: 90%;
    }
    .noscrollbody {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }
    .h2 br {
        display: none;
    }
    .mobile_margin_bottom_dostavka_iteam {
        margin-bottom: 15px !important;
    }
    .preim-block .preim {
        width: 49%;
        text-align: center;
    }
    .preim-block .preim .images {
        margin: 0 auto;
        width: 50px;
    }
    .preim-block .preim .preim-text {
        padding-right: 0;
    }
    .preim-block .preim .arrow_toggle {
        width: 100%;
        padding-top: 10px;
    }
    .dialog-window>h1 {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dialog-window .cart.authentification {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dialog-window input[type='submit'],
    .dialog-window input[type='button'] {
        width: 100%;
        margin-bottom: 15px;
    }
    .products_slider_owl li {
        margin: 0 auto;
    }
    .products_slider_owl .owl-nav {
        right: 10px;
    }
    .products-slider {
        margin-bottom: 30px;
    }
    .slposts_owl .owl-nav,
    .lposts_owl .owl-nav {
        right: 10px;
    }
    .slposts_owl li,
    .lposts_owl li {
        width: 100%;
        font-size: 14px;
    }
    .checkout ul.checkout-options li input[type="radio"] {
        top: 20px;
    }
    #shop .table.cart input[type="text"].qty {
        margin-bottom: 0;
    }
    #storequickorder .wa-form .wa-field-phone,
    #checkout-contact-form .wa-form .wa-field-phone {
        padding-left: 0;
    }
}

@media only screen and (max-width: 690px) {
    #main-addition ul .text {
        display: none;
    }
    .lt-label-mobile {
        bottom: 45px !important;
    }
}

@media only screen and (max-width: 320px) {
    table.cart {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    table.cart .cart-total {
        /*position: relative;
		left: -10px;*/
        position: absolute;
        right: 10px;
    }
    ul.product-tab li {
        padding: 0 14px;
    }
    ul.product-tab li:nth-of-type(1),
    ul.product-tab li:nth-of-type(2),
    ul.product-tab li:nth-of-type(3) {
        border-bottom: 1px solid #aaa;
    }
}

@media only screen and (min-width: 768px) {
    .footer__bottom__links.rating {
        margin-right: 15px;
        margin-top: -20px;
    }
}

