@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Bold.ttf");
    src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Regular.ttf");
    src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova-Regular.woff") format("woff"),
        url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NewYork";
    src: url("../fonts/NewYorkExtraLargeBold.otf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "NewYork";
    src: url("../fonts/NewYorkExtraLargeHeavy.otf");
    font-weight: 700;
    font-style: normal;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.small-container {
    width: 100%;
    max-width: 955px;
    margin: 0 auto;
}

.section-title {
    font-family: NewYork;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 8px;
}

.block-title {
    font-family: NewYork;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 8px;
}

.plain-text {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
}

.plain-text br {
    margin-bottom: 14px;
}

.product-main {
    padding: 88px 0;
}

.breadcrumbs {
    padding-top: 24px;
    margin-bottom: 48px;
}

.breadcrumbs a,
.breadcrumbs a span,
.breadcrumbs span {
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 100%;
    position: relative;
    color: #fff;
}

.breadcrumbs__link::after {
    content: "";
    display: block;
    height: 1px;
    width: 24px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-color: var(--body);
    opacity: 0.4;
}

.breadcrumbs__span {
    padding-right: 0;
    opacity: 0.4;
}

.product-main__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-main__row__text {
    width: 100%;
    max-width: 400px;
}

.product-code {
    font-size: 14px;
    line-height: 1;
}

.product-title {
    font-family: NewYork;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: var(--title);
    margin-top: 12px;
}

.product-rate {
    margin: 18px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.stars-container {
    position: relative;
}

.stars svg {
    margin-right: 8px;
}

.stars-filed {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
}

.stars-filed svg {
    margin-right: 8px;
}

.stars-filed svg path {
    fill: rgb(255, 203, 0);
    stroke: rgb(255, 203, 0);
}

.product-rate__qty {
    font-size: 16px;
    line-height: 1;
}

.product-main__description {
    margin-bottom: 32px;
}

.product-main__description__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    font-size: 16px;
    line-height: 24px;
    max-height: 96px;
    margin-bottom: 16px;
    transition: all 1s;
}

.product-main__description__text.active {
    max-height: 1000px;
    -webkit-line-clamp: unset;
}

.read-more {
    text-decoration: underline;
    color: var(--accent);
    font-size: 16px;
}

.product-main__values {
    display: block;
}

.product-main__values ul {
    padding: 0;
}

.product-main__values ul li {
    font-size: 14px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grey-values {
    width: 100%;
    max-width: 224px;
    margin-right: 12px;
    opacity: 0.4;
}

.grey-values {
    border-bottom: 1px dashed #c7c4c3;
}

.product-main__brand {
    width: 100%;
}

.product-main__brand {
    width: fit-content;
    display: block;
    max-width: 194px;
    object-fit: contain;
}

.addtocart-block span.woocommerce-Price-amount.amount bdi {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #93302e;
    text-decoration: none;
}

.wpcf7-response-output {
    display: none !important;
}

.addtocart-block .price del span.woocommerce-Price-amount.amount bdi {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #c7c4c3;
}

.product-main__visual {
    width: 100%;
    max-width: 400px;
}

.product-image__container,
.product-image-trigger {
    width: 100%;
    padding-top: 120%;
    background-color: #fff;
    margin-bottom: 16px;
    position: relative;
}

.product-image__row {
    display: flex;
    justify-content: space-between;
}

.product-image-trigger {
    width: 24%;
    height: 90px;
    padding-top: 0;
    margin-right: 12px;
}

.product-image-trigger:last-child {
    margin-right: 0;
}

.product-image__container img,
.product-image-trigger img {
    display: block;
    width: 80%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-image-trigger img {
    cursor: pointer;
}

.product-main__order {
    margin-left: 128px;
    width: 100%;
    max-width: 300px;
    padding-top: 24px;
}

.stock_message {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.stock_message img {
    margin-right: 8px;
}

.variations_form,
.variations_form * {
    width: 100%;
}

.variations_form span {
    width: fit-content;
}

.fake-selected,
.fake-select__option {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}

.fake-select {
    border-bottom: 1px solid #c7c4c3;
    position: relative;
}

.fake-selected {
    padding-right: 32px;
    position: relative;
}

.fake-selected::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #554444;
    border-bottom: 2px solid #554444;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-75%) rotate(-45deg);
    transition: transform 0.5s;
}

.fake-select.active .fake-selected::after {
    transform: translateY(-75%) rotate(135deg);
}

.fake-select ul {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.fake-select.active ul {
    opacity: 1;
    max-height: 200px;
    visibility: visible;
}

.fake-select__price {
    color: var(--accent);
    font-weight: bold;
}

#pa_volume,
.woocommerce-variation-availability {
    display: none;
}

.single_variation_wrap {
    display: grid;
    /* margin-top: 24px; */
}

.single_variation_wrap .single_variation {
    width: fit-content;
    margin-right: 24px;
}

.single_variation_wrap del * {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #c7c4c3;
    margin-bottom: 4px;
    font-family: NewYork;
    opacity: 0.5;
}

.single_variation_wrap ins * {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: var(--accent);
    font-family: NewYork;
    text-decoration: none;
}

.qib-container {
    display: flex;
    width: fit-content;
    height: 100%;
    align-items: flex-end;
}

.qib-button,
.qib-container .qty {
    width: 32px;
    height: 32px;
    display: flex;
    min-width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: none;
    font-size: 16px;
    border: none;
    text-align: center;
}

.qib-button {
    border: 1px solid #c7c4c3;
}

.product-main__add {
    margin-top: 16px;
}

.product-main__boc form {
    display: grid;
    /* width: 100%; */
    /* border-radius: 40px; */
    /* flex: 0 50%; */
    grid-template-columns: 1fr 1fr;
    border-radius: 40px;
    border: 1px solid #c7c4c3;
    overflow: hidden;
    height: 36px;
    width: 100%;
}

.product-main__boc form.wpcf7-form.invalid {
    border-color: red;
}

.product-main__boc form p {
    margin: 0;
    padding: 0;
    position: relative;
}

.product-main__boc form br {
    display: none;
}

.product-main__boc form input {
    height: 36px;
    background: none;
    border: none;
    padding: 0 16px;
}

.product-main__boc .boc_num {
    width: 100%;
}

.product-main__boc input[type="submit"] {
    background: #c7c4c3;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.product-main__boc input[type="submit"]:hover {
    color: #c7c4c3;
    background: var(--body);
}

.boc_label {
    margin-top: 12px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 130%;
}

.product-main__pros li {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 32px;
}

.product-main__pros li img {
    margin-right: 8px;
}

.product-main__tabs {
    margin-top: 48px;
    background-color: #fff;
    width: 100%;
}

.feedback__wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.feedback__tabs {
    /* max-width: 867px; */
    margin-right: 100px;
    width: 100%;
}

.product-main__tabs__nav,
.feedback__tabs__nav {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #c1c1c1;
}

.product-main__tabs__nav .tabs__link,
.feedback__tabs__nav .tabs__trig {
    padding: 24px 40px;
    width: fit-content;
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    text-transform: uppercase;
    cursor: pointer;
}

.product-main__tabs__nav .tabs__link {
    border-bottom: 4px solid #fff;
}

.feedback__tabs__nav .tabs__trig {
    border-bottom: 4px solid #e8e8e8;
}

.product-main__tabs__nav .tabs__link.active,
.feedback__tabs__nav .tabs__trig.active {
    border-bottom: 4px solid #93302e;
    color: #93302e;
}

a.cart {
    display: flex;
    float: left;
    padding: 29px 0 0;
}

a.cart .count {
    background: #f7f7f7;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 6px;
    color: #555050;
}

.addtocart-block .price *,
.woocommerce-variation-price .price * {
    font-family: NewYork !important;
}

.product-main__tabs__content {
    padding: 56px;
}

.feedback__tabs__content {
    padding: 32px 0;
}

.product-main__tabs__content .tabs__block,
.feedback__tabs__content .tabs__cont {
    max-width: 900px;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.feedback__tabs__content .tabs__cont {
    max-width: unset;
}

.product-main__tabs__content .tabs__block.active,
.feedback__tabs__content .tabs__cont.active {
    opacity: 1;
    max-height: inherit;
    visibility: visible;
    transition: all 0s;
    height: auto;
}

.tabs__block h3 {
    font-size: 32px;
    line-height: 120%;
    color: var(--title);
    font-family: NewYork;
    margin-bottom: 16px;
}

.one-feedback {
    border-top: 1px solid #c1c1c177;
    width: 100%;
    display: flex;
    padding: 24px 0;
}

.one-feedback__meta {
    width: 100%;
    max-width: 224px;
}

.one-feedback__meta h4 {
    margin-bottom: 16px;
}

.one-feedback__meta .stars {
    margin-top: 16px;
}

.one-feedback__date {
    font-size: 14px;
    line-height: 100%;
}

.one-feedback__text {
    font-size: 14px;
    line-height: 160%;
}

.one-feedback__text p {
    margin-bottom: 24px;
}

.one-feedback__answer h4 {
    display: inline-block;
    margin-right: 8px;
}

.simple-btn {
    color: var(--accent);
    display: block;
}

.one-feedback__text .simple-btn {
    margin-bottom: 16px;
}

.feedback__product {
    width: 100%;
    max-width: 305px;
}

.product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card_img-wrapper {
    width: 100%;
    background-color: #fff;
    position: relative;
    height: 305px;
    margin-bottom: 16px;
}

.product-card_img-wrapper img {
    display: block;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    max-height: 100%;
}

.product-card .product-rate {
    width: fit-content;
}

.product-card_title {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 16px;
}

.product-card_price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.product-card_price del {
    font-size: 18px;
    line-height: 120%;
    margin-right: 4px;
    opacity: 0.4;
}

.product-card_price ins {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}

.container .frame .products-slider_slide {
    width: 325px;
    /* padding-right: 20px; */
}

.other-products h2,
.client-orders h2 {
    margin-bottom: 40px;
}

.other-products,
.client-orders {
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.products-slider_slide .stars {
}

section.cat-products {
    position: relative;
    overflow: hidden;
}

.container .frame {
    height: fit-content;
    margin-bottom: 64px;
    line-height: 1;
}

.frame .products-slider {
    font-size: unset;
}

.nextPage svg {
    transform: rotate(180deg);
}

.slash {
    font-size: 32px;
    color: #ccc;
    margin: 0 25px;
}

.controls {
    width: 100%;
    max-width: 260px;
}

.nav-slider {
    display: flex;
    align-items: center;
}

/* .scrollbar {
    width: 100%;
} */

.scrollbar {
    width: calc(100% - 30%);
}

/* .scrollbar .handle {
    background: var(--accent)!important;
} */

/* archive */

.baner {
    padding-top: 259px;
    padding-bottom: 164px;
    background: linear-gradient(180deg, rgba(19, 19, 32, 0.8) 27.72%, rgba(19, 19, 32, 0.7) 100%),
        url(../img/arch-bg.jpg);
    background-position: center;
    background-size: cover;
}

.baner__breadcrumbs span,
.baner__breadcrumbs a {
    color: #fff;
}

.baner__breadcrumbs a::after {
    background-color: #fff;
}

.baner__title {
    font-family: NewYork;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #f7f7f7;
}

.cat-links {
    margin: 96px 0;
}

.cat-links__wrapper {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.cat-link {
    display: flex;
    width: 33.333%;
    max-width: 200px;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cat-link img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.cat-link span {
    text-align: center;
}

.cat-products .section-title,
.products-grid .section-title {
    margin-bottom: 40px;
}

.products-grid {
    margin: 120px 0;
}

.products-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 32px;
}

.products-grid__nav {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
    width: 100%;
    padding-bottom: 32px;
    position: relative;
    border-bottom: 2px solid #393f4930;
}

.products-grid__nav__button {
    text-transform: uppercase;
    font-family: ProximaNova;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.products-grid__nav__button.nav_prev {
    padding-left: 44px;
}

.products-grid__nav__button.nav_prev::before {
    content: url(../img/archive/arrow.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.products-grid__nav__button.nav_next {
    padding-right: 44px;
}

.products-grid__nav__button.nav_next::after {
    content: url(../img/archive/arrow.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.products-grid__nav__button[disabled] {
    opacity: 0.7;
    pointer-events: none;
}

.products-grid__nav__pages {
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* category */

.product-category__wapper {
    display: flex;
}

.product-filter {
    width: 100%;
    margin-right: 60px;
    max-width: 264px;
}

.filter-trigger {
    display: none;
}

.product-filter__wrapper {
    width: 100%;
    /* background-color: #cdcdcd; */
}

.product-category__wapper .products-grid__wrapper {
    grid-template-columns: repeat(3, 1fr);
}

h2.widgettitle,
.product-filter__wrapper h3 {
    font-family: New York Extra Large;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #554444;
    margin-bottom: 27px;
}

.product-filter__wrapper li label {
    position: relative;
}

.product-filter__wrapper li {
    list-style: none;
}

.widget_product_categories li a {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */
    /* Body */
    color: #555050;
    padding: 10px 18px;
    display: block;
}

li.current-cat > a {
    background: #c04c4a14;
    border-radius: 40px;
}

.widget_product_categories ul {
    padding-left: 10px;
    margin-bottom: 0;
}

.widget_product_categories .product-categories {
    padding-left: 0;
}

.widget_product_categories .product-categories li {
    margin: 0;
}

.product-filter__wrapper li:before {
    display: none;
}

.product-filter__wrapper li a {
    position: relative;
}

.filtered-products__meta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.filter-tags {
    width: 100%;
    margin-right: 16px;
}

.filter-attr {
    display: inline-flex;
    margin-right: 8px;
    padding: 12px 16px;
    border-radius: 40px;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(85, 68, 68, 0.06);
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
}

.filter-attr:last-child {
    margin-right: 0;
}

.filter-attr__close {
    width: 16px;
    height: 16px;
    background: none;
    border: none;
    position: relative;
    margin-left: 8px;
}

.filter-attr__close::before,
.filter-attr__close::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #c7c4c3;
    border-radius: 1px;
}

.filter-attr__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.filter-attr__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sorting {
    position: relative;
}

.sorting__select {
    padding: 12px 32px 12px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #c7c4c3;
    position: relative;
    font-size: 16px;
    line-height: 1;
}

.sorting::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 1px solid var(--body);
    border-left: 1px solid var(--body);
}

/* policy */

.policy {
    margin: 164px 0 104px;
}

/* Checkout */

.checkout {
    margin-top: 100px;
    margin-bottom: 136px;
}

.checkout .block-title {
    margin-bottom: 32px;
}

.checkout__wrapper {
    display: flex;
}

.woocommerce-checkout .woocommerce {
    padding: 0px;
    width: 100%;
}

.checkout-two-column-layout {
    /* width: 600px; */
    display: flex;
    justify-content: space-between;
}

.checkout-two-column-layout .two-column-layout-left {
    width: 100%;
    /* float: left; */
    padding: 10px;
    box-sizing: border-box;
    max-width: 622px;
}

.checkout__form {
    width: 100%;
    max-width: 622px;
}

.checkout__block {
    width: 100%;
    margin-bottom: 56px;
}

.customer-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout__input {
    display: inline-flex;
    flex-direction: column-reverse;
    margin-bottom: 24px;
    width: 100%;
    position: relative;
}

.checkout__input.half-input {
    max-width: 48%;
}

.shipping__input {
    width: 100%;
    margin-bottom: 36px;
}

.shipping__row,
.billing__row {
    width: 100%;
    display: flex;
    align-items: center;
}

.billing__row {
    margin-bottom: 22px;
}

input[type="radio"] {
    -webkit-appearance: radio;
    display: none;
}

input[type="radio"] + .radio-fake {
    display: block;
    position: relative;
    width: 21px;
    height: 21px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
}

input[type="radio"] + .radio-fake::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    background-color: #ccc;
}

input[type="radio"]:checked + .radio-fake::before {
    background-color: var(--accent);
}

.shipping__price {
    margin: 0 0 0 auto;
    font-family: NewYork;
    font-weight: 600;
    font-size: 18px;
    color: var(--accent);
}

.shipping__info {
    font-size: 14px;
    margin-top: 16px;
    padding-left: 32px;
    max-width: 342px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    display: none;
}

input[type="checkbox"] + .checkbox-fake {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    background: #ccc;
    border-radius: 4px;
    margin-right: 12px;
}

input[type="checkbox"]:checked + .checkbox-fake {
    background: var(--accent);
}

input[type="checkbox"] + .checkbox-fake::before {
    content: "";
    display: block;
    width: 9px;
    height: 6px;
    border-radius: 0 0 0 3px;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.checkbox__label a {
    font-weight: bold;
    text-decoration: underline;
}

.submit-button {
    padding: 14px 96px;
    color: #fff;
    background-color: var(--accent);
    margin-top: 16px;
    text-transform: uppercase;
    border-radius: 60px;
    border: none;
    width: fit-content;
    font-weight: 600;
}

.cart-totals {
    width: 100%;
    max-width: 412px;
    background: #fdfcfc;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
    height: fit-content;
    padding: 32px 0 0 0;
    position: sticky;
    top: 16px;
}

.cart-totals__table {
    border-collapse: collapse;
}

.cart-totals__table th {
    padding: 0 40px;
    text-align: left;
    font-family: NewYork;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: var(--title);
    border-bottom: 16px solid transparent;
}

.cart-totals__table tbody,
.cart-totals__table tfoot {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    display: table;
    width: 100%;
}

.cart-totals__table tbody tr {
    border-bottom: 24px solid transparent;
    position: relative;
}

.cart-totals__table tbody tr:first-child {
    border-top: none;
}

.cart-totals__table tbody tr::after {
    content: "";
    display: block;
    width: 80%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 10%;
}

.cart-totals__delete-product {
    padding-right: 12px;
}

.cart-totals__product-image {
    padding-right: 16px;
}

.cart-totals__product-image img {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    object-fit: contain;
}

.cart-totals__product-info h4 {
    font-family: ProximaNova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
}

.cart-totals__meta {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-totals__price bdi,
.cart-totals__price span {
    font-family: NewYork;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: var(--accent);
}

.subtottal-flex,
.total-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.total-flex {
    padding: 24px 0;
}

.subtotal-val {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}

.total-val {
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: var(--accent);
}

@media screen and (max-width: 1280px) {
    .container {
        padding: 0 16px;
    }
    .product-main__row {
        flex-wrap: nowrap;
    }
    .product-main__visual {
        margin: 0 16px;
    }
    .product-main__order {
        margin-left: 0;
    }
    .one-feedback__text {
        width: fit-content;
    }
    .baner {
        padding: 164px 0;
    }
    .products-grid__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .product-category__wapper .products-grid__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .checkout__form {
        margin-right: 16px;
    }
}

@media screen and (max-width: 992px) {
    .small-container {
        padding: 0 16px;
    }
    .product-main__row {
        flex-wrap: wrap;
    }
    .product-main__visual {
        order: -1;
        max-width: 70%;
        margin: 0 auto 32 auto;
    }
    .feedback__tabs {
        margin-right: 0;
    }
    .feedback__product {
        display: none;
    }
    .product-filter {
        position: fixed;
        height: 100%;
        background-color: #f7f7f7;
        left: 0;
        top: 0;
        z-index: 300;
        box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
        transform: translateX(-100%);
    }
    .product-filter.active {
        transform: translateX(0);
    }
    .filter-trigger {
        position: absolute;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: #f7f7f7;
        border: none;
        box-shadow: 4px 0px 12px rgba(0, 0, 0, 0.1);
        display: block;
        top: 48px;
        right: 0;
        transform: translateX(calc(100% + 8px));
        opacity: 1;
    }
    .filter-trigger:hover {
        opacity: 1;
    }
    .filter-trigger::before,
    .filter-trigger::after {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        background-color: var(--accent);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.5s;
    }
    .filter-trigger::before {
        transform: translate(-50%, -4px);
    }
    .filter-trigger::after {
        transform: translate(-50%, 4px);
    }
    /* .product-filter.active .filter-trigger {
        transform: translateX(50%);
    } */
    .product-filter.active .filter-trigger::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .product-filter.active .filter-trigger::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .cart-totals {
        position: relative;
    }
    .checkout__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .checkout__form {
        margin-right: 0;
    }
    .cart-totals {
        max-width: unset;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 768px) {
    /* .breadcrumbs a,
    .breadcrumbs span {
        margin-bottom: 8px;
        white-space: nowrap;
        display: inline-block;
    } */
    .cart_totals td,
    .cart_totals th {
        border-bottom: 1px solid #eae3e6 !important;
    }
    .product-main__row__text,
    .grey-values,
    .product-main__order {
        max-width: 100%;
    }
    .product-main__boc {
        max-width: 320px;
    }
    .product-main__tabs__nav .tabs__link,
    .feedback__tabs__nav .tabs__trig {
        padding: 12px 16px;
    }
    .product-main__tabs__content {
        padding: 32px;
    }
    .baner__title {
        font-size: 32px;
    }
    .cat-links {
        margin: 48px 0;
    }
    .cat-links__wrapper {
        flex-wrap: wrap;
    }
    .products-grid {
        margin: 64px 0;
    }
    .products-grid__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-grid__nav {
        margin: 48px 0;
    }
}

@media screen and (max-width: 576px) {
    /* width */
    ::-webkit-scrollbar {
        height: 1px;
        width: 1px;
    }
    ::-webkit-scrollbar-thumb {
        background: var(--background);
        transition: all 0.5s;
        cursor: pointer;
        opacity: 0.2;
    }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        width: 1px;
        height: 1px;
    }
    .product-main {
        padding: 48px 0;
    }
    .product-main__visual {
        max-width: 100%;
    }
    .product-title {
        font-size: 24px;
    }
    .product-main__tabs__nav,
    .feedback__tabs__nav {
        overflow-x: auto;
    }
    .product-main__tabs__nav .tabs__link,
    .feedback__tabs__nav .tabs__trig {
        font-size: 12px;
        padding: 8px 16px;
    }
    .tabs__block h3 {
        font-size: 24px;
    }
    .section-title,
    .block-title {
        font-size: 24px;
    }
    .one-feedback {
        flex-wrap: wrap;
    }
    .one-feedback__meta {
        margin-bottom: 16px;
    }
    .container .frame {
        margin-bottom: 0;
    }
    .scrollbar {
        display: none;
    }
    .nav-slider .controls {
        margin: 12px auto;
    }
    .baner {
        padding: 96px 0;
    }
    .cat-link span {
        font-size: 14px;
    }
    .products-grid__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .products-grid__nav__button {
        font-size: 0;
    }
    .baner__title {
        font-size: 24px;
    }
    .product-category__wapper .products-grid__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .filter-tags {
        display: none;
    }
    input[type="radio"] + .radio-fake {
        min-width: 21px;
        margin-right: 8px;
    }
    input[type="checkbox"] + .checkbox-fake {
        min-width: 20px;
    }
    .radio__label {
        max-width: 60%;
    }
    .submit-button {
        width: 100%;
    }
}

.product-card_price del {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #c7c4c3;
}

.product-card_price ins {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */
    /* Title */
    color: #554444;
    text-decoration: none;
    margin-left: 8px;
}

.bapf_ckbox input {
    display: block;
    position: relative;
    left: -22px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../img/checkbox_not.png);
    border-radius: 4px;
    appearance: none;
    border: none;
    opacity: 1;
}

.bapf_ckbox input[type="checkbox"]:checked {
    background: url(../img/checkbox_checked.png);
}

.bapf_sfilter .bapf_body .mCSB_container > ul,
.bapf_sfilter .bapf_body > ul {
    padding-left: 24px;
}

.berocket_single_filter_widget label {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 100%;
    color: #555050 !important;
}

.bapf_sfilter.bapf_fhide .bapf_body ul li.bapf_hide,
.bapf_sfilter.bapf_fhide.bapf_filter_hide,
.berocket_single_filter_widget.bapf_mt_none {
    display: block !important;
}

.filtered-products__meta .bapf_head {
    display: none;
}

.filtered-products__meta li:before {
    display: none;
}

.berocket_aapf_widget_selected_filter {
    display: flow-root;
}

.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a {
    background: transparent;
    padding: 0 2em 0 0.8em;
}

.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a i {
    position: absolute;
    left: 100%;
    margin-left: -1.4em;
    top: 50%;
}

.irs--big .irs-line {
    top: 33px;
    height: 8px;
    background-color: #fff;
    background: #eae3e6;
    border: 0px solid #ccc;
    border-radius: 12px;
}

.irs--big .irs-bar {
    top: 33px;
    height: 8px;
    background-color: #c04c4a;
    border: 0px solid #428bca;
    /* background: linear-gradient(to bottom,#fff 0,#428bca 30%,#b9d4ec 100%); */
    box-shadow: unset;
    background: #c04c4a;
}

.irs--big .irs-handle {
    top: 22px;
    width: 28px;
    height: 28px;
    /* border: 1px solid rgba(0,0,0,.3); */
    /* background-color: #cbcfd5; */
    /* background: linear-gradient(to bottom,#fff 0,#B4B9BE 30%,#fff 100%); */
    box-shadow: unset;
    border-radius: 30px;
    background: #ffffff;
    border: 2px solid #eae3e6;
}

.irs--big .irs-handle:hover,
.irs--big .irs-handle:focus,
.irs--big .irs-handle:visited {
    background: #eae3e6;
    border: 2px solid #ffffff;
}

.berocket_single_filter_widget {
    margin-bottom: 40px;
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #c04b4a;
    background: #c04b4a;
    border-radius: 3px;
}

.bapf_sfa_taxonomy {
    display: inline-flex;
    margin-right: 8px;
    padding: 0px 16px;
    border-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(85, 68, 68, 0.06);
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
    height: 42px;
}

.bapf_sfa_taxonomy ul {
    margin: 0 !important;
    padding: 0 !important;
}

.bapf_sfa_taxonomy span {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height, or 14px */
    /* Body */
    color: #555050;
}

.bapf_sfa_unall {
    display: inline-flex;
    margin: 0;
    padding: 0px 16px;
    border-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(85, 68, 68, 0.06);
    font-size: 14px;
    line-height: 1;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height, or 14px */
    /* Body */
    height: 42px;
    color: #555050;
}

.woocommerce-checkout .header,
.page-template-cart_template .header {
    background-color: var(--dark-red);
}

.woocommerce-checkout input {
    display: block;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.woocommerce-checkout .form-row {
    position: relative;
}

.woocommerce-billing-fields .form-row {
    padding: 0px;
    display: inline-flex;
    flex-direction: column-reverse;
    margin-bottom: 24px;
    width: 100%;
    position: relative;
    max-width: 48%;
}

.woocommerce-billing-fields .form-row input {
    width: 100%;
}

.woocommerce-billing-fields .form-row input,
.woocommerce-billing-fields .form-row textarea {
    padding: 12px 0;
    font-size: 16px;
    background: none;
    border: none;
    border-bottom: 1px solid #555050;
    resize: none;
    opacity: 0.5;
}

.woocommerce-billing-fields .form-row input:focus,
.woocommerce-billing-fields .form-row textarea:focus,
.woocommerce-billing-fields .form-row input.active,
.woocommerce-billing-fields .form-row textarea.active {
    opacity: 1;
}

.woocommerce-billing-fields .form-row input {
    height: 45px !important;
}

.woocommerce-billing-fields .form-row label,
.woocommerce-additional-fields label {
    font-size: 16px;
    line-height: 100%;
    color: #c7c4c3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.woocommerce-additional-fields textarea + label {
    top: 0;
    transform: translateY(12px);
}

.woocommerce-billing-fields .form-row input:focus + label,
.woocommerce-billing-fields .form-row textarea:focus + label,
.woocommerce-billing-fields .form-row input.active + label,
.woocommerce-billing-fields .form-row textarea.active + label,
.woocommerce-billing-fields .form-row input:not([value=""]) + label {
    top: -5px;
    font-size: 12px;
    color: var(--title);
    transform: translateY(0);
}

.one-feedback__meta .stars-container .stars-filed {
    position: absolute;
}

.one-feedback__meta .stars-container {
    position: relative;
    margin-top: 16px;
}

.one-feedback__meta .stars {
    margin-top: 0;
}

.woocommerce-checkout span.select2-selection.select2-selection--single {
    border-radius: 0px;
    border: 1px solid #eee;
    height: 30px !important;
    font-size: 14px;
    padding: 0px !important;
    line-height: 30px;
    background: transparent;
    height: 45px;
    border-bottom: 1px #a2a1a2 solid;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout .express-one-page-checkout-main textarea#order_comments {
    background: transparent !important;
    width: 100%;
    border-bottom: 1px #a2a1a2 solid;
    min-height: 85px;
}

div#cclw_payment_section ul li:before {
    display: none;
}

.payment_box {
    display: none !important;
}

ul li.wc_payment_method label {
    position: static;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 100%;
    /* identical to box height, or 16px */
    /* Title */
    color: #554444;
}

ul.wc_payment_methods.payment_methods.methods {
    padding: 0;
}

ul li.wc_payment_method {
    display: flex;
    align-items: center;
}

ul li.wc_payment_method input[type="radio"] {
    border: 5px solid #ccc;
    background: #ccc;
    width: 21px;
    height: 21px;
    appearance: none;
    border-radius: 50%;
    opacity: 1;
    margin-right: 12px;
}

ul li.wc_payment_method input[type="radio"]:checked {
    background: #93302e;
}

.woocommerce #payment #place_order {
    padding: 14px 96px;
    color: #fff !important;
    background-color: #93302e !important;
    margin-top: 16px;
    text-transform: uppercase;
    border-radius: 60px;
    border: none;
    width: fit-content;
    font-weight: 600;
}

.checkout-two-column-layout .two-column-layout-right {
    /* width: 35%; */
    /* float: left; */
    /* padding: 10px; */
    /* box-sizing: border-box; */
    /* box-shadow: 5px 10px 12px #888888; */
    width: 100%;
    max-width: 412px;
    background: #fdfcfc;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 2%);
    height: fit-content;
    padding: 32px 0 0 0;
    position: sticky;
    top: 108px;
}

td.cart-totals__product-image {
    width: 80px;
}

/* table.onestepcheckout-summary th {
    border: none!important;
    border-bottom: unset!important;
    text-align: left!important;
    padding: 0 40px!important;
    font-size: 24px!important;
} */

/* #order_review_table td {
    vertical-align: middle!important;
    width: auto;
}

.cart-totals__table td.cart-totals__delete-product {
    width: 54px!important;
} */

span.subtotal-attr {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #554444;
}

.woocommerce-shipping-methods li:before {
    display: none;
}

.woocommerce-shipping-methods li label {
    position: static;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 100%;
    color: #554444;
}

.woocommerce-shipping-methods ul,
ul#shipping_method {
    padding: 0;
}

.woocommerce-shipping-methods li {
    display: flex;
    align-items: center;
}

.woocommerce-shipping-methods input[type="radio"] {
    border: 5px solid #ccc;
    background: #ccc;
    width: 21px;
    height: 21px;
    appearance: none;
    border-radius: 50%;
    opacity: 1;
    margin-right: 12px;
}

.woocommerce-shipping-methods input[type="radio"]:checked {
    background: #93302e;
}

tr.woocommerce-shipping-totals.shipping th {
    display: none;
}

.woocommerce-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 629px;
    margin: 0 auto;
    text-align: center;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-family: New York Extra Large;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #554444;
}

.woocommerce-order .description {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    /* or 29px */
    text-align: center;
    /* Body */
    color: #555050;
}

.woocommerce-order .tohome {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17px 40px;
    /* Akcent */
    background: #93302e;
    /* Akcent */
    border: 2px solid #93302e;
    box-sizing: border-box;
    border-radius: 60px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height, or 14px */
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    /* #F7F7F7 */
    color: #f7f7f7;
    margin-top: 41px;
}

.cart-block {
    padding: 200px 0 88px;
    display: block;
    width: 100%;
}

.cart-block .title {
    font-family: New York Extra Large;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    /* identical to box height, or 48px */
    letter-spacing: 0.03em;
    /* Title */
    color: #554444;
    margin-bottom: 41px;
}

.cart_wrap {
    display: flex;
    justify-content: space-between;
}

.cart_wrap .totals_wrap {
    max-width: 412px;
    width: 100%;
    background: #fdfcfc;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
    padding: 40px 0;
    display: block;
    align-self: flex-start;
}

.cart_wrap .cart_items_wrap {
    max-width: 819px;
    width: 100%;
    display: block;
    background: #fdfcfc;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
    align-self: flex-start;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding: 24px 0;
    border-bottom: 1px solid #eae3e6;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:first-child {
    padding-left: 40px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:last-child {
    padding-right: 40px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td:first-child {
    padding-left: 40px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td:last-child {
    padding-right: 40px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
    padding: 24px 0px;
    border-bottom: 1px solid #eae3e6;
}

td.product-thumbnail {
    width: 120px;
}

td.product-name {
    max-width: 209px;
}

td.product-name a {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #554444;
    padding: 16px;
    display: block;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

input.qty {
    width: 40px;
    text-align: center;
    appearance: text;
    /* display: flex; */
    /* align-items: center; */
    border: unset;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

td.product-price {
    font-family: New York Extra Large;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    /* identical to box height, or 18px */
    letter-spacing: 0.03em;
    /* Akcent */
    color: #93302e;
}

td.product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.woocommerce .checkout-button {
    padding: 14px;
    color: #fff !important;
    background-color: #93302e !important;
    margin-top: 16px;
    text-transform: uppercase;
    border-radius: 60px;
    border: none;
    width: fit-content;
    font-weight: 600;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.cart_totals.calculated_shipping th {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #554444;
    text-align: left;
    padding: 9px 0;
}

.cart_totals.calculated_shipping td {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    text-align: right;
    /* Body */
    color: #555050;
}

table.shop_table.shop_table_responsive {
    width: 100%;
}

.cart_totals.calculated_shipping tr {
    width: 100%;
    padding: 9px 40px;
    display: table;
}

.cart_totals.calculated_shipping .order-total th {
    padding-left: 40px;
    padding-top: 29px;
    padding-bottom: 32px;
}

.cart_totals.calculated_shipping .order-total td {
    padding-right: 40px;
    padding-top: 29px;
    padding-bottom: 32px;
}

.cart_totals.calculated_shipping .order-total th,
.cart_totals.calculated_shipping .order-total td {
    border-top: 1px solid #eae3e6;
}

.cart_totals.calculated_shipping .order-total {
    padding: 0;
}

.addtocart-block {
    display: flex;
    justify-content: space-between;
}

.addtocart-block .price,
.woocommerce-variation-price .price {
    display: flex;
    margin-bottom: 16px;
    flex-direction: column;
}

.addtocart-block .price del {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #c7c4c3;
}

.addtocart-block .price ins {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #93302e;
    text-decoration: none;
}

a.reset_variations {
    display: none !important;
}

.woocommerce-variation-price .price bdi {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #93302e;
    text-decoration: none;
}

#commentform {
    display: none;
}

#commentform.show {
    display: block;
}

.rate a.filled svg path {
    fill: #ffcb00;
    stroke: #ffcb00;
}

#commentform label {
    display: block;
}

#commentform p {
    position: relative;
}

.stars a {
    visibility: hidden;
}

.stars a:before {
    visibility: visible;
    content: url("../img/star_not_filed.svg");
}

.star-1:before + .star-3.active:before {
    content: url("../img/star_filed.svg");
}

@media (max-width: 768px) {
    body .select2-container,
    body .ui-widget.ui-datepicker {
        z-index: 999 !important;
    }
    .container .frame .products-slider_slide {
        padding: 0 20px;
    }
    .single-product .container .frame .products-slider_slide {
        padding-right: 20px;
        padding-left: 0;
    }
    .checkout {
        margin: 40px 0;
    }
    .cart_wrap {
        flex-direction: column;
    }
    table.shop_table.shop_table_responsive thead {
        display: none;
    }
    table.shop_table.shop_table_responsive td,
    .cart #order_review_table td {
        width: 100%;
        display: flex;
        max-width: 100%;
        justify-content: space-between;
        padding: 0 40px !important;
        align-items: center;
    }
    #order_review_table td {
        width: 100%;
        display: flex;
        max-width: 100%;
        justify-content: space-between;
        padding: 0;
        align-items: center;
    }
    .product-name,
    #order_review_table .cart-totals__product-info h4 {
        text-align: center;
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #eae3e6;
        padding: 40px 15px !important;
        margin: 0;
    }
    #order_review_table .cart-totals__product-info {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }
    #order_review_table .cart-totals__meta {
        height: 70px;
        align-items: center;
        justify-content: space-around;
        align-items: center;
        border-bottom: 1px solid #eae3e6;
        width: calc(100% - 50px);
        margin-left: -50px;
    }
    #order_review_table .qib-container {
        display: flex;
        width: fit-content;
        height: 100%;
        align-items: center;
    }
    table.shop_table.shop_table_responsive .product-thumbnail {
        width: 100%;
        padding: 40px !important;
    }
    table.shop_table.shop_table_responsive .product-thumbnail a,
    #order_review_table .cart-totals__product-image a {
        width: 100%;
    }
    table.shop_table.shop_table_responsive .product-thumbnail a img,
    #order_review_table .cart-totals__product-image a img {
        width: 100%;
        height: auto;
    }
    table.shop_table.shop_table_responsive .product-quantity,
    #order_review_table .product-quantity {
        width: calc(50% - 25px) !important;
        float: left;
        padding: 15px 5px 5px 15px !important;
        height: 70px;
        display: flex;
        align-items: center;
    }
    table.shop_table.shop_table_responsive .product-price,
    #order_review_table .product-price {
        width: calc(50% - 25px) !important;
        float: left;
        padding: 15px 5px !important;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    table.shop_table.shop_table_responsive .product-remove,
    #order_review_table .product-remove {
        width: 50px !important;
        float: left;
        padding: 20px 5px 15px !important;
        height: 70px;
        display: flex;
        align-items: center;
    }
    .totals_wrap {
        margin-top: 30px;
    }
    .checkout-two-column-layout {
        /* width: 600px; */
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .checkout-two-column-layout .two-column-layout-right {
        position: static;
        width: 100%;
        max-width: 100%;
    }
    #order_review_table tbody {
        padding: 0;
        border: unset;
    }
    #order_review_table tr {
        display: grid;
        position: relative;
    }
    #order_review_table td.cart-totals__delete-product {
        order: 10;
        position: relative;
        /* bottom: 0; */
        margin-top: -65px;
        left: calc(91% - 30px);
        padding: 15px 15px 20px !important;
        /* background: #e3e3e3; */
        width: 60px;
        border-bottom: 1px solid #eae3e6;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .woocommerce #payment #place_order {
        padding: 14px 60px;
        color: #fff !important;
        background-color: #93302e !important;
        margin-top: 16px;
        text-transform: uppercase;
        border-radius: 60px;
        border: none;
        width: fit-content;
        font-weight: 600;
    }
    .cart-totals__table {
        border-collapse: collapse;
        width: 100%;
        display: block;
    }
}

@media (max-width: 1200px) {
    .cart_wrap .totals_wrap {
        max-width: 340px;
    }
    .cart_wrap .cart_items_wrap {
        max-width: 600px;
    }
    td.product-name {
        max-width: 139px;
    }
}

td.actions {
    display: none !important;
}

.cart_totals td,
.cart_totals th {
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #EAE3E6; */
}

.cart_totals th {
    text-align: left;
    padding-left: 40px;
}

a.checkout-button.button.alt.wc-forward {
    margin-top: 40px;
}

.rt {
    grid-column-start: 1;
    grid-column-end: 5;
}

.rev {
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rev.show {
    display: grid;
}

.rev button {
    padding: 10px 40px;
    color: #fff;
    background-color: #93302e;
    margin-top: 24px;
    text-transform: uppercase;
    border-radius: 60px;
    border: none;
    width: fit-content;
    font-weight: 600;
    height: 48px;
    opacity: 1;
    margin: 0;
}

.rev .group:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.rev .group:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 5;
}

.rev .group {
    margin: 15px;
}

.rev .group:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 4;
}

.rev .group:nth-child(5) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.rev textarea {
    width: 100%;
    opacity: 1;
}

label.error {
    display: none !important;
}

input.error,
textarea.error {
    border-bottom-color: red;
}

textarea:focus ~ label,
textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: var(--red);
}

.product-card_price bdi {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #554444;
    text-decoration: none;
    margin-left: 8px;
}

.product-card_price del bdi {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #c7c4c3;
}

.variations label {
    display: block;
}

.variations td {
    position: relative;
}

.variations tr {
    display: grid;
}

.variations tr .label {
    height: 35px;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
    grid-column-start: 4;
}

.single_variation_wrap .single_add_to_cart_button {
    grid-column-start: 1;
    grid-column-end: 5;
}

.select2-results__options li {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    overflow: hidden;
    padding: 0 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background: #fff;
    border-radius: 0 5px 5px 0;
}

.variations label {
    display: block;
    margin-top: -9px;
}

.cart_totals .shipping {
    display: none;
}

input#submit_portmone_payment_form {
    padding: 16px 40px;
    color: #fff;
    background-color: #93302e;
    margin-top: 24px;
    text-transform: uppercase;
    border-radius: 60px;
    border: none;
    width: fit-content;
    font-weight: 600;
    transition: all 0.5s;
    opacity: 1;
    cursor: pointer;
}

input#submit_portmone_payment_form:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

@media (max-width: 992px) {
    .cart_totals.calculated_shipping tr {
        padding: 0;
    }
    .cart_totals.calculated_shipping .order-total th {
        padding: 15px 0 15px 15px;
        font-weight: 600;
    }
    .page-template-cart_template .cart_totals table.shop_table.shop_table_responsive td {
        justify-content: flex-end;
    }
    .mobile-menu a.cart {
        display: flex;
        float: unset;
        padding: 0;
        position: relative;
        /* margin: 0 auto; */
        align-items: center;
        justify-content: center;
        margin-top: -40px;
        margin-bottom: 50px;
    }
    .product-main__boc input[type="submit"] {
        background: #c7c4c3;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    .breadcrumbs a,
    .breadcrumbs span {
        color: #555050 !important;
    }
    section.product-main {
        padding-top: 88px;
    }
    .breadcrumbs span {
        display: inline-block;
    }
    .breadcrumbs {
        display: none;
    }
    .product-main__visual {
        margin: 0;
    }
    .cart-block {
        padding: 120px 0 40px;
        display: block;
        width: 100%;
    }
    .page-template-cart_template .cart_totals table.shop_table.shop_table_responsive th {
        text-align: left;
        padding-left: 15px;
        font-size: 14px;
    }
    .page-template-cart_template .cart_totals table.shop_table.shop_table_responsive td {
        padding: 15px 15px !important;
    }
    .woocommerce .checkout-button {
        font-size: 12px;
    }
}

.woocommerce-invalid-required-field input {
    border-color: red !important;
}

li[data-id="billing_first_name"],
li[data-id="billing_last_name"],
li[data-id="billing_phone"],
li[data-id="billing_email"] {
    display: none !important;
}

.qib-button {
    cursor: pointer;
}

div#payment a {
    font-weight: 900;
    text-decoration: underline;
}
.term-96 .woocommerce-Price-amount {
    display: none !important;
}
.show-filters-mobile {
    display: none;
}
@media (max-width: 992px) {
    .product-filter {
        transform: unset;
        max-width: 100%;
        margin-right: 0;
        padding: 16px;
        z-index: 9999999;
        overflow-y: auto;
        left: -100%;
        transition: all 0.5s;
    }
    .product-filter.active {
        left: 0;
        transition: all 0.5s;
    }
    .filter-trigger {
        position: static;
        width: 100%;
        height: 56px;
        border-radius: 50px;
        background-color: #6c1313;
        border: none;
        box-shadow: 4px 0px 12px rgb(0 0 0 / 10%);
        display: block;
        /* top: 48px; */
        color: #fff;
        /* right: 0; */
        transform: unset;
        opacity: 1;
    }
    .filtered-products__meta .berocket_single_filter_widget {
        display: none;
    }
    .show-filters-mobile,
    .sorting {
        display: block;
        width: 100%;
        min-width: 50%;
    }
    .sorting form {
        width: 100%;
    }
    .sorting form select {
        width: 100%;
    }
    .filtered-products__meta {
        align-items: center;
    }
    .show-filters-mobile .hamburger {
        margin-right: 10px;
    }
    .close_filters {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 30px;
        right: 16px;
        z-index: 9999;
    }
    .close_filters:before {
        background: #552524;
        content: "";
        width: 100%;
        height: 4px;
        transform: rotate(-45deg);
        display: block;
    }
    .close_filters:after {
        background: #552524;
        content: "";
        width: 100%;
        height: 4px;
        transform: rotate(45deg);
        display: block;
        position: relative;
    top: -4px;
    }
    .show-filters-mobile .hamburger .line {
        background: #552524;
    }
}
.header-logo{
	max-width: 150px;
}


#lang-switcher {
    text-transform: uppercase;
}