@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//ammonit.store/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.0") format("woff2");
}

:root {
	--wd-text-font: "Tenor Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Tenor Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Tenor Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Tenor Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Tenor Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Tenor Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(184,155,117);
	--wd-alternative-color: rgb(255,255,255);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(184,155,117);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://ammonit.store/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: none;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Исправление выравнивания формы подписки во всплывающем окне */
.tnp-subscription {
    display: flex !important;
    align-items: flex-end !important; /* Выравнивание по нижнему краю */
    gap: 10px !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}

.tnp-subscription form {
    display: flex !important;
    align-items: flex-end !important;
    width: 100% !important;
    gap: 10px !important;
}

.tnp-field.tnp-field-email {
    flex: 1 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.tnp-field.tnp-field-button {
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    text-align: left !important;
}

.tnp-field label {
    display: none !important; /* Скрываем label если он мешает */
    margin-bottom: 5px !important;
    font-size: 14px !important;
}

.tnp-subscription input[type="email"] {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 40px !important; /* Задаем фиксированную высоту */
    border: 1px solid rgba(156, 151, 151, 0.3) !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #333 !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    font-family: 'Tenor sans' !important;
    margin: 0 !important;
    line-height: normal !important;
}

.tnp-subscription input[type="submit"] {
    padding: 0 20px !important;
    height: 40px !important; /* Такая же высота как у поля ввода */
    border: none !important;
    border-radius: 4px !important;
    background-color: #b89b75 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'Tenor sans' !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    text-transform: inherit !important;
    white-space: nowrap !important;
    margin: 0 !important;
    line-height: normal !important;
    min-width: 120px !important;
    transition: background-color 0.3s ease !important;
}

.tnp-subscription input[type="submit"]:hover {
    background-color: #a08766 !important;
}

/* Дополнительные стили для Elementor контейнера */
.elementor-widget-shortcode .tnp-subscription {
    margin: 0 auto !important;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .tnp-subscription {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 15px !important;
    }
    
    .tnp-subscription form {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .tnp-field.tnp-field-button {
        text-align: center !important;
    }
    
    .tnp-subscription input[type="submit"] {
        width: 100% !important;
        min-width: auto !important;
    }
}

/* Альтернативный вариант с использованием CSS Grid */
.tnp-subscription.grid-layout {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    align-items: end !important;
}

.tnp-subscription.grid-layout form {
    display: contents !important;
}

/* Если нужно показать label */
.tnp-subscription.show-labels .tnp-field label {
    display: block !important;
}

.tnp-subscription.show-labels .tnp-field.tnp-field-email {
    margin-bottom: 0 !important;
}

.tnp-subscription.show-labels .tnp-field.tnp-field-button {
    margin-top: 24px !important; /* Компенсируем высоту label */
}


/* Стили для выбора адреса самовывоза */
.pickup-address-selection {
    background: var(--wd-form-brd-color, #f4f4f4);
    border: 1px solid var(--wd-form-brd-color, #e0e0e0);
    border-radius: var(--wd-form-brd-radius, 6px);
    padding: 20px;
    margin-top: 15px;
}

.pickup-address-selection h4 {
    color: var(--wd-text-color, #333);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--wd-text-font, inherit);
}

.pickup-address-option {
    background: #fff;
    border: 2px solid var(--wd-form-brd-color, #e0e0e0);
    border-radius: var(--wd-form-brd-radius, 6px);
    padding: 15px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.pickup-address-option:hover {
    border-color: var(--wd-primary-color, #83b735);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pickup-address-option input[type="radio"] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    margin: 0;
}

.pickup-address-option input[type="radio"]:checked + strong {
    color: var(--wd-primary-color, #83b735);
}

.pickup-address-option input[type="radio"]:checked {
    accent-color: var(--wd-primary-color, #83b735);
}

.pickup-address-option label {
    display: block;
    cursor: pointer;
    padding-right: 30px;
    margin: 0;
    line-height: 1.4;
}

.pickup-address-option strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--wd-text-color, #333);
    margin-bottom: 8px;
    font-family: var(--wd-text-font, inherit);
}

.pickup-address-option span {
    display: block;
    color: var(--wd-text-color-gray, #777);
    font-size: 13px;
    margin-bottom: 4px;
    font-family: var(--wd-text-font, inherit);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .pickup-address-selection {
        padding: 15px;
        margin-top: 10px;
    }
    
    .pickup-address-option {
        padding: 12px;
    }
    
    .pickup-address-option input[type="radio"] {
        top: 12px;
        right: 12px;
    }
    
    .pickup-address-option label {
        padding-right: 25px;
    }
}

/* Интеграция с темой WoodMart */
.woodmart-checkout-steps .pickup-address-selection {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 20px;
}

.woodmart-checkout-steps .pickup-address-option {
    background: var(--wd-form-color, #fff);
    border: 1px solid var(--wd-form-brd-color, #e0e0e0);
}

/* Скрытие полей адреса при самовывозе */
.pickup-selected .woocommerce-shipping-fields {
    display: none !important;
}

.pickup-selected #ship-to-different-address-checkbox {
    display: none !important;
}



















































































































/* Смещение слайдера на основной странице чтобы он стал выше  */
.main-page-wrapper {
    margin-top: -48px  !important;;
    padding-top: 7px !important;
    min-height: 50v  !important;;
    background-color: var(--wd-main-bgcolor);
}



/* Новый цвет фона карточек уведолмений ( Например : удаление кода из покупки был зеленым - стал золотым) */

.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
    padding: 3%;
    width: 100%;
    border: 2px dashed #b89b75;
    border-radius: var(--wd-brd-radius);
    color: #b89b75;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
}

.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
    background-color: #b89b75;
    color: var(--notices-success-color);
}




.checkout-login-message {
    margin: 20px 0;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}

.checkout-login-button, .checkout-register-button {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px; /* Более компактный размер для мобильных */
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
	  border: 1px solid #3d3d3d;
    background-color: #3d3d3d;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.checkout-login-button:hover, .checkout-register-button:hover {
    background-color: #fff;
    color: #3d3d3d;
	  border-radius: 2px;
    border-color: #3d3d3d;
    transform: translateY(-3px); /* Легкий подъем при наведении */
}

@media (max-width: 768px) {
    .button-container {
        display: flex;
        justify-content: center;
        gap: 10px; /* Расстояние между кнопками */
        flex-direction: row; /* Если не помещаются, переходят на следующую строку */
    }
}


.checkout-or {
    color: #3d3d3d;
    font-weight: bold;
    padding: 0 5px;
}
.checkout-login-message p {
    margin: 0;
    font-size: 16px;
    color: #333;
}







/* Контейнер для кнопок нового блока соцсетей */
.new-social-buttons {
    display: flex;
    justify-content: flex-start;  /* Иконки выравниваются слева */
    gap: 8px;  /* Маленький отступ между иконками */
    flex-wrap: wrap;
    margin: 10px 0; /* Уменьшены отступы сверху и снизу */
}

/* Стили для каждой кнопки нового блока соцсети */
.new-social-buttons a {
    display: inline-block;
    width: 22px;  /* Уменьшены размеры кнопок */
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Стили для изображений внутри ссылок нового блока */
.new-social-buttons a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Эффект увеличения и изменения цвета при наведении */
.new-social-buttons a:hover img {
    transform: scale(1.1);
}

/* Уникальные фильтры для каждой соцсети в новом блоке */
.new-social-buttons .new-pinterest:hover img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(3927%) hue-rotate(347deg) brightness(96%) contrast(106%);
}

.new-social-buttons .new-instagram:hover img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(92%) saturate(4396%) hue-rotate(324deg) brightness(95%) contrast(104%);
}

.new-social-buttons .new-telegram:hover img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(5928%) hue-rotate(178deg) brightness(98%) contrast(107%);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .new-social-buttons {
        gap: 6px;
    }

    .new-social-buttons a {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .new-social-buttons a {
        width: 18px;
        height: 18px;
    }
}























.min-footer {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-inline: -15px;
    padding-block: 5px;
}
/* Контейнер для кнопок соцсетей В ПОДВАЛЕ САЙТА */
.social-buttons {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Стили для каждой кнопки соцсети */
.social-buttons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Стили для изображений внутри ссылок */
.social-buttons a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Эффект увеличения и изменения цвета при наведении */
.social-buttons a:hover img {
    transform: scale(1.1);
}

/* Уникальные фильтры для каждой соцсети */
.social-buttons .pinterest:hover img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(3927%) hue-rotate(347deg) brightness(96%) contrast(106%);
}

.social-buttons .instagram:hover img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(92%) saturate(4396%) hue-rotate(324deg) brightness(95%) contrast(104%);
}

.social-buttons .telegram:hover img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(5928%) hue-rotate(178deg) brightness(98%) contrast(107%);
}
.social-buttons .whatsapp:hover img {
    filter: brightness(0) saturate(50%) invert(31%) sepia(35%) saturate(5928%) hue-rotate(178deg) brightness(98%) contrast(107%);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .social-buttons {
        gap: 8px;
    }

    .social-buttons a {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .social-buttons a {
        width: 25px;
        height: 25px;
    }
}



















.woocommerce-product-attributes-item__value {
    overflow-x: auto; /* Включаем горизонтальную прокрутку */
    white-space: nowrap; /* Запрещаем перенос текста на новую строку */
    -webkit-overflow-scrolling: touch; /* Плавная прокрутка на мобильных устройствах */
}

.woocommerce-product-attributes-item__value p {
    display: inline-block; /* Устанавливаем inline-блок для текста, чтобы он не переносился */
}

.woocommerce-product-attributes-item__value::-webkit-scrollbar {
    display: none; /* Скрываем ползунок прокрутки (WebKit) */
}


.wd-header-cats .menu-opener:not(.has-bg) {
    background-color: #ffffff !important;
}
.wd-header-cats .menu-opener.color-scheme-light {
    color: #000 !important;
}
.wd-header-cats.wd-style-1 .menu-opener {
    padding: 10px 15px;
    min-width: 270px;
    height: 50px;
    border-top-left-radius: var(--wd-brd-radius);
    border-top-right-radius: var(--wd-brd-radius);
    border: 1px solid #e5e5e5 !important;
}
.whb-top-bar {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(232, 232, 232, 0.01);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 14px;
    padding-top: 14px;
}
.bannersy {
    border-radius: 7px;
}
.banner-mask .wrapper-content-banner {
    transition: background-color .5s cubic-bezier(0,0,.44,1.18);
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(77%, rgba(0, 0, 0, 0)), to(rgb(0 0 0 / 52%)));
}
.banner-mask .wrapper-content-banner {
    background-color: rgb(0 0 0 / 5%) !important;
    transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18) !important;
}
.promo-banner .banner-title {
    display: block;
    margin-bottom: 0;
    line-height: 1.3;
    font-family: 'Tenor sans' !important;
}
.footer-container {
    border: 1px solid #efecec;
    background-color: #FFF;
    background-image: none;
}
.catmagesy {
    opacity: .9;
    line-height: 62px !important;
    max-width: 111px !important;
    display: inline-block;
    box-shadow: 0px 5px 50px -6px rgb(0 0 0 / 8%);
    border-radius: 3px;
    display: block !important;
    margin: 0 auto;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 10px;
}
.catpremium {
    display: inline-block;
    max-width: 210px;
    width: 100%;
    margin: 0px 20px 0px 20px;
}
.catname {
    margin-top: 7px;
    font-size: 19px;
    color: #88693a;
    font-weight: bold;
    font-family: 'Roboto', SANS-SERIF,arial;
    margin-bottom: 0px;
    text-align: center;
}
.liney {
    border: 2px solid #e8e5e5;
    margin-top: 11px;
    margin-bottom: 7px;
}
.catygo {
    margin-top: 3px !important;
    font-size: 16px !important;
    color: #a3a2a1 !important;
    font-family: 'Roboto'!important;
    font-weight: 410 !important;
}
.catbutsy {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,opacity .3s ease-in-out;
    min-width: 46px;
    min-height: 22px;
    padding: 5px 7px;
    font-size: 14px;
    line-height: 1.29;
    color: #ffffff;
    background-color: #232323;
    /* background-color: #143770; */
    font-family: 'Roboto';
    font-weight: 700;
    /* margin: 0 auto; */
    width: 100%;
    max-width: 95px;
    margin-top: 12px;
}
.catcall {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,opacity .3s ease-in-out;
    min-width: 46px;
    min-height: 22px;
    padding: 5px 7px;
    font-size: 14px;
    line-height: 1.29;
    color: #ffffff;
    background-color: #b3b3b3;
    font-family: 'Roboto';
    font-weight: 700;
    /* margin: 0 auto; */
    margin-left: 5px;
    width: 100%;
    max-width: 105px;
    margin-top: 12px;
}
.wd-sub-menu li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    color: #848484;
    font-size: 16px !important;
    line-height: 1.3;
	  font-family: 'Tenor Sans';
}
.menucatsy {
    display: inline-block;
    max-width: 210px;
    width: 100%;
	  margin: 0px 20px 0px 20px;
}
.butcatsy {
    max-width: 210px;
    width: 100%;
	  margin: 0px 20px 0px 20px;
	  margin-top: -3px;
}
.vsecat {
    margin: 0 auto;
    display: block;
    border-top-width: 30px;
    background-color: #cab497;
    border: 2px solid #ba9e78;
    background: #ffffff;
    color: #02052a;
    font-size: 15px;
    cursor: pointer;
    padding: 7px 10px;
    transition: all 300ms ease;
    line-height: 30px;
    font-weight: bold;
    text-transform: inherit;
    border-radius: 50px;
    /* box-shadow: 0 9px 18px rgb(0 0 0 / 13%), 0 15px 5px rgb(0 0 0 / 5%); */
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 133px;
    max-width: 160px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    transition: all .2s;
    text-align: center;
    margin-top: 30px;
}
.catsyup {
	  line-height: 1.2;
    color: #051945;
    text-align: center;
    font-size: 27px;
}
.premium-sales {
  font-family: 'Roboto', sans-serif, arial;
    font-weight: 400;
    font-size: 16.5px;
    margin-bottom: 3px;
}
.linersy {
	  border-top: 1px solid #e5e5e5;
    margin-bottom: 17px;
}
.wd-nav-pagin-wrap {
    min-height: var(--wd-pagin-size, 10px);
    margin-top: 20px;
    text-align: var(--text-align);
    font-size: 0;
    display: none;
}
.amount {
    font-size: inherit;
    color: #131414 !important;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text {
    position: relative;
    display: inline-block;
    padding-block: 1px;
    line-height: 1.2;
    text-transform: none;
}
.whb-color-dark [class*="wd-header-search-form"] :is(.wd-style-default,.wd-style-with-bg-2) {
    --wd-form-brd-color: rgba(0,0,0,0.1);
    --wd-form-brd-color-focus: rgba(0,0,0,0.15);
    --wd-form-color: #777;
    --wd-form-placeholder-color: var(--wd-form-color);
    max-width: 477px;
		font-family: 'Tenor sans' !important;
}
.wd-entities-title {
    display: block;
    color: #ab9772;
    word-wrap: break-word;
    font-weight: var(--wd-entities-title-font-weight);
    font-style: var(--wd-entities-title-font-style);
    font-family: var(--wd-entities-title-font);
    text-transform: var(--wd-entities-title-transform);
    line-height: 1.4;
}
.product_title {
    font-size: 30px;
	  color: #ab9772;
    line-height: 1.2;
    --page-title-display: block;
	  color: #ab9772;
}
.wd-entities-title {
    display: block;
    color: #1c1b1b;
    word-wrap: break-word;
    font-weight: var(--wd-entities-title-font-weight);
    font-style: var(--wd-entities-title-font-style);
    font-family: var(--wd-entities-title-font);
    text-transform: var(--wd-entities-title-transform);
    line-height: 1.4;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: var(--nav-color);
    font-size: 15px;
	  text-transform: inherit !important;
}
@media (min-width: 1025px) {
.title-size-small {
    padding: 20px 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}
}
.title-size-small {
    border-bottom: 1px solid #e5e5e5;
}
.wd-gallery-item img {
    border-radius: var(--wd-brd-radius);
    border: 1px solid #fbf2f2;
    border-radius: 4px;
}
.mc4wp-form-fields {
    margin-bottom: 10px !important;
    margin: 0 auto;
    display: block !important;
    width: 100%;
    max-width: var(--wd-max-width);
    max-width: 400px !important;
}
.mc4wp-form-fields {
    margin: 0 auto;
    display: block !important;
    width: 100%;
    max-width: var(--wd-max-width);
    max-width: 400px !important;
}
.wd-spacing-10 {
    --wd-sp: 0px !important;
}
.mc4wp-form input[type="submit"] {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: #b89b75 !important;
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
.icoline {
	border-top: 1px solid #f5f5f5;
}
.mailline {
	border-top: 1px solid #f5f5f5;
}
.iconnices {
    display: block;
    max-width: 80px;
    margin: 0 auto;
	  margin-bottom: 25px;
}
.titleinform {
	  font-size: 20px;
    color: #010614;
    text-align: center;
    font-family: 'Roboto', SANS-SERIF, Arial;
	  margin-bottom: 5px;
}
.textinform {
	  text-align: center;
    font-family: 'Roboto', SANS-SERIF, Arial;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
}
.title-subscribe {
    font-size: 32px;
    color: #030b38;
    font-family: 'PlayFair Display', SANS-SERIF;
}
.footer-opisanie {
	  font-family: 'Roboto', sans-serif, Arial;
    line-height: 20px;
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #030716 !important;
}
.phones {
    font-family: 'Roboto', sans-serif, Arial;
    font-size: 15px;
    font-weight: bold;
}
.wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child) {
    margin-top: 1px !important;
}
.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count {
    position: absolute;
    top: -5px;
    inset-inline-end: -9px;
    background-color: #1c1d1b !important;
    color: #fff;
    font-size: 9px;
}
.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
    position: absolute;
    top: -5px;
    inset-inline-end: -9px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #1c1d1b !important;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}
.wd-header-nav.wd-full-height :is(.wd-nav,.wd-nav>li,.wd-nav>li>a) {
    height: 100%;
    font-size: 13px;
}
.set-mb-l>* {
    margin-bottom: 5px !important;
}
.wd-entities-title {
    display: block;
    color: #161717 !important;
    word-wrap: break-word;
    font-weight: var(--wd-entities-title-font-weight);
    font-style: var(--wd-entities-title-font-style);
    font-family: var(--wd-entities-title-font);
    text-transform: var(--wd-entities-title-transform);
    line-height: 1.4;
}
.single_add_to_cart_button {
    color: var(--btn-accented-color);
    box-shadow: none;
    background-color: #0f171d !important;
    font-family: sans-serif !important;
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    border-radius: 2px;
    text-transform: inherit;
    font-size: 14px !important;
}
.product-label.new {
    background-color: #a89173 !important;
}
.product-label.onsale {
    background-color: #000000 !important;
    direction: ltr;
}
.wd-entities-title a {
    color: inherit;
    font-size: 15px;
	  font-family: 'Tenor sans';
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 15px;
    background-color: #0b0b0b !important;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    margin-top: -1px;
    height: 2px;
    border: 0;
    border-radius: 0;
    background-image: none;
    background-color: #0b0b0b;
}
.widgettitle, .widget-title {
    margin-bottom: 20px;
    color: #b89b75;
    text-transform: inherit;
    font-weight: var(--wd-widget-title-font-weight);
    font-style: var(--wd-widget-title-font-style);
    font-size: var(--wd-widget-title-font-size);
    font-family: 'Tenor Sans' !important;
}
.woocommerce-mini-cart__buttons .checkout {
    border-radius: 2px !important;
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: inherit !important;
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
}
.woocommerce-mini-cart__buttons .btn-cart {
    border-radius: var(--btn-default-brd-radius);
    color: var(--btn-default-color);
    box-shadow: var(--btn-default-box-shadow);
    background-color: var(--btn-default-bgcolor);
    text-transform: inherit !important;
    font-weight: var(--btn-default-font-weight, var(--btn-font-weight));
    font-family: 'Roboto', sans-serif !inherit;
    font-size: 14px !important;
}
.btn.btn-color-black {
    background-color: #212121;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', SANS-SERIF;
    text-transform: inherit;
    font-size: 15px;
    border-radius: 2px !important;
}
.mc4wp-form input[type="submit"] {
    border-radius: 2px !important;
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: inherit !important;
    font-weight: 500 !important;
    font-family: 'Tenor sans' !important;
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    font-size: 14px !important;
}
 h4 {
	 line-height: 1.3 !important;
}
.set-mb-l>* {
    margin-bottom: 5px !important;
    margin-top: 11px !important;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000 !important;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.whb-top-bar .wd-tools-element .wd-tools-icon:before {
    font-size: 20px !important;
}
.wd-tools-element>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: var(--wd-header-el-color);
    line-height: 1;
    padding-inline: 10px;
    padding-left: 22px;
}
.titles {
    font-size: 3rem;
    text-align: center;
    font-weight: 200;
    font-family: 'Tenor sans';
    color: #0b0b0b;
    margin-top: 70px;
    margin-bottom: 5px;
}
.buttonsy {
    background: #010101;
    padding: 14px 21px;
    min-height: 48px;
    font-size: 14px;
    font-family: 'Roboto', SANS-SERIF;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 220px;
    display: block;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
	  margin-bottom: 47px;
}
.titless {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}	
.zagsys {
	  font-size: 3rem;
    line-height: 3rem !important;
    text-align: center;
    font-family:'Tenor Sans';
    font-weight: 200;
    max-width: 430px;
    margin: 0 auto;
	  margin-bottom: 32px;
}
.textys {
    font-size: 15px;
    text-align: justify;
    font-family: 'Tenor Sans';
    font-weight: 400;
    /* max-width: 540px; */
    margin: 0 auto;
    margin-bottom: 11px;
    color: #121111;
    line-height: 24px;
}
.textline {
	  font-size: 14.5px;
    text-align: center;
    font-family: 'Roboto', SANS-SERIF;
    font-weight: 500;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 48px;
    color: #121111;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
}
.zagsymini {
	  text-align: center;
    font-size: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.minititle {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 25px;
	  font-family: 'Tenor sans';
}
.minitext {
	  font-size: 17px;
    text-align: center;
    font-family: 'Roboto', SANS-SERIF;
    font-weight: 300;
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 48px;
    color: #121111;
    line-height: 24px;
}
.minihref {
    font-size: 14.5px;
    text-align: center;
    font-family: 'Roboto', SANS-SERIF;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 48px;
    color: #121111;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
}
.wd-sticky-nav-title {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin: 8px;
    padding: 0 12px;
    height: 44px;
    border-radius: calc(var(--wd-brd-radius) * 100);
    background: #ffffff !important;
    color: #000 !important;
    cursor: default;
}
.wd-text-block-wrapper [class*="title"] {
    display: inline-block;
    max-width: 300px !important;
    font-size: 15px !important;
    color: #fff !important;
}
.wd-prefooter {
    padding-bottom: 10px;
    padding-top: 30px !important;
    background-color: #FFF!important;
	  border-top: 1px solid #efecec;
}
input[type='email'] {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: var(--wd-form-brd-width) solid rgb(255 255 255 / 19%) !important;
    border-radius: var(--wd-form-brd-radius);
    background-color: var(--wd-form-bg);
    box-shadow: none;
    color: var(--wd-form-color);
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}
.icons-design-bordered .wd-social-icon {
    border: 2px solid #333 !important;
    background-color: transparent;
    color: rgba(0,0,0,0.4) !important;
}
.footer-sidebar {
    padding-block: 0px 0px !important;
}
.main-footer {
	border-bottom: none;
}
.site-logo {
    max-height: max-content !important;
	  margin: 0 auto;
}
:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li a {
    display: inline-block;
    padding-inline-end: 2px;
    font-family: 'Tenor sans' !important;
    font-weight: 400 !important;
    color: #8b8b8b !important;
}
.wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: #c4a18d !important;
}
nav[class*="-pagination"] li .current {
    color: #fff;
    background-color: #0f171d !important;
}
.wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    min-height: unset;
    border-radius: 2px;
}
.main-page-wrapper {
    margin-top: -40px;
    padding-top: 7px !important;
    min-height: 50vh;
    background-color: var(--wd-main-bgcolor);
}
.page-title {
    position: relative;
    margin-block: -10px 40px !important;
    padding: 15px 0;
}
@media (min-width: 1025px) {
.title-size-small .title {
    font-size: 18px !important;
    color: #959493 !important;
	  font-family: 'Tenor sans' !important;
}
}
.tabs-layout-accordion>.wd-accordion-item>.wd-accordion-title .wd-accordion-title-text {
    text-transform: inherit !important;
    font-style: var(--wd-title-font-style);
    font-family: 'Tenor sans' !important;
	font-weight: 300 !important;
}
.wd-accordion-title:is(.wd-active,:hover) .wd-accordion-title-text {
    color: rgb(16 15 16) !important;
}
:is(.btn,.button,button,[type="submit"],[type="button"]) {
    padding: 5px 20px;
    min-height: var(--btn-height);
    font-size: 13px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    border-radius: 2px !important;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    font-weight: var(--btn-font-weight);
    font-family: 'Tenor sans' !important;
    font-style: var(--btn-font-style);
    line-height: 1.2;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    background-color: var(--btn-bgcolor, #F3F3F3);
}
.wd-sub-menu li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #848484;
    font-size: 16px !important;
    line-height: 1.3;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 10px;
}
.wd-empty-page-text+.return-to-shop .button {
    padding: 5px 28px;
    min-height: 48px;
    font-size: 14px;
    text-transform: inherit;
}
pre {
    overflow: auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff !important;
    text-align: left;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.single_add_to_cart_button:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover) !important;
}
.comment-form .submit {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: inherit !important;
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
.wc-tabs-wrapper .woocommerce-Tabs-panel {
    display: none;
    font-family: 'Roboto', SANS-SERIF;
    font-size: 16.5px;
    font-weight: 400;
}
.wd-checkout-steps li span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #dbdad9 !important;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-checkout-steps li {
    display: inline-block;
    margin-block: 5px;
    color: var(--wd-title-color);
    text-transform: inherit !important;
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-size: 22px;
    font-family: var(--wd-title-font);
    line-height: 1.2;
}
table th {
    padding: 15px 10px;
    border-bottom: 2px solid var(--brdcolor-gray-200);
    color: var(--wd-title-color);
    text-transform: inherit !important;
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-size: 16px;
    font-family: var(--wd-title-font);
}
.cart-totals-inner .shipping-calculator-button {
    color: rgb(78 77 77) !important;
    font-weight: 600;
}
.cart-totals-inner .checkout-button {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: inherit !important;
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
#ship-to-different-address {
    font-size: unset;
    font-family: unset;
    display: none;
}
#order_review_heading {
    text-align: center;
    text-transform: inherit !important;
}
.woocommerce-billing-fields>h3 {
    text-transform: inherit !important;
}
.cart-totals-inner>h2 {
    text-transform: inherit !important;
    font-size: 22px;
    padding-inline-start: 6px;
}
.wd-post-cat.wd-style-with-bg {
    display: inline-block;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    border-radius: calc(var(--wd-brd-radius) / 1.5);
    background-color: rgb(11 10 10);
    color: #fff;
    line-height: 25px;
}
.wd-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-transform: inherit !important;
    font-weight: 600;
    font-family: 'Roboto', SANS-SERIF !important;
    font-size: 14px !important;
}
.read-more-section a {
    position: relative;
    display: inline-block;
    border-bottom: none;
    color: rgb(10 9 10) !important;
    text-transform: inherit !important;
    font-weight: 800;
    font-size: 14px !important;
    font-family: 'Roboto', SANS-SERIF !important;
}
.wpb-content-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    overflow: unset;
    display: block;
    font-family: 'Roboto', SANS-SERIF !important;
    font-size: 16px !important;
}
:is(.breadcrumbs,.yoast-breadcrumb) :is(a,span) {
    text-transform: inherit !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    font-family: 'Roboto', SANS-SERIF;
}
.wd-nav-product-cat .nav-link-count {
    display: block;
    margin-top: 5px;
    color: var(--color-gray-400);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    display: none;
}
.wd-nav-sticky>li:is(.wd-opened,:hover)>a {
    color: rgb(138 138 138) !important;
}
.wd-dropdown-menu.wd-design-default {
    padding: 12px 0px !important;
    --wd-dropdown-width: 220px;
}
.wd-empty-mini-cart .btn {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: inherit !important;
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
.product_list_widget>li .wd-entities-title {
    margin-bottom: 8px;
    font-size: 13px !important;
    font-family: 'Roboto', SANS-SERIF, Arial !important;
}
.wd-accordion {
    --wd-accordion-spacing: 20px;
    max-width: 837px;
    margin: 0 auto;
}
.wd-el-title {
    margin: 0 auto !important;
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-family: 'Tenor sans';
    font-weight: 500 !important;
    text-align: center !important;
}
.wd-carousel-item {
    position: relative;
    height: 100%;
    flex: 0 0 calc(100% / var(--wd-col));
    max-width: calc(100% / var(--wd-col));
    padding: 0px !important;
    transition-property: transform;
    transform: translate3d(0px, 0, 0);
}
.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
    margin-block: 7px 11px !important;
}
.woocommerce-Reviews :is(.comment-reply-title,.woocommerce-Reviews-title) {
    text-transform: inherit !important;
    font-size: 14px;
    line-height: inherit;
}
.error404 .page-header h3 {
    position: relative;
    padding: 1.5em 0;
    text-align: center;
    text-transform: inherit !important;
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    color: #baa28c !important;
}
/*@media (min-width: 769px) {
.image-full-width.product-design-alt .summary-inner {
    margin: 0 auto;
    max-width: 320px !important;
    position: absolute;
    bottom: 70px;
    z-index: 3;
    display: flex;
    gap: 10px;
    padding: 15px;
    transition: all .3s;
    display: block;
    left: 0;
    right: 0;
	  background: rgb(255 255 255 / 46%);
    /*background: rgb(255 255 255 / 82%);*/
@media (min-width: 769px) {
.image-full-width.product-design-alt .summary-inner {
    margin: 0 auto;
    max-width: 320px !important;
    position: absolute;
    bottom: 280px;
    z-index: 3;
    display: flex;
    gap: 10px;
    padding: 15px;
    transition: all .3s;
    display: block;
    /* left: 0; */
    right: 0;
    background: rgb(255 255 255 / 55%);
    /* background: rgb(255 255 255 / 82%); */
    margin: auto !important;
    /* margin-left: auto !important; */
    /* margin-right: auto !important; */
    right: 450px;
}
}
@media (min-width: 769px) {
.image-full-width.product-design-alt .summary-inner:hover {
    margin: 0 auto;
    max-width: 320px !important;
    position: absolute;
    bottom: 280px;
    z-index: 3;
    display: flex;
    gap: 10px;
    padding: 15px;
    transition: all .3s;
    display: block;
    /* left: 0; */
    right: 0;
    background: rgb(255 255 255 / 68%);
    /* background: rgb(255 255 255 / 82%); */
    margin: auto !important;
    /* margin-left: auto !important; */
    /* margin-right: auto !important; */
    right: 450px;
}
}
/*@media (min-width: 769px) {
.image-full-width.product-design-alt .summary-inner:hover {
    margin: 0 auto;
    max-width: 320px !important;
    position: absolute;
    bottom: 70px;
    z-index: 3;
    display: flex;
    gap: 10px;
    padding: 15px;
    transition: all .3s;
    display: block;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 89%);*/
@media (min-width: 769px) {
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
    font-weight: 600;
    font-size: 18px !important;
    font-family: 'Tenor Sans';
}
}
@media (min-width: 769px) {
.summary-inner .product_meta {
    margin-bottom: 10px;
    padding-top: 2px !important;
    border-top: 1px solid var(--brdcolor-gray-300);
}
}
@media (min-width: 769px) {
.wd-social-icons {
    font-size: 0;
    margin-top: 0px !important;
}
}
.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    false: ;
    font-size: 15px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #333;
    font-weight: bold;
}
.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 25px !important;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}
.gt_float_switcher .gt_options a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    color: #444;
    transition: color .4s linear;
    font-size: 15px !important;
}
.summary-inner>.price {
    font-size: 16px !important;
    line-height: 1.2;
	  margin-bottom: 17px !important;
	  font-family: 'Tenor sans' !important;
}
pre {
    overflow: auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff00 !important;
    text-align: left;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.footer-column {
    margin-bottom: 15px !important;
}
body > .main-container:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f3f3f3 !important;
    opacity: 0.4;
    z-index: -1;
    position: absolute;
}
.copyrights-wrapper {
    border-top: 1px solid #eaeaea !important;
}
.wd-sticky-nav:is(:hover,.wd-opened) .wd-sticky-nav-title span, .wd-sticky-nav:is(:hover,.wd-opened) .wd-nav-sticky>li>a:after, .wd-sticky-nav:is(:hover,.wd-opened) .wd-nav-sticky>li>a .nav-link-text {
    max-width: none;
    width: auto;
    opacity: 1;
    transition: opacity .25s ease .12s;
    font-family: 'Tenor Sans';
}
.wd-disabled .wd-arrow-inner {
    color: var(--wd-arrow-color-dis, var(--color-gray-400));
    background: var(--wd-arrow-bg-dis, var(--wd-arrow-bg));
    border-color: var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));
    cursor: unset;
    display: none;
}
.wd-nav-sticky>li>a .nav-link-text:hover {
    max-width: 0;
    width: 0;
    opacity: 0;
	  color:#d00070;
}
div.quantity {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}
.product_meta.wd-layout-inline>span {
    display: inline-block;
    margin: 0 10px 5px 10px;
    display: none;
}
table.variations tr:last-child .cell {
    padding-bottom: 0;
    max-width: 150px;
    margin: 0 auto;
		overflow: inherit; !important
}
table.variations .label>* {
    display: inline-block;
    vertical-align: middle;
    line-height: var(--wd-text-line-height);
    font-size: 12px !important;
	  font-family: 'Tenor sans' !important;
		overflow: inherit; !important
}
.shop_attributes th {
    flex: 0 0 auto;
    /* font-family: var(--wd-text-font); */
    margin-right: 20px;
    font-family: 'Tenor sans' !important;
    font-size: 14px;
    font-weight: 400;
}
.shop_attributes tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: calc(var(--wd-attr-v-gap) / 2);
    margin-bottom: calc(var(--wd-attr-v-gap) / 2);
    border-bottom: var(--wd-attr-brd-width) var(--wd-attr-brd-style) var(--wd-attr-brd-color);
    font-family: 'Tenor Sans';
    font-size: 15px;
}
.wd-action-btn.wd-style-text>a {
    position: relative;
    font-weight: 600;
    line-height: 1;
    font-family: 'Tenor Sans';
}
.textline:hover {
	color: #d00070;
}
.vc_custom_1707986978593 {
    margin-bottom: 2px !important;
    font-family: 'Tenor sans';
}
.title-design-centered .wd-nav-product-cat {
    display: none;
    justify-content: center;
}
.wd-filter-list .count {
    padding-inline: 5px;
    min-width: 30px;
    height: 20px;
    border: 1px solid var(--brdcolor-gray-300);
    border-radius: 35px;
    color: var(--color-gray-500);
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    margin-inline-start: 5px;
    display: none;
}
@media (min-width: 1025px) {
.title-shop.title-design-centered>.container {
    justify-content: left !important;
    padding-left: 30px;
    margin-top: 15px;
}
}
.wd-products-per-page {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    color: var(--color-gray-500);
}
.wd-shop-tools .woocommerce-ordering.wd-style-underline select {
    max-width: 200px;
    display: none;
}
a {
    touch-action: manipulation;
    font-family: 'Tenor sans';
}
.mc4wp-form input[type="submit"] {
    border-radius: 2px !important;
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: inherit !important;
    font-weight: 500 !important;
    font-family: 'Tenor sans';
}
p {
    margin-bottom: var(--wd-tags-mb);
    font-family: 'Tenor sans' !important;
}
.wd-text-block-wrapper [class*="title"] {
    display: inline-block;
    max-width: 300px !important;
    font-size: 15px !important;
    color: #5d5959 !important;
    font-family: 'Tenor sans' !important;
}
.wd-product-video {
    opacity: 0;
    background-color: #fff !important;
    transition: all .3s ease;
    z-index: 2;
    border-radius: var(--wd-brd-radius);
}
.wd-arrow-inner:hover {
    color: #df3e72 !important;
    border-color: var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color));
}
@media (min-width: 1025px) {
.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
    opacity: inherit !important;
    pointer-events: none;
}
}
@media (min-width: 1025px) {
:is(.wd-carousel-container:hover .wd-nav-arrows,.wd-nav-arrows.wd-shown)[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
    opacity: 1;
    transform: 0 !important;
    pointer-events: unset;
}
}
div.tnp-subscription, div.tnp-profile {
    display: block !important;
    margin: 1em auto;
    max-width: 310px !important;
    width: 100%;
    margin: 0 auto;
}
.tnp-subscription, div.tnp-field {
    display: inline-block !important;
}
.tnp-subscription label {
    display: none !important;
}
.tnp-subscription input[type=email] {
	padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    height: var(--wd-form-height) !important;
    border: var(--wd-form-brd-width) solid rgb(156 151 151 / 19%) !important;
    border-radius: var(--wd-form-brd-radius) !important;
    background-color: var(--wd-form-bg) !important;
    box-shadow: none !important;
    color: var(--wd-form-color) !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    transition: border-color .5s ease !important;
	  font-family: 'Tenor sans' !important;
	  left: 4px !important;
    position: relative !important;
}
.tnp-subscription input[type=submit] {
	  font-family: 'Tenor sans' !important;
    font-style: var(--btn-accented-font-style, var(--btn-font-style)) !important;
    font-size: 14px !important;
    text-transform: inherit !important;
    background-color: var(--btn-accented-bgcolor-hover) !important;
    font-weight: 300 !important;
}
.cookies-buttons .cookies-accept-btn {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: inherit !important;
    font-weight: 400 !important;
    font-family: 'Tenor sans';
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
.logopopup {
	max-width: 187px;
}
.pswp__bg {
    background: #000000b0 !important;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}
.title-wrapper [class*="title"] {
    display: inline-block;
    font-family: 'Tenor sans';
}
input[type='email'] {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: var(--wd-form-brd-width) solid rgb(174 170 170 / 19%) !important;
    border-radius: var(--wd-form-brd-radius);
    background-color: var(--wd-form-bg);
    box-shadow: none;
    color: var(--wd-form-color);
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}
.pum-container .pum-content+.pum-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    background-color: transparent;
}
li {
    margin-bottom: var(--li-mb);
    font-family: 'Tenor sans';
}
.post-single-page .post-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.2;
    font-family: 'Tenor sans';
}
legend, h1, h2, h3, h4, h5, h6, .title {
    display: block;
    margin-bottom: var(--wd-tags-mb);
    color: var(--wd-title-color);
    text-transform: var(--wd-title-transform);
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-family: 'Tenor sans' !important;
    line-height: 1.4;
}
.wd-product-video-mp4 video {
    /* max-width: 100%; */
    height: 100%;
    /* float: left; */
    width: auto !important;
}
.cross-sells {
    margin-top: 20px !important;
}
.entry-content {
	font-family: 'Tenor sans';
}
.politiks {
 text-align: justify;
}
.u-column1 {
	display: none;
}
.post-single-page .article-body-container {
    text-align: justify !important;
}
.socialmed {
	  max-width: 50px;
    margin: 0 auto;
    display: block;
}
.woocommerce-product-rating {
 display: none !important;
}
@media (min-width: 1025px) {
.wd-single-reviews.wd-layout-two-column .woocommerce-Reviews>:is(div,p) {
    flex-basis: auto;
}
}
.wd-nav-mobile .wd-with-icon>a:before {
	  display: none;
    margin-right: 7px;
    font-weight: 400;
    font-family: "woodmart-font";
}
.textnewslet {
	font-family: 'Tenor sans' !important;
}
.btn.btn-color-default {
    background-color: #ffffff !important;
    color: #3E3E3E;
}
.butsywhats {
    background: #010101;
    padding: 10px 1px;
    min-height: 28px;
    font-size: 14px;
    font-family: 'Tenor sans' !important;
    text-transform: inherit;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 190px;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin-bottom: 47px;
}
.btn-icon-pos-left {
    flex-direction: row-reverse;
    padding: 0px !important;
}
form.variations_form p.stock {
    margin-bottom: 0;
    display: none;
}
@media (min-width: 300px) and (max-width: 570px) {
.pc {	
	  display: none;
}
}
@media (min-width: 571px) and (max-width: 4240px) {
.mobilesy {	
	  display: none;
}
}
.gt_float_switcher {
    font-family: Arial;
    font-size: 20px;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow: rgb(0 0 0 / 0%) 0 5px 15px !important;
    background: #fff;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    transform: translateX(0px);
    margin-top: 20px !important;
}
:is(.breadcrumbs,.yoast-breadcrumb) :is(a,span) {
    text-transform: inherit !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}
form.cart>* {
    flex: 1 1 100%;
    overflow: inherit;
}
.product-labels.labels-rounded .product-label { 
    display: none !important;
}@media (min-width: 1025px) {
	.pum-container .pum-content+.pum-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    background-color: transparent;
	  top: -377px !important;
    left: 777px !important;
	  bottom: 0px !important;
}
.title-wrapper .title {
    margin-bottom: 0;
    font-family: 'Tenor sans' !important;
    line-height: 42px !important;
}
.obrende {
	 float: right;
}
@media (min-width: 1200px) {
.vc_col-lg-offset-1 {
    margin-left: 0px !important;
}
}
:is(.breadcrumbs,.yoast-breadcrumb) :is(a,span) {
    text-transform: inherit !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}

[class*="woocommerce-product-attributes-item__value"] {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

[class*="woocommerce-product-attributes-item__value"]::-webkit-scrollbar {
    display: none;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	:is(.breadcrumbs,.yoast-breadcrumb) :is(a,span) {
    text-transform: inherit !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
}

@media (max-width: 576px) {
	.nomobile {
	display: none;
}
.title-wrapper .title {
    margin-bottom: 0;
    font-family: 'Tenor sans' !important;
    line-height: 27px !important;
}
.pum-container .pum-content+.pum-close {
    text-decoration: none;
    text-align: center;
		font-size: small;
		line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    background-color: transparent;
    bottom: 0px !important;
    top: -435px !important;
    left: 322px !important;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
/* Исправление отображения атрибутов товара на мобильных устройствах */
@media (max-width: 768px) {
    .woocommerce-product-attributes-item__value,
    [class*="woocommerce-product-attributes-item__value"] {
        overflow-x: visible !important;
        white-space: normal !important;
        -webkit-overflow-scrolling: auto !important;
    }

    .woocommerce-product-attributes-item__value p {
        display: block !important;
        white-space: normal !important;
    }

    /* Дополнительные стили для лучшего отображения на мобильных */
    .shop_attributes tr {
        display: block !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #e2e2e2 !important;
    }

    .shop_attributes th,
    .shop_attributes td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 5px 0 !important;
    }

    .shop_attributes th {
        font-weight: bold !important;
        margin-bottom: 5px !important;
    }

    .shop_attributes td {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
}





/* ПРИНУДИТЕЛЬНЫЕ стили для формы в линию на всех устройствах */
div.tnp.tnp-subscription {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 8px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    width: 100% !important;
}

div.tnp.tnp-subscription form {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    width: 100% !important;
    gap: 8px !important;
}

div.tnp-field.tnp-field-email {
    flex: 1 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    vertical-align: bottom !important;
}

div.tnp-field.tnp-field-button {
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: inline-block !important;
    width: auto !important;
    vertical-align: bottom !important;
    text-align: left !important;
}

input.tnp-email {
    padding: 0 12px !important;
    width: 100% !important;
    height: 38px !important;
    border: 1px solid rgba(156, 151, 151, 0.3) !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    font-size: 14px !important;
    font-family: 'Tenor sans' !important;
    margin: 0 !important;
    min-width: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
}

input.tnp-submit {
    padding: 0 16px !important;
    height: 38px !important;
    border: none !important;
    border-radius: 4px !important;
    background-color: #b89b75 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-family: 'Tenor sans' !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin: 0 !important;
    white-space: nowrap !important;
    min-width: 100px !important;
    max-width: 120px !important;
    display: block !important;
    box-sizing: border-box !important;
}

label[for="tnp-3"] {
    display: none !important;
}

/* Дополнительная защита от переопределения */
@media screen and (min-width: 1px) {
    div.tnp.tnp-subscription {
        flex-direction: row !important;
    }
    
    div.tnp.tnp-subscription form {
        flex-direction: row !important;
    }
}

/* Альтернативный способ через inline-block если flex не работает */
div.tnp.tnp-subscription.force-inline {
    display: block !important;
}

div.tnp.tnp-subscription.force-inline form {
    display: block !important;
}

div.tnp.tnp-subscription.force-inline .tnp-field {
    display: inline-block !important;
    vertical-align: bottom !important;
}

div.tnp.tnp-subscription.force-inline .tnp-field-email {
    width: calc(70% - 10px) !important;
    margin-right: 10px !important;
}

div.tnp.tnp-subscription.force-inline .tnp-field-button {
    width: 30% !important;
}
input.tnp-submit {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}




}

