@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type='submit'] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

html,
body {
    font-family: 'Raleway', sans-serif;
    font-variant-numeric: lining-nums;
}

.title {
    font-size: 42px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.title:before {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #e0bd6a;
}

.container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.section {
    padding: 60px 0px;
    scroll-margin-top: 50px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 90px;
    transition: all 0.34s ease-in;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 0px;
}

.header__top {
    background: #2D2E30;
    padding: 10px 0px;
}

.header__box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__box:last-child {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0bd6a;
    width: 100%;
    display: flex;

    align-items: center;
}

.header__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    max-width: 420px;
}

.header__link {
    color: #2d2e30;
    text-decoration: none;
    transition: all 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.header__icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    gap: 20px;
}

.header__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header__tel {
    margin-right: 30px;
}

.header__tel a {
    color: #2d2e30;
    text-decoration: none;
}

.header__burger {
    display: none;
}

.header__logo {
    font-size: 32px;
    font-weight: 600;
    color: #2d2e30;
    text-decoration: none;
}

.header__logo img {
    min-width: 136px;
    width: 136px;
    margin: 0px 40px;
    object-fit: contain;
    transition: all 0.2s linear;
}

.header.active .header__logo img {
    width: 92px;
}

.header__place {
    margin-right: 30px;
}

.header__place:last-child {
    margin-right: 0px;
}

.header__bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1950px;
    padding: 0px 15px;
}

main {
    padding-top: 90px;
}

.product__wrap {
    margin-bottom: 60px;
}

.btn {
    background: #323232;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    height: 52px;
    max-width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #323232;
}

.btn:hover {
    background: #ffffff;
    color: #323232;
    border: 1px solid #323232
}

.yoast-breadcrumbs {
    font-size: 14px;
    line-height: 1;
    color: #323232;
    margin: 15px 0px;
}

.yoast-breadcrumbs a {
    color: #323232;
    text-decoration: none;
}

.gallery__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery__item {
    overflow: hidden;
}

.gallery__item:nth-child(5) {
    grid-column: 2/4;
}

.gallery__item:nth-child(9) {
    grid-column: 1/3;
}

.gallery__item:nth-child(12) {
    grid-column: 2/4;
}

.gallery__item:nth-child(19) {
    grid-column: 1/3;
}

.gallery__item:nth-child(25) {
    grid-column: 2/4;
}

.gallery__item:nth-child(35) {
    grid-column: 1/3;
}

.gallery__item:nth-child(41) {
    grid-column: 2/4;
}

.gallery__item:nth-child(51) {
    grid-column: 1/3;
}

.gallery__item:hover img {
    transform: scale(1.1);
}

/* .gallery__item:nth-child(11) {
	grid-area: area-11;
}

.gallery__item:nth-child(12) {
	grid-area: area-12;
}

.gallery__item:nth-child(13) {
	grid-area: area-13;
}

.gallery__item:nth-child(14) {
	grid-area: area-14;
}

.gallery__item:nth-child(15) {
	grid-area: area-15;
}

.gallery__item:nth-child(16) {
	grid-area: area-16;
}

.gallery__item:nth-child(17) {
	grid-area: area-17;
}

.gallery__item:nth-child(18) {
	grid-area: area-18;
} */

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 400px;
    transition: all 0.2s linear;
}

.gallery__title {}

.copy {
    padding: 20px 0px;
    padding-top: 60px;
}

.copy a {
    font-size: 14px;
    color: #2d2e30;
}

.copy__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.place {
    font-size: 16px;
    line-height: 1;
    color: #2d2e30;
    display: flex;
    justify-content: center;
    align-items: center;
}

.place svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    stroke: #e0bd6a;
}

.place span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone {
    font-size: 16px;
    line-height: 1;
    color: #2d2e30;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    stroke: #e0bd6a;
}

.phone span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__place {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.modal-callback__close svg {
    width: 30px;
    height: 30px;
}

.modal-callback__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.footer__nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer__link {
    width: calc((100% / 2) - 10px);
    margin-right: 20px;
    font-size: 16px;
    color: #2d2e30;
    margin-bottom: 10px;
}

.footer__link:nth-child(2n + 2) {
    margin-right: 0px;
}

.footer__nav .footer__link {
    margin-top: 0px;
}

.footer__place {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product__img {
    width: 100%;
    height: 240px;
}

.product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__name {
    font-size: 18px;
    color: #2d2e30;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product__price {
    font-size: 16px;
    color: #2d2e30;
    font-weight: 600;
    margin-bottom: 10px;
}

.product__btn {
    max-width: 300px;
    width: 100%;
}

.products__item {
    margin: 0px 10px;
}

.products__list {
    margin: 0px -10px;
}

.features {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.features__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}

.features__item {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.features__name {
    font-size: 18px;
    color: #323232;
    line-height: 1.5;
}

.features__title .title {
    font-size: 40px;
}

.features__img {
    width: 310px;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
}

.features__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features__img:first-child {
    width: 300px;
    height: 500px;
    margin-right: 30px;
}

.features__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 40px;
}

.header__wrap {}

/* .header__right {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	width: 100%;
	margin-left: 60px;
} */
.header__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 60px;
}

.footer__title {
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    color: #1b1b1b;
    margin-bottom: 25px;
}

.footer__title,
.footer__title h3 {
    font-weight: 200;
}

.footer__wrap {
    background: hsla(0, 0%, 100%, 0.8);
    padding: 40px;
    max-width: 500px;
    position: relative;
}

.qr {
    position: absolute;
    top: 40px;
    right: 40px;
}

.qr span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.footer__info {
    margin-bottom: 20px;
}

.footer__info_last .footer__link {
    font-weight: 200;
}

.footer__info_last .footer__link span {
    font-weight: 400;
}

.footer__social {
    margin-top: 12px;
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.footer__social svg {
    margin-right: 25px;
}

.footer__name {
    font-weight: 500;
}

.footer__link,
.footer__name {
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #1b1b1b;
}

.footer__link {
    margin-top: 10px;
    font-weight: 400;
}

.footer__link a {
    color: #1b1b1b;
}

.footer__link svg {
    width: 32px;
    height: 32px;
}

.map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.footer .container {
    z-index: -1;
}

.map .ymaps-2-1-79-ground-pane {
    filter: grayscale(100%);
}

.map iframe {
    width: 100% !important;
    height: 100% !important;
    /* object-fit: cover !important; */
    max-width: 100% !important;
    max-height: 100% !important;
}

.section_contact {
    position: relative;
}

.gallery__more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #2d2e30;
    border-bottom: 1px solid #2d2e30;
    max-width: 270px;
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
    transition: all 0.2s linear;
}

.gallery__more:hover {
    color: #e0bd6a;
    border-color: #e0bd6a;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu .close {
    display: none;
}

.menu span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu.active .open {
    display: none;
}

.menu.active .close {
    display: block;
}

.arrow {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1px;
    padding: 0px 15px;
}

.arrow div {
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.2;
    transition: all 0.2s linear;
    cursor: pointer;
}

.arrow div svg {
    width: 22px;
    height: 22px;
}

.arrow div:hover {
    opacity: 1;
}

.preview {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

.preview__bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

.prreview__top {
    max-width: 716px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    bottom: -59px;
}

.preview__center {
    max-width: 824px;
    min-width: 824px;
    width: 100%;
}

.preview__left {
    max-width: 498px;
    width: 100%;
}

.preview__right {
    max-width: 498px;
    width: 100%;
}



/* Product */
.shop-filter {
    margin-right: 60px;
    max-width: 210px;
    width: 100%;
}

.shop__container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.shop__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}

.shop__item {
    width: calc((100% / 3) - 21px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.shop__item:nth-child(3n+3) {
    margin-right: 0px;
}

.card-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    color: #323232;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.card-product__img {
    width: 100%;
    height: 300px;
    padding: 12px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    color: #323232;
}

.card-product__info {
    width: 100%;
    padding: 12px;
    padding-top: 0px;
    position: relative;
}

.card-product__name {
    font-size: 16px;
    line-height: 1.2;
    color: #323232;
    font-weight: 600;
    margin-bottom: 12px;
}

.card-product__detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.woocommerce-Price-amount {
    text-decoration: none;
}

.product__price {
    font-size: 20px;
    line-height: 1.2;
    color: #323232;
    /* font-weight: 600; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}

.card-product__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in;
}

.card-product__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.card-product__btns {
    margin-top: 10px;
}

.card-product__btn a {
    background: #323232;
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    height: 48px;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #323232;
}

.card-product__btn a:hover {
    color: #1f1f1f;
    background: white;
}

.woocommerce-loop-product__link {
    color: #323232;
    text-decoration: none;
}

.card-product__btn a.added_to_cart {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.card-product__btn svg {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: all 0.3s linear;
}

.card-product__btn svg path {
    transition: all 0.3s linear;
}

.card-product__btn a:hover svg path {
    fill: #1f1f1f;
}

.icon-added {
    display: none;
}

.onsale {
    position: absolute;
    color: #ffffff;
    background: #c62525;
    right: 10px;
    top: 10px;
    padding: 5px;
    font-size: 12px;
    z-index: 2;
    border-radius: 5px;
}

.card-product__name h2 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-sort__name {
    font-size: 16px;
    color: #323232;
    font-weight: 600;
    margin-right: 10px;
}

.shop__sort select {
    border: none;
    outline: 0;
    border-bottom: 1px solid #323232;
}

.shop__sort {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.woocommerce-ordering select {
    border: none;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid #9c9c9c;
    color: #323232;
}

.product-slider__item img {
    height: 636px;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.product-slider__main {
    max-width: 540px;
    width: 100%;
    margin-left: 10px;
}

.product-slider__nav {
    max-width: 120px;
    width: 100%;
}

.product-slider__preview {
    margin: -5px 0px;
}

.product-slider__thumbnail {
    margin: 5px 0px;
}

.product-slider__thumbnail img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-slider {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.product__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.product__right {
    max-width: 100%;
    width: 100%;
    margin-left: 40px;
}

.product__right .quantity input {
    height: 40px;
}

.product__left {
    min-width: 670px;
}

.product__left .onsale {
    display: none;
}

.product__price ins {
    order: -1;
    text-decoration: none;
}

.product__price del {
    margin-left: 10px;
    font-size: 20px;
}

.product__descr {
    font-size: 20px;
    line-height: 1.5;
}

.product-inf__descr {
    font-size: 16px;
    line-height: 1.5;
}

.product-inf__descr h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.product__descr p {
    margin-bottom: 10px;
}

.product__price {
    font-size: 32px;
    line-height: 1.2;
    color: #323232;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.filter__btn {
    display: none;
}

.shop__sidebar {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-breadcrumb {
    display: none;
}

#sidebar {
    display: none;
}

.bapf_head {
    cursor: pointer;
}

.bapf_body ul {
    padding-left: 15px;
}

.bapf_head h3 {
    font-size: 16px;
    font-weight: 600;
}

.bapf_hascolarr {
    font-size: 18px;
}

.bapf_ckbox_sqchck input[type='checkbox']:checked:after {
    content: '';
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    display: block;
    position: absolute;
    top: 0px;
    left: 4px;
    transform: rotate(45deg);
}

.bapf_sfilter {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9c9c9c;
}

.bapf_sfilter .bapf_colaps_smb,
.bapf_sfilter .bapf_desci {
    font-size: 14px;
}

.bapf_body {
    font-size: 16px;
    margin-top: 10px;
}

.bapf_sfilter ul li {
    margin-bottom: 10px !important;
}

.bapf_sfilter ul li:last-child {
    margin-bottom: 0px !important;
}

.bapf_ckbox_sqchck input[type='checkbox'] {
    width: 16px;
    height: 16px;
}

/* .woocommerce-result-count{
	display: none;
} */

.detail__btn .xoo-cp-icon-check:before {
    background: url('../img/icon/IonCheckmarkWhite.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.detail__btn:hover .xoo-cp-icon-check:before {
    background: url('../img/icon/IonCheckmark.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* .woocommerce table.cart td.actions {
	display: none !important;
} */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1f1f1f;
    width: 100%;
    max-width: 100px;

}

.quantity input {
    width: 40px;
    height: 32px;
    border: none;
    outline: none;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    cursor: pointer;
}

.qty_button {
    font-size: 26px !important;
}

.woocommerce .quantity .qty {
    width: 30px;
    font-size: 16px;
}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#order_review_heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.woocommerce form .form-row label {
    font-size: 16px;
    font-weight: 500;
}

.woocommerce form .form-row {
    margin-bottom: 15px;
}

.woocommerce-additional-fields {
    display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
}

.form-row.place-order {
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.form-pay__policy {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 15px;
}

#payment .btn {
    max-width: 230px;
    width: 100%;
}

.cart-page {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart-page__left {
    width: 100%;
}

.cart-page__right {
    width: 100%;
    max-width: 500px;
    margin-left: 60px;
}

form {
    margin: 0px;
}

.cart-page__right #customer_details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.cart-page__right #customer_details .col-1 {
    width: 100%;
}

.cart-page__right .woocommerce-billing-fields__field-wrapper {
    max-width: 100%;
    width: 100%;
}

.woocommerce table.shop_table td {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    color: #323232;
    text-decoration: none;
}

.woocommerce table.shop_table a {
    color: #323232;
}

.woocommerce table.cart img {
    width: 70px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
}

.woocommerce a.remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    font-size: 50px;
    font-weight: 200;
    transition: all 0.32s ease-in;
    color: #323232 !important;
}

.woocommerce a.remove:hover {
    color: #c62525 !important;
    background: unset;
}

.product-content__title {
    display: none;
}

.detail__quality_card {
    margin-bottom: 20px;
}

.product__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.product__btns .btn__oneclick {
    max-width: 250px;
    width: 100%;
    margin-left: 30px;
}

.product_meta {
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sku_wrapper {
    margin-bottom: 10px;
}

.posted_in {
    margin-bottom: 10px;
}

.product_meta a {
    color: #e0bd6a;
}

.cart-page__right #customer_details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cart-page__right input {
    padding: 10px;
    background: #e6e6e6;
    border-radius: 8px;
    color: #323232;
    font-size: 16px;
    height: 50px;
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
    outline: none;
    border: none;
}

.card-product__detail .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-product__detail .price ins {
    order: -1;
    text-decoration: none;
    margin-right: 10px;
}

.woocommerce-result-count {
    display: none !important;
}

.bapf_ckbox_sqchck input[type=checkbox] {
    border: 1px solid #1f1f1f;
}

.bapf_sfilter {
    border-bottom: 0px;
}

.header__top .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__sublink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
}

.header__sublink svg {
    margin-right: 5px;
}

.header__sublinks {
    display: flex;
    gap: 40px;
}

.preview__title .title {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.preview__title .title:before {
    content: '';
    display: none;
}

.preview__btn {
    border-radius: 0px;
    max-width: 353px;
    width: 100%;
    height: 59px;
}

.section_preview {
    padding: 40px 0px;
    background: #F4F4F4;
}

.header__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header__sublink_tel {
    display: none;
}

.header__sublink_tel span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-message:focus {
    outline: none;
}

.woocommerce-message a {
    color: #000;
}

.woocommerce-message {
    border-top-color: #e0bd6a
}

#customer_details .col-2 {
    display: none !important;
}

.wc_payment_method input {
    width: 16px !important;
    height: 16px !important;
    order: 1 !important;
    margin: 0px 3px 0px 0px !important;
    transform: translateY(1px);
}

#shipping_method li input {
    order: -1;
    width: 16px;
    min-width: 16px;
    cursor: pointer;
    height: 16px;
    margin: 0px !important;
    margin-right: 5px !important;
}

.woocommerce ul#shipping_method li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.woocommerce ul#shipping_method li label {
    line-height: 1;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0px;

}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    display: block !important;
}

/* .woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
} */

.woocommerce table.shop_table_responsive tr .product-thumbnail::before {
    display: none;
}

.header-search {
    position: fixed;
    opacity: 0;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    z-index: 8;
    background: white;
    transition: all 0.32s ease-in;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-search.active {
    top: 95px;
    opacity: 1;
}

.aws-container .aws-search-field {
    border-radius: 0px !important;
    font-size: 14px;
}

.header-search {}

.aws-search-result .aws_result_title {
    color: #1f1f1f;
}

.aws-search-result .aws_search_more a {
    color: #e0bd6a;
    font-weight: 700;
}

.aws_result_price {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.aws-search-result .aws_result_price del {
    order: 1;
}

.aws-search-result .aws_result_sale {
    display: none;
}

.aws-search-result .aws_result_price ins {
    display: none;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.page-numbers a {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #2D2E30;
    font-size: 16px;
    font-weight: 600;
    color: #2D2E30;
    transition: all 0.2s linear;
}

.page-numbers a:hover {
    background: #2D2E30;
    color: #ffffff;
}

.page-numbers span {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #2D2E30;
    background: #2D2E30;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-NoticeGroup-checkout a{
    color: #323232;
    text-decoration: underline;
}

.woocommerce-notice.woocommerce-notice--success{
    font-size: 30px;
}
.woocommerce-order .woocommerce-order-details{
    display: none;
}
.woocommerce-order .woocommerce-customer-details{
    display: none;
}

@media(max-width: 1890px) {
    .preview__center {
        max-width: 717px;
        min-width: 717px;
        width: 100%;
    }

    .preview__right {
        max-width: 460px;
    }

    .preview__left {
        max-width: 460px;
    }

    .preview__btn {
        height: 50px;
        max-width: 294px;
        position: absolute;
        left: 0px;
    }

    .prreview__top {
        max-width: 600px;
        bottom: unset;
        position: relative;
    }
}

@media(max-width: 1600px) {
    .preview__title .title {
        font-size: 46px;
    }

    .preview__right {
        height: 660px;
    }

    .preview__left {
        height: 660px;
    }

    .preview__right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .preview__left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header__link {
        font-size: 14px;
    }

    .header__sublink {
        font-size: 14px;
    }

    .header__logo img {
        min-width: 110px;
        width: 110px;
        margin: 0px 20px;
    }

    .header__sublinks {
        gap: 30px;
    }

    .header {
        height: 78px;
    }

    main {
        padding-top: 78px;
    }

    .header__icons {
        gap: 10px;
    }
}

@media(max-width: 1400px) {
    .header__sublink {
        display: none;
    }

    .header__right {
        justify-content: flex-end;
    }

    .header__sublink_tel {
        display: flex;
        margin-right: 20px;
    }
}

@media(max-width: 1200px) {
    .product-slider__main {
        max-width: 490px;
    }

    .product__btns .btn__oneclick {
        margin-left: 20px;
    }

    .product__left {
        min-width: 620px;
    }

    .cart-page {
        display: flex;
        flex-direction: column;
    }

    .cart-page__right {

        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }

}

@media(max-width: 1080px) {

    .preview__right {
        display: none;
    }

    .product__left {
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
        min-width: 100%;
    }

    .product-slider__main {
        max-width: calc(100% - 130px);
    }

    .product__wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product-slider__nav {
        min-width: 120px;
    }

    .product__right {
        margin-left: 0px;
        margin-top: 40px;
    }
}

@media (max-width: 1024px) {

    .footer__wrapper {
        gap: 30px;
    }

    .footer__wrap {
        max-width: 340px;
        padding: 20px;
    }

    .footer__link {
        width: 100%;
    }

    .features {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .features__right {
        margin-left: 0px;
        width: 100%;
        justify-content: center;
    }

    .header__left {
        display: none;
    }

    .header__logo img {
        margin: 0px 0px;
    }

    /* .header__right {
		position: fixed;
		top: 70px;
		left: -120%;
		width: 100%;
		height: 100%;
		background: white;
		padding: 15px;
		display: flex;
		flex-direction: column;
		border: none;
		align-items: flex-start;
		justify-content: flex-start;
		transition: all 0.2s linear;
		margin-left: 0px;
	}
	.header__right.active {
		left: 0px;
	} */
    .header__box:last-child {
        margin-top: 0px;
        padding-top: 0px;
        border-top: unset;
    }

    .header__box {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .header__box:first-child {
        order: 2;
    }

    .header__place {
        margin-right: 0px;
        margin-top: 20px;
    }

    /* .header__links {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
	} */
    .header__burger {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
    }
}

@media(max-width: 768px) {
    .preview__center {
        min-width: unset;
        max-width: 100%;
        width: 100%;
        padding: 0px 15px;
    }

    .preview__left {
        display: none;
    }

    .preview {
        gap: 0px;
    }

    .header__icons {
        gap: 20px;
    }

}

@media (max-width: 680px) {
    .header {
        height: 70px;
    }

    main {
        padding-top: 70px;
    }

    .preview__title .title {
        font-size: 36px;
    }

    .prreview__top {
        max-width: 536px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .preview__btn {
        position: relative;
    }

    .arrow {
        padding: 0px 0px;
    }

    .gallery__list {
        gap: 5px;
    }

    .gallery__item img {
        height: 260px;
    }

    .footer__wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .map {
        position: unset;
        height: 400px;
        order: 2;
    }

    .contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer__wrap {
        padding: 0px;
    }

    .copy__wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 14px;
    }

    .copy a {
        margin-top: 10px;
    }

    .footer__place span br {
        display: none;
    }

    .copy {
        padding-top: 30px;
    }

    .footer {
        padding-top: 30px;
    }

    .section {
        padding: 30px 0px;
    }

    .footer__title {
        font-size: 28px;
        font-weight: 600;
    }

    .footer__info {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .footer__wrap {
        max-width: 100%;
        width: 100%;
    }

    .footer__link {
        margin: 0px;
    }

    .footer__name {
        white-space: nowrap;
        margin-right: 10px;
    }

    .footer__nav .footer__link {
        margin-bottom: 10px;
    }

    .footer__nav .footer__link:last-child {
        margin-bottom: 0px;
    }

    .gallery__more {
        font-size: 14px;
    }

    .features__img {
        height: 320px;
    }

    .features__img:first-child {
        height: 300px;
        margin-right: 10px;
    }

    .features__name {
        font-size: 16px;
    }

    .features__item {
        margin-bottom: 20px;
    }

    .features__title .title {
        font-size: 28px;
    }

    .header__logo img {
        width: 100%;
        height: 50px;
    }

    .header.active .header__logo img {
        width: 100%;
    }

    .header {
        padding: 10px 0px;
    }

    .product-slider__nav {
        max-width: 80px;
        min-width: 80px;
    }

    .product-slider__thumbnail img {
        height: 100px;
    }

    .product-slider__main {
        max-width: calc(100% - 90px);
    }

    .product-slider__item img {
        height: 438px;
    }

    .product__title .title {
        font-size: 28px;
    }

    .product__btns {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product__price ins {
        order: 1;
    }

    .product__price del {
        margin-left: 0px;
    }

    .product__price {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product__btns .btn__oneclick {
        margin-left: 0px;
        margin-top: 10px;
    }

    .product__btns .btn {
        max-width: 100%;
        width: 100%;
    }

    .title {
        font-size: 32px;
    }
}

@media(max-width: 450px) {
    .header__sublink_tel span:nth-child(2) {
        display: none;
    }

    .header__sublink svg {
        margin-right: 0px;
    }

    .preview__title .title {
        font-size: 28px;
    }

    .preview__btn {
        font-size: 14px;
        height: 48px;
        max-width: 200px;
    }
}