/*
Theme Name: Tishe Vyshe
Theme URI:  https://anycase-it.com/
Author:     anycase-it.com
Author URI: https://anycase-it.com/
Template:   storefront
Version:    1.0
License:    GNU General Public License v2 or later
*/
@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-Regular.woff2') format('woff2'),
        url('fonts/Literata-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-ExtraBold.woff2') format('woff2'),
        url('fonts/Literata-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-Bold.woff2') format('woff2'),
        url('fonts/Literata-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-Black.woff2') format('woff2'),
        url('fonts/Literata-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-ExtraLight.woff2') format('woff2'),
        url('fonts/Literata-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-Light.woff2') format('woff2'),
        url('fonts/Literata-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-Regular.woff2') format('woff2'),
        url('fonts/Literata-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-Medium.woff2') format('woff2'),
        url('fonts/Literata-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Literata';
    src: url('fonts/Literata-SemiBold.woff2') format('woff2'),
        url('fonts/Literata-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Light.woff2') format('woff2'),
        url('fonts/Inter-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #232e4c #f1f1f1;
}

/* Для Webkit браузеров (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 12px;
    /* Вертикальный скроллбар */
    height: 12px;
    /* Горизонтальный скроллбар */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #232e4c, #232e4c);
    border-radius: 10px;
    border: 2px solid #f1f1f1;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #232e4c, #232e4c);
    cursor: pointer;
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(45deg, #232e4c, #232e4c);
}

::-webkit-scrollbar-corner {
    background: #f1f1f1;
}

/* Темная тема */
@media (prefers-color-scheme: dark) {
    * {
        scrollbar-color: #232e4c #232e4c;
    }

    ::-webkit-scrollbar-track {
        background: #232e4c;
    }

    ::-webkit-scrollbar-thumb {
        background: linear-gradient(45deg, #232e4c, #232e4c);
        border-color: #232e4c;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, #232e4c, #232e4c);
    }

    ::-webkit-scrollbar-corner {
        background: #232e4c;
    }
}

* {
    letter-spacing: -0.03em;
}

.site {
    overflow-x: unset;
}

h1,
h2,
h3,
h4 {
    font-family: 'Literata';
    letter-spacing: -0.003em;
}

.literata p {
    font-family: 'Literata' !important;
    letter-spacing: 0.03em;

}

.author-name {
    font-family: 'Inter' !important;
    font-weight: 400;

}

.number {
    font-family: 'Inter';
    font-weight: 300;
}

body,
button,
input,
textarea {
    font-family: 'Inter';

}

h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 1.5;
}

h2 span,
h3 span {
    font-weight: 300 !important;
}

h1 span {
    font-weight: 400;
}

div.elementor-heading-title span {
    font-weight: 400;
}

.page-id-687 div.elementor-heading-title span {
    font-weight: 300;
    color: #455A92;
}

body.home .col-full {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
}

#masthead>.col-full {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    margin: 0 auto;
}


p {
    /*font-family: 'Inter';*/
    /* font-weight: 300; */
    margin: 0;
    letter-spacing: -0.003em;

}

.primary-navigation a {
    font-size: 25px;
}

.woocommerce-breadcrumb {
    font-size: 14px;
}

.storefront-breadcrumb {
    margin-bottom: 0;
    /* display: none; */
}

.storefront-breadcrumb .col-full {
    padding: 0;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-color: unset !important;
    outline: none;
}

.site-header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

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

.woocommerce-active .site-header .site-branding {
    float: unset;
    margin-right: unset;
    max-width: 600px;
    width: 100%;
    margin-bottom: 0;
    order: 1;
    margin-top: -13px;
}

.main-navigation ul.menu>li.menu-item-has-children>a::after {
    /* display: none; */
}

.main-navigation ul.menu>li.menu-item-has-children>a {
    font-size: 25px;
    position: relative;
    line-height: 1.2;
}

.woocommerce-active .site-header .main-navigation {
    width: unset;
    float: unset;
    margin-right: unset;
    clear: unset;
    display: inline-block;
}

.storefront-primary-navigation {
    display: inline-block;
}

.storefront-primary-navigation .col-full {
    width: unset !important;
    padding: 0;
    margin: 0 auto;
}

#masthead .header-contacts {
    display: inline-block;
}

#masthead .skip-link {
    display: none !important;
}

#masthead>.col-full {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

#masthead>.col-full::before,
#masthead>.col-full::after {
    display: none;
}

p strong {
    font-weight: 400;
}

.col-full {
    max-width: 1804px;
    box-sizing: border-box;
}

#masthead>.col-full .storefront-primary-navigation {
    order: 2;
}

#masthead>.col-full {
    width: 100%;
}

#masthead {
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
}

#masthead>.col-full .header-contacts {
    order: 3;
    display: flex;
    align-items: center;
    flex-grow: 2;
    justify-content: flex-end;
    font-size: 20px;
    line-height: 23px;
    /* padding-bottom: 33px;
    padding-top: 33px; */
}

#masthead>.col-full .header-contacts .contacts {
    text-align: end;
}

#masthead>.col-full .header-contacts .contact-address-short {
    color: #fffced;
    max-width: 280px;
    margin-right: 100px;
}

.site-header {
    border-bottom-color: #1D1A1A;
    padding-top: 0 !important;
    /* padding-bottom: 33px; */
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
    padding: unset;
}

/* .bottomm-text {
    position: relative;
} */

.bottomm-text::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    top: unset;
    height: 190px;
    background: url(/wp-content/uploads/2025/12/2434-frgtrtr-34343.png) no-repeat;
    background-size: cover;
}

.main-about_block div.elementor-shortcode a,
.main-about_block div.elementor-shortcode,
.main-contact_block div.elementor-shortcode a,
.main-contact_block div.elementor-shortcode {
    color: #FFFCED !important;
}

.main-contact_block div.elementor-shortcode a,
.main-contact_block div.elementor-shortcode {
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;

}

.main-contact_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.main-about_block .contact-item {
    text-align: end;
}

.main-about_block .contact-address-short {
    text-align: start;
}

.main-about_block .contact-address_short {
    text-align: start;
}

/* Меняем порядок блоков */
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    max-width: 1804px;
    justify-content: space-between;
    margin: 0 auto;
}

.single-product .product::before,
.single-product .product::after {
    display: none !important;
}

/* Summary слева */
.single-product .summary {
    order: 1;
    width: 50%;
    padding-right: 40px;
}

/* Галерея справа */
.single-product .woocommerce-product-gallery {
    order: 2;
    width: 50%;
}

.single-product .woocommerce-product-gallery {
    max-width: 100%;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery body.single-product .product .summary h1,
body.single-product .product .summary .woocommerce-product-details__short-description {
    position: relative;
    z-index: 1;
}

/* body.single-product .product .summary .full-description {
    position: relative;
} */

body.single-product .product .summary .full-description::before {
    position: absolute;
    content: '';
    height: 133px;
    max-width: 100%;
    width: 90vw;
    background: url(assets/img/background-text.png) no-repeat;
    background-size: contain;
    top: calc(50% - 70px);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

body.single-product .product .summary .full-description>* {
    z-index: 1;
    position: relative;
}

/* product information accardion */
.gpi-accordion {
    border-top: 1px solid #1D1A1A;
    z-index: 1;
    position: relative;
}

.gpi-item {
    border-bottom: 1px solid #1D1A1A;
}

.gpi-header {
    color: #1D1A1A;
    width: 100%;
    background: none;
    border: none;
    padding: 15px 0;
    text-align: left;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;

}

button.gpi-header:hover {
    background-color: unset;
    color: #1D1A1A;
}

.gpi-accordion p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 48px;

}

.gpi-arrow {
    width: 12px;
    height: 12px;
    border-right: 2px solid #1D1A1A;
    border-bottom: 2px solid #1D1A1A;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.gpi-item.active .gpi-arrow {
    transform: rotate(-135deg);
}

.gpi-content {
    display: none;
    padding: 10px 0 20px;
    animation: fade 0.3s ease;
}

.gpi-item .gpi-btn {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    padding-left: 51px;
    padding-right: 51px;
}

.gpi-btn_wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.gpi-btn_wrapper a {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    display: block;
}

.gpi-btn_wrapper svg {
    fill: #232E4C;
}

.gpi-btn_wrapper .social_wrapper {
    display: flex;
    gap: 10px;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.gpi-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #232E4C;
    color: #FFFCED !important;
    text-decoration: none;
}

.gpi-btn:hover {
    opacity: 0.8;
}

/* product information accardion end */
/* about main  */
/* .about_main-grid .div1 {
    grid-area: 1 / 1 / 2 / 1;
}

.about_main-grid .div2 {
    grid-area: 1 / 2 / 4 / 2;
}

.about_main-grid .div3 {
    grid-area: 3 / 1 / 3 / 1;
    justify-content: flex-end;
}
 .about_main-grid .e-con-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(3, min-content) !important;
        gap: 10px;

    }
@media screen and (max-width: 1200px) {
   

    .about_main-grid .div1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .about_main-grid .div2 {
        grid-area: 2 / 1 / 3 / 3;
    }

    .about_main-grid .div3 {
        grid-area: 3 / 1 / 4 / 3;
    }
} */
/* footer */
.site-footer svg {
    fill: #FFFCED;

}

.site-footer .menu-item {
    padding-left: 0;
    margin-bottom: 7px;
    font-family: 'Inter';
}

.site-footer .menu-item::before {
    display: none;
    content: '';
}

.site-footer h3 {
    font-size: 26px;
}

.site-footer .contact-address_full {
    font-weight: 400;
    font-size: 26.21px;
    line-height: 30.93px;
    width: 330px;
}

.site-footer .contact-working-hours {
    font-size: 26.21px;
    line-height: 30.93px;
    width: 288px;
}

.site-footer .widget {
    margin-bottom: 31px;
}

.site-footer #block-7 {
    margin-bottom: 151px;
}

.site-footer #block-11 .wp-block-group {
    justify-content: flex-end;
}

.site-footer .footer-widgets {
    padding-top: 0;
    margin-bottom: 223px;
}

.site-footer .menu-item a {
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 0;
}

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
    line-height: 1rem !important;
}

.site-footer .contact-item svg {
    width: 48px;
    height: 48px;
}

.site-footer .footer-widgets .footer-widget-1 {
    width: 57%;
    margin-right: 0;
}

.site-footer .footer-widgets .footer-widget-2 {
    width: 20%;
    margin-right: 0;
}

.site-footer .footer-widgets .footer-widget-3 {
    margin-right: 0;
    width: 11%;
}

.site-footer .site-info {
    padding: 0;
    font-size: 29px;
    line-height: 32px;
    font-family: 'Inter';
}

.site-footer .widget.widget_nav_menu {
    margin-bottom: 0;
}

.site-footer {
    padding-top: 45px;
    padding-bottom: 53px;
}

.footer-widgets #block-7 {
    padding-right: 10px;
}

.footer-widgets #block-7 img {
    width: 100% !important;
    max-width: 697px;
}

/* footer end*/
.products li.product>a {
    padding-right: 30px;
    position: relative;
}

.products li.product>a span.product-index {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce-breadcrumb a:first-of-type::before {
    display: none;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
    text-decoration: unset;
    font-family: Inter;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;

}

.woocommerce-breadcrumb {
    margin-bottom: 50px;
}

.breadcrumb-separator {
    position: relative;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
    content: "»";
    display: inline-block;

    opacity: 1;
    font-family: Inter;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    top: 11px;

}

h2.subcategory-title {
    font-family: Literata;
    font-weight: 400;
    font-size: 60px;
    line-height: 50px;

}

/* .products li.product h2{ 
    display: none;
} */
ul.products {
    display: grid;
    gap: 50px;
}

ul.products::before {
    display: none;
}

ul.products li.product img {
    margin-bottom: 0;
}

.storefront-full-width-content .site-main ul.products.columns-5 li.product {
    width: 100%;
    margin-right: unset;
    margin-bottom: 0;
}

.products.columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

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

/* Заголовок — скрыт */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
    display: none;
}

/* Показываем при наведении */
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    opacity: 1;
    transform: translateY(0);
    display: none;
}

/* Чтобы изображение не прыгало */
.woocommerce ul.products li.product a {
    display: block;
}

.cat-section {
    padding-bottom: 60px;
    border-bottom: 1px solid #1D1A1A;
    /* padding-top: 60px; */

}

.cat-section .content_wrapper {
    display: flex;
    gap: 50px;
    max-width: 1804px;
    margin: 0 auto;
    /* padding-left: 60px;
    padding-right: 60px; */
}

.cat-section .content .head h1 {
    margin-bottom: 0;
    font-weight: 400;

}

.cat-section .content .head p {
    font-family: Literata;
    font-weight: 300;
    font-size: 60px;
    line-height: 53px;

}

.cat-section .cat_item img {
    object-fit: cover;
    aspect-ratio: 1;
}

/* .cat-section .content .cat_wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
}

*/ .cat_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* расстояние между рядами */
}

.cat_row {
    display: grid;
    grid-template-columns: repeat(auto-fit, 32%);
    gap: 1%;
    /* промежутки между карточками */
}

.cat_item.empty {
    visibility: hidden;
    /* пустая ячейка для сохранения позиции */
}


.cat-section .content .cat_wrapper h3 {
    font-family: Inter;
    font-weight: 300;
    font-size: 20px;
    height: 50px;
    text-align: center;
    background-color: #232E4C;
    color: #FFFCED;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-section .content .cat_wrapper h3 a {
    color: #FFFCED;

}

.cat-section .content .head.title {
    margin-bottom: 90px;
}

.cat-section .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0 0 0 10px;
}

/* .archive .woocommerce-products-header {
    display: none;
} */
.archive .woocommerce-products-header {
    max-width: 1804px;
    margin: 0 auto;
    text-align: start;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.archive .woocommerce-result-count {
    display: none;
}

.subcategory-block {
    padding-top: 30px;
}

.archive .storefront-sorting {
    margin-bottom: 0;
}

.subcategory-sections .header_block-wrapper {
    display: flex;
    justify-content: space-between;
}

.subcategory-sections .header_block-wrapper .parent-category-nav {
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
}

.down_wrapper a,
.subcategory-sections .header_block-wrapper .parent-category-nav a {
    background-color: #232E4C;
    color: #FFFCED;
    font-family: Inter;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    padding: 10px 20px;
    text-wrap-mode: nowrap;
}

.subcategory-sections .header_block-wrapper .parent-category-nav .active a {
    background-color: #FFFCED;
    color: #232E4C;
    border: 1px solid #232E4C;

}

.archive .button_wrapper {
    padding-top: 76px;
    display: flex;
    justify-content: center;
}

.archive .button_wrapper .button.view-subcategory {
    padding: 10px 100px;
}

.woocommerce-products-header a {
    font-weight: 300;
}

.single-product .woocommerce-product-gallery__wrapper img {
    width: 100%;
    max-height: 820px;
}

.worksheet.form-block_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.worksheet input[type=text],
.worksheet input[type=number],
.worksheet input[type=email],
.worksheet input[type=tel],
.worksheet input[type=url],
.worksheet input[type=password],
.worksheet input[type=search],
.worksheet textarea,
.worksheet .input-text {
    background-color: unset;
    border-bottom: 1px solid #FFFCED;
    color: #fffced;
}

.worksheet input[type=checkbox] {
    accent-color: #FFFCED;
}

.worksheet .policies {
    margin-bottom: 56px;
}

.worksheet .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.worksheet input[type="submit"] {
    background-color: #fffced !important;
    color: #0a1533 !important;
    font-family: Inter;
    font-weight: 300;
    font-size: 30px;

}

.worksheet .form-block .title p {
    font-family: Inter;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 13px;
}

.worksheet .form-block .item {
    margin-bottom: 72px;
}

/* Стилизация стандартных радио-кнопок с белой заливкой при выборе */
.wpcf7-form .wpcf7-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #FFFCED;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked {
    border-color: #FFFCED;
    /* Цвет кольца при выборе */
    background-color: white;
    /* Белая заливка внутри */
    box-shadow: inset 0 0 0 5px white;
    /* Белая середина */
}


.wpcf7-form .wpcf7-radio input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FFFCED;
    /* Маленькая точка в центре */
    border-radius: 50%;
}

/* Эффект при наведении */
.wpcf7-form .wpcf7-radio input[type="radio"]:hover {
    border-color: #FFFCED;
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked:hover {
    border-color: #FFFCED;
}

/* Стили для текста рядом */
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 8px;
}

.main-block ul.menu {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

#content .main-block ul.menu a {
    color: #FFFCED;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 8px;
    /* transition: all .3s; */
}

.main-block ul.menu a:hover {
    font-weight: 400;
}

.underline a {
    position: relative;
}

.underline a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #FFFCED;

}


.gpi-wrapper.has-related {
    display: grid;
    grid-template-columns: 1fr 264px;
    gap: 32px;
    align-items: start;
    z-index: 2;
    margin-top: auto;
}

.gpi-wrapper .gpi-content p,
.gpi-wrapper .gpi-content {
    line-height: 23px;
}

/* если товаров нет — на всю ширину */
.gpi-wrapper.no-related {
    display: block;
}

.gpi-wrapper.no-related .gpi-accordion_wrapper {
    width: 100%;
}

.gpi-accordion_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.gpi-accordion_wrapper .btn {
    margin-top: 50px !important;
}

.related-from-grouped-set h3 {
    background-color: #232E4C;
    padding: 10px 38px;
    display: inline-block;
    font-size: 15px;
}

.related-from-grouped-set h3 a {
    color: #FFFCED;
}

.related-from-grouped-set .products li.product>a {
    padding-right: 0;
}

.related-from-grouped-set .products img {
    width: 100%;
    max-width: 254px;
    height: 100%;
    object-fit: cover;
}

.related-from-grouped-set ul.products {
    gap: 0;
}

.related-from-grouped-set ul.products li.product {
    width: unset;
    margin-right: 0;
    margin-bottom: 0;
}

.gpi-wrapper.no-related .gpi-accordion_wrapper {
    width: 100%;
}

.product-type-grouped .summary {
    width: 100% !important;
}

.grouped-right {
    display: flex;
    gap: 20px;
}

.e-con-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.grouped-right img {
    max-width: 467px;
    width: 100%;

}

.grouped-custom-layout {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.grouped-left,
.grouped-right {
    flex: 1;
    min-width: 300px;
}

.grouped-right .product-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.grouped-right .product-description {
    border-top: 1px solid #1D1A1A;
    padding-top: 25px;
    font-size: 25px;
}

.grouped-left .woocommerce-product-details__short-description {
    font-size: 30px;
    line-height: 35px;
}

.grouped-extra-block .text {
    line-height: 35px;
}

.grouped-extra-block {
    margin-top: 40px;
}

.product-type-grouped .full-description {
    display: none;
}

.single-product div,
.single-product p {
    line-height: 35px;
}

.contact-item.contact-address-full {
    font-size: 26px;
}

.grouped-extra-block h2 {
    line-height: 50px;
}

.product-template-default .content-area {
    padding-top: 120px;
}

.grouped-extra-images {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.grouped-extra-images img {
    max-width: 100%;
    height: auto;
}

.grouped-extra-block .content {
    display: flex;
    gap: 25px;
}

.grouped-extra-block .text {
    font-size: 30px;
    font-weight: 300;
}

.grouped-extra-block h2 {
    font-size: 60px;
}

.home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 0;
}

.home .site-branding:not(.ligth) {
    display: none;
}

body:not(.home) .site-branding.ligth {
    display: none;
}

.home .site-header.sticky .site-branding:not(.ligth) {
    display: block;
}

.home .site-header.sticky .site-branding.ligth {
    display: none;
}

#masthead {
    position: fixed;
    top: 0;
    width: 100%;
}

.home .site-header .header-contacts a {
    color: #fffced;
}

.home .site-header.sticky .header-contacts a {
    color: #1D1A1A;
}

.home .site-header {
    background-color: unset;
    border-bottom: unset;
}

.home .site-header.sticky {
    background-color: #fffced;
    border-bottom-color: #1D1A1A;
}

.home .site-header .storefront-primary-navigation {
    display: none;
}

body:not(.home) #masthead>.col-full .header-contacts {
    flex-grow: unset;
}

body:not(.home) .site-header .joint-chat,
body:not(.home) .site-header .contact-address_full,
body:not(.home) .header-contacts .contact-email {
    display: none;
}

body.home .site-header .joint-chat {
    display: none;
}

body .site-header .write-us,
body .site-header .joint-chat {
    margin: 0 auto;
    position: relative;
    line-height: 1.2;
}

body .site-header ul.menu>li.menu-item-has-children>a::after {
    margin-left: unset;
}

body .site-header ul.menu>li.menu-item-has-children>a::after,
.site-header #site-navigation-menu-toggle span::after,
body .site-header .write-us::after,
body .site-header .joint-chat::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #1D1A1A;
}

body .site-header ul.menu>li.menu-item-has-children {
    padding-top: 33px;
    padding-bottom: 33px;
}

body .site-header .write-us {
    display: none;
}

.site-header .main-navigation div.menu:last-child {
    /* display: block; */
    position: absolute;
    top: 80px;
    background-color: #232e4c;
    color: #fffced;
    padding-left: 20px;
    padding-right: 20px;
    right: 20px;
}

.site-header .main-navigation div.menu:last-child ul li a {
    color: #fffced;

}

.home .site-header.sticky .header-contacts .contact-address-short,
.home .site-header.sticky .header-contacts .contact-address-short span {
    color: #1D1A1A !important;
}

body.dark .site-header {
    border-bottom-color: #fffced;
    background-color: #1d1c1c;
}

body.dark .site-header .write-us,
body .site-header .joint-chat,
body.dark .site-header .contact-phone a,
body.dark .site-header .main-navigation ul li a {
    color: #fffced;
}

body.dark .site-header ul.menu>li.menu-item-has-children>a::after,
.site-header #site-navigation-menu-toggle span::after,
body .site-header .write-us::after,
body .site-header .joint-chat::after {
    background-color: #fffced;
}

body.dark .main-navigation ul.menu ul.sub-menu {
    background-color: #232E4C;
}

body.dark .site-header .site-branding {
    display: none;
}

.opacyti-block-30 {
    opacity: 30%;
    font-size: 20px;
    line-height: 23px;
}

.main-about_block .contact-item {
    font-size: 20px;
    padding: 0 10px;
    line-height: 23px;
}

.price-item .item-block {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}

body.dark .site-header .site-branding.ligth {
    display: block;
}

/* darkblue */
body.darkblue .site-header {
    border-bottom-color: #fffced;
    background-color: #232e4c;
}

body.darkblue .site-header .write-us,
body .site-header .joint-chat,
body.darkblue .site-header .contact-phone a,
body.darkblue .site-header .main-navigation ul li a {
    color: #fffced;
}

body.darkblue .site-header ul.menu>li.menu-item-has-children>a::after,
.site-header #site-navigation-menu-toggle span::after,
body .site-header .write-us::after,
body .site-header .joint-chat::after {
    background-color: #fffced;
}

body.darkblue .main-navigation ul.menu ul.sub-menu {
    background-color: #232e4c;
}

body.darkblue .site-header .site-branding {
    display: none;
}

body.darkblue .site-header .site-branding.ligth {
    display: block;
}

body.darkblue .site-footer {
    background-color: #1d1a1a;
}

/* darkblue end */
.single-product .summary {
    padding-right: 10px;
    padding-left: 10px;
}

.archive .content-area {
    padding: 100px 10px 20px 10px;
}

/* #primary.content-area {
  padding-top: 0;
} */

.content-area.secttion-2 {
    display: flex;
    /* max-height: calc(100vh - 100px); */
}

.archive .content-area.secttion-2 {
    display: flex;
    max-width: 1804px;
    float: unset;
    margin: 0 auto;
}

.grouped-left h1 {
    line-height: 53px;
}

.grouped-right h3,
.grouped-right h3 a {
    font-size: 35px;
    line-height: 35px;
}

.col-full1 {
    display: inline;
    width: 100%;
    float: unset;
}

.single-product .content-area {
    display: flex;
    width: 100%;
    float: unset;
}

.tax-product_cat .content_wrapper {
    margin-top: 100px;
}

.single-product div.product {
    overflow: visible;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    /*margin-right: -60px !important;*/
}

.archive .col-full1>#primary {
    /* display: inline-flex; */
    display: flex;
}

.gpi-content .contact-item.contact-phone {
    display: flex;
    align-items: center;
}

.single-product .col-full1>#primary .site-main,
.archive .col-full1>#primary .site-main {
    max-width: 1804px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.content-area.secttion-2 .category-gallery-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

.content-area.secttion-2 .category-gallery-wrapper img {
    /* height: 100%; */
    object-fit: cover;
    max-width: 819px;
    width: 100%;
    border-radius: 0;
}

.content-area.secttion-2 .category-header .category-header-image {
    margin-left: auto;
    margin-right: 100px;
    margin-top: -56px;
}

.content-area.secttion-2 .category-header h2 {
    font-size: 60px;
    max-width: 900px;
}

.content-area.secttion-2 .category-header {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    width: 100%;
}

.summary.entry-summary {
    font-size: 30px;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    margin-right: unset;
}

.category-gallery-wrapper .category-gallery-images {
    width: 100%;
    margin-right: -60px;
}

.content-area.secttion-2 .category-header .down_wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 831px;
}

.down_wrapper p {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

.footer-widgets.col-4 .block {
    width: unset;
    float: unset;
    margin-right: unset;
}

/* footer grid */
.footer-widgets.row-1.col-4.fix {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
}

.footer-widget-4 {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 1;
}

.footer-widget-1 {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 1;
    grid-row-start: 2;
}

.footer-widget-2 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 1;
}

.footer-widget-3 {
    grid-column-start: 5;
    grid-row-start: 1;
}

.archive.tax-product_cat .site-main>.products {
    max-width: 1804px;
    margin: 0 auto;
}

/* footer grid end*/
.product-template-default.storefront-full-width-content.single-product div.product .summary button.btn {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 16px;
}

.product-template-default.storefront-full-width-content.single-product div.product .summary {
    position: relative;
    justify-content: space-between;
    margin-bottom: 0;
}

.product-template-default.storefront-full-width-content.single-product div.product .summary h1 {
    margin-bottom: 0px;
}

.product-title-sku-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.product-sku {
    font-size: 28px;
    line-height: 32px;
}

.site-main .woocommerce-products-header {
    padding-top: 40px;
    max-width: 1804px;
}

.contact-map {
    height: 100%;
    padding-left: 10px;
}

.woocommerce-pagination {
    display: none;
}

.subcategory-sections {
    margin-bottom: 20px;
}

.popmake.theme-73 .wpcf7-form .wpcf7-radio input[type="radio"] {
    width: 9px;
    height: 9px;
    border: 1px solid #1d1d1d;
    box-shadow: none !important;
}

.popmake.theme-73 form input {
    background-color: unset;
    box-shadow: unset;
    border-bottom: 1px solid #1d1d1d;
}

.popmake.theme-73 .wpcf7-form .wpcf7-radio input[type="radio"]:checked::before {
    background-color: #1d1d1d;
}

.popmake.theme-73 .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
}

.popmake.theme-73 .wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
    margin-bottom: 0;
}

.popmake.theme-73 form input[type="submit"] {
    background-color: #232E4C;
    color: #fffced;
    padding: 13px 50px !important;
    line-height: 1 !important;
}

.popmake.theme-73 * {
    margin-block-start: 0;
}

#popmake-1411 .wpcf7-form {
    margin-bottom: 0;
}

#popmake-1411 .popmake-content .is-layout-flex {
    align-items: unset;
}

#popmake-1428 .pum-content,
#popmake-1428 .pum-content .wp-block-columns,
#popmake-1411 .wpcf7-form,
#popmake-1411 .popmake-content .wpcf7 {
    height: 100%;
}

#popmake-1411 .wpcf7-form .certificate-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#popmake-1411 .wpcf7-form .inputs-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#popmake-1411 .wpcf7-form .inputs-wrapper .radio-group {
    margin-top: 37px;
}

#popmake-1411 .certificate-form .acceptance {

    margin-bottom: 50px;
    opacity: .5;
}

#popmake-1411 .popmake-content .right .is-layout-flex {
    align-items: flex-end;
}

#popmake-1428 .popmake-content .is-layout-flex {
    align-items: flex-end;

}

#popmake-1411 h2 {
    margin-bottom: 30px;

}

#popmake-1428 {
    position: relative;
    height: 80vh;
}

#popmake-1428 p {
    font-family: Literata;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3%;
    color: #FFFCED;
}

#popmake-1428:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('https://tb-rings.ru/wp-content/uploads/2026/03/cert-tank.jpg') no-repeat;
    background-size: cover;
}

#popmake-1428 .pum-close {
    position: absolute;
    height: 42px;
    width: 42px;
    color: #FFFCED;
    font-size: 29px;
    line-height: 29px;
    border: 1px solid #FFFCED;
    border-radius: 40px;
}

.handheld-navigation {
    top: 70px;
    position: absolute;
    right: -700px;
    background-color: #232E4C;
    padding: 20px;
    color: #fff;
    transition: all .3s ease;
}

.main-navigation.toggled .handheld-navigation {
    right: 0;
}

.handheld-navigation a {
    color: #fff !important;
    margin-bottom: 10px;
}

/* PRODUCT SWIPER SLIDER*/
/* Контейнер слайдера */
.woocommerce-product-gallery__swiper {
    position: relative;
    max-width: 100%;
    user-select: none;
}

.woocommerce-product-gallery__slider {
    width: 100%;
    overflow: hidden;

}

.woocommerce-product-gallery__slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-product-gallery__slider .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 0;
}

/* Стрелки навигации */
.woocommerce-product-gallery__slider .swiper-button-prev,
.woocommerce-product-gallery__slider .swiper-button-next {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.woocommerce-product-gallery__slider .swiper-button-prev:hover,
.woocommerce-product-gallery__slider .swiper-button-next:hover {
    transform: scale(1.05);
}

.woocommerce-product-gallery__slider .swiper-button-next,
.woocommerce-product-gallery__slider .swiper-button-prev {
    color: #333;
    background: #232e4c;
}

.woocommerce-product-gallery__slider .swiper-button-next.swiper-button-disabled,
.woocommerce-product-gallery__slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.woocommerce-product-gallery__slider .swiper-button-next:after,
.woocommerce-product-gallery__slider .swiper-button-prev:after {
    content: '';
    background-image: url(/wp-content/plugins/custom-testimonials/assets/image/Arrow-1.svg);
    background-repeat: no-repeat;
    height: 15px;
    width: 30px;
}

.woocommerce-product-gallery__slider .swiper-button-prev:after {
    transform: scaleX(-1);
}

/* Адаптив для мобильных */
@media (max-width: 768px) {

    .woocommerce-product-gallery__slider .swiper-button-prev,
    .woocommerce-product-gallery__slider .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .woocommerce-product-gallery__slider .swiper-button-prev {
        left: 5px;
    }

    .woocommerce-product-gallery__slider .swiper-button-next {
        right: 5px;
    }
}

/* Плавное появление */
.woocommerce-product-gallery__swiper[style*="opacity: 1"],
.woocommerce-product-gallery__swiper.loaded {
    opacity: 1 !important;
}

/* PSS END*/

@media(min-width: 768px) {
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        position: relative;
        z-index: 9;
        margin-bottom: 0;
    }

    .main-navigation ul.menu ul li a,
    .main-navigation ul.nav-menu ul li a,
    .site-header ul.menu li.current-menu-item>a {
        font-size: 20px;
        white-space: nowrap;
        COLOR: #fffced;
        padding: 5px 30px;
    }

    .site-header ul.menu #menu-item-81>a {
        padding: 0;
    }

    .storefront-full-width-content.single-product div.product .summary {
        display: flex;
        flex-direction: column;
    }

    .storefront-full-width-content.single-product div.product .summary button.btn {
        cursor: pointer;
        margin-top: auto;
        display: inline-block;
        width: max-content;
    }

    .main-navigation ul.menu ul.sub-menu {
        background-color: #232e4c;
        padding: 30px 0;
    }

    .site-header .site-branding img {
        height: auto;
        max-width: 423px;
        max-height: none
    }

    .main-navigation ul ul li a {
        width: unset;
        top: 101%;
    }

    .main-navigation ul ul {
        top: 88px;
    }

    .col-full {
        padding: 0 10px;
    }

    .site-header {
        padding: 0 10px;
    }

    .site-footer .col-full,
    .site-header .col-full {
        padding: 0 10px;
        max-width: 1804px;
    }
}

@media screen and (max-width: 1460px) {
    .site-header {
        padding: 0 40px;
    }

    .site-footer {
        padding-right: 40px;
        padding-left: 40px;
    }

    .cat-section .content .head.title {
        margin-bottom: 50px;
    }

    .cat-section .content {
        padding: 0 10px 0 40px;
    }

    .single-product .product {
        padding: 0 0 0 40px;
    }

    .single-product .related-from-grouped-set_wrapper .product {
        padding: 0px;
    }

    .archive .content-area {
        padding: 100px 40px 20px 40px;
    }
}

@media screen and (max-width: 1300px) {
    .woocommerce-active .site-header .site-branding {

        max-width: 423px;
    }
}

@media screen and (max-width: 1200px) {
    .main-navigation ul ul {
        top: 82px;
    }

    #masthead>.col-full .header-contacts .contact-address-short {
        margin-right: 50px;
    }

    .site-footer .footer-widgets {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    body .site-header .joint-chat {
        display: none;
    }

    body .site-header .write-us {
        display: block;
        margin-right: 50px;
    }

    .site-footer #block-7 {
        margin-bottom: 30px;
    }

    .site-footer h3 {
        font-size: 14px;
    }

    .site-footer .contact-address_full {
        font-weight: 400;
        font-size: 11px;
        line-height: 12px;
    }

    .site-footer .contact-working-hours {
        font-size: 11px;
        line-height: 12px;
        width: 288px;
    }

    .contact-item.contact-address-full {
        font-size: 11px;
    }

    .site-footer .widget {
        margin-bottom: 10px;
    }

    /*     .menu-podval-container a {
        font-size: 11px !important;
        line-height: 12px !important;
        color: #1D1A1A !important;
        margin-bottom: 30px;
    } */

    .site-footer .menu-item {
        margin-bottom: 5px;
    }

    /* 
    #menu-podval {
        background-color: #FFFCED;
        padding-left: 8px;
        padding-top: 9px;
        padding-bottom: 11px;
    } */

    #block-7,
    .footer-widget-2 {
        padding-left: 8px;
    }

    .site-footer .footer-widgets footer-widget-2,
    .site-footer .footer-widgets .footer-widget-1 {
        width: 100%;
    }

    .site-footer .site-info {
        font-size: 14px;
        line-height: 20px;
    }

    .site-footer .contact-item svg {
        width: 32px;
        height: 32px;
    }

    .site-footer .footer-widgets .footer-widget-3 {
        width: 100%;
    }

    .footer-widgets #block-7 img {
        width: 50% !important;
    }

    .main-contact_block div.elementor-shortcode a,
    .main-contact_block div.elementor-shortcode {
        font-weight: 300;
        font-size: 14px;
        line-height: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .woocommerce-active .site-header .site-branding {
        max-width: 250px;
    }

    .contact-map {
        padding-left: unset;
    }

    .main-navigation ul.menu,
    .main-navigation ul.nav-menu {
        margin-left: unset;
    }

    .woocommerce-active .site-header .main-navigation {
        padding-left: 50px;
        padding-right: 20px;
    }

    #masthead>.col-full .header-contacts,
    .main-navigation ul.menu>li.menu-item-has-children>a {
        font-size: 14px;

    }

    .main-about_block .contact-item {
        font-size: 14px;
    }

}

@media (max-width: 66.4989em) {
    .col-full {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .product-template-default .content-area {
        padding-top: 80px;
    }

    .home .site-header .storefront-primary-navigation {
        display: block;
    }

    .home li#menu-item-81 a {
        color: #fffced;
    }

    .home li#menu-item-81 a::after {
        background-color: #fffced;
    }
}

@media screen and (max-width: 992px) {


    #masthead.site-header {
        padding-bottom: 0 !important;
    }

    .single-product .product {
        flex-wrap: wrap;
        flex-direction: column-reverse;

    }

    .storefront-full-width-content.single-product div.product .summary,
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 100% !important;
    }

    .worksheet.form-block_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .single-product .product {
        padding: 0;
    }

    .single-product .summary {
        padding-right: 20px;
        padding-left: 20px;
    }

}

@media screen and (max-width: 900px) {
    #masthead>.col-full .header-contacts .contact-address-short {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .cat-section .content {
        padding: 0 20px 0 20px;
    }

    .tax-product_cat .content_wrapper {
        margin-top: 0px;
    }

    .content-area,
    .widget-area {
        margin-bottom: 2.617924em;
    }


    .site-header {
        padding: 0 10px;
    }

    .site-footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .header-contacts {
        display: none;
    }

    body.home .contact-phone,
    body.home .contact-email,
    body.home .contact-address-short {
        font-size: 8px;
    }

    body.home .main-contact_block .contact-email a,
    body.home .main-contact_block .contact-phone a,
    body.home .main-contact_block .contact-working-hours {
        font-size: 8px;
    }

    body.home .site-header {
        background-color: #fffced;
    }

    body.home .site-header .site-branding.ligth {
        display: none;
    }

    body.home .site-header .site-branding:not(.ligth) {
        display: block;
    }

    #masthead .contact-phone {
        display: none;
    }

    #masthead>.col-full .header-contacts {
        flex-grow: unset;
    }

    #site-navigation-menu-toggle span::before,
    #site-navigation-menu-toggle::before,
    #site-navigation-menu-toggle::after {
        display: none;
    }

    #site-navigation-menu-toggle {
        background-color: unset;
        border: unset;
    }

    #site-navigation-menu-toggle span {
        color: #1D1A1A;
        font-size: 14px;
        position: relative;
        font-weight: 400;
        text-decoration: underline;
    }

    .woocommerce-active .site-header .site-branding {
        max-width: 210px;
    }

    .storefront-primary-navigation .col-full {
        display: flex;
    }

    #masthead>.col-full .header-contacts a {
        color: #1D1A1A;
        text-decoration: underline;
        font-weight: 400;
    }

    #site-navigation-menu-toggle {
        padding: 0;
    }

    .site-info {
        padding-left: 1rem;
    }

    #colophon .col-full {
        padding-left: 0;
        padding-right: 0;

    }

    #masthead>.col-full {

        margin: 0 1em;
    }

    #masthead>.col-full .header-contacts .contacts {
        display: none;
    }

    body .site-header .write-us {
        white-space: nowrap;
        margin: unset;
    }

    .site-footer .footer-widgets .footer-widget-2 {
        width: 100%;
    }

    /* footer grid */
    .footer-widgets.row-1.col-4.fix {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 8px;
    }

    .footer-widget-4 {
        grid-column: span 2 / span 2;
        padding-left: 8px;
    }

    .footer-widget-1 {
        grid-column: span 3 / span 3;
        grid-row: span 2 / span 2;
        grid-column-start: 1;
        grid-row-start: 3;
        margin-top: 0;
        padding-left: 5px;
        background: #fffced;
        padding: 5px 8px;
    }

    .footer-widget-2 {
        grid-column: span 3 / span 3;
        grid-row: span 1 / span 1;
        grid-column-start: 1;
        grid-row-start: 2;
        margin-top: -32px;
    }

    .footer-widget-3 {
        grid-column-start: 3;
        grid-row-start: 1;
    }

    /* footer grid end*/

    .site-footer a:not(.button):not(.components-button) {
        color: #1D1A1A;
    }

    .archive .content-area.secttion-2 {
        flex-direction: column-reverse;
    }

    .category-gallery-wrapper .category-gallery-images {
        margin-right: unset;
    }

    .content-area.secttion-2 .category-header h2 {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 70px;
    }

    .tax-product_cat .category-header img {
        filter: invert(1);
    }

    .content-area.secttion-2 .category-header .down_wrapper,
    .content-area.secttion-2 .category-header .down_wrapper p {
        font-size: 13px;
        line-height: 13px;
    }

    .archive .woocommerce-products-header h1 {
        font-size: 22px;
    }

    .products.columns-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .products li.product>a span.product-index {
        font-size: 7px;
    }

    .products li.product>a {
        padding-right: 13px;
    }

    ul.products {
        gap: 15px;
    }

    .content-area.secttion-2 .category-header .category-header-image {
        margin-right: unset;
        position: absolute;
        top: 15%;
        max-width: 240px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .archive .content-area {
        padding: 0 20px;
    }

    .archive .secttion-2 {
        padding: 0;
    }

    .archive .secttion-2 .category-header {
        padding: 16px 20px;
    }

    .archive .site-content {
        /* padding-top: 40px; */
    }

    .product-template-default.storefront-full-width-content.single-product div.product .summary {

        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .archive.tax-product_cat .head.title p,
    .archive.tax-product_cat .head.title h1 {
        font-size: 22px;
        line-height: 20px;
    }

    .cat-section .content_wrapper {
        /* padding-left: 10px;
        padding-right: 10px; */
        gap: 15px;
        flex-direction: column;
    }

    .cat_row {
        display: grid;
        grid-template-columns: repeat(auto-fit, 48%);
        gap: 2%;
        justify-content: space-between;
    }

    .cat-section .content .cat_wrapper h3 {
        font-size: 10px;
        line-height: 25px;
    }

    .cat-section .cat_item img {
        height: 176px;
    }

    .subcategory-sections .header_block-wrapper {
        flex-direction: column;
    }

    .subcategory-sections .header_block-wrapper .parent-category-nav a {
        font-size: 6px;
        padding: 5px 15px;
    }

    h2.subcategory-title {
        font-size: 22px;
        line-height: 20px;
    }

    .subcategory-sections .header_block-wrapper .parent-category-nav {
        margin: unset;
        justify-content: space-between;
    }

    .subcategory-sections .header_block-wrapper .parent-category-nav li {
        /* flex-grow: 1; */
        flex-wrap: wrap;
        gap: 5px;
    }

    .archive .button_wrapper .button.view-subcategory {
        padding: 0 60px;
        width: 100%;
        text-align: center;
    }

    .woocommerce-breadcrumb,
    .woocommerce-breadcrumb a {
        font-size: 10px;
        text-wrap-mode: nowrap;
    }

    .woocommerce-breadcrumb.subcategory-breadcrumb {
        overflow-x: scroll;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .woocommerce-breadcrumb .breadcrumb-separator::after {
        font-size: 13px;
        line-height: 22px;
    }

    .woocommerce-breadcrumb {
        margin-bottom: 20px;
    }

    .archive .button_wrapper {
        padding-top: 20px;
    }

    .subcategory-block>.col-full {
        margin: unset;
    }

    .cat-section .content .head.title {
        margin-bottom: 20px;
    }

    .cat_wrapper>.cat_row .cat_item.empty {
        display: none;
    }

    .site-footer .menu-item a {
        font-size: 13px;
        line-height: 13px;
    }
}