/*
Theme Name: Upwoo Theme
Theme URI: #
Author: Maksim B.
Author URI: #
Description: Тема не нуждается в обновлениях
Version: 1.0.0

*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); /*! Сбрасываем стили браузеров (user) | by agancy makbori */
body, p, span, html, img, h1, h2,
h3, h4, h5, h6, strong, *, ul, li,
ol, input, form, header, head, footer,
main, section, div, video, article, table,
td, th, menu, nav, video, time, output, audio,
summary, code, address, blockquote, code {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

/*! Картинки будут занимать всю ширину родительского блока */
img {
    max-width: 100%;
}

/*! Убрали подчеркивание у ссылок */
a {
    text-decoration: none;
}

/*! Убрали ::marker у списков */
ol, ul {
    list-style: none;
}

/*! Сбросили все стили с кнопки */
button {
    background: none;
    border: none;
    box-shadow: none;
}

/*! Стили для таблицы (убрали двойнную обводку) */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #F6F6F6;
    color: #000;
}

a {
    color: #000;
}

button {
    cursor: pointer;
}

ul.nav-menu {
    display: flex;
}

.container {
    width: 1200px;
    margin: 0 auto;
}
.variations_button {
    display: flex;
}
.flex {
    display: flex;
}
.header__skroll {
    background: #006633;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 999;
}
.active__header {
    display: block !important;
}
.header__skroll .h__top-logo {
    width: 150px;
}
.h__top-social-block-phone a {
    color: #fff;

}
.h__top-social-block-phone a svg {
    padding-right: 20px;
}

.al-center {
    align-items: center;
}
.product-info {
    position: relative;
}
.woosw-btn-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
}
.add_to_cart_inline a{
    margin: 10px 0;
    background: darkgreen;
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
}
.woosw-items {
    width: 100%;
    margin-bottom: 50px !important;
}
.woosw-item--name {
    padding-bottom: 20px;
}
.woosw-item--price, .woosw-item--time {
    font-size: 14px;
}
.woosw-actions {
    display: none !important;
}
.sp-between {
    justify-content: space-between;
}

.sp-end {
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}
.cr-ajax-search, .cr-count-row, .cr-summaryBox-wrap {
    display: none !important;
}
.additional_info_grid {
    padding: 20px;
}
.f-start {
    align-items: flex-start;
}

header .header-top {
    background: url("assets/img/bg-header.png");
    background-repeat: no-repeat;
    background-size: cover;
}
header .header-top .wrapper .h__top .h__top-logo {
    width: 262px;
}
.product-info .woocommerce-variation-price {

	margin: 20px 0;
}
.product-info .wrap-quasar-attribute-q {
	padding: 0 !important;
}
.plus {
	position: relative;
	left: 80px;
}
header .header-footer .h-footer .menu ul li a:hover {
    opacity: 0.6;
}
.minus {
	position: relative;
	right: 70px;
}
ul .product-type-variable .price:not(.price-attr-q) {
    display: block !important;
}
.in-stock {
	padding: 10px 0 20px;
}
.header-footer .item:hover ul {
    display: block !important;
    position: absolute;
    z-index: 100;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.entry-content .woocommerce {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-form-login {
    width: 100%;
}
.woocommerce .row {
    width: 100%;
}
.woocommerce-form-login input {
    display: block;
    height: 35px;
    padding-left: 20px;
    margin: 10px 0;
    box-sizing: border-box;
    width: 100%;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active, .xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background: #006633;
}
.woocommerce-MyAccount-navigation {
    width: 19%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}
.woocommerce__form {
    background: #fff;
    padding: 20px;
    width: 60%;
}
.product-container button.single_add_to_cart_button {
    margin: 0 !important;
}
.product-info .price {
    padding: 20px 0;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 10px 0;
}
.edit-account input {
    display: block;
    height: 35px;
    padding-left: 20px;
    margin: 10px 0;
    box-sizing: border-box;
    width: 50%;

}
address {
    padding: 20px 0;
}
.woocommerce-MyAccount-content {
    width: 80%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.woocommerce-MyAccount-content input {
    display: block;
    height: 35px;
    padding-left: 20px;
    margin: 10px 0;
    box-sizing: border-box;
    width: 50%;
}
#shipping_country_field {
    display: none !important;
}
button[type="submit"].wp-element-button {
    padding: 10px 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: darkgreen;
    color: #fff;
}
.woocommerce-address-fields__field-wrapper {
    padding: 20px 0;
}


.woocommerce-orders-table {
    width: 100%;
}
table.shop_table_responsive thead {
    border: 20px solid #fff;
}
table.shop_table_responsive thead tr th {
    border: 20px solid #fff;
}
table.shop_table_responsive .view {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    background: #1c1c1c1c;
}
table.shop_table_responsive td {
    border: 20px solid #fff;
}
table.shop_table_responsive tr {
    border-bottom: 1px solid #1c1c1c1c;
}
fieldset {
    padding: 20px;
}
.woocommerce-Button {
    padding: 10px 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: darkgreen;
    color: #fff;
}
.header-footer .item:hover ul li {
    padding: 10px 0;
}

header .header-top .wrapper .h__top .h__top-search {
    position: relative;

}
.header__skroll .h__top-search input[type=text] {
    width: 590px;
    padding: 14px;
    background: rgba(244, 244, 244, 0.6);
    border-radius: 10px;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.header__skroll .h__top-search input[type=text]::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.header__skroll .h__top-search input[type=submit] {
    font-size: 0;
    width: 18px;
    height: 18px;
    background: url("assets/img/search.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    position: absolute;
    right: 15px;
    top: 13px;
}
header .header-top .wrapper .h__top .h__top-search input[type=text] {
    width: 590px;
    padding: 14px;
    background: rgba(244, 244, 244, 0.6);
    border-radius: 10px;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.product-info .count {
    display: none;
}
.outofstock button{

}
.disabled {
    background: #d2d2d2 !important;
    border: none !important;
    color: #fff !important;
}
.disabled:hover {
    cursor: not-allowed;
}
header .header-top .wrapper .h__top .h__top-search input[type=text]::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
header .header-top .wrapper .h__top .h__top-search input[type=submit] {
    font-size: 0;
    width: 18px;
    height: 18px;
    background: url("assets/img/search.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    position: absolute;
    right: 15px;
    top: 13px;
}
header .header-top .wrapper .h__top .h__top-search input[type=submit]:hover {
    cursor: pointer;
}
header .header-top .wrapper .h__top .h__top-social-block ul.social {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 12px 0 12px;
}
header .header-top .wrapper .h__top .h__top-social-block ul.social li {
    width: 24px;
    height: 24px;
    padding-left: 20px;
}
header .header-top .wrapper .h__top .h__top-social-block ul.social li a {
    width: 24px;
    height: 24px;
}
header .header-top .wrapper .h__top .h__top-social-block ul.social li a img {
    width: 100%;
}
header .header-top .wrapper .h__top .h__top-social-block .h__top-social-block-phone a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
header .header-top .wrapper .h__top .h__top-social-block .h__top-social-block-phone a svg {
    padding-right: 10px;
}
header .header-top .wrapper .h__top .h__top-social-block .h__top-social-block-email {
    padding: 10px 0;
}
header .header-top .wrapper .h__top .h__top-social-block .h__top-social-block-email a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
header .header-top .wrapper .h__top .h__top-social-block .h__top-social-block-email a svg {
    padding-right: 10px;
}
header .header-footer {
    padding: 15px 0;
    background: #fff;
}
header .header-footer .h-footer .item .i {
    padding: 5px 0;
}
header .header-footer .h-footer .item .i p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding-left: 10px;
}
.available-on-backorder {
	padding: 10px 0 20px;
}
header .header-footer .h-footer .menu {
    margin-left: 96px;
}
header .header-footer .h-footer .menu ul li {
    margin-right: 24px;
}
header .header-footer .h-footer .menu ul li a.btn-menu {
    background: #F3F3F3;
    border-radius: 10px;
    padding: 13px 22px 13px 15px;
}
header .header-footer .h-footer .menu ul li a.btn-menu svg {
    position: relative;
    top: 3px;
    right: 5px;
}
header .header-footer .h-footer .menu ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #3F3F3F;
}
header .header-footer .h-footer .panel-header {
    display: flex;
    align-items: flex-end;
}
header .header-footer .h-footer .panel-header a {
    text-align: center;
    margin-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #646464;
}
header .header-footer .h-footer .panel-header a img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.swiper {
    width: 100%;
    height: 100%;
}
.product-info .description {
    border: none;
}
.product_meta {
    display: flex;
    flex-wrap: wrap;
}
.product_meta span {
    width: 100%;
    padding: 10px 0;
}
.product_meta span a {
    text-decoration: underline;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#page-1 .wrapper {
    width: 100%;
    height: 341px;
    padding: 40px 0;
    display: flex;
}
section#page-1 .wrapper .long__grid {
    background: #38BF7C;
    border-radius: 10px;
    width: 30%;
}
section#page-1 .wrapper .mySwiper {
    width: 70%;
    margin-right: 20px;
    border-radius: 10px;
}
section#page-1 .wrapper .mySwiper .swiper-pagination {
    right: 50px;
}
section#page-1 .wrapper .mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #4BFFA5;
}
section#page-1 .wrapper .mySwiper .swiper-pagination-bullet-active {
    background: #006633;
    width: 10px;
    height: 10px;
}
section#page-1 .wrapper .mySwiper .swiper-slide {
    justify-content: start;
    padding-left: 100px;
}
section#page-1 .wrapper .mySwiper .swiper-slide .content {
    width: 378px;
}
section#page-1 .wrapper .mySwiper .swiper-slide .content .title {
    display: block;
}
section#page-1 .wrapper .mySwiper .swiper-slide .content .title span {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}
section#page-1 .wrapper .mySwiper .swiper-slide .content .description {
    text-align: left;
    padding-top: 20px;
    text-decoration: none;
    border: none;
}
section#page-1 .wrapper .mySwiper .swiper-slide .content .description span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

section#cotegory .wrapper {
    flex-wrap: wrap;
}
section#cotegory .wrapper .item {
    width: 286px;
    margin-top: 20px;
    height: 343px;
    text-align: center;
    border-radius: 3px;
}
section#cotegory .wrapper .item .item-box {
    background: #fff;
    height: 100%;
    border-radius: 3px;
    transition: 0.4s;
}
section#cotegory .wrapper .item .item-box:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}
section#cotegory .wrapper .item .item-box .img {
    width: 220px;
    height: 194px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#cotegory .wrapper .item .item-box .img img {
    text-align: center;
}
section#cotegory .wrapper .item .item-box .name {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
section#cotegory .wrapper .item .item-box .name span {
    padding-top: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.product {
    width: 379px;
    height: auto;
    padding: 30px;
}
.product .status {
    background: #006633;
    border-radius: 3px;
    width: 73px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.product .status span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.product .img-product {
    width: 265px;
    height: 212px;
    margin: 0 auto;
}
.product .title {
    text-align: left;
}
.product .title span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.product .price {
    text-align: left;
}
.shop-item-inner .wrap-quasar-attribute-q {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 100;
    bottom: 0;
    padding: 0 30px !important;
    box-sizing: border-box;
    color: #000;
    width: 100%;
    right: 0;
}

ul.products li.product .button {
    display: block;
    border-radius: 5px;
    color: #fff;
    background: #063;
}
ul.products li.product .name-attr-q {
    display: none !important;
}
.product-type-variable .wrap-quasar-attribute-q {
    display: flex !important;
    flex-wrap: wrap;
    height: 134px;
}
.wrap-prise-block-attr-q {
    width: 100%;
}

.woocommerce-error {
	padding: 20px 0;
}
.single-content {
    padding-bottom: 20px !important;
}
.price-attr-q {
	    text-align: left;
    justify-content: start;
    width: 100%;
    color: #fff !important;
    font-size: 15px !important;

}
.product-listing .columns-3 li.product .shop-item-inner {
	height: 322px;
}

.product-type-variable .price span {
	padding-right: 0 !important;
}
.wrap-button-add-to-c-q {

    width: 100%;
    text-align: center;
}
.name-attr-q {
	color: #fff !important;
}
.added_to_cart.wc-forward{
    display: none !important;
}
.product .price span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-right: 10px;
    color: #000000;
}
del {
    opacity: 0.5;
}
del span {
    font-weight: 300;
}
.product .button a.btn {
    background: #006633;
    border-radius: 3px;
    padding: 14px 83px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    color: #FFFFFF;
}
.product .button .add-to-cart {
    background: #006633;
    border-radius: 3px;
    padding: 10px 13px;
}

.title-section {
    padding: 60px 0 50px;
}
.title-section h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */
    color: #000000;
}
/* ajax search */

.search-form {
    position: relative;
}

.ajax-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}
.star-rating {
    display: none;
}
input[type="number"]{
    border: none;
    text-align: center;
    width: 50px;
}
.single-section .product {
    width: 100%;
}
.button-s a.viwe {
    width: 100%;
    text-align: center;
    border: 1px solid #006633;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 19px 59px;
    color: #000000;
    margin-top: 20px;
}
.cart-in {
    margin-bottom: 50px;
}
.button-s a.viwe:hover {
    background: #006633;
    color: #fff;
}

#page-news {
    padding-bottom: 167px;
}
#page-news .wrapper .item {
    width: 365px;
}
#page-news .wrapper .item .title {
    padding: 14px 0;
}
#page-news .wrapper .item .title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
#page-news .wrapper .item .content span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

footer {
    background: #252525;
    padding: 32px 0 80px;
}
footer .logo {
    width: 184px;
}
footer .menu {
    align-items: flex-start;
    margin-left: 50px;
}
footer .menu .item {
    margin-left: 150px;
}
footer .menu .item .title {
    padding: 0 0 20px;
}
footer .menu .item .title span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
footer .menu .item .item-s a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #999999;
}

.breadcrumbs {
    background: #FBFBFB;
    padding: 15px 0;
}
.breadcrumbs .wrapper ul.crumbs {
    display: flex;
}
.crumbs span {
    padding: 0 5px 0 0;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.crumbs span {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    color: #A3A3A3;
}
.crumbs span  a {
    color: #000000;
}

section.catalog {
    /* стили для активного состояния чекбокса (при нажатии на него) */
    /* стили для чекбокса, находящегося в состоянии disabled */
}
section.catalog .wrapper .header__title {
    padding: 25px 0 80px;
}
section.catalog .wrapper .header__title .title {
    padding-bottom: 30px;
}
section.catalog .wrapper .header__title .title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #3F3F3F;
}
section.catalog .wrapper-in .item-in {
    width: 323px;
    margin-right: 30px;
}
section.catalog .wrapper-in .item-in .title {
    padding-bottom: 40px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    font-size: 14px;
}
section.catalog .wrapper-in .item-in .title span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
section.catalog .wrapper-in .item-in .sidebar {
    padding: 32px;
    background: #FFFFFF;
}
section.catalog .wrapper-in .item-in .sidebar .sidebar__wrapper-checkbox {
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}
ul .product-type-variable .price:not(.price-attr-q) {
	display: block !important;
}
section.catalog .wrapper-in .item-in .sidebar .sidebar__wrapper-checkbox .sidebar__wrapper-title {
    padding: 0 0 20px;
}
section.catalog .wrapper-in .item-in .sidebar .sidebar__wrapper-checkbox .sidebar__wrapper-title span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-radio {
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-radio .sidebar__wrapper-title {
    padding: 20px 0;
}
h4.filter-title{
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-radio .form_radio_btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-radio .form_radio_btn input[type=radio] {
    display: none;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-radio .form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 34px;
    background: #F6F6F6;
    border-radius: 3px;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    height: 32px;
    display: flex;
    align-items: center;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-radio .form_radio_btn input[type=radio]:checked + label {
    background: #006633;
    color: #FFFFFF;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-radio .form_radio_btn label:hover {
    color: #666;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-radio .form_radio_btn input[type=radio]:disabled + label {
    background: #F6F6F6;
    border-radius: 3px;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-price {
    padding: 20px 0;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-price .sidebar__wrapper-title {
    padding: 0 0 20px;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-price .sidebar__wrapper-title span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-price .sidebar__wrapper-content input {
    background: #F6F6F6;
    border-radius: 3px;
    width: 122px;
    height: 32px;
    border: none;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
}

section.catalog .wrapper-in .item-in .sidebar .sidevar__wrapper-price .sidevar__wrapper-price .sidebar__wrapper-content input {
    background: #F6F6F6;
    border-radius: 3px;
    width: 122px;
}
section.catalog .wrapper-in .item-in .btn__filter {
    margin: 20px 0 0;
}
section.catalog .wrapper-in .item-in .btn__filter a {
    background: #006633;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 46px;
    color: #FFFFFF;
    border: 1px solid #006633;
}
section.catalog .wrapper-in .item-in .btn__filter a:hover {
    border: 1px solid #006633;
    color: #006633;
    background: none;
}
section.catalog .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
section.catalog .custom-checkbox + label {
    display: block;
    align-items: center;
    user-select: none;
    cursor: pointer;
    margin-bottom: 10px;
}
section.catalog .custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 24px;
    cursor: pointer;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    flex-grow: 0;
    background: #FFFFFF;
    border: 1px solid #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    top: 7px;
    position: relative;
}
.yith-wcan-filters.custom-style span.checkboxbutton.checked:before{
    background-image: url("assets/img/bg-checkbox.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-color: #fff;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked:before {
    background-color: #fff;
    border-color: #D7D7D7;
}
.yith-wcan-filters.custom-style span.radiobutton:before {
    width: 100% !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 30px !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
ul.filter-radio  .filter-item {
    width: 48%;
}
ul.filter-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-radio .filter-item> label > a {
    font-size: 12px !important;
    position: absolute;

    margin-left: auto;
    margin-right: 7px;
    left: 0;
    right: 0;
    top: -3px;
    text-align: center;
}
.filter-radio .filter-item.active > label > a {
    color: #fff !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .radiobutton.checked:before {
    background: #006633 !important;
    border-color: #006633 !important;
}
.filter-content ul.filter-items .radio label {
    position: relative;
}
.yith-wcan-filters.custom-style span.checkboxbutton:before {
    border-radius: 0 !important;
}
section.catalog .custom-checkbox:not(:disabled):active + label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
section.catalog .custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}

.item-in-2 {
    width: 100%;
}

.product-listing .columns-3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.shop-item__image-inner {
    height: 130px;
}
.comment-form-comment label {
    display: block;
    padding: 0 0 20px;
}
.comment-form-comment {
    margin-top: 20px;
}
.comment-form-comment textarea {
    resize: none;
    margin-bottom: 20px;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}
span#reply-title {
    font-size: 24px;
}
.comment-form-rating {
    padding: 20px 0;
}
.comment_container img {
    display: none;
}
h2.woocommerce-Reviews-title {
    display: none;
}
.woocommerce-review__verified {
    display: none;
}
.form-submit .submit {
    background: darkgreen;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 7px 25px;
}
.shop-item__image-inner img {
    width: 100%;
    height: 100%;
}
.product-listing .columns-3 li.product {
    width: 31%;
    padding: 0 0 20px;
    margin-right: 20px;
}
.product-listing .columns-3 li.product:last-child {
    margin-right: 0;
}
.product-listing .columns-3 li.product .shop-item-inner {
    padding: 40px 30px 20px;
    background: #fff;
    position: relative;
    transition: 0.4s;
}
.product-listing .columns-3 li.product .shop-item-inner:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__image {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    justify-content: center;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__badges {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #006633;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__badges span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__title {
    padding: 10px 0;
}
.out-of-stock {
    padding: 0 0 20px;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__title a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}
.product-info .woocommerce-review-link {
    display: none;
}
.product-listing .columns-3 li.product .shop-item-inner .simpleCart_shelfItem {
    padding-bottom: 20px;
}
.product-listing .columns-3 li.product .shop-item-inner .simpleCart_shelfItem span.price {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000000 !important;
    display: block !important;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__button {
    width: 80%;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__button a.viwe {
    background: #006633;
    border-radius: 3px;
    border: 1px solid #006633;
    font-style: normal;
    font-weight: 400;
    padding: 9px 39px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: 0.4s;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__button a.viwe:hover {
    color: #006633;
    transition: 0.4s;
    background: none;
    border: 1px solid #006633;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__button a.add-to-cart {
    background: #006633;
    margin-left: 10px;
    transition: 0.4s;
    border-radius: 3px;
    padding: 7px 10px;
    border: 1px solid #006633;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__button a.add-to-cart:hover {
    background: none;
    border: 1px solid #006633;
    transition: 0.4s;
}
.product-listing .columns-3 li.product .shop-item-inner .shop-item__button a.add-to-cart:hover svg path {
    fill: #006633;
    transition: 0.4s;
}

.pagi {
    margin-left: auto;
    margin: 40px 0 70px;
    text-align: right;
}
.pagi ul {
    display: flex;
    justify-content: flex-end;
}
.pagi ul li {
    margin-right: 20px;
}
.pagi ul li:last-child {
    margin-right: 0;
}
.pagi ul li a {
    font-style: normal;
    padding: 16px 21px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background: #FFFFFF;
}
.pagi ul li.current a {
    background: #006633;
    color: #fff;
}
.filter-title {
    padding-bottom: 20px;
}
.yith-wcan-filters .yith-wcan-filter {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.woocommerce-ordering {
    padding: 0 0 35px;
}
.woocommerce-ordering .title {
    padding-right: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding-bottom: 0 !important;
}

.woocommerce-ordering a{
    font-style: normal;
    border-radius: 50px;
    padding: 5px 27px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #000000;
}
.woocommerce-ordering a:hover {
    color: #fff;
    background: #006633;
}

.my-product-single {
    width: 100%;
    padding: 0;
}
form.checkout {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.product-container {
    width: 100%;
    display: flex;
    padding-top: 50px;
}
.woocommerce-additional-fields {
    display: none;
}
#billing_company_field {
    display: none;
}
form.checkout .col-md-8 {
    width: 70%;
    background: #fff;
    padding: 20px;
    margin-right: 20px;
}
.form-row place-order {
    padding: 40px 0;
}
.cart-subtotal {
    display: none;
}
form.checkout  .wp-element-button {
    padding: 10px 50px;
    background: #0f834d;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}
.woocommerce-info {
    padding-bottom: 100px;
}
.payment_methods, .woocommerce-privacy-policy-text {
    display: none !important;
}
.wc-backward {
    display: none;
}
.woocommerce-NoticeGroup-checkout {
    display: none;
}
section.woocommerce-customer-details {
    padding: 20px 0 0;
}
section.woocommerce-order-details {
    display: none;
}
.woocommerce-order {
    padding: 0 0 50px;
}
.woocommerce-billing-fields h3 {
    padding: 0 0 30px;
}
form.checkout .col-md-4 {
    width: 30%;
    background: #fff;
    padding: 20px;
}
form.checkout .col-md-4 .product-name {
    text-align: left;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-right: 20px solid #fff;
}
form.checkout .col-md-4  .cart-subtotal {
    text-align: left;
}
form.checkout .col-md-4  .order-total {
    text-align: left;
}
.woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper {
    display: block;
}
#billing_country_field {
    display: none;
}

.woocommerce-additional-fields__field-wrapper {
    display: none;
}
.woocommerce-billing-fields__field-wrapper label {
    font-size: 12px;
}
.woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper input {
    height: 35px;
    width: 100%;
    margin: 10px 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.related {
    display: none;
}
 .resp-accordion {
     padding: 20px 30px;
 }
 .resp-tab-content {
     padding-left: 30px;
     padding-bottom: 20px;
 }
.product-info .cart {
    display: flex;
}
.resp-tab-active {
    display: block !important;
}

h2.resp-accordion {
    display: none;
}
.resp-tab-content-active {
    display: block !important;
}
.additional_info_grid {
    display: none;
}
.woocommerce-tabs ul.tabs li:hover {
    color: #fff;
    cursor: pointer;
}
.attachment-shop_catalog {
    display: none !important;
}
.woocommerce-tabs ul.tabs li.resp-tab-active {
    background: #006633;
    color: #fff;
}
.shop_attributes tr {
    border: 10px solid #fff;
    text-align: left;
    border-left: none;
}
.flex-control-nav li {
    padding: 0 20px;
    width: 110px;
    height: 110px;
}
.shop_attributes tr th {
    border: 10px solid #fff;
    border-left: none !important;
}
.product-container .product-images {
    width: 50%;
    text-align: center;
}
.product-container .product-info {
    width: 50%;
    background: #fff;
    padding: 40px;
    margin-left: 40px;
}
.product-container .product-info h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    color: #3F3F3F;
}
.product-container .product-info .product_meta {
    padding: 30px 0;
}
.product-container .product-info .product_meta span {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.product-container .product-info .woocommerce-product-details__short-description p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #7C7C7C;
}
.product-container .product-info .sidevar__wrapper-radio {
    width: 70%;
    padding: 20px 0 0;
}
.product-container .product-info .sidevar__wrapper-radio .sidebar__wrapper-title {
    padding: 20px 0;
}
.product-container .product-info .sidevar__wrapper-radio .sidebar__wrapper-title span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.product-container .product-info .sidevar__wrapper-radio .form_radio_btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}
.product-container .product-info .sidevar__wrapper-radio .form_radio_btn input[type=radio] {
    display: none;
}
.product-container .product-info .sidevar__wrapper-radio .form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 34px;
    background: #F6F6F6;
    border-radius: 3px;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    height: 32px;
    display: flex;
    align-items: center;
}
.cart_s {
    position: relative;
}
.category-quasar-attribute-q .wrap-button-add-to-cart-q {
    flex-basis: 100%;
    top: -67px;
    left: 45px;
}
.count {
    position: absolute;
    top: -10px;
    background: #006633;
    color: #fff;
    /* width: 20px; */
    /* height: 20px; */
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 5px 7px;
}
.product-container .product-info .sidevar__wrapper-radio .form_radio_btn input[type=radio]:checked + label {
    background: #006633;
    color: #FFFFFF;
}
.product-container .product-info .sidevar__wrapper-radio .form_radio_btn label:hover {
    color: #666;
}
.product-container .product-info .sidevar__wrapper-radio .form_radio_btn input[type=radio]:disabled + label {
    background: #F6F6F6;
    border-radius: 3px;
}
.product-container .product-info .woocommerce-product-form-wrap {
    padding: 40px 0 20px;
    align-items: center;
}
.product-container .product-info .woocommerce-product-form-wrap .quantity {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    height: 40px;
    color: #000000;
    width: 2em;
    left: 35px;
    margin-right: 60px;
    position: relative;
}
.quantity {
    display: flex;
	position: relative;
	left: 0;
}
.plus {
    width: 10px;
    background: #F6F6F6;
    padding: 0 20px 0 0;
	left: 70px;
}
.product-container span.onsale{
    display: none;
}
.minus {
    width: 10px;
    background: #F6F6F6;
    padding: 0 10px 0 13px;
	right: 80px;
}
.product-container input[type=number] {
    display: block;
    width: 50px;
    height: 30px;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
    background: #F6F6F6;
    -moz-appearance: textfield;
    padding: 0.375em 0.75em;
    line-height: 1.5;
    color: #111;
    background-clip: padding-box;
    border: none;
    -webkit-transition: border-color 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
    font-style: normal;
}
.product-container .product-info .woocommerce-product-form-wrap .quantity .quantity-minus:before {
    content: "-";
}
.product-container .product-info .woocommerce-product-form-wrap .quantity .quantity-plus:before {
    content: "+";
}
.product-container .product-info .woocommerce-product-form-wrap .quantity .quantity-minus {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    width: 2em;
    padding: 0;
    padding: 0.45em 0 0.35em;
    text-align: center;
    background: 0 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    background: #F6F6F6;
    left: -26px;
    cursor: pointer;
}
.product-container .product-info .woocommerce-product-form-wrap .quantity .quantity-plus {
    position: absolute;
    display: inline-block;
    background: #F6F6F6;
    top: 0;
    bottom: 0;
    width: 3em;
    border: none;
    right: -40px;
    padding: 0;
    padding: 0.45em 0 0.35em;
    text-align: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.product-container .simpleCart_shelfItem {
    margin-left: 50px;
    display: flex;
    align-items: center;
}
.product-container .simpleCart_shelfItem span bdi {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
}
.upsells, .crossel {
    display: none !important;
}
.by_descr {
    opacity: 0.3;
}
.by_descr a:hover {
    opacity: 1;
}
.by_descr p {
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
}
.by_descr {
    padding: 20px 0 0;
}
.by_descr a {
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    text-decoration: underline;
    padding-left: 5px;
}
.wrap-checkbox-attr-q, .wrap-html-attr-q {
    flex-wrap: nowrap !important;
}
.catalog .wrap-button-add-to-c-q {
    left: -51px;
}
.wrap-button-add-to-c-q {
    position: absolute;
    left: -93px;
    top: 73px;
}
.wrap-prise-block-attr-q {
    height: 10px;
}
.wrap-checkbox-attr-q, .wrap-html-attr-q {
    flex-basis: 100% !important;
}
.onsale {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #0f834d;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
}
.product-container button.single_add_to_cart_button {
    background: #006633;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    padding: 10px 48px;
    color: #FFFFFF;
    margin-left: 40px;
}

.woocommerce-tabs {
    margin-top: 50px;
    background: #FFFFFF;
}
.woocommerce-tabs ul.tabs {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
}
.woocommerce-tabs ul.tabs li {
    padding: 37px 68px;
    margin: 0;
    width: auto;
    transition: 0.4s;
}
.woocommerce-tabs ul.tabs li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.woocommerce-tabs ul.tabs li:hover {
    background: #006633;
    transition: 0.4s;
}
.woocommerce-tabs ul.tabs li:hover a {
    color: #fff;
}
.woocommerce-tabs ul.tabs li.active {
    background: #006633;
}
.woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 40px;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #7C7C7C;
    padding-bottom: 23px;
}

.related-products {
    padding-bottom: 50px;
}
.related-products .title {
    padding: 50px 0;
}
.related-products .title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #3F3F3F;
}

.content-in {
    padding: 50px 0 0;
}
.content-in .title {
    padding: 0 0 40px;
}
.content-in a.item-permalink {
    width: 23%;
    margin-bottom: 20px;
}
.content-in a.item-permalink .single-title__item {
    padding: 10px 0;
}
.content-in a.item-permalink .single-title__item span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.content-in a.item-permalink .single-description__item p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.single-content {
    width: 813px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.single-content .title {
    padding: 20px 0 40px;
}
.single-content .title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #3F3F3F;
}
.single-content .content li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding-bottom: 20px;
}
.single-content .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding-bottom: 20px;
}

.woocommerce-content {
    background: #FFFFFF;
    border-radius: 3px;
}
.woocommerce-content .tabs {
    width: 100%;
    padding: 25px 0px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #DEE8F2;
}
.woocommerce-content section {
    display: none;
    padding: 15px;
    background: white;
    position: absolute;
    top: 0;
    left: 180px;
}

.woocommerce-content p {
    margin: 0;
}
.woocommerce-content input {
    display: none;
}
.woocommerce-content label {
    display: block;
    width: 180px;
    padding: 15px;
    color: #4F5966;
    background: #DEE8F2;
    cursor: pointer;
}
.woocommerce-content input:checked + label {
    color: #555;
    background: white;
}
.woocommerce-content #tab1:checked ~ #content1, .woocommerce-content #tab2:checked ~ #content2, .woocommerce-content #tab3:checked ~ #content3, .woocommerce-content #tab4:checked ~ #content4 {
    display: block;
}
.woocommerce-content section {
    animation: scale 0.7s ease-in-out;
}
@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.005);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.cart-in .woocommerce-cart-form__cart-item {
    border-top: 20px solid #fff;
    border-bottom: 1px solid #D9D9D9;
}
.cart-in .in {
    display: flex;
}
.cart-in .in .cart-collaterals {
    width: 265px;
    background: #fff;
    border-radius: 3px;
    padding: 39px 20px;
}
.product-quantity .quantity button {
    display: none;
}
.cart-in .in .woocommerce__form {
    background: #fff;
    padding: 20px;
    width: 60%;
    border-radius: 7px;
    margin-right: 20px;
}
.cart-in .in .woocommerce__form .product-thumbnail {
    width: 70px;
    height: 60px;
}
.cart-in .in .woocommerce__form img {
    height: auto;
}
.cart-in .in .product-remove {
    font-size: 14px;
}
.cart-in .in .product-quantity {
    text-align: center;
}
.cart-in .in thead {
    border-bottom: 30px solid #fff;
}
.cart-in .in thead tr {
    text-align: left;
}
.cart-in .in thead tr th {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding: 0 20px;
}
.cart-in .in td {
    padding: 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #000000;
}
.cart-in .in .product-price bdi {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #000000;
}
.cart-in .in .woocommerce-cart-form__cart-item .product-name a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #000000;
}
.cart-in .cart_totals h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.cart-in .cart_totals table tbody {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.cart-in .cart_totals table tr {
    font-style: normal;
    padding: 20px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.cart-in .cart_totals table tr th {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    padding: 10px 0;
    color: #000000;
}
.cart-in .cart_totals table tr td {
    padding: 0 20px;
}
.cart-in .wc-proceed-to-checkout {
    padding: 20px 0 0;
}
.cart-in .wc-proceed-to-checkout .checkout-button {
    background: #006633;
    border-radius: 3px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 40px;
    margin-top: 20px;
    color: #FFFFFF;
}
.shop-item__button {
    max-height: 40px;
}
.page-title {
    padding-bottom: 20px;
}
.name-attr-q {
    width: 100%;
    padding: 20px 0;
}
 
.wrap-section-attr-q {
    flex-wrap: wrap;
}
.product-info .description {
    padding: 0;
    border: none;
}
.wrap-quasar-attribute-q {
    padding: 30px 0 !important;
}
.description {
    padding: 20px 0px 60px;
    border-top: 1px solid #D9D9D9;
}
.quantity {
	left: -10px;
}
.description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #9D9D9D;
}
img.emoji {
    display: none !important;
}
@media (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .by_descr {
        padding-left: 20px;
    }
    .header__skroll {
        display: none !important;
    }
    .align-button-attr-q-center {
        top: 40px !important;
        left: -100px !important;
    }
    .wrap-button-add-to-c-q {
        position: relative;
        top: -26px;
    }
	.quantity {
		left: -20px;
	}
	.minus {
		right: 70px;
	}
    .cart-in .in .woocommerce__form {
        width: 100%;
    }
    .cart-in .in .woocommerce__form img {
        height: auto;
        position: relative;
        top: -50px;
        left: -20px;
    }
    .woocommerce-info {
        padding-left: 20px;
    }
    .cart-in .in .woocommerce__form .cart_item {
       border-bottom: 40px solid #fff;
    }
    .cart-in .in td {
        border-top: 10px solid #fff;
    }
    .cart-in .in .woocommerce__form .product-quantity {
        display: none;
    }
    .plus {
        height: 40px;
    }

    .minus {
        height: 40px;
    }
    .woocommerce-order {
        padding: 0 20px 50px;
    }
    .woocommerce-ordering {
        flex-wrap: wrap;
    }
    h2.woocommerce-column__title {
        padding-bottom: 20px;
    }
    .woocommerce-ordering a {
        width: 100%;
    }
    section.catalog .wrapper-in .item-in {
        margin-right: 0;
    }
    .woocommerce-ordering a {
        padding-left: 0;
        padding-top: 20px;
    }
    section#page-1 .wrapper .mySwiper {
        width: 100%;
        margin-right: 0;
        border-radius: 0;
    }
    .long__grid {
        display: none;
    }
    .wrapper {
        padding: 0 20px;
    }
    header .header-top .wrapper .h__top .h__top-search input[type=search] {
        width: 440px;
    }
    header .header-top .wrapper .h__top .h__top-logo {
        width: 182px;
    }
    header .header-footer .h-footer .menu ul li a {
        font-size: 10px;
    }
    header .header-footer .h-footer .menu {
        margin-left: 0;
    }
    section#page-1 .wrapper .mySwiper .swiper-slide {
        padding-left: 50px;
    }
    section#page-1 .wrapper {
        padding: 0;
    }
    section#cotegory .wrapper .item {
        width: 49%;
    }
    #new .title-section {
        padding: 20px;
    }
    #new {
        padding: 20px 0;
    }
    #new .product {
        width: 100%;
        padding: 0 20px;
    }
    .button-s {
        padding-left: 20px;
    }
    #new .product .img-product {
        width: 185px;
        height: 162px;
    }
    .product .button {
        padding: 20px 0;
    }
    .product .button a.btn {
        padding: 14px 23px;
        font-size: 12px;
    }
    .product .title span {
        font-size: 14px;
    }
    .product .price span {
        fonts-size: 12px;
    }

    .title-section h2 {
        font-size: 22px;
    }
    #page-news .wrapper .item {
        width: 30%;
    }
    #page-news .title-section {
        padding: 20px;
    }
    .product {
        padding: 0;
        width: 80%;
    }
    .product .status {
        position: relative;
        top: 20px;
        left: 47px;
    }
    .product-container .product-info h1 {
        font-size: 16px;
    }
    .product-info .cart {
        flex-wrap: wrap;
    }
    input[type="number"] {
        text-align: left;
    }

    section.listing-product .product-listing {
        padding: 0;
    }
    .catalog-product .filtr ul li {
        margin-right: 0;
    }
    .product-listing .columns-3 li.product {
        width: 46%;
    }
    .pagi {
        padding: 0 20px;
    }
    .content-in .title {
        padding: 0 20px 40px;
    }
    .status-publish {
        width: 100%;
    }
    .product-container {
        padding: 50px 0 0;
        box-sizing: border-box;
    }
    form.checkout {
        padding: 0 20px;
    }
    .woocommerce__form {
        width: 100%;
    }
    .woocommerce-tabs ul.tabs li {
        padding: 17px 38px;
    }
    .woocommerce-tabs ul.tabs li a {
        font-size: 14px;
    }
    .related-products {
        padding: 0 20px 50px;
        box-sizing: border-box;
    }
}
@media (max-width: 991px) {
    .cart-in .wc-proceed-to-checkout .checkout-button {
        padding: 10px 20px;
    }
    form.checkout {
        flex-wrap: wrap;
    }
    form.checkout .col-md-8 {
        width: 100%;
        margin: 0;
    }
    form.checkout .col-md-4 {
        width: 100%;
        margin-top: 30px;
    }
    .product-listing .columns-3 li.product {
        width: 31%;
    }
    .product-container button.single_add_to_cart_button {
        padding: 10px 28px;
    }
    section.listing-product .wrapper-in {
        flex-wrap: wrap;
    }
    section.catalog .wrapper-in .item-in {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    footer .menu {
        margin-left: 0;
    }
    header .header-top .wrapper .h__top .h__top-search input[type=text] {
        width: 310px;
    }
    .h-footer .i {
        display: none;
    }
    .product-listing .columns-3 li.product {
        width: 47%;
    }
    .content-in a.item-permalink {
        width: 49%;
    }
    .cart-in .in {
        flex-wrap: wrap;
    }
    .cart-in .in .cart-collaterals {
        width: 100%;
        margin-top: 20px;
    }
    .cart-in .in .woocommerce__form {
        margin-right: 0;
    }
    .single-content {
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .product-container {
        flex-wrap: wrap;
    }
    .product-container .product-images {
        width: 100%;
    }
    .product-container .product-info {
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }
}
@media (max-width: 650px) {
    header .header-top .wrapper .h__top .h__top-search {
        display: none;
    }
    .product-container .product-info {
        padding: 10px;
    }
    header {
        padding: 50px 0 0;
    }
    .mobile-menu {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 16px;
        top: 0;
        background-color: #006633;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 9999999;
    }
    .mobile-menu__btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 30px;
        cursor: pointer;
        transition: 0.4s;
    }
    .mobile-menu__icon {
        display: block;
        position: relative;
        background: white;
        width: 90%;
        height: 4px;
        transition: 0.4s;
    }
    .mobile-menu__icon::after, .mobile-menu__icon::before {
        content: "";
        display: block;
        position: absolute;
        background: white;
        width: 100%;
        height: 4px;
        transition: 0.4s;
    }
    .mobile-menu__icon::after {
        top: 8px;
    }
    .mobile-menu__icon::before {
        top: -8px;
    }
    .mobile-menu__container {
        position: fixed;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 999;
        height: 0;
        opacity: 1;
        transition: 0.5s;
        transition-delay: 0.2s;
        overflow: hidden;
        background-color: #006633;
    }
    .mobile-menu__list {
        transition: 0.5s;
        transition-delay: 0.5s;
        list-style: none;
        padding-left: 0;
        margin-top: -50px;
    }
    .mobile-menu__item {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .mobile-menu__link {
        text-decoration: none;
        color: #fff;
    }
    .mobile-menu__checkbox {
        display: none;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__nav {
        opacity: 1;
        transition-delay: 0s;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__container {
        height: 100%;
        transition-delay: 0s;
    }
    .mobile-wrapper {
        display: block !important;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
        background: transparent;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
        top: 0;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    header .header-footer .h-footer .menu {
        display: none;
    }
    section#cotegory .wrapper .item {
        width: 100%;
    }
    #page-news .wrapper .item {
        width: 100%;
    }
    #page-news .wrapper {
        flex-wrap: wrap;
    }
    #page-news .wrapper .item {
        margin-bottom: 20px;
    }
    section#page-1 .wrapper .mySwiper .swiper-slide .content {
        width: 100%;
    }
    section#page-1 .wrapper .mySwiper .swiper-slide {
        padding-left: 20px;
    }
    section#page-1 .wrapper .mySwiper .swiper-slide .content .title {
        text-align: left;
    }
    section#page-1 .wrapper .mySwiper .swiper-slide .content .title span {
        font-size: 24px;
    }
    section#page-1 .wrapper .mySwiper .swiper-slide .content .title span {
        line-height: 34px;
    }
    .product-listing .columns-3 li.product {
        width: 100%;
    }
    .pagi {
        padding: 0 20px;
    }
    .pagi ul {
        justify-content: start;
    }
    .catalog-product .filtr {
        flex-wrap: wrap;
    }
    .catalog-product .filtr ul {
        flex-wrap: wrap;
        width: 100%;
    }
    .catalog-product .filtr ul li {
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
    .catalog-product .filtr ul li a {
        padding: 0;
    }
    .catalog-product .filtr ul li.current a {
        padding: 5px 10px;
    }
    footer .menu {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer .menu .item {
        margin: 20px 0;
        width: 100%;
    }
    footer .wrapper {
        flex-wrap: wrap;
    }
    .pagi ul li a {
        font-size: 11px;
        padding: 10px 12px;
    }
    .pagi {
        margin: 20px 0 40px;
    }
    header .header-top .wrapper .h__top .h__top-logo {
        width: 122px;
    }
    header .header-top .wrapper .h__top .h__top-social-block .h__top-social-block-phone a {
        font-size: 12px;
    }
    header .header-top .wrapper .h__top .h__top-social-block .h__top-social-block-email a {
        font-size: 12px;
    }
    .content-in a.item-permalink {
        width: 100%;
    }
    .woocommerce__form {
        overflow: scroll;
    }
    .cart-in .in td {
        min-width: 100px;
        width: 250px;
        padding: 0 10px;
    }
    .product-remove {
        min-width: 50px;
        width: 50px;
    }
    form.cart .wrapper {
        flex-wrap: wrap;
        padding: 0;
    }
    .product-container .simpleCart_shelfItem {
        margin: 0 0 0 40px;
    }
    .product-container button.single_add_to_cart_button {
        margin: 0 0 0 20px;
    }

    .product-container .simpleCart_shelfItem {
        width: 50%;
    }
    .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
    }
    .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    .product-container .product-info .woocommerce-product-form-wrap {
        padding: 10px 0;
    }
    .product-container .product-info .woocommerce-product-form-wrap .quantity input[type=number] {
        position: relative;
        left: -10px;
    }
    .product-container .product-info .woocommerce-product-form-wrap .quantity .quantity-minus {
        left: -36px;
    }
    section#page-1 .wrapper .mySwiper .swiper-slide .content .description span {
        font-size: 15px;
    }
    section#page-1 .wrapper .mySwiper .swiper-pagination {
        right: 20px;
    }
}