@charset "UTF-8";
:root {
    --font-gilroy: "Gilroy";
    --font-phil: "Philosopher";
    --font-16: 16px;
    --font-18: 18px;
    --font-20: 20px;
    --font-24: 24px;
    --font-40: 40px;
    --font-50: 50px;
    --font-400: 400;
    --font-500: 500;
    --font-bold: 700;
    --cont: 1400px;
    --white: #fff;
    --black: #383838;
    --purple: #8D58DD;
    --d-blue: #F3F6FF;
    --l-purple: #E0BAFF;
    --c-gray: #9C9C9C;
    --w-gray: #e1e1e1;
    --l-gray: #d1d1d1;
    --headerHeight: 140px;
    --headerTop: 60px;
    --headerMid: 80px;
    --br50: 50px;
    --wImg: 57px;
    --font-12: 12px;
    --cont-p: 10px;
}
body > .row {
    display: none !important;
}
.cfilter__8mart {
    margin-top: 60px;
}
.woocommerce-checkout .checkout__box:nth-child(1) {
    display: none !important;
}

/*.cfilter__8mart {*/
/*    display: none;*/
/*}*/
/* Основной блок оплаты */
#payment {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 20px;

}
.add-to-cart-message {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4caf50;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1000;
    width: 100%;
}
/* Красивое оформление ТОЛЬКО на страницах оплаты/успешного заказа WooCommerce */
body.woocommerce-order-pay .woocommerce,
body.woocommerce-order-received .woocommerce{
    max-width: 820px;
    margin: 40px auto;
    padding: 0 16px;
}

/* Заголовок страницы */
body.woocommerce-order-pay .entry-title,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-pay h1,
body.woocommerce-order-received h1{
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.1;
    margin: 0 0 18px;
}

/* “Карточка” */
body.woocommerce-order-pay .woocommerce > :first-child,
body.woocommerce-order-received .woocommerce > :first-child{
    background: #fff;
    border: 1px solid rgba(20, 20, 40, .08);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(20, 20, 40, .08);
    padding: 22px;
}

/* Список деталей заказа */
body.woocommerce-order-pay .order_details,
body.woocommerce-order-received .order_details{
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    font-family: var(--font-phil);
}

body.woocommerce-order-pay .order_details li,
body.woocommerce-order-received .order_details li{
    margin: 0;
    padding: 14px 14px;
    background: rgba(120, 80, 220, 0.06);
    border: 1px solid rgba(120, 80, 220, 0.10);
    border-radius: 14px;
    line-height: 1.25;
}

/* “Total” обычно важнее — растянем на всю ширину */
body.woocommerce-order-pay .order_details li.total,
body.woocommerce-order-received .order_details li.total{
    grid-column: 1 / -1;
    background: rgba(120, 80, 220, 0.10);
    border-color: rgba(120, 80, 220, 0.16);
}

body.woocommerce-order-pay .order_details li strong,
body.woocommerce-order-received .order_details li strong{
    display: block;
    margin-top: 6px;
    font-size: 18px;
}

/* Текст-подсказка */
body.woocommerce-order-pay .woocommerce p,
body.woocommerce-order-received .woocommerce p{
    margin: 10px 0 18px;
    color: rgba(20, 20, 40, .72);
}

/* Кнопки */
body.woocommerce-order-pay .woocommerce a.add_tocart,
body.woocommerce-order-received .woocommerce a.add_tocart{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(120, 80, 220, 0.25);
    background: linear-gradient(135deg, #7b57ff, #a06bff);
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(123, 87, 255, 0.25);
}

body.woocommerce-order-pay .woocommerce a.add_tocart:hover,
body.woocommerce-order-received .woocommerce a.add_tocart:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(123, 87, 255, 0.28);
}

body.woocommerce-order-pay .woocommerce a.button.cancel,
body.woocommerce-order-received .woocommerce a.button.cancel{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    margin-right: 10px;
    background: transparent;
    border: 1px solid rgba(20, 20, 40, .14);
    color: rgba(20, 20, 40, .75) !important;
}

body.woocommerce-order-pay .woocommerce a.button.cancel:hover,
body.woocommerce-order-received .woocommerce a.button.cancel:hover{
    background: rgba(20, 20, 40, .04);
}

/* Уберём лишние очистки, если ломают отступы */
body.woocommerce-order-pay .woocommerce .clear,
body.woocommerce-order-received .woocommerce .clear{
    display: none;
}

/* Мобилка */
@media (max-width: 640px){
    body.woocommerce-order-pay .order_details,
    body.woocommerce-order-received .order_details{
        grid-template-columns: 1fr;
    }
    body.woocommerce-order-pay .woocommerce > :first-child,
    body.woocommerce-order-received .woocommerce > :first-child{
        padding: 18px;
    }
}

.add-to-cart-message p {
    margin: 0;
    font-size: 16px;
    font-family: var(--font-phil);
}

.add-to-cart-message .view-cart-button {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #fff;
    color: #4caf50;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-family: var(--font-phil);
}

.add-to-cart-message .view-cart-button:hover {
    background-color: #f1f1f1;
}

.woocs-lds-ellipsis {
    height: 30px;
    width: 30px;
}

/* Стили списка методов оплаты */
.wc_payment_method img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.wc_payment_methods {
    display: flex;
    gap: 20px;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc_payment_method {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.wc_payment_method label {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
#order_review .shop_table {
    display: none;
}

/* Стили для радио-кнопок */
.input-radio {
    margin-right: 10px;
    transform: scale(1.2);
    cursor: pointer;
}

/* Скрытая информация для определенного метода оплаты */
.payment_box {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    display: none !important;
}

/* Стили кнопки оплаты */
.button.alt {
    background-color: #007cba;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button.alt:hover {
    background-color: #005fa3;
}

/* Стили текста политики конфиденциальности */
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.woocommerce-privacy-policy-link {
    color: #007cba;
    text-decoration: underline;
}

/* Дополнительные элементы для ApplePay и GooglePay */
#ppc-button-ppcp-applepay,
#ppc-button-ppcp-googlepay {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

/* Скрытые элементы */
.ppcp-hidden {
    display: none;
}

.desk_dn {
    display: none;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    font-family: "Philosopher" !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.input_billing {
    display: flex;
    flex-direction: column;
}
.input_billing > p {
    width: 100%;
}
#filter-dynamic-container .product_descr_and_price {
    width: 100%;
}
.single-product .wishlist_button svg {
    padding: 10px;
}
.woocommerce-cart {
    opacity: 0 !important;
}
.bazz-widget, .bazz-widget-close, .bazz-widget-form-submit, .bazz-widget-button, .bazz-widget-name-close, .bazz-widget-inner-circle {
    background-color: var(--purple) !important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    display: none !important;
}
.bazz-widget-inner-border {
    border-color: var(--purple) !important;
}
.page-template-page-korp .contacts__left {
    max-width: unset;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-family: "Philosopher" !important;
    font-size: 12px !important;
}

#cart .cart_inn_img img {
    padding: unset;
}

#cart p {
    font-family: var(--font-gilroy);
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-family: "Philosopher" !important;
    font-size: 14px !important;
}

.page-id-51 .has-text-align-center {
    font-family: "Philosopher" !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.tax-product_cat .mtop_little {
    margin-top: 20px;
}

input[type="date"]:not(:placeholder-shown):valid {
    background-color: var(--d-blue);
    width: 100%;
    color: var(--w-gray);
}

input[type="date"] {
    color: var(--c-gray) !important;
}

.wc-block-grid {
    margin-top: 50px;
}

.wc-block-grid__products {
    margin: 20px 0;
}

.mob_dn {
    display: block;
}

body.scrolling #header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

body.scrolling .header__filter {
    opacity: 0;
}

/*General Css*/
body {
    line-height: 130%;
}

.fade-in {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
}

.fade-in.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

/******-->SCROLL TO TOP<--*******/
.scrollToTopBtn {
    background-color: var(--purple);
    border: none;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    position: fixed;
    bottom: 85px;
    right: 40px;
    z-index: 999;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectron23-option-title {
    position: relative;
}

.selectron23-option-title[data-sign='UZS'] font font {
    display: none;
}

.selectron23-option-title[data-sign='UZS']::before {
    position: absolute;
    content: 'UZS';
    top: -50%;
    transform: translate(0%, -50%);
}

html[lang='ru-RU'] .selectron23-option-title[data-sign='UZS']::before {
    padding: 1000px 0 0 0;
}

html[lang='auto'] .selectron23-option-title[data-sign='UZS']::before {
    padding: 1000px 0 0 0;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

/*BREADCRUMBS*/
.rank-math-breadcrumb > p > a {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    font-weight: 400;
    color: var(--l-purple);
}

.rank-math-breadcrumb > p .separator {
    color: var(--purple);
    width: 6px;
    height: 6px;
}

.rank-math-breadcrumb > p > span:not(:first-child) {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    font-weight: 400;
    color: var(--black);
}

.mtop_little {
    margin-bottom: 40px;
}

.page__title {
    font-family: var(--font-phil);
    font-size: var(--font-50);
    font-weight: var(--font-400);
    color: var(--purple);
    line-height: 120%;
}

/*((___))*/
.header_card {
    cursor: pointer;
}

/*FAvORITE*/
.fav_wrap {
    display: flex;
    flex-wrap: wrap;
}

#favorit {
    margin-top: var(--headerHeight);
}

.fav_img {
    overflow: hidden;
    border: 1px solid var(--c-gray);
    padding: 30px;
    margin-bottom: 30px;
    transition: padding 0.5s; /* Плавный переход для padding */
    max-height: 300px;
}

.fav_img img {
    object-fit: contain;
    transition: width 0.5s, object-fit 0.5s, object-position 0.5s; /* Плавный переход для свойств изображения */
    height: 100%;
}

.fav_img:hover {
    padding: 0;
}

.fav_img:hover img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.fav_wrap > div {
    width: calc(25% - 20px); /* 25% ширины с вычетом отступа */
    margin-right: 20px; /* Отступ между элементами */
    margin-bottom: 20px; /* Отступ снизу */
    display: flex;
    flex-direction: column;
}

.fav_wrap > div:last-child {
    margin-right: 0; /* У последнего элемента нет правого отступа */
}

.thumb_rer {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
}

#nocat {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 100px;
}

#nocat .thumb_rer {
    min-height: unset;
    max-width: max-content;
}

#nocat .thumb_rer img {
    padding: 0 !important;
    max-height: unset;
    max-width: unset;
}

#nocat .meste_but {
    min-height: unset;
}

.delete-favorite {
    margin-top: auto;
}

.pop_btn {
    padding: 25px 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: var(--br50);
    color: var(--purple);
    border: 1px solid var(--purple);
    font-weight: 500;
    cursor: pointer;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    font-weight: 400;
}

.pop_btn:hover {
    border: 1px solid transparent;
    color: var(--white);
    background-color: var(--purple);
    transition: 0.5s;
}

.btns__box {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.koel {
    background-color: var(--purple);
    color: var(--white);
}

/***
showFilters
***/
body.showZapisFilter .zapis_filter {
    visibility: visible;
    opacity: 1;
}

body.showZapisFilter .zapis_filter {
    overflow: hidden;
}

.right_tgwh {
    display: flex;
    gap: 5px;
}

.container {
    width: calc(100% - var(--cont-p) * 2);
    max-width: var(--cont);
    margin-left: auto;
    margin-right: auto;
}

.mtop {
    margin-top: 100px;
}

html {
    margin-top: 0 !important;
}

/*REG AND AUTH*/
.header__mid-woo .header__mid-search {
    display: none;
}

.header_auth {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

body.admin-bar .cart_div {
    overflow: scroll;
    top: 0;
}

.cart_div {
    width: max-content;
    opacity: 0;
    transform: translate(100%, 0%);
    transition: opacity 0.5s, transform 0.5s, width 0.5s;
    position: fixed;
    right: 0;
    padding: 25px 25px;
    background-color: var(--dGrey);
    z-index: 10;
    bottom: 0;
    overflow: auto;
}

.cart_body {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    gap: 30px;
    margin: 30px 0 0 0;
}

.cart_inn_title {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
}

.cart_body .cart_inn_img {
    width: 50px;
    height: 50px;
}

.cart_inn_price {
    margin: 15px 0 0 0;
}

.price del {
    display: none;
}

.cart_body .cart_inn_img img {
    height: 100%;
    width: 50px;
    object-fit: contain;
}

.cart_body .card_inn_bx {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid var(--black);
    padding: 0 0 15px 0;
}

.cart_inn_price span {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
}

.cart_body .carter_box {
    display: flex;
    flex-direction: column;
}

.cart_body .cart_inn_bx {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form_redit {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
}

#loginform,
#registerform {
    display: flex;
    flex-direction: column;
}

#registration-form {
    width: 370px;
    opacity: 0;
    transform: translate(100%, 0%);
    transition: opacity 0.5s, transform 0.5s, width 0.5s;
    position: fixed;
    right: 0;
    top: var(--headerHeight);
    padding: 15px;
    background-color: var(--white);
    z-index: 10;
    bottom: 0;
    overflow: hidden;
    height: max-content;
    padding: 50px 20px;
}

#registration-form.active {
    opacity: 1;
    transform: translate(0%, 0%);
}

.woocommerce-EditAccountForm input {
    border: 1px solid #efefef !important;
    border-radius: 50px !important;
    background-color: var(--w-grey) !important;
    padding: 19px 30px 18px !important;
    font-family: var(--gothamPro) !important;
    font-weight: 400 !important;
    font-size: var(--font-18) !important;
    line-height: 130% !important;
    margin-bottom: 20px !important;
}

#post-14 .wc-forward {
    display: none !important;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.woocommerce-MyAccount-content > p > a {
    font-weight: 600;
    color: var(--blue);
}

.woocommerce-MyAccount-content > p > a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.woocommerce-form-login input {
    border: 1px solid #efefef !important;
    border-radius: 50px !important;
    background-color: var(--white) !important;
    padding: 19px 30px 18px !important;
    font-family: var(--gothamPro) !important;
    font-weight: 400 !important;
    font-size: var(--font-18) !important;
    line-height: 130% !important;
    margin-bottom: 20px !important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute !important;
    cursor: pointer !important;
    right: 10px !important;
    transform: translate(0%, -100%);
    top: 50%;
}

.woocommerce-MyAccount-navigation-link > a {
    padding: 25px 30px !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: var(--white) !important;
    border-radius: var(--br50) !important;
    color: var(--red) !important;
    border: 1px solid var(--red) !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin-bottom: 15px;
    font-family: var(--font-gilroy);
    width: max-content;
}

#header .woocommerce img, .woocommerce-page img {
    max-width: unset;
    height: inherit;
}

.woocommerce-MyAccount-navigation-link > a:hover {
    background-color: var(--purple) !important;
    transition: all 0.5s;
    color: var(--white) !important;
}

body.showSearch .header__filter {
    display: none;
}

body.showBurger .header__filter {
    display: none;
}

.map_page {
    margin-top: 100px;
}

#login-form {
    width: 370px;
    opacity: 0;
    transform: translate(100%, 0%);
    transition: opacity 0.5s, transform 0.5s, width 0.5s;
    position: fixed;
    right: 0;
    top: var(--headerHeight);
    padding: 15px;
    background-color: var(--white);
    z-index: 10;
    bottom: 0;
    overflow: hidden;
    height: max-content;
    padding: 50px 20px;
}

#loginform input,
#registration-form input {
    border: none;
    border-radius: 50px;
    background-color: var(--w-gray);
    font-family: "Gilroy";
    font-weight: 400;
    font-size: var(--font-18);
    line-height: 130%;
    height: 50px;
}

#loginform input:not(:last-of-type), #registration-form input:not(:last-of-type) {
    margin-bottom: 15px;
}

#wp-submit {
    background-color: var(--purple) !important;
    color: var(--white) !important;
    cursor: pointer;
}

.woocommerce-account .woocommerce h2 {
    font-family: var(--font-gilroy);
    color: var(--black);
    font-size: var(--font-40);
    text-align: center;
}

.woocommerce-account .woocommerce-Addresses {
    margin-top: 20px;
    font-family: var(--font-gilroy);
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: var(--font-40);
    font-family: var(--font-gilroy);
    text-align: center;
}

.woocommerce-account .woocommerce p {
    font-family: var(--font-gilroy);
    color: var(--black);
    font-size: var(--font-20);
    text-align: center;
    margin: 30px 0 0 0;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: unset;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p > label,
.woocommerce-account .woocommerce-address-fields__field-wrapper p > span {
    flex: 1;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p > span input {
    width: 100%;
    height: 50px;
    border-radius: var(--br50);
    border: 1px solid var(--purple);
    padding: 10px;
    font-family: var(--font-phil);
    font-size: var(--font-18);
    line-height: 120%;
}

.woocommerce-account .wc-forward {
    display: none;
}

.wc-block-components-notice-banner svg {
    width: 20px;
}

.woocommerce-account .woocommerce p label {
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-form {
    max-width: 500px;
    margin: 0 auto;
}

.woocommerce-account #password {
    width: 100%;
}

.woocommerce-account .woocommerce-button {
    background-color: var(--purple) !important;
    color: var(--white) !important;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    background-color: var(--w-gray);
    font-family: "Gilroy";
    font-weight: 400;
    font-size: var(--font-18);
    line-height: 130%;
    margin-bottom: 20px;
    padding: 10px 15px;
}

#login-form.active {
    opacity: 1;
    transform: translate(0%, 0%);
}

#login-form #close-search {
    margin-top: unset;
}

#registration-form #close-search {
    margin-top: unset;
}

.cart_div {
    width: max-content;
    opacity: 0;
    transform: translate(100%, 0%);
    transition: opacity 0.5s, transform 0.5s, width 0.5s;
    position: fixed;
    right: 0;
    padding: 25px 25px;
    background-color: var(--dGrey);
    z-index: 10;
    bottom: 0;
    overflow: auto;
}
.footer__bottom-inner-webnow {
	display:none;
}
.cart_div.active {
    opacity: 1;
    transform: translate(0%, 0%);
}

.forms_regauth input {
    display: block;
    padding: 15px;
    background-color: var(--dGrey);
    border: 1px solid #000;
    outline: none;
    font-size: var(--font-16);
    font-weight: 500;
    font-family: "Gotham Pro";
}

.forms_regauth {
    margin-top: 15px;
}

.cart_header {
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.admin-bar .cart_div {
    overflow: scroll;
    top: 0;
}

#cart .pop_btn {
    margin-top: unset;
}

#cart .remove {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    margin: 10px 0 0 0;
    width: max-content;
    padding: 8px;
    background: var(--purple);
    color: var(--white);
    border-radius: var(--br50);
    height: unset;
    font-width: 400;
}

#cart .remove_from_cart {
    font-size: var(--font-14);
    margin: 10px 0 0 0;
    width: max-content;
    padding: 8px;
    background: var(--purple);
    color: var(--white);
    border-radius: 50px;
    height: unset;
    font-weight: 400;
    font-family: var(--font-gilroy);
}

.ajax-loader {
    background-image: url("../files/loader.svg");
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.wc-block-components-notice-snackbar svg {
    width: 20px;
    height: 20px;
}

.wc-block-components-notices svg {
    width: 20px;
    height: 20px;
}

body:not(.admin-bar) .cart_div {
    top: var(--headerHeight);
    border: 1px solid var(--black);
    background: #fff;
}

/*HEADER*/
body.admin-bar .header {
    margin-top: 32px;
}

main {
    margin: calc(var(--headerHeight) + 5px) 0 0 0;
}

#header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: var(--white);
    height: var(--headerHeight);
}

header .header__burger {
    display: none;
}

header .header__mobile {
    display: none;
}

header .header__top {
    border-bottom: 1px solid var(--w-gray);
    height: var(--headerTop);
}

header .header__top .header__middle {
    margin-left: auto;
    margin-right: auto;
}

header .header__top-bx {
    display: flex;
    align-items: center;
    height: 100%;
}

header .header__top-menu {
    height: 100%;
    display: flex;
    align-items: center;
}

header .header__top-menu > ul {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
    text-wrap: nowrap;
}

header .header__top-menu > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
    transition: color 0.3s, opacity 0.3s;
    position: relative;
}

header .header__top-menu > ul > li > a {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    height: 100%;
    display: flex;
    align-items: center;
}

header .header__top-menu > ul > li:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    content: "";
    transition: 0.3s;
    background-color: var(--purple);
    height: 3px;
    opacity: 0;
}

header .header__top .header__middle {
    height: 100%;
}

.header__mid-logo {
    height: 100%;
    padding: 2px 0 2px 0;
}

.custom-logo-link {
    height: 100%;
}

.custom-logo-link img {
    height: 100%;
}

header .header__top-menu > ul > li:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
}

header .header__right {
    display: flex;
    align-items: center;
}

header .header__right-currency {
    margin-right: 30px;
    height: 25px;
}

header .header__right-currency > div {
    height: 100%;
    display: none;
}

header .header__right-currency .selectron23 {
    width: 85px !important;
}

header .header__right-currency .selectron23-option img {
    width: 20px !important;
    height: 20px !important;
    float: unset !important;
    margin-top: unset !important;
    max-height: unset !important;
}

header .header__right-currency .selectron23-option {
    display: flex !important;
    align-items: center !important;
}

header .header__right-currency .selectron23-container .selectron23-option {
    padding: 5px !important;
}

header .header__right-currency .selectron23-container {
    background: var(--white) !important;
    border-radius: var(--br50) !important;
    border: solid 1px var(--black) !important;
    transition: 0.25s all !important;
}

header .header__right-currency .selectron23-container[data-opened="1"] {
    border-radius: 2px !important;
}

header .header__right-currency .selectron23-option-title {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    color: var(--c-gray) !important;
}

header .header__right-currency .selectron23-option-text {
    display: none;
}

header .header__right-tgwh {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
}

header .header__right-tgwh > a {
    display: flex;
    gap: 10px;
}

header .header__right-tgwh span {
    display: block;
    text-wrap: nowrap;
    color: var(--black);
}

header .header__right-lang {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    margin-right: 30px;
}

header .header__right-valu {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
}

header .header__right-tel {
    font-family: var(--font-phil);
    font-size: var(--font-20);
    font-weight: var(--font-bold);
    color: var(--black);
}

header .right__tgwh_imgs {
    display: flex;
    gap: 5px;
}

header .right__tgwh_imgs img {
    width: 20px;
    height: 20px;
}

header .right__tgwh_imgs > a:nth-child(4),
header .right__tgwh_imgs > a:nth-child(5) {
    display: none;
}

header .header__mid {
    height: var(--headerMid);
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header__mid .head__mid {
    margin-left: auto;
    display: flex;
    transition: .5s all;
}

header .header__mid_img {
    border-radius: 500px;
    padding: 10px;
    background-color: var(--l-purple);
    margin-right: 14px;
    width: var(--wImg);
}

header .header__mid-svg {
    display: flex;
    max-width: max-content;
}

header .header__mid-svg img {
    object-fit: cover;
    display: block;
}

header .header__mid-search {
    position: relative;
    margin-right: 40px;
    width: 335px;
}

header .header__mid-search #searchform input[type=search] {
    position: relative;
    padding: 0 0px 0 20px;
    border: 1px solid var(--c-gray);
    border-radius: 4px;
    background-color: var(--dGrey);
    font-size: var(--font-18);
    transition: .3s all;
}

.sec_open {
    display: none;
}

header .header__mid-search #searchform > svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    cursor: pointer;
}

header .header__mid-plata {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 40px;
    pointer-events: none;
}

header .header__mid-plata img {
    display: block;
    width: 44px;
    height: 24px;
}

header .header__mid-woo {
    display: flex;
    align-items: center;
    gap: 20px;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }
header .header__mid-woo > div > a > span {
    position: absolute;
    top: -10px;
    right: -5px;
    display: block;
    height: 20px;
    width: fit-content;

    background-color: var(--purple);
    color: var(--white);
    border-radius: 50%;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
    font-family: var(--font-gilroy);
    font-weight: var(--font-500);
    font-size: var(--font-12);
    color: var(--white);
}

header .header__mid-woo .header_liked > a .like_heart svg {
    width: 20px;
    height: 20px;
}

.single__product-inner-left-content ul li:not(:first-of-type) {
    margin-top: 10px;
}

.single__product .single__product-related-title h3 {
    font-weight: 400;
}

header .header__mid-dostavka span {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-font-weight: 400;
    color: var(--black);
    line-height: 100%;
}

header .swiper__tochki-tochki {
    width: 500px;
    margin-left: unset !important;
    margin-right: unset !important;
    height: 56px;
}

header .swiper__tochki-tochki .swiper-pagination {
    bottom: 0;
    left: 0;
    max-width: max-content;
    left: calc(var(--wImg) + 14px);
}

/*header .swiper__tochki-tochki .dostavka__tochki {*/
/*  text-wrap: nowrap;*/
/*}*/

#header .header__mid_img {
    border-radius: var(--br50);
    margin-right: 14px;
    width: var(--wImg);
    height: 56px;
    background: var(--l-purple);
    border: unset;
    position: relative;
}

#header .header__mid_img img {
    left: 0;
    top: 0;
    object-fit: cover;
    position: absolute;
    padding: 3px;
}

.woocommerce-product-search {
    display: flex;
    align-items: center;
    position: relative;
}

.woocommerce-product-search button {
    color: #fff;
    opacity: 0;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    background-repeat: no-repeat;
    color: #000;
    background-size: cover;
    background-position: center;
    color: black;
}

.header_search {
    width: 100%;
}

#s {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: var(--br50) !important;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    color: var(--c-gray);
}

#header .search-icon {
    position: absolute;
    right: 11px;
    padding: 10px;
    background-color: var(--red);
    border-radius: 50%;
    max-width: 50px;
}

#search-results {
    transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
    height: 0;
    position: absolute;
}

#search-results.active {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
    height: 100%;
    width: 100%;
}

#search-results .custom-logo-link img {
    height: 100px;
}

body.showSearch #search-results {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5vh 4vh;
    z-index: 99999999;
    overflow: scroll;
    height: 100%;
    transition: 0.5s all;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    top: 0;
}

.search-results_inn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 2vh;
    font-family: 'Gilroy';
    font-size: 2vh;
    border-radius: 10px 10px 0 0px;
    overflow-y: scroll;
    height: unset;
}

.search-result {
    display: flex;
    gap: 10px;
    width: 100%;
    transition: .5s all;
    background-color: transparent;
}

.search-result:hover {
    background-color: var(--c-gray);
}

.search-result:hover h3 {
    color: var(--white);
}

.search-result img {
    width: 50px;
    height: 50px;
}

.search-results_inn h3 {
    font-family: var(--font-gilroy);
    display: flex;
    align-items: center;
}


#close-search {
    position: relative;
    top: 0;
    right: 30px;
    z-index: 100000000000000000;
    padding: 1vh;
    border: 1px solid #999;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
    font-family: "TT Norms Pro", sans-serif;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    margin-top: 8px;
}

#close-search::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    padding: 7px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
    z-index: -1;
}

#close-search {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 100000000000000000;
    padding: 1vh;
    border: 1px solid #999;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
    font-family: "TT Norms Pro", sans-serif;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    margin-top: 8px;
}

#close-search::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    padding: 7px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
    z-index: -1;
}

#close-search:hover::before {
    background-color: #f2f2f2;
}

.zf_krest::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    padding: 7px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
    z-index: -1;
}

.zf_krest:hover::before {
    background-color: #f2f2f2;
}

#search-results h1 {
    margin-bottom: 30px;
}

#search-results .custom-logo-link img {
    max-width: max-content;
}

/*HEADER LIKE*/
.header__mid-woo svg {
    height: 30px;
    width: 30px;
}

.header__mid-woo .header__mid_liked a > span {
    position: absolute;
    top: -10px;
    right: -5px;
    display: block;
    height: 20px;
    width: fit-content;

    background-color: var(--purple);
    color: var(--white);
    border-radius: 50%;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
}

.header__mid-woo .header__mid_liked > a {
    cursor: pointer;
    position: relative;
    display: block;
}

.header__mid-woo .header_cart #cartingButton {
    position: relative;
    display: block;
    width: max-content;
}

.header__mid-woo .header_cart .cart_unique_count {
    position: absolute;
    top: -10px;
    right: -5px;
    display: block;
    height: 20px;
    width: fit-content;
    background-color: var(--purple);
    color: var(--white);
    border-radius: 50%;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
}
#contacty .contacts {
    display: flex;
}

.map .contacts {
    display: none !important;
}
.filter__inners-tab {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.header__filter {
    margin-top: 5px;
}

.header__filter-tabs {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.header__filter-tabs .header_filter-t {
    position: relative;
    cursor: pointer;
    user-select: none;
    z-index: 1;
}

.header__filter-tabs .header_filter-t.active {
    background-color: var(--purple);
    border-radius: var(--br50);
}

.header__filter-tabs .header_filter-t.active .header__filter-tab {
    border: 1px solid var(--white);
}

.header__filter-tabs .header_filter-t.active .attr_space {
    color: var(--white);
}

.header__filter-tabs .header_filter-t.active span {
    color: var(--white);
}

.header__filter-tabs .header_filter-t .filter__tabs {
    padding: 4px 20px 4px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 160px;
    top: 110%;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border: 1px solid var(--purple);
    border-radius: 20px;
    cursor: pointer;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
    background-color: var(--white);
}

.header__filter-tabs .header_filter-t .filter__tabs .filter__tab-tab {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font400);
    color: var(--purple);
    text-wrap: nowrap;
    margin: 10px 0 5px 0;
}

.header__filter-tabs .header_filter-t .filter__tabs .filter__tab-tab.active {
    color: var(--white);
}

.header__filter-tabs .header_filter-t .filter__tabs.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    justify-content: center;
}

.header__filter-tab {
    border-radius: var(--br50);
    color: var(--purple);
    border: 1px solid var(--purple);
    padding: 10px 20px;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    display: flex;
    gap: 4px;
    align-items: baseline;
    justify-content: space-between;
    transition: 0.3s all;
}

.header__filter-tab > svg {
    width: 12px;
    height: 7px;
}

.header__filter-tab > svg.active {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.header__filter-tab:hover {
    border: 1px solid transparent;
    border-radius: var(--br50);
    background-color: var(--purple);
    color: var(--white);
}

.header__filter-tab:hover svg path {
    fill: var(--white);
}

.swiper__tochki-tochki .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: unset;
    border: 2px solid var(--purple);
    opacity: 1;
}

.swiper__tochki-tochki .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    transition: 0.5s all;
    background-color: var(--purple);
    border: 2px solid transparent;
}

/*CONTENT FILTER*/
.cfiilter_wrap {
    display: flex;
    flex-wrap: wrap;
    --elems: 4;
    --gap: 30px;
    width: 100%;
    gap: var(--gap);
    margin-top: 30px;
    padding: 0 10px;
}

.cfiilter_wrap > div {
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
}

.cfilter {
    margin-top: 70px;
}

.cfilter__title {
    font-family: var(--font-phil);
    font-size: var(--font-50);
    font-weight: var(--font-400);
    line-height: 120%;
    color: var(--purple);
    text-align: center;
}

.cfilter__category-title {
    text-align: center;
    font-family: var(--font-phil);
    font-size: var(--font-40);
    font-weight: var(--font-400);
    line-height: 120%;
    color: var(--purple);
    margin-bottom: 30px;
}

.header__filter-krest {
    display: none;
}

.header__filter-krest.active {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    z-index: 999;
    height: 100%;
    right: 0;
}

header__filter-krest.active .header_filter-t {
    background-color: var(--purple);
}

.header__filter-krest.active svg {
    margin-top: auto;
    height: 100%;
}

.header__filter-krest svg {
    width: 12px;
    height: 12px;
}

.header__filter-krest.active svg rect {
    fill: var(--black);
}

.header__filter-krest.active .attr-space {
    margin-left: 20px;
}

#filter-dynamic-container {
    display: none;
}

#filter-dynamic-container .cfiilter_wrap > div:nth-child(n+5) {
    margin-top: 40px;
}

/**
TOVARI
**/
.product__bx {
    display: flex;
    flex-wrap: wrap;
    --elems: 4;
    --gap: 30px;
    width: 100%;
    gap: var(--gap);
}

.product_descr_and_price {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px 20px;
}

.product__bx > div {
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
}

input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: var(--white);
    background: transparent;
}
.add_to_cart_button.loading {
    pointer-events: none;
    opacity: .6;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.show_more {
    height: 52px;
    padding: 0 30px;
    border: 1px solid var(--purple);
    color: var(--purple);
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 70px auto 0;
    max-width: max-content;
}

.show_more:hover {
    color: var(--white);
    background-color: var(--purple);
    border: 1px solid var(--white);
}

.like_button {
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    bottom: 20px;
}

.like_button a svg {
    animation: 2s infinite scaled;
    padding: 10px;
}


.wishlist_button svg {
    animation: 2s infinite scaled;
}

.new_plashka {
    position: absolute;
    top: 3px;
    left: 22px;
    cursor: pointer;
    z-index: 2;
    height: 33px;
    padding: 0 15px;
    background-color: #58DD5E;
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    color: var(--white);
    border-radius: var(--br50);
    line-height: 22px;
    display: flex;
    align-items: center;
}

.open_win {
    /*border-radius: 500px;*/
    overflow: hidden;
    height: 200px;
    width: 200px;
    /*background: linear-gradient(#E0BAFF, #8D58DD) padding-box, linear-gradient(to left, #E0BAFF, #8D58DD) border-box;*/
    /*border: 3.5px solid transparent;*/
    transition: 0.5s all;
    width: auto;
    height: 320px;
    display: block;
}

.open_win > img {
    z-index: 1;
    object-fit: cover;
    height: 100%;
    transform: scale(1);
    transition: .3s all ease-in-out;
}
.open_win > img:hover {
    transform: scale(1.02);
}

.tovar_gallery {
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
}
.linker {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 100px;
}

.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}



.product_descr_and_price .pop_title {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

.product_descr_and_price .price {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    text-align: center;
    color: var(--purple);
}

.add_tocart {
    height: 52px;
    padding: 0 30px;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    color: var(--white);
    background-color: var(--purple);
    max-width: max-content;
    margin: 20px 0 0;
}

.add_tocart button {
    color: var(--white);
    cursor: pointer;
}

.add_tocart .add_to_cart {
    cursor: pointer;
}

.add_tocart:hover {
    background: #fff;
    border: 1px solid var(--purple);
    color: var(--purple);
    transition: 0.5s;
}

.add_tocart:hover button {
    color: var(--purple);
    cursor: pointer;
}
#cfilter-static .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
}


/*FILTER*/
.cfilter__swiper {
    --elems: 7;
    --gap: 10px;
    display: flex;
    width: 100%;
    gap: var(--gap);
    flex-wrap: wrap;
    position: relative;
}
.cfilter__swiper::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;            /* убери -4% */
    width: 70px;         /* вместо 150px */
    height: 100%;
    pointer-events: none;
    z-index: 10;

    /* без blur и без круга */
    border-radius: 0;
    filter: none;

    /* подстрой фон под свой цвет страницы */
    background: linear-gradient(to left,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.92) 55%,
    rgba(255,255,255,0) 100%
    );
}

/* если хочешь ещё и слева сделать мягко */
.cfilter__swiper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(to right,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.0) 100%
    );
}

.cfilter__swiper .swiper-slide {
    height: max-content;
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
}

.cfilter__cards {
    height: max-content;
    display: flex;
}

/*.cfilter__swiper .swiper-wrapper {*/
/*    height: unset;*/
/*    --elems: 5;*/
/*    --gap: 10px;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    flex-wrap: wrap;*/
/*    gap: var(--gap);*/
/*}*/

.cfilter__swiper .header__mid_img {
    border-radius: 500px;
    overflow: hidden;
    height: 170px;
    width: 170px;
    background: linear-gradient(#E0BAFF, #8D58DD) padding-box, linear-gradient(to left, #E0BAFF, #8D58DD) border-box;
    border: 5px solid transparent;
    transition: 0.5s all;
    position: relative;
}

.cfilter__swiper .header__mid_img > img {
    height: 100%;
    display: block;
    left: 0;
    width: 100%;
    top: 0;
    object-fit: cover;
    position: absolute;
}

.cfilter__swiper .header__mid_img:hover {
    background: linear-gradient(#8D58DD, #E0BAFF) padding-box, linear-gradient(to left, #8D58DD, #E0BAFF) border-box;
}

.cfilter__swiper .header__mid-svg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cfilter__swiper .header__mid-dostavka {
    text-align: center;
    max-width: 70%;
}

.cfilter__swiper .header__mid-dostavka .dostavka__tochki {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    line-height: 120%;
}

/*ABOUT US*/
.about_usfront .about__us {
    display: flex;
    gap: 80px;
}

.about_usfront .about__us > div {
    flex: 1;
}

.about_usfront .about__us-left {
    position: relative;
    height: 100%;
}

.about_usfront .about__us-left-img {
    height: 350px;
    width: 453px;
}

.about_usfront .about__us-left-img img {
    display: block;
    object-fit: cover;
}

.about_usfront .about__us-left-pomenshe {
    position: absolute;
    right: 0;
    width: 335px;
    height: 335px;
    bottom: -240px;
    border-radius: 500px;
    border: 10px solid var(--white);
}

.about_usfront .about__us-left img {
    display: block;
    object-fit: cover;
}

.about_usfront .about__us .about__us-right-title {
    font-family: var(--font-phil);
    font-size: var(--font-40);
    font-weight: var(--font-400);
    line-height: 120%;
    color: var(--purple);
}

.about_usfront .about__us .about__us-right-text {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    font-weight: 400 !important;
    line-height: 140%;
    margin-top: 30px;
}

.about_usfront .add_tocart {
    margin: 40px auto 0 0;
}

/*CLIENTS*/
.about__clients {
    display: flex;
    flex-wrap: wrap;
}

.about__clients > img {
    width: calc(16.6666666667% - 20px);
    margin-right: 20px;
}

.about__clients > img:nth-child(6n) {
    margin-right: unset;
}

.about__clients > img:nth-child(n+7) {
    margin-top: 20px;
}

/*BLOG*/
.swiper-blog-inner {
    padding: 20px 50px 30px 24px;
    display: flex;
    flex-direction: column;
    min-height: 225px;
}

.swiper-blog-inner-title {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
}

.swiper-blog-inner-desc {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    font-weight: 400;
    margin-top: 16px;
    line-height: 140%;
}

.swiper-blog-inner-date {
    margin: auto 0 0 0;
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    color: var(--c-gray);
    font-weight: 400;
}

.swiper_blog .swiper__blog {
    width: 99%;
    border: 1px solid var(--l-gray);
}

.swiper_blog a {
    display: block;
}

.sw_btn_prev,
.sw_btn_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: 0.3s;
}

.sw_btn_prev svg,
.sw_btn_next svg {
    width: 24px;
    height: 24px;
}

.sw_btn_prev {
    left: -120px;
}

.sw_btn_next {
    right: -120px;
}

.sw_btn_next,
.sw_btn_prev {
    color: var(--purple);
}

.sw_btn_next::after,
.sw_btn_prev::after {
    font-size: 14px;
}

.all_course_novie {
    position: relative;
}

/**
FAQS
**/
.faqs_outer {
    background: linear-gradient(#E0BAFF, #E0BAFF) padding-box, linear-gradient(to right, #E0BAFF, #8D58DD) border-box;
    padding-bottom: 80px;
}

.faqs_outer .cfilter__category-title {
    color: var(--white);
    padding-top: 50px;
}

.faqs_outer .faqs .faq {
    cursor: pointer;
    padding: 30px 30px 31px 35px;
    background-color: var(--white);
    margin-bottom: 20px;
}

.faqs_outer .faqs .faq__vopros {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqs_outer .faqs .faq__vopros svg {
    width: 20px;
    height: 12px;
}

.faqs_outer .faqs .faq__otvet {
    margin: 10px 0 0 0;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    font-weight: 400;
    max-width: 65%;
}

.faqs_outer .faqs .faq.active svg {
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.faqs_outer .hidden {
    display: none;
}

/*CLIENT IMGS*/
.clients__imgs {
    position: relative;
}

.clients__imgs-img {
    position: relative;
    padding-bottom: 100%;
}

.clients__imgs-img img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/***
OTZIVI
***/
.otzivi {
    background: linear-gradient(#E0BAFF, #E0BAFF) padding-box, linear-gradient(to right, #E0BAFF, #8D58DD) border-box;
}

.otzivi .product__bx-title {
    padding-top: 50px;
}

.otzivi .otzivi__wraps .otzivi_swiper {
    padding-bottom: 120px;
}

.otzivi .otzivi__wraps .otzivi__wrap {
    padding: 24px 20px 40px 15px;
    background-color: var(--white);
    min-height: 356px;
}

.otzivi .otzivi__wraps .otzivi__wrap-imya {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
}

.otzivi .otzivi__wraps .otzivi__wrap-data {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    margin-top: 10px;
}

.otzivi .otzivi__wraps .otzivi__wrap-content {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    margin-top: 32px;
    line-height: 140%;
}

.otzivi .otzivi__wraps .otzivi__wrap-zvezdi {
    margin-top: 5px;
}

.otzivi .otzivi__wraps .swiper-pagination {
    display: block;
    bottom: 60px;
}

.otzivi .otzivi__wraps .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 2px solid var(--white);
    opacity: 1;
}

.otzivi .otzivi__wraps .swiper-pagination-bullet-active {
    background-color: var(--purple);
    width: 17px;
    height: 17px;
    border: 2px solid var(--purple);
    opacity: 1;
}

.star {
    font-size: 24px;
    color: var(--purple); /* Цвет заполненных звёздочек */
}

.star.empty {
    color: var(--c-gray); /* Цвет пустых звёздочек */
}

/***
Footer
**/
footer .footer__bottom {
    border-top: 1px solid var(--w-gray);
}

footer .footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 40px;
    align-items: center;
}

footer .footer__bottom-inner > div {
    flex: 1;
}

footer .footer__bottom-inner-copyright {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    font-weight: 400;
    line-height: 120%;
    color: var(--c-gray);
}

footer .footer__bottom-inner-webnow {
    justify-content: flex-end;
    display: flex;
}

footer .footer__bottom-inner-webnow > a {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    font-weight: 400;
}

footer .footer__bottom-inner-webnow > a > span {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    font-weight: 600;
}

footer .footer__bottom-inner-webnow > a > span:hover {
    font-weight: 400;
    color: var(--purple);
    transition: 0.5s;
}

footer .header__mid-plata {
    display: flex;
    gap: 20px;
    width: 100%;
}

footer .header__mid-plata > img {
    width: 44px;
    height: 24px;
}

footer .footer__inn {
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px 0;
}

footer .footer__inn > div h2 {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    margin-bottom: 20px;
}

footer .footer__inn ul li:not(:last-child) {
    margin-bottom: 12px;
}

footer .footer__inn ul li:not(:last-child) a {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
}

footer .footer__inn > div {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
}

footer .footer__inn > div a {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
}

footer .footer__inn-socz {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

footer .footer__inn-contacts {
    max-width: 453px;
}

footer .footer__inn-contacts > div:not(:last-child) {
    margin-bottom: 12px;
}

.contact__left-box-tel img {
    width: 20px;
    height: 20px;
}

.contacts__left-box-tel {
    gap: 10px;
}

/*.head__mid.active .header__filter-krest.active {*/
/*  display: none !important;*/
/*}*/
.contact__left-box-tel > a:nth-child(5),
.contact__left-box-tel > a:nth-child(6) {
    display: none;
}

/***--->Page Category<---***/
.pagi_mog {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

.page-numbers {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 18px;
    color: var(--l-purple);
    display: flex;
    align-items: center;
}

.current {
    color: var(--white);
    height: 50px;
    padding: 0 22px;
    border-radius: var(--br50);
    background-color: var(--l-purple);
}

/***---->SINGLE PRODUCT<---***/
.single__product {
    --x: 1400;
    --margin-between: 60px;
    --heightSwiper: 100px;
    --height: 1032;
}

.single__product .single__product-inner {
    display: flex;
    margin-top: 30px;
}

.single__product .single__product-inner-left {
    width: calc(76800% / var(--x));
    margin-left: calc(var(--margin-between) / 2);
}

.single__product .single__product-inner-left .inn_wr {
    display: flex;
    flex-direction: column;
}

.single__product .single__product-inner-left .inner__left-char {
    display: flex;
    gap: 5px;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    font-weight: 400;
    line-height: 120%;
    flex-direction: column;
}

/*.single__product .single__product-inner-left-price {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.single-product .single__product-inner-left .product_descr_and_price {
    padding: unset;
}
.single__product .single__product-inner-left-price .add_tocart {
    margin: unset;
}

.single__product .single__product-inner-left-price .price {
    font-family: var(--font-gilroy);
    font-size: var(--font-40);
    font-weight: var(--font-500);
    line-height: 130%;
    color: var(--purple);
    margin-bottom: 20px;
}

.single__product .single__product-inner-left .payments_title {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    line-height: 140%;
    color: var(--black);
    font-weight: 600;
}

.single__product .single__product-inner-left-payments {
    margin-top: 50px;
}

.single__product .single__product-inner-left-payments .header__mid-plata {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.single__product .single__product-inner-left-payments .header__mid-plata > img {
    width: 44px;
    height: 24px;
}

.single__product .single__product-inner-left-content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    font-weight: 400;
    gap: 15px;
}

.single__product .single__product-inner-left-content > strong {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    margin-bottom: 20px;
    font-weight: 600;
}
.single__product .single__product-inner-left-content img {
    max-width: 24px !important;
    height: 24px !important;
}

.single__product .single__product-inner-left-content > strong:not(:first-of-type) {
    margin-top: 50px;
}
.paginator {
    position: relative;
}
.single__product .single__product-inner-right {
    width: calc(57200% / var(--x));
    margin-right: calc(var(--margin-between) / 2);
}

.single__product-inner-right .like_button {
    opacity: 1;
}

.single__product .single__product-inner-right .like_button > div > div {
    padding: 10px;
}

.single__product-inner-right .like_button svg path {
    fill: var(--white);
}

.single__product .single__product-inner-right .like_button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    /*padding: 10px;*/
    background-color: #fff;
    opacity: 0.7;
    border-radius: var(--br50);
    transition: all 0.5s;
    border-radius: var(--br50);
    transition: all 0.5s;
    background-color: var(--purple);
}

.single__product .single__product-inner-right .like_button:hover {
    background-color: var(--purple);
}

/*.single__product .like_button svg path {*/
/*  fill: var(--white);*/
/*}*/
.single__product .single__product-inner-right .like_button:hover svg {
    animation: 2s infinite scaled;
}

.single__product .single__product-inner-right .like_button:hover svg path {
    fill: var(--white);
}

@-webkit-keyframes scaled {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}

.header_card span {
    display: none;
}

.like_heart span {
    display: none;
}

.auth_button span {
    display: none;
}

.reg, .auth {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    background-color: var(--black);
    color: var(--white);
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--br50);
    margin-top: 10px;
}

.auth_button {
    position: relative;
}

.single__product .single__product-inner-right .sw_btn_prev, .single__product .single__product-inner-right .sw_btn_next {
    bottom: 40px;
    transform: unset;
    top: unset;
}

.single__product .single__product-inner-right .sw_btn_prev {
    left: 0;
}

.single__product .single__product-inner-right .sw_btn_next {
    right: 0;
}
.single__product .shop_img {
    height: 100%;
    margin-bottom: 20px;
}
.single__product .single__product-inner .swiper_inner-tovar {
    margin-bottom: 20px;
    height: 70vh;
}
.single__product .single__product-inner .swiper_inner-tovar img {
    object-fit: cover;
}

.single__product .single__product-inner .swiper_inner-tovar .swiper-slide {
    height: unset;
}

.single__product .single__product-inner .swiper_inner-tovar .shop_img {
    height: 70vh;
    object-fit: cover;
}

.single__product .single__product-inner .swiper_inner-pagi {
    width: 460px;
    height: var(--heightSwiper);
}

.single__product .single__product-inner .swiper_inner-pagi .swiper-slide {
    overflow: hidden;
}

.single__product .single__product-inner .swiper_inner-pagi .swiper-slide img {
}

.single__product .single__product-inner .swiper_inner-pagi .swiper-slide-thumb-active img {
    opacity: 1;
}

.single__product .swiper_inner-pagi .gallery_image {
    border-radius: 50px;
    object-fit: cover;
}

/*.single__product .price {*/
/*    margin-top: 15px;*/
/*}*/

.single__product .single__product-related-title {
    font-family: var(--font-phil);
    font-size: var(--font-40);
    font-weight: var(--font-400);
    line-height: 120%;
    color: var(--purple);
    line-height: 120%;
    color: var(--purple);
    text-align: center;
}

.shop_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.wp-block-button__link {
    background-color: var(--purple) !important;
    font-family: var(--font-gilroy) !important;
}

/*****---->BLOG<----******/
.swiper__blog .swiper__blog-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}

.swiper__blog .swiper__blog-img > img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    object-fit: contain;
}

.swiper__blog-outer {
    display: flex;
    flex-wrap: wrap;
}

.swiper__blog-outer > a {
    width: calc(33.3333333333% - 19px);
    margin-right: 19px;
    border: 1px solid var(--l-gray);
    transition: 0.5s all;
}

.swiper__blog-outer > a:hover .swiper-blog-inner-title {
    color: var(--purple);
}

.swiper__blog-outer > a:hover .swiper__blog-img img {
    transform: scale(1.06);
}

.swiper__blog-outer > a:nth-child(3n) {
    margin-right: unset;
}

.swiper__blog-outer > a:nth-child(n+4) {
    margin-top: 19px;
}

.blog__filter .header__filter-tabs .header_filter-t {
    display: flex;
    gap: 10px;
    margin-top: 19px;
}

.blog__filter .header__filter-tabs {
    margin: 20px 0 40px 0;
}

.blog__filter .header__filter-tabs > a {
    border-radius: var(--br50);
    color: var(--purple);
    border: 1px solid var(--purple);
    padding: 10px 20px;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    display: flex;
    gap: 4px;
    align-items: baseline;
    justify-content: space-between;
    transition: 0.5s all;
}

.blog__filter .header__filter-tabs > a:hover {
    background-color: var(--purple);
    color: var(--white);
}

/*****--->SINGLE BLOG<---*****/
.single-post img {
    width: inherit;
    display: unset;
}

.single__blog-date {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    font-weight: 400;
    color: var(--c-gray);
    line-height: 120%;
}

.single__blog-date .author {
    margin-left: 50px;
}

.single__blog-content {
    --winWidth: 1144;
    margin-top: 30px;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    color: var(--black);
    line-height: 130%;
    font-weight: 400;
}

.single__blog-content > p {
    line-height: 25px;
}
.single__blog-content em {
    margin: 40px 0 20px;
    display: block;
}

.single__blog-content > p:last-of-type {
    display: flex;
    max-width: unset;
    margin-left: 118px;
    gap: 20px;
    margin-top: 50px;
}

.single__blog-content > p:nth-child(2) {
    margin-left: 118px;
    max-width: unset;
    margin-top: 50px;
    margin-bottom: 50px;
}

.single__blog-content > p:nth-child(2) img {
    width: 100%;
}

.single__blog-content > p:last-of-type img {
    width: calc(57200% / var(--winWidth));
}

.page-template-page-about-us .about_usfront .add_tocart {
    display: none;
}

.page-template-page-about-us .about_clients {
    margin-top: 230px;
}

.page-template-page-about-us .about__us-right-text > h2 {
    font-family: var(--font-phil);
    font-size: var(--font-40);
    font-weight: var(--font-400);
    line-height: 120%;
    color: var(--purple);
    color: var(--purple);
    margin-bottom: 30px;
}

/*CONTACTS*/
.map {
    margin-top: 130px;
    position: relative;
    z-index: 1;
}

.map .wpcf7 {
    position: absolute;
    top: 5vh;
    bottom: 5vh;
    left: 26vh;
    z-index: 2;
    max-width: 572px;
    padding: 40px 30px 50px;
    background-color: var(--white);
    height: max-content;
}

.map .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.map .wpcf7 .wpcf7-form-control-wrap input {
    display: block;
    width: 100%;
    height: 7vh;
    padding: 23px 30px;
    background-color: var(--d-blue);
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    color: var(--c-gray);
    font-weight: 400;
    transition: 0.3s;
    border-radius: var(--br50);
    border: none;
}

.map .wpcf7 .wpcf7-form-control-wrap textarea {
    padding: 23px 30px;
    display: block;
    width: 100%;
    background-color: var(--d-blue);
    resize: none;
    max-height: 154px;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    color: var(--c-gray);
    font-weight: 400;
    transition: 0.3s;
    border-radius: 30px;
}

.footer__inn-logo img {
    max-width: 216px;
}

.otzivi .cfilter__category-title {
    color: var(--white) !important;
}

.map .wpcf7 .wpcf7-form-control-wrap input:hover,
.map .wpcf7 .wpcf7-form-control-wrap textarea:hover {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    font-weight: 400;
    color: var(--black);
}

.map .wpcf7-submit {
    border: none;
    background: var(--purple);
    width: 100%;
    border-radius: var(--br50);
    height: 70px;
    color: var(--white);
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    line-height: 120%;
    position: relative;
    display: block;
    position: relative;
    overflow: hidden;
}

.map .wpcf7 .wpcf7-spinner {
    display: none;
}

.map #map {
    --mapHeight: 800px;
    height: var(--mapHeight);
}

.map #map .ymaps {
    height: var(--mapHeight);
}

.map__title {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    color: var(--purple);
    max-width: 75%;
    margin-bottom: 20px;
}

.map__content {
    font-family: var(--font-gilroy);
    font-size: var(--font-16);
    font-weight: var(--font-500);
    color: var(--black);
    color: var(--black);
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 30px;
}

.wpcf7-submit:after {
    content: "";
    height: 200%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -20%;
    transform: rotate(-30deg);
    width: 200%;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.wpcf7-submit:hover:after {
    left: -50%;
    opacity: 1;
    top: -50%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
}

.submitting {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.submitting:after {
    content: "";
    position: absolute;
    height: 24px;
    width: 200%;
    top: 0;
    left: -200%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgb(255, 255, 255), rgba(255, 255, 255, 0.1));
    transform: rotate(150deg);
    transition: transform 0.5s ease-in-out;
}

.submitting:hover:after {
    animation: shine 4.5s forwards infinite;
}

@keyframes shine {
    0% {
        left: -200%;
    }
    100% {
        left: 200%;
    }
}

/*CONTACTS*/
.contacts {
    --x: 1400;
    display: flex;
    justify-content: space-between;
}

.contacts svg {
    width: 30px;
    min-width: 30px;
}

.contacts > div > div {
    margin-top: 30px;
}

.contacts__left {
    max-width: 493px;
}

.contacts__left-title {
    font-family: var(--font-phil);
    font-size: var(--font-40);
    font-weight: var(--font-400);
    line-height: 120%;
    color: var(--purple);
    color: var(--purple);
}

.contacts__left-box > div {
    display: flex;
    gap: 16px;
    align-items: center;
}

.contacts__left-box {
    display: flex;
    gap: 10px;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    line-height: 140%;
    color: var(--black);
    font-weight: 400;
    flex-direction: column;
}

.contacts__right {
    max-width: 690px;
}

.contacts__right-title {
    font-family: var(--font-phil);
    font-size: var(--font-40);
    font-weight: var(--font-400);
    line-height: 120%;
    color: var(--purple);
    color: var(--purple);
}

.contacts__right-text {
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    line-height: 140%;
    color: var(--black);
    font-weight: 400;
}

/******---->CHECKOUT<-----*******/
.checkout__box svg {
    width: 20px;
}

.checkout__box {
    display: flex;
    position: relative;
    align-items: flex-start;
}
.checkout__box > div:first-child {
    flex: 0 0 691px;
    margin-right: 137px;
}

.checkout__box > div:last-child {
    flex: 0 0 572px;
    position: sticky;
    top: calc(var(--headerHeight) + 20px);
}

#customer_details .col-1 {
    width: 100% !important;
}

#customer_details .col-2 {
    display: none !important;
}

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

.woocommerce-billing-fields {
    --inputsHeight: 70px;
    --textAreaHeight: 70px;
    margin-top: 30px;
}

.woocommerce-billing-fields h3 {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    display: none;
}

.woocommerce-billing-fields__field-wrapper .optional {
    display: none;
}

.woocommerce-billing-fields__field-wrapper input {
    height: var(--inputsHeight);
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--purple);
    color: var(--c-gray);
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    background-color: var(--d-blue);
    border-radius: var(--br50);
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper textarea {
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--purple);
    color: var(--c-gray);
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    background-color: var(--d-blue) !important;
    border-radius: var(--br50);
    width: 100%;
    resize: none;
    height: var(--textAreaHeight);
    margin-top: 20px;
}

.woocommerce-billing-fields__field-wrapper .first_billing {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper .sec_billing {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.woocommerce-billing-fields__field-wrapper .sec_billing > p {
    flex: 1;
}

.woocommerce-billing-fields__field-wrapper .three_billing {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: flex-end;
}

.woocommerce-billing-fields__field-wrapper .three_billing > p {
    flex: 1;
}

.woocommerce-billing-fields__field-wrapper .three_billing > input {
    flex: 1;
}

.woocommerce-billing-fields #billing_first_name_field {
    margin-top: 30px;
    width: calc(50% - 10px);
}

.woocommerce-billing-fields #billing_first_name_field label {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    margin-bottom: 20px;
    display: block;
}

.woocommerce-billing-fields #billing_phone_field {
    width: calc(50% - 10px);
}

.woocommerce-billing-fields #billing__address1_field {
    margin-top: 30px;
}

.woocommerce-billing-fields #billing__address1_field label {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    margin-bottom: 20px;
    display: block;
}

.woocommerce-billing-fields #billing__date_field {
    margin-top: 30px;
    border-bottom: 1px solid var(--w-gray);
    padding-bottom: 25px;

}

.woocommerce-billing-fields #billing__date_field label {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    margin-bottom: 20px;
    display: block;
}

.woocommerce-billing-fields #billing__from_whom_field {
    margin-top: 30px;
}

.woocommerce-billing-fields #billing__from_whom_field label {
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
    margin-bottom: 20px;
    display: block;
}

.checkout #order_review_heading {
    display: none;
}

.checkout #order_review tfoot {
    display: none;
}

.checkout .shop_table thead {
    display: none;
}

.checkout .shop_table tbody .cart_item {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

#payment {
    margin-top: 20px;
}

#place_order {
    border: none;
    background: var(--purple);
    width: 100%;
    border-radius: var(--br50);
    height: 70px;
    color: var(--white);
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    line-height: 120%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#place_order:after {
    content: "";
    height: 200%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -20%;
    transform: rotate(-30deg);
    width: 200%;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.submit__najmi {
    border: none;
    background: var(--purple);
    width: 100%;
    border-radius: var(--br50);
    height: 70px;
    color: var(--white);
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    line-height: 120%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
}

.submit__najmi:after {
    content: "";
    height: 200%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -20%;
    transform: rotate(-30deg);
    width: 200%;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.woocommerce-checkout-payment #place_order {
    display: block !important;
}

.woocommerce-cart-form__contents thead {
    display: none;
}

.woocommerce {
    --imgWidth: 200px;
}

.woocommerce .woocommerce-cart-form .shop_table {
    width: 100%;
}

.woocommerce .woocommerce-cart-form tfoot {
    display: flex;
    flex-direction: column;
}

.woocommerce .woocommerce-cart-form tfoot .cart-subtotal {
    order: 3;
}

.woocommerce .woocommerce-cart-form tfoot .woocommerce-shipping-totals shipping {
    order: 2;
}

.woocommerce .woocommerce-cart-form tfoot .order-total {
    order: 1;
    display: none;
}

.woocommerce .woocommerce-cart-form tfoot tr {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    color: var(--black);
    font-weight: 500;
}

.woocommerce .woocommerce-cart-form tfoot tr label {
    font-weight: 500;
}

.woocommerce .woocommerce-cart-form tfoot tr:nth-child(2) {
    border-top: 1px solid var(--c-gray);
    border-bottom: 1px solid var(--c-gray);
}

.woocommerce .woocommerce-cart-form tbody tr:last-child {
    display: none !important;
}

.woocommerce .woocommerce-cart-form tbody tr:not(:first-child) {
    border-top: 1px solid var(--c-gray);
    padding-top: 25px;
    display: inline-block;
}

.woocommerce .woocommerce-cart-form__cart-item {
    position: relative;
    margin: 0 0 30px 0;
    display: inline-table;
    width: 100%;
}

.woocommerce .woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    right: 0;
    top: 35px;
    font-size: 37px;
    color: var(--c-gray);
}

.woocommerce .woocommerce-cart-form__cart-item .product-name {
    position: absolute;
    left: calc(var(--imgWidth) + 40px);
    top: 35px;
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
}

.woocommerce .header__mid_img {
    border-radius: 500px;
    overflow: hidden;
    height: 200px;
    width: var(--imgWidth);
    background: linear-gradient(#E0BAFF, #8D58DD) padding-box, linear-gradient(to left, #E0BAFF, #8D58DD) border-box;
    border: 5px solid transparent;
    transition: 0.5s all;
}

.woocommerce .product-subtotal {
    display: none;
}

.woocommerce .product-thumbnail {
    max-width: var(--imgWidth);
    width: var(--imgWidth);
    margin-right: auto;
    display: block;
}

.woocommerce .product-price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    color: var(--purple);
}

.woocommerce .product-quantity {
    position: absolute;
    left: calc(var(--imgWidth) + 40px);
    bottom: 0;
    font-family: var(--font-phil);
    font-size: var(--font-24);
    font-weight: var(--font-400);
}

.quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

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

.quantity-wrapper input[type=number] {
    -moz-appearance: textfield;
    padding: 5px;
    pointer-events: none;
    z-index: 1;
    font-family: var(--font-gilroy);
    font-size: var(--font-18);
    font-weight: var(--font-500);
    color: var(--black);
    text-align: center;
    border: none;
    width: 45px;
}

.gt_float_switcher {
    box-shadow: unset !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: unset !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    color: var(--black) !important;
}

.gt_float_switcher img {
    display: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-family: var(--font-gilroy) !important;
}

.gt_float_switcher .gt_options {
    position: fixed !important;
    z-index: 9999999 !important;
    background: #fff !important;
}

.gt_float_switcher .gt-selected {
    background-color: transparent !important;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    width: max-content;
}

.minus {
    border-radius: var(--br50);
}

.plus {
    border-radius: var(--br50);
}

.quantity-wrapper .plus,
.quantity-wrapper .minus {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid var(--c-gray);
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-size: 15px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-wrapper .plus:hover,
.quantity-wrapper .minus:hover {
    color: #352D74;
}

.quantity-wrapper .plus:hover,
.quantity-wrapper .minus:hover {
    background-color: #e0e0e0;
}

.quantity-wrapper .plus::before {
    content: "+";
}

.quantity-wrapper .minus::before {
    content: "-";
}

.quantity-wrapper .plus,
.quantity-wrapper .minus {
    vertical-align: middle;
}

.payment_method_payme img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.woocommerce-order-pay .woocommerce-cart-form {
    display: none;
}
/* Основные стили для контейнера личного кабинета */
.woocommerce-account {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

/* Стили для заголовков */
.woocommerce-account h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

/* Стили для навигации */
.woocommerce-MyAccount-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.woocommerce-MyAccount-navigation li {
    flex: 1;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #0073aa;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.woocommerce-MyAccount-navigation a:hover {
    background-color: #005f8d;
}

/* Стили для информации о пользователе */
.woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.woocommerce-MyAccount-content p {
    margin: 0 0 15px;
    color: #555;
}

/* Стили для таблиц */
.woocommerce-MyAccount-orders,
.woocommerce-MyAccount-downloads {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-orders table,
.woocommerce-MyAccount-downloads table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-downloads th,
.woocommerce-MyAccount-orders td,
.woocommerce-MyAccount-downloads td {
    padding: 10px;
    border: 1px solid #e5e5e5;
    text-align: left;
}

.woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-downloads th {
    background-color: #f1f1f1;
    font-weight: bold;
}

/* Стили для кнопок */
.woocommerce-Button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #0073aa;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.woocommerce-Button:hover {
    background-color: #005f8d;
}
.woocommerce table {
    font-family: "Gilroy";
    width: 100%;
}
.woocommerce table .woocommerce-account .woocommerce-button {
    padding: 10px 15px;
}

/* Адаптивные стили */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation li {
        margin-bottom: 10px;
    }

    .woocommerce-MyAccount-navigation a {
        padding: 15px;
    }
}
/* Основные стили для таблицы заказов */
.woocommerce-MyAccount-orders table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-orders td {
    padding: 10px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.woocommerce-MyAccount-orders th {
    background-color: #f1f1f1;
    font-weight: bold;
}

/* Основные стили для таблицы информации о заказе */
.woocommerce-order-details table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.woocommerce-order-details th,
.woocommerce-order-details td {
    padding: 10px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.woocommerce-order-details th {
    background-color: #f1f1f1;
    font-weight: bold;
}
/*.woocommerce .product-quantity {*/
/*    display: none;*/
/*}*/
.woocommerce-order-details {
    margin: 20px 0 0 0;
}

/* Адаптивные стили для таблицы информации о заказе */
@media (max-width: 768px) {
    .woocommerce-order-details table,
    .woocommerce-order-details thead,
    .woocommerce-order-details tbody,
    .woocommerce-order-details th,
    .woocommerce-order-details td,
    .woocommerce-order-details tr {
        display: block;
    }

    .woocommerce-order-details thead tr {
        display: none;
    }

    .woocommerce-order-details td {
        position: relative;
        padding-left: 50%;
        text-align: right;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .woocommerce-order-details td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 20px);
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }

    .woocommerce-order-details td:last-child {
        border-bottom: 0;
    }
}


/* Адаптивные стили для таблицы заказов */
@media (max-width: 768px) {
    .woocommerce-MyAccount-orders table,
    .woocommerce-MyAccount-orders thead,
    .woocommerce-MyAccount-orders tbody,
    .woocommerce-MyAccount-orders th,
    .woocommerce-MyAccount-orders td,
    .woocommerce-MyAccount-orders tr {
        display: block;
    }

    .woocommerce-MyAccount-orders thead tr {
        display: none;
    }

    .woocommerce-MyAccount-orders td {
        position: relative;

        border: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .woocommerce-MyAccount-orders td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 20px);
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }

    .woocommerce-MyAccount-orders td:last-child {
        border-bottom: 0;
    }
    .woocommerce-account .woocommerce-button {
        font-size: 12px;
    }
    .woocommerce-MyAccount-content {
        padding: unset;
    }
}
/*404*/
/* Стили для страницы ошибки 404 */
.error-404 {
    font-family: var(--font-gilroy);
    text-align: center;
    padding: 100px 20px;
    background-color: #f9f9f9;
}

.error-404 .page-header {
    margin-bottom: 40px;
}

.error-404 .page-title {
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.error-404 .page-content {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.error-404 .widget-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.error-404 .widget {
    margin-bottom: 40px;
}

.error-404 ul {
    list-style: none;
    padding: 0;
}

.error-404 ul li {
    margin-bottom: 10px;
}

.error-404 ul li a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.error-404 ul li a:hover {
    color: #2980b9;
}

.error-404 .widget_categories ul {
    padding: 0;
}

.error-404 .widget_categories ul li {
    font-size: 16px;
    font-weight: 500;
}

.error-404 .widget_recent_entries li {
    font-size: 16px;
}

.error-404 .widget_categories ul li a {
    text-decoration: none;
    color: #3498db;
}

.error-404 .widget_categories ul li a:hover {
    color: #2980b9;
}

.error-404 .search-form {
    max-width: 400px;
    margin: 0 auto 40px;
}

.error-404 .search-form input[type="search"] {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
}

.error-404 .search-form input[type="submit"] {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.error-404 .search-form input[type="submit"]:hover {
    background-color: #2980b9;
}

.error-404 .widget_tag_cloud a {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #f1f1f1;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.error-404 .widget_tag_cloud a:hover {
    background-color: #3498db;
    color: #fff;
}
#place_order.ppcp-hidden {
    display:block !important;
}
/*# sourceMappingURL=style.css.map */
