@charset "utf-8";


/* Font Import (if not already included) */

@import url('https://fonts.googleapis.com/css2?family=Nixie+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --color-btn-green: #2f4e3b;
    --color-btn-green-dark: #274432;

    --color-btn-doors: #50737f;

}

html {
    font-size: 15px;
}


body {
    /* font-family: "Work Sans", sans-serif !important; */
    color: #222;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: 0.3px;
}



.section-title {
    font-size: 2.2rem;
    font-weight: 200;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid black;
    max-width: 1300px;
    margin: 0 auto;
}

.parallax-block {
    position: relative;
    transform: translateY(0);
    transition: transform 0.1s;
}

/* 2. Sub-section Title */

.sub-section-title {
    font-size: 1.2rem;
    font-weight: 250;
    color: rgb(68, 68, 68);
    background-color: rgb(255, 255, 255);
    margin: 1.5rem 0px 0.75rem;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid black;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-column a {
    font-size: 0.75rem;
    font-weight: 300;
    color: #fff;
    /* color: #737373; */
}

.woocommerce-products-header__title {
    font-size: 2rem;
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* 3. Main Body Text */

.main-text {
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 1rem;
    color: #333;
}

.emphasis {
    font-weight: 300;
    color: #111;
}

/* 4. Super Small Text (for notes) */

.note-text {
    font-size: 0.75rem;
    font-weight: 300;
    color: #666;
    margin-top: 0.5rem;
}

/* 5. Super Small Text (for square notation or technical marks) */

.tiny-notation {
    font-size: 0.65rem;
    font-weight: 400;
    font-family: 'Prompt', monospace;
    /* or keep sans if preferred */
    vertical-align: super;
    letter-spacing: 0.03em;
}

/* White on black variants */

.section-title.invert {
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1rem;
}

.sub-section-title.invert {
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1rem;
}

.main-text.invert {
    background-color: #000;
    color: #fff;
    padding: 1rem;
}

.emphasis.invert {
    font-weight: 500;
    color: #fff;
    background-color: #111;
    padding: 0 0.2em;
    border-radius: 2px;

}

.centered-container {
    width: 75%;
    margin: 0 auto;

}

#container {
    margin-top: 50px;
}

.woocommerce-products-header .a-title-big {
    transform: none;
}

.box4 a,
.box5 a {
    display: block;
    width: 100%;
    height: 100%;
}

#wrapper {
    width: 80vw;

    margin: 0px auto;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    padding: 70px 5% !important;
    background: #fff !important;
}

body.woocommerce div.product div.summary {
    padding: 30px 5%;
    background: transparent !important;
    width: 45%;
}

.woocommerce .woocommerce-breadcrumb {
    padding: 16px 0 0 20px;
}

.wpcpo-option {
    margin-bottom: 20px;
}


/* CSS Document */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Prompt', sans-serif !important;
}

.home-block a {
    display: block;
    width: 100%;
    color: transparent;
    height: 100%;
}

.container {
    width: 80vw;

    /* Cool off-white grey for the main container */
    margin: 0 auto;
}

/* --- Top Bar --- */
.box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    /* White background */
    color: black;
    /* Black text */
    padding: 10px 20px;
    position: relative;
    height: 100px;
    overflow: hidden;
}

.left-links>span {
    border-left: 1px solid #ccc;
    margin: 0 5px;
    height: 21px;
    display: block;
    width: 0;
}

.left-links,
.right-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0%;
    gap: 20px;
    /* Vertically center the links */
}

.left-links a+a,
.right-links a+a {
    margin-left: 30px;
}

.box2:hover {
    transform: scale(1.2);
}

.box2:hover .headline {
    transform: scale(0.8333);
    transition: 0;
}

.headline a {
    display: block;
    line-height: 26px;
    height: 100%;
    color: #0d0d0d;
}

.left-links a,
.right-links a {
    color: #737373;
    font-size: 1.1rem;
    font-size: 0.9rem;
    font-weight: 250;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(20px);
}

.left-links a:hover {
    color: #000;
    scale: 1.1 !important;
    transition: scale 1s;
}

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

.logo-container img {
    height: 60px;
    width: 151px;
    object-fit: contain;
}


.glow-box {
    position: relative;
    display: inline-block;
    overflow: hidden;

    cursor: pointer;
}

.glow-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #00f, #0ff, #0f0, #ff0, #f00);
    background-size: 400%;
    z-index: 0;
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    animation: glow-move 5s linear infinite;
}

.glow-text {
    position: relative;
    color: white;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
}

/* При наведении */
.glow-box:hover .glow-bg {
    opacity: 0.8;
    transform: scale(1.1);
}

@keyframes glow-move {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Дополнительный стиль для визуального теста */


/* --- Headline Strip --- */
.box2 {
    background-color: #f5f0eb;
    color: #fff;
    overflow: hidden;
    height: 0;
    opacity: 0;
    font-size: 1.4rem;
    position: relative;
    display: flex;
    align-items: center;
    /* 👈 Center text vertically */
    justify-content: center;
    transition: 0.7s ease;
}

.headline-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.headline a {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    font-size: 15px;
    transform: translateY(100%);
    animation: slideHeadline 16s infinite ease-in-out;
}

.scene-home-wp {
    height: calc(100vh - 125px) !important;
    overflow: hidden;
}

.section-stiky {
    /* position: sticky;
    top: 0;
    background: #fff; */
}

.headline:nth-child(1) a {
    animation-delay: 0s;
}

.headline:nth-child(2) a {
    animation-delay: 4s;
}

.headline:nth-child(3) a {
    animation-delay: 8s;
}

.headline:nth-child(4) a {
    animation-delay: 12s;
}

.headline,
.headline * {
    transition: 0;
}

@keyframes slideHeadline {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    8% {
        opacity: 1;
        transform: translateY(0%);
    }

    25% {
        opacity: 1;
        transform: translateY(0%);
    }

    33% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

/* --- 4 Scalable Boxes --- */
.box3 {
    display: flex;
    gap: 0;
    width: 100%;
    flex-wrap: wrap;
}

.inner {
    flex: 1;
    aspect-ratio: 1 / 2;
    /* Tall rectangle, scales with width */
    position: relative;
    overflow: hidden;
}

/* Images scale to fit full height, keep proportions */
.image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}

.hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(255, 255, 255, 0.50);
    /* 75% white */
    backdrop-filter: blur(5px);
    /* Blur behind */
    -webkit-backdrop-filter: blur(5px);
    /* Safari support */
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    padding: 5px;
    text-align: center;
    font-size: 0.9rem;
}

.inner:hover .hover-overlay {
    transform: translateY(0%);
}

/* --- Final 2 Divs --- */
.box4,
.box5 {
    height: 250px;
}

.box4 {
    background-image: url('../img/template/panel1.jpg');
    /* replace with your actual file name/path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    /* or whatever fits your design */
}

.box5 {
    background-image: url("../img/template/plywood1-new.jpg");
    /* replace with your actual file name/path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

body .cart_item a:after {
    border-bottom: 0 !important;
    text-decoration: none !important;
}

.box6 {
    width: 80%;
    /* Keep the box width consistent */

    margin: 0 auto;
    /* Center box6 */
    /*  padding: 20px 0; Padding inside the box */
}

footer {
    /* background-color: #f2f2f2;  Light background color */
    padding: 20px 0;
    /* Padding inside footer */
}


.footer-column {
    flex: 1;
    /* Makes each column take equal width */
    padding: 0 20px;
    /* Add some space to the left/right of each column */
}


footer p {
    font-family: 'Prompt', sans-serif;
    font-size: 0.75rem;
    /* Smaller text size */
    color: #333;
    /* Dark gray text color */
    margin-bottom: 10px;
    /* Space between lines of text */
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: #000;
}

footer p:last-child {
    margin-bottom: 0;
    /* No bottom margin for the last line in each column */
}


.right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.row {
    display: flex;
    gap: 0;
    /* No spacing between items */
    width: 100%;
}

.row-item {
    position: relative;
    flex: 1;
    /* aspect-ratio: 1 / 2; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.image-title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    /* font-family: 'Nixie One', cursive; */
    color: black;
    text-align: left;
    padding: 8px 5px;
    font-size: 1rem;
    z-index: 2;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 200;
    background: transparent;
    color: #000;
}

.hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    padding: 5px;
    text-align: center;
    font-size: 0.9rem;
    z-index: 1;
}

.row-item:hover .hover-overlay {
    transform: translateY(0);
}

.fullwidth-wrapper {
    width: 100%;
    background-color: #dfe3e6;
    clear: both;
    padding-bottom: 0;
    /* Optional: background for full width section */
}

a {
    position: relative;
    color: #000;
    text-decoration: none;
}

.box1 a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.box1 a:hover::after {
    width: 100%;
}

.row-link {
    flex: 1;
    display: block;
    text-decoration: none;
    color: inherit;
    flex: 0 0 50%;
}

/* Box Alpha for New Page */
.box-alpha {
    display: flex;
    gap: 0;
    width: 100%;
}

.box-alpha-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.box-alpha-right {
    flex: 1;
    background-color: white;
    color: black;
    border-top: 1px solid black;
    padding: 10px 20px;
}

.dropdown-container {
    margin-top: 20px;
}

.dropdown-header {
    font-weight: bold;
    cursor: pointer;
    font-size: 1.2rem;
    color: black;
    margin-bottom: 10px;
}

.dropdown-section {
    height: 0;
    /* Start with height 0 */
    opacity: 0;
    /* Start hidden */
    visibility: hidden;
    /* Prevent content from taking space */
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    transition: height 0.3s ease-out, opacity 0.3s ease-out, visibility 0s 0.3s;
    /* Smooth transition */
}

.dropdown-section.open {
    height: auto;
    /* Set height to auto to reveal content */
    opacity: 1;
    /* Fade in */
    visibility: visible;
    /* Make content visible */
    transition: height 0.3s ease-out, opacity 0.3s ease-out, visibility 0s;
    /* Immediate visibility change */
}

.dropdown-section label {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    color: black;
}

.dropdown-section select {
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid black;
    /* Border around dropdown */
    font-size: 0.9rem;
}

/* For the new sections */
.dropdown-section input[type="radio"] {
    margin-right: 10px;
}

#stain-options,
#varnish-options {
    display: none;
    /* Initially hide these sections */
}

/* Ensure proper margin for new sections */
.dropdown-section {
    margin-top: 20px;
}

/* Ensure the labels are aligned properly for radio buttons */
.dropdown-section label {
    display: inline-block;
    margin-bottom: 5px;
}

/* General Dropdown Section */
.dropdown-section {
    overflow: hidden;
    max-height: 0;
    padding: 0 10px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    margin-bottom: 10px;
}

/* Initially hide sections */
.dimensions,
.jamb,
.finish,
.stain-options,
.varnish-options {
    max-height: 0;
    padding: 0;
}

/* Active (Open) State for Sections */
.dropdown-section.open {
    max-height: 500px;
    /* Adjusted to accommodate more content in the dropdown */
    padding: 10px;
    /* Add padding when open */
}

/* Header Style */
.dropdown-header {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-box {
    background: white;
    color: black;
    /* border-top: 1px solid black; */
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    font-family: sans-serif;
}

.dropdown-block {
    margin-bottom: 20px;
}

.dropdown-header {
    position: relative;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 0;
}

.dropdown-header::after {
    content: "";
    position: absolute;
    bottom: -5px;
    /* Moves the line 5px lower */
    left: 20px;
    /* Line starts 20px in */
    width: 65%;
    /* change to your desired length */
    border-bottom: 1px solid #ccc;
}

.dropdown-section {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dropdown-section.open {
    max-height: 500px;
    padding: 5px 0;
}

/* NEW */

.jamb {
    min-height: 200px;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    margin-bottom: 40px;

    font-size: 2rem;
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.woocommerce form .form-row {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .quantity .qty {
    height: 47px;
    line-height: 35px;
    text-align: center;

    border-radius: 0;
    border: 1px solid #ccc;
}


body.woocommerce .woocommerce-breadcrumb {
    margin-top: 0px;
    margin-left: 20px;
}


.woocommerce div.product div.summary {
    padding-top: 0px !important;
}

body .woocommerce-loop-product__title {
    margin: 15px !important;
}

.woocommerce ul.products li.product .price {
    margin: 0 15px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    margin: 10px 15px;
}

.woocommerce-products-header__title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}

body .woocommerce .woocommerce-result-count {
    margin-left: 20px !important;
    margin-top: 20px !important;
}

body .woocommerce-result-count {
    margin-left: 20px !important;
    margin-top: 10px !important;
}

.headline {
    font-size: 16px;
    top: 6px;
}

body.woocommerce div.product form.cart div.quantity,
body.woocommerce div.product form.cart .button {
    margin-top: 0px;
    margin-left: 15px;
}

.qib-button-wrapper * {
    font-family: 'Prompt', monospace !important;
    font-weight: 200;
}

.qib-button-wrapper button.qib-button.plus {
    border-left: 0;
}

.qib-button-wrapper {
    margin: 0 !important;
}

.qib-button-wrapper button.qib-button.minus {
    border-right: 0;
}

.woocommerce-checkout .woocommerce {
    display: block;
    width: 100%;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity,
.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 56px !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 16px !important;

}

body.woocommerce div.product div.images {
    width: 55%;
}

.woocommerce div.product {
    display: flex;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: green;
    border-radius: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;

}

.woocommerce div.product .product_title {
    text-transform: uppercase;
}

.woocommerce-message {
    align-items: center;
    display: flex;
}

.woocommerce-page .woocommerce-message .button {
    margin-left: auto;
}

.woocommerce-message::before {
    top: 1.6em;
}

.logo-container a {
    text-decoration: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    gap: 10px;
    display: flex;
    margin: 15px;
    padding-left: 0 !important;
}

.footer-description {
    text-align: center;
    padding: 15px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15%;
    border: 1px solid #ccc;
}

.wpcf7-form p {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 7px;
    display: block;
}

.wpcf7-form p input[type="text"],
.wpcf7-form p textarea {
    line-height: 25px;
    width: 100%;
}

* {
    outline: none;
}

.wpcf7-submit {
    background: #000;
    color: #fff;
    padding: 10px 20px;
}

.wpcf7-form p+p+p+p+p {
    border-bottom: 0;
}

.flex-viewport a {
    text-decoration: none !important;
}

.woocommerce ul.products li.product .button {
    background: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

.woocommerce ul.products li.product .price {
    color: #000;
}

.woocommerce ul.products.columns-3 li.product a::after:hover,
.woocommerce-page ul.products.columns-3 li.product a::after:hover {
    text-decoration: none;
}

.woocommerce-products-header__title {
    margin-left: 20px;
}

.left-links a::after,
.right-links a::after {
    bottom: -5px;
}

.entry-content {
    padding: 30px;
}

#order_review {}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    border-radius: 0;
    padding: 15px;
}

body .button {
    border-radius: 0 !important;
    padding: 15px 30px;
}

.logo-container a {
    transform: translate(0, 85px);
    text-decoration: none;
}

.metaslider {
    opacity: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
    line-height: 23px;
    padding-left: 10px;
}

.woocommerce-cart table.cart img {
    width: 100px;
}

.product-thumbnail a {
    text-decoration: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    text-decoration: none !Important;
}

.woocommerce form .form-row select {
    border: 1px solid transparent !important;
    /* border-bottom: 1px solid #000 !important; */
    padding: 6px 0 !important;
}

.woocommerce form .form-row select {
    padding: 0px 0 !important;
}

.woocommerce form .form-row label {
    line-height: 1.5;
}

.cart_totals h2 {
    margin-bottom: 10px;
}

#container a:after {
    /* display: none; */
}

.woofc-count span {
    background-color: #008000;
}

.section-tabs {
    display: flex;
}

.section-tabs__item {
    position: relative;
    margin-top: 10px;
}

.section-tabs__item:first-child {
    padding-left: 0;
    border-left: 0;
}

.section-tabs__item:last-child::before {
    border: 0;
}

.section-tabs__item::before {
    content: "";
    right: 0;
    top: 0;
    display: block;
    border-right: 1px solid #fff;
    width: 1px;
    height: 20px;
    top: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.section-tabs__item:first-child h2 {
    padding-left: 0;
}

.section-tabs__item.active h2:before {}

.section-tabs__item {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;

}

.section-tabs__item h2 {

    padding: 0;
    line-height: 20px;
    height: 35px !important;
}

.section-tabs__item h2::after {
    display: none !important;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}



.section-tabs__item.active h2 {
    color: #ccc;
}

.subcategory-block {
    overflow: hidden;
}

.subcategory-block {
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateX(100%);
    max-height: 0;
    overflow: hidden;
    visibility: hidden;

}

.subcategory-block.active {
    opacity: 1;
    transform: translateX(0);
    max-height: 10000px;
    /* Достаточно большой для контента */
    visibility: visible;
    margin-top: 45px;
    margin-bottom: 20px;
}


.entry-title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: 20px;
    font-weight: 500;
}

.post-edit-link {
    margin-left: 20px;
}

.product_title.entry-title {
    margin-left: 0px;
}

.entry-content {
    padding-left: 0;
    padding-right: 0;
}

.logo-container a:after {
    display: none !important;
}

#container .products a:hover::after {
    display: none;
}

body .woocommerce-loop-product__title {
    margin: 15px 25px !important;
}

.woocommerce ul.products li.product .price {
    margin: 0px 25px;
}

/* .product_cat-plywood .grid-item {
    aspect-ratio: 1;
} */

.grid-item {
    position: relative;
    width: 100%;
    aspect-ratio: auto;
    overflow: hidden;
    background: radial-gradient(circle at center, #e7dfd0 0%, #e0d6c6 60%, #d9cebd 100%);
    display: block;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    height: 100%;
}


.sheme-blue .grid-item {
    aspect-ratio: 16 / 9;
}

.sheme-blue .grid-item img {
    max-height: 70vh;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: scale 0.3s ease;
}

.term-doors .grid-item .hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    top: auto;
}

.sheme-blue .grid-container {
    grid-template-columns: repeat(2, 1fr);
}

.grid-link {
    text-decoration: none;
    color: inherit;
    display: block;
    opacity: 1 !important;
}

.grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #edeaea;
}

.sheme-white .grid-price span:first-child>span,
.sheme-door .grid-price span:first-child>span {
    display: none;
}

.sheme-door .grid-container,
.sheme-plywood .grid-container,
.search-results .grid-container {
    gap: 4px;
}

.grid-item.title-break+.grid-container {
    border: 0;
    margin-top: 10px;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
    margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 30px;
    display: inline-block;
}

.big-section-title {
    position: relative;
    left: 0;
    max-width: max-content;
    margin-bottom: 55px;
}

.grid-item img {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0.7;
    transition: 0.5s all;
    width: 100%;
    /* height: 100%; */
    /* opacity: 0; */
    object-fit: cover;
    z-index: 0;
    scale: 0.8 !important;

}

.grid-item .hover-overlay strong {
    display: block;
    font-weight: 600;
}

.sheme-blue .grid-item .hover-overlay,
.sheme-blue .image-title {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.grid-item .hover-overlay {
    position: relative;
    font-weight: 400;
    bottom: 0;
    top: 0;
    left: 0;
    transform: translateY(0) !important;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: black;
    display: block;
    transition: transform 0.3s ease-out;
    padding: 5px;
    text-align: center;
    font-size: 0.8rem;
    z-index: 1;
}

.grid-item:hover .hover-overlay {
    transform: translateY(0);
}

.grid-item.title-break {
    position: relative;
    letter-spacing: 0;
    background: transparent;
    grid-column: 1 / -1;
    border: 0 !important;
    background-color: transparent;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    line-height: 1.2;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem;
    font-weight: 200;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    overflow: visible;
    font-weight: 500 !important;
}

.grid-item.title-break::after,
.section-tabs__item:first-child::after,
.section-tabs__item.active h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    width: 26vw;
    z-index: 9999999;
    transform: translateX(-20vw);
}

.section-tabs__item h2 {
    position: relative;
}

.section-tabs__item.active h2::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "" !important;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    top: auto;
}

.variation_section span {
    font-weight: 500;
}

.woocommerce div.product form.cart .button {
    background: #000;
    border: 1px solid #000;
    width: calc(100% - 160px);
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce div.product form.cart .button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000 !important;
}

.no-products {
    padding: 10px 20px;
    color: #fff;
}

.container-panels .grid-container {
    padding: 0;
}

.bg-blue-600 {
    background-color: #000 !important;
    border-radius: 0 !important;
}

.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.mobile-menu {
    display: none;
}

body .font-semibold {
    font-weight: 500;
}

.wpcf7-form input,
.wpcf7-form textarea {
    font-weight: 300;
}

body .font-bold {
    font-weight: 500;
}

.wpcf7-form input[type="submit"] {
    cursor: pointer;
}

.sub-section-title.tight {
    margin-bottom: 0;
    margin-top: 2px;
}

.section-title.tight {
    margin-bottom: 0px;
    margin-top: 30px;
}

a {

    font-weight: 300;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

/* ----- slider css ---*/
.main-slider {
    width: 100%;
    /* max-width: 600px; */
    height: 475px;
    overflow: hidden;
    margin: 2rem auto;
    margin: 0;
    /* Removes top and bottom margin */

}

.main-slider-track {
    display: flex;
    width: 400%;
    /* 4 slides = 400% */
    height: 150%;
    animation: main-slide 8s infinite;
}

.main-slider-slide {
    flex: 1 0 100%;
    height: 100%;
}

/* .red {
    background-color: #e74c3c;
}

.blue {
    background-color: #3498db;
}

.green {
    background-color: #27ae60;
}

.purple {
    background-color: #8e44ad;
} */

@keyframes main-slide {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(0);
    }
}

#scene-container {
    width: 100%;
    max-height: 75vh;
    height: 100%;
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}

.hideVisuale {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    left: 30px;
    right: auto;
}

body .woocommerce .quantity .qty {
    border-radius: 0;
    border: 1px solid #ccc;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.section-title a {
    font-weight: 200;
}

#order_review_heading {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 45px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
}

#contact_details h3 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce table.shop_table th {
    font-weight: 300;
}

.woocommerce table.shop_table tfoot th {
    font-weight: 500;
}

.woocommerce ul#shipping_method li label {
    font-weight: 200;
}

.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-label {
    font-weight: 500;
}

.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0.3rem 0;
}

.footer-input {
    margin-top: 5px;
}

.woocommerce-page .woocommerce-message .button {
    font-weight: 300;
}

.footer-inner p {
    font-size: 14px;
    padding: 3px 0;
}

.footer-title {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    text-align: center;
}

.sheme-white .grid-item .hover-overlay {
    color: #000;
}

.footer-signup p {
    font-size: 13px;
}

.footer-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.1rem;
    color: #fff;
}

.footer-column {
    width: 25%;
    background-color: #fafafa;
    ;
    padding: 2rem;
    box-sizing: border-box;
}

.footer-lightest {
    font-weight: 100;
}

.footer-lighter {
    font-weight: 200;
}

.footer-emphasis {
    font-weight: 400;
}

.footer-input {
    font-size: .8rem;
    font-weight: 300;
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    /* 1px border */
    border-radius: 0;
    outline: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 200;
    box-sizing: border-box;
    border: 0;
}

.footer-input::placeholder {
    color: #666;
    font-weight: 200;
}

.footer-certification {
    margin-top: 50px;
}

.footer-signup__wrapper {
    max-width: 350px;
    margin: 0 auto;
}

.footer-wrapper {
    background: #7b9daf;
    font-weight: 300;
}

.footer-certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 40px);
    justify-content: left;
    /* grid-template-rows: repeat(3, 60px); */
    gap: 20px;
}

.footer-certificates-grid img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    /* Ensures images fill the box nicely */
    display: block;
}

.footer-card-logos {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    gap: 8px;
    align-items: center;
    margin-top: 1rem;
}

.footer-card-logos img {
    height: 20px;
    width: auto;
    display: inline-block;
    /* filter: grayscale(100%); */
    opacity: 0.8;
}

.woocommerce div.product form.cart .variations th {
    text-align: left;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 13px;
    font-size: 16px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 500;
}

.woofc-count.woofc-count-shake {
    right: 40px;
    left: auto;
}

.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout form.checkout {
    max-width: 100% !important;
}


/* 1) Обёртка всего чекаута — flex или float, чтобы задать 2 колонки */
.woocommerce-checkout .woocommerce {
    display: block !important;
    flex-wrap: wrap;
    gap: 20px;
    /* отступ между колонками */
}

/* 2) Левая колонка: поля оформления (customer details) */
.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout #customer_details,
.woocommerce-checkout form.checkout {
    /* Заставляем форму занимать примерно 60% ширины */
    max-width: 100% !important;
    box-sizing: border-box;
}

/* 3) Правая колонка: блок Order Review (список товаров + итоги) */
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order {
    /* Задаём правой колонке примерно 35% ширины */

    box-sizing: border-box;
}

/* 4) Если внутри элементов есть float — очищаем их */
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout form.checkout {
    display: block;
    /* чтобы flex-вложенные работали корректно */
}

.woocommerce-privacy-policy-text {
    font-size: 14px;

    margin-bottom: 10px;
}

.woocommerce-info {
    line-height: normal;
    font-weight: 200;
}

.woocommerce form .form-row .input-text {
    font-weight: 200;
}

.home-block img {
    aspect-ratio: 5/4;
    scale: 1.5;
}

.home-hero {
    display: flex;
    height: 475px;
    margin-top: 0px;

    max-width: 1300px;
    margin: 0 auto;
}


.home-hero.right {
    justify-content: flex-end;
}

.parts-home__img--mobile {
    display: none !important;
    height: 0 !important;
    opacity: 0;
    transition: all 0.3s ease;
}

#ppom-selection-summary h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

#ppom-summary-list li {
    padding: 3px 0;
}

.mgl-gallery-container .mgl-box {
    padding: 2px !important;
}

.ppom-wrapper .form-group {
    margin-bottom: 0.5rem;
}

.woocommerce form .form-row select {
    padding: 3px 0 !important;
}

.select3d__group {
    flex-wrap: wrap;
    display: flex;
}

.flex-viewport .woocommerce-product-gallery__wrapper>div {

    max-height: calc(-380px + 100vh);
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    margin: 0 auto;
}

.woocommerce div.product div.images img {
    width: auto;
    max-height: 80vh;
    margin: 0 auto;
    max-width: 80%;
}

.select3d__group>div {
    flex: 0 0 calc(50% - 10px) !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
}

.ml-form-embedWrapper {
    border-radius: 0;
}

#wrapper {
    width: 100%;
}

.ml-form-embedWrapper {
    background: none !important;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: rgb(204, 204, 204);
}

.parts-home__img p {
    padding: 7px 0;
}

.logo-container {
    margin-left: 40px;
}

.parts-home__img {
    max-width: 60%;
}

.left-links {
    justify-content: right;
}

.my-thumbnails-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    /* расстояние между изображениями */
}

.my-thumbnails-wrapper .thumb {
    flex: 1 1 calc(50% - 10px);
    /* 2 в строку */
    box-sizing: border-box;
}

.my-thumbnails-wrapper .thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

body .qib-button-wrapper {
    justify-content: left;
}

.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity,
.woocommerce div.product form.cart .quantity.wqpmb_quantity,
.woocommerce div.product .quantity.wqpmb_quantity {
    width: 57px;
}

.footer-emphasis {
    font-size: 0.6875rem;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-container {
    /* transform: translate(0px, 30px); */
    position: relative;
    opacity: 1;
    /* filter: blur(2px);
    scale: 1.2; */
    transition: none !important;
    /* border-top: 1px solid #cccccc; */
    overflow: hidden;
}

.footer-column {
    background: none;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    padding-top: 10px;
}

.footer-column a {
    font-size: 14px;
    text-transform: uppercase;
}

.button-main {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
}

.containers {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}

.ml-form-embedBody {
    padding-left: 0 !important;
}

.ml-form-formContent .ml-form-fieldRow button {
    border-radius: 0 !important;
}

.image-wrapper {
    position: relative;
    width: 400px;
    height: 300px;
    view-timeline-name: --scrollLoop;
    view-timeline-axis: block;
}

.image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.image-wrapper img:nth-child(1) {
    animation: fadeInOut 1s linear infinite;
    animation-timeline: --scrollLoop;
    animation-range: entry 0% entry 100%;
    animation-delay: 0s;
}

.image-wrapper img:nth-child(2) {
    animation: fadeInOut 1s linear infinite;
    animation-timeline: --scrollLoop;
    animation-range: entry 0% entry 100%;
    animation-delay: 0.33s;
}

.image-wrapper img:nth-child(3) {
    animation: fadeInOut 1s linear infinite;
    animation-timeline: --scrollLoop;
    animation-range: entry 0% entry 100%;
    animation-delay: 0.66s;
}

.home-other-parts {
    display: flex;
    margin: 0 auto;
    max-width: 1300px;
    gap: 20px;
}


.home-other-parts-item {
    margin-bottom: 30px;
}

.home-other-parts-item__img {
    margin-bottom: 20px;
}

.home-other-parts-item__img img {
    display: block;
    width: 100%;
}

.home-other-parts-item__desc {}

body .flex-control-paging li a {
    width: 31px;
    height: 3px;
    border-radius: 0 !important;
}


.home-block-right {

    width: 57%;
    background-color: #fefefe;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    transition-delay: 0.3s;
}

.animation-show {
    transform: translate(0px, 30px);
    opacity: 0;
    filter: blur(2px);
    scale: 1.2;
    transition: none !important;
}

/* .animation-show {
    transform: translateY(55px);
    opacity: 0;


    animation: homeAnimationBlock 1s linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
} */

.active .animation-show {}

.left-animation {
    overflow: hidden;
}

.left-animation span {
    transform: translateY(51px);
    opacity: 1;
    display: block;
    overflow: hidden;

}

.active .left-animation {
    transform: translateY(-20px);
    opacity: 1;
}

.active .left-animation.sub-section-title {
    animation-delay: 0.3s;
}

.home-hero * {
    overflow: hidden !important;
}

.grid-link.product {
    opacity: 0;

}

.sheme-panels {
    background: linear-gradient(to bottom, #8b9c68 0%, #5b703c 25%, #5b703c 100%);
}

.term-panels .grid-item {
    background: transparent;
    color: #fff;
    font-weight: 500;
}

.section-tabs .grid-item {
    cursor: pointer;
}

.grid-item .hover-overlay {
    position: relative;
    background: none;
}

.term-panels .container-panels .grid-item.title-break {
    display: none;
}

.grid-item .hover-overlay {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    font-weight: 300;
    padding-left: 20px;
}

.product-hero__img-wrapper {
    position: relative;
    height: 600px;
}

.product-hero__img-wrapper img {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    /* transition: 0.3s all; */
}

.product-hero__img-wrapper img:nth-child(1) {
    transform: translateY(-20%);
}

.product-hero__img-wrapper img:nth-child(2) {
    transform: translateY(-20%);
}

.product-hero__img-wrapper img:nth-child(3) {
    transform: translateY(-20%);
}

.sheme-panels .term-panels .grid-item {
    display: none;
}



.grid-price {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 0px;
    padding-bottom: 15px;
}

.term-panels .grid-container .grid-item {
    margin-bottom: 60px;
}

.sheme-panels .qib-button-wrapper button.qib-button.plus,
.sheme-panels .qib-button-wrapper button.qib-button.minus {
    background: #414c2d;
    color: #fff;
    border: 1px solid #414c2d;
    transition: all 0.2s ease-in;

}

.woocommerce div.product form.cart .button {
    transition: letter-spacing 0.3s ease-in,
        background-color 0.3s ease-in;
}

.header-icons--mobile {
    display: none;
}

.woocommerce div.product form.cart .button:hover {
    letter-spacing: 1.5px;
    background: #000;
    color: #fff;
    text-shadow: 0px 0px 20px #fff;
}

.image-title {
    background: transparent;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 7px;
    font-size: 0.9rem;
}

/* white */
.term-hardware .grid-container .product:nth-child(5n+1) .grid-item,
.term-hardware .grid-container .product:nth-child(5n+4) .grid-item {
    background: #fff !important;
}

/* Grey light */
.term-hardware .grid-container .product:nth-child(5n+2) .grid-item,
.term-hardware .grid-container .product:nth-child(5n+5) .grid-item {
    background: #727272;
    color: #fff;
    background: linear-gradient(to bottom, #e5e5e5 0%, #e3e3e3 50%, #c4c4c4 100%);
}

.term-hardware .grid-container .product:nth-child(5n+3) .grid-item {
    background: linear-gradient(to bottom, #727272 0%, #5d5d5d 50%, #4a4a4a 100%);
    color: #fff;
}


.term-hardware .grid-container .product:nth-child(5n+3) .grid-item .hover-overlay {
    color: #fff;
}

.term-hardware .grid-container .product:nth-child(5n+2) .grid-item .image-title,
.term-hardware .grid-container .product:nth-child(5n+5) .grid-item .image-title,
.term-hardware .grid-container .product:nth-child(5n+1) .grid-item .image-title,
.term-hardware .grid-container .product:nth-child(5n+4) .grid-item .image-title {
    color: #000;
}

.grid-item img {
    object-fit: contain !important;
    transition: 0.6s all ease-in;
}

.icon-cart .st0 {
    fill: #fff;
}

.icon-cart .st1 {
    fill: #7ca2af;
}

.icon-cart .st2 {
    opacity: 0;
    fill: #ed2224;
    transition: 0.5s all;
}

.icon-cart.active .st2,
.icon-cart .st2,
.icon-cart:hover .st2 {
    opacity: 1;

}

body:not(.home) .header-bg {
    position: relative;
    padding-bottom: 100px;
}

.white-logo {
    display: none;
}

.sheme-panels .subcategory-block .grid-item.title-break,
.sheme-white .subcategory-block .grid-item.title-break {
    display: none;
}

#container {
    overflow-x: hidden;
    flex: 1;
}

.wrapp {
    display: flex;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
}

/* .theme-doors {
    background: linear-gradient(to bottom, #8b9c68 0%, #5b703c 25%, #5b703c 100%);
} */

.icon-call {
    position: fixed;
    bottom: 10%;
    right: 5%;

    z-index: 999;
    width: 50px;
}

.page-template-default .entry-title {
    margin-top: 0;
    margin-left: 0;
    text-transform: uppercase;
}

.page-template-default .post-edit-link {
    margin-top: 0;
    margin-left: 0;
}

.woocommerce-account .addresses .title .edit {
    font-size: 12px;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 10px;
}

.ml-form-embedWrapper .ml-form-successBody {
    padding: 0 !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0 !important;
}

.page-faqs .parts-home__img {
    margin-left: 10% !important;
}

.parts-home__intro {
    flex: 0 0 40%;
}

.page-faqs .parts-home__item.active,
.page-faqs .parts-home__item:hover {
    background: #000;
    cursor: pointer;
    color: #fff;
}

.parts-home__img {

    margin: 30px 0;
}

.parts-home__img {
    width: 100%;
}

.grid-item del .woocommerce-Price-amount {
    text-decoration: line-through;
}

.entry-summary ins {
    text-decoration: none;
    font-weight: normal !Important;
}

.search-results .big-section-title,
.search-no-results .big-section-title {
    font-size: 60px !important;
}

.woocommerce span.onsale {
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.page-faqs .parts-home__img {
    margin: 30px auto;
    display: block;
}

.parts-home__img {
    margin-top: 0;
}

.parts-home__number {
    justify-content: center;
    text-align: center;
}

.footer-signup__wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body .woocommerce-message::before {
    top: 50%;
    transform: translate(0, -50%);
}

body.search-results .header-bg.stiky,
body.page-template-default .header-bg.stiky {
    background: #fff;
}

.price-sale * {
    text-decoration: none;
}

.icon-call .st0 {
    fill: #fff;
}

.icon-call .st1 {
    fill: #5e8397;
}

body.sheme-white .black-logo,
body.sheme-panels .white-logo {
    display: block !important;
}

.section-tabs__item h2.title-break {
    font-weight: 500 !important;
    letter-spacing: 0;
}

body .header-bg.stiky {
    position: sticky;

    /* background: #7f915d; */
    /* -webkit-box-shadow: 2px 8px 9px -3px rgba(255, 255, 255, 0.55);
    box-shadow: 2px 8px 9px -3px rgba(255, 255, 255, 0.25); */
    transition: 0.5s background;
    z-index: 99999999999;
    top: 0;
}

body.sheme-panels .header-bg.stiky {
    background: #7f915d;
}

body.sheme-door .header-bg.stiky {
    background: #6e9aac;
}

body.term-hardware .header-bg.stiky,
body.page-template-faqs-page .header-bg.stiky {
    background: #fff;
    border-bottom: 1px solid #000;
}


.header-bg.stiky .header-logo {
    top: 0;
}

.term-doors .grid-item .hover-overlay,
.term-doors .image-title {
    color: #000;
}

/* gradien panneling */
/* .term-panels .woocommerce-products-header .a-title-big span {
    background: linear-gradient(45deg, #ffffff, #dfbda2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

body.sheme-plywood .header-bg.stiky {
    background: #b5d5c2;
}

body.sheme-plywood .woocommerce-products-header .a-title-big {
    color: #000;
}

body.sheme-plywood .header-logo {
    top: 0;
}

body.sheme-white .black-logo,
body.sheme-panels .black-logo {
    display: none;
}

.header-menu__close.show {
    display: block;
}

body.sheme-plywood ::selection {
    background: #b9d6c4;
}

body.sheme-door ::selection {
    background: #5f8594;
}

body .sheme-panels ::selection {
    background: #7f915d;
}

.sheme-white .header-menu ul li a,
.sheme-plywood .header-menu ul li a {
    color: #000;
}

.sheme-white .big-section-title {
    color: #000;
}

/* .sheme-white .header-search input[type="submit"] {
    filter: invert(1);
} */

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes homeAnimationBlock {
    0% {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }

    50% {
        filter: blur(2px);
    }

    100% {

        opacity: 1;
        filter: blur(0px);
    }
}



@media(max-width: 1535px) {

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

    .home-hero {
        display: block;
        height: auto;

    }

    .home-hero>div {
        width: 100% !important;
    }

    .home-hero .main-text {
        padding: 50px 0 !important;
    }


    .home-block {}

    .left-links a,
    .right-links a {
        font-size: 0.8rem;
    }

    .logo-container img {
        width: 100px;
    }

    .left-links a+a,
    .right-links a+a {
        margin-left: 5px;

    }

    .header-menu ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: #7ca2af;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        justify-content: center;
        align-items: center;
        width: 100%;
        transform: translate(-100%, 0);
        transition: 0.5 all;
    }

    .header-menu__close {
        position: fixed;
        background: #5d8e9f;
        width: 30px;
        height: 30px;
        display: none;
        z-index: 99999;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

    .header-menu__close:after {
        content: "";
        display: block;
        width: 100%;
        height: 1%;
        background: #fff;
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 50%;
        position: absolute;
        left: 50%;
    }

    .header-menu__close::before {
        content: "";
        display: block;
        width: 100%;
        height: 1%;
        background: #fff;
        transform: translate(-50%, -50%) rotate(45deg);
        top: 50%;
        left: 50%;
        position: absolute;

    }

    .header-menu ul.active {
        transform: translate(0, 0);
    }

    body .header-menu ul li {
        position: relative;
        overflow: hidden;
    }

    body .header-menu ul li a {
        font-size: 2rem;
        line-height: 3rem;
    }

    body .header-menu ul li::after {

        transform: translateX(-100%);
        transform-origin: left bottom;
        transition: 0.5s transform;
    }



    .header-menu ul li:hover::after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;

        background: #5d8e9f;
        top: auto;
        transform: translateX(0);
    }
}

@media (max-width: 1279px) {

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    body .product-hero__img {
        transform: none;
        padding-top: 0;
    }

    .footer-slogan {
        font-size: 8rem;
    }

    .pannels .product-hero__title {
        position: relative;
        top: 50px;
        left: 30px;
        margin-bottom: 67px;
    }

    .product-hero__img {
        transform: translatex(80px);
    }

    .product-hero__img {
        padding-top: 0;
    }

    body .product-hero__title {
        position: relative !important;
        margin-bottom: 50px;
        left: 30px !important;
        right: 0 !important;
        display: inline-block;
    }

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

    .product-hero {
        flex-direction: column;
    }

    .product-hero__img {
        transform: none;
    }

    .checkout-columns {
        display: block !important;
    }

    .checkout-form {
        max-width: 100% !important;
    }

    .checkout-order-review {
        max-width: 100% !important;
        display: block;
    }

    .checkout-order-review {
        display: block;
        max-width: 100% !important;
    }
}

@media (max-width: 1023px) {

    .header-icons--mobile {
        display: block;
    }

    .header-logo {
        position: absolute !important;
        transform: translateX(-50%);
        left: 50%;
    }

    .header-search input[type="submit"] {
        top: 10px;
    }

    .header-main .header-search {
        display: none;
    }

    .header-icons {
        position: relative;
        top: 10px;
    }

    .parts-home__img--desktop {
        display: none !important;
    }

    .parts-home__img--mobile.active {
        display: block !important;
        height: auto !important;
        background: #eee;
        padding: 30px 30px;
        opacity: 1;
        margin: 0 auto;
        max-width: 100%;
        margin-left: 0 !important;
    }

    /* .page-faqs .parts-home__number {
        text-align: left;
    } */

    .parts-home__img--mobile {
        display: none !important;
    }

    .big-title__small {
        bottom: 5%;
        right: 0;
    }

    .parts-home {
        flex-direction: column;
    }

    .grid-item.title-break {
        font-size: 1.1rem;
    }

    .section-tabs__item {
        padding-left: 15px;
        padding-right: 15px;

    }

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

    .box6 {
        padding-left: 20px;
        padding-left: 20px;
        width: 100%;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-column {
        border-right: 0 !important;
    }

    body .left-links,
    body .right-links {
        display: none !important;
    }

    body .box1.open .mobile-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        background-color: white;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 15px 0;
        border-top: 1px solid #ddd;
        text-align: center;
        z-index: 999;
    }

    body .box1.open .mobile-menu a {
        display: block;
        padding: 10px 0;
        color: black;
        text-decoration: none;
        font-size: 1rem;
    }

    .row-link {
        flex: 0 0 100%;
    }

    .logo-container img {
        max-width: 120px;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 35px;
    }

    .left-links,
    .right-links {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: white;
        top: 70px;
        left: 0;
        width: 100%;
        padding: 15px 0;
        border-top: 1px solid #ddd;
        text-align: center;
        z-index: 9;
    }

    .box1.open .left-links,
    .box1.open .right-links {
        display: flex;
    }

    .logo-container {
        margin: 0 auto;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-column {
        width: 100%;
    }

}

@media (max-width: 767px) {

    body.sheme-blue .grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px;
    }

    body .woocommerce-products-header .product-hero__title {
        left: 0 !important;
    }

    .big-title__small {
        bottom: 0;
        right: 0;
    }

    body .grid-item.title-break {
        font-size: 1rem;
        line-height: 1.1;
        font-weight: 500 !important;
    }

    .section-tabs__item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .woocommerce-checkout .woocommerce {
        display: block;
    }

    body .product-hero__title {
        left: 12% !important;
    }

    .woocommerce-checkout form.checkout,
    .woocommerce-checkout #order_review {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    body .doors .product-hero__right p,
    body .pannels .product-hero__right p {
        padding-left: 12%;
        max-width: 85%;
    }

    body .plywood .product-hero__img {
        padding-top: 50px;
    }

    body .plywood .product-hero__img img {
        max-width: 60vw;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
    }

    body .product-hero__img-wrapper {
        height: 450px;
        width: 100%;
        text-align: center;
    }

    body .plywood .product-hero__subtitle {
        margin-left: 12%;
    }

    body .plywood .product-hero__right p {
        padding-left: 12%;
    }

    body .plywood {
        padding-bottom: 30px;
    }

    body .product-hero__subtitle,
    body .product-hero__subtitle {
        margin-left: 12%;
    }
}

@media (max-width: 639px) {
    .select3d__group>div {
        flex: 100% !important;
    }

    .my-thumbnails-wrapper .thumb {
        flex: 1 1 100%;
    }
}

/* 📱 Для маленьких экранов — 1 в строку */
@media (max-width: 479px) {
    .grid-item .hover-overlay {
        padding-left: 15px;
    }

    .image-title {
        padding-left: 15px;
        padding-right: 15px;
    }

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


.viewer3d_variation_open:before {
    content: '';
    position: absolute;

    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://admflooring.com/wp-content/themes/adm/assets/images/redesign/triangle.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(90deg);
    width: 23px;
    height: 19px;
    background-size: contain;
    top: 4px;
    right: 0;
    left: auto;
}

.woocommerce form .form-row {
    display: block;
}

.woocommerce div.product form.cart {
    margin-top: 15px;
}

.variation_section {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
}

.variation_section::after {
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    width: 80%;
    content: "";
    height: 1px;
    background: #ccc;
    left: 50%;
    transform: translateX(-50%);
}

.variation_section span {
    display: inline-block;
    *display: block;
    zoom: 1;
    text-decoration: none;
    padding-right: 30px;
    position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0 !Important;
    padding: 15px;
    background: #fff;
}

.variation_section.active .viewer3d_variation_open::before {
    transform: rotate(180deg);
}

.select3d__group.hidden {
    display: none;
}

.product-3d-wrapper .flex-viewport {
    border-right: 1px solid #ccc;
}

.ppom-wrapper label {
    margin-bottom: 0;
}

.select3d__group {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fafafa;
}

.woocommerce form .form-row select {
    background: transparent;
}

.woocommerce div.product form.cart .button {
    padding: 15.5px 25px;
    border: 1px solid transparent !important;
}

.toggleBtnOpen {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 140;
    background: #ccc;
    padding: 10px;
    background: url(/wp-content/plugins/visody-3d-product-viewer/public/img/3d-icon.svg);
    border: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    background-size: 40px;
    background-repeat: no-repeat;
    font-size: 0;
}

.toggleBtnClose {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 140;
    padding: 10px;
    background: #000 center url("/wp-content/plugins/visody-3d-product-viewer/public/img/close.svg");
    border-radius: 500px;
    font-size: 0;
    border: 0;
    width: 40px;
    height: 40px;

    background-size: 40px;
    background-repeat: no-repeat;
}

.product-3d-wrapper {
    position: relative;
}

#scene-container {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 100;
}

.woocommerce div.product.open .product-3d-wrapper {
    width: 100%;
    height: 95vh;

}

.woocommerce div.product.open {
    flex-direction: column;
}

#scene-container #scene-container button {
    padding: 5px;
    border: 1px solid #ccc;
}

.footer-slogan {
    pointer-events: none;
    line-height: 12rem;
    display: block;
    font-size: 16rem !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff !important;
    /* color: #627f8f; */
    font-weight: 500;
    position: absolute;
    bottom: 0;
    z-index: 0;
    opacity: 0.1;
    font-weight: 500;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}

.variation_section span {
    font-weight: 300;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-variation-price {
    margin-bottom: 10px;
}

/* Blue scheme */
.sheme-blue .box1 {
    background: transparent;
}

.sheme-blue {
    background: #7DA0AD;
    background: linear-gradient(0deg, rgba(125, 160, 173, 1) 0%, rgba(109, 154, 172, 1) 50%, rgba(125, 160, 173, 1) 100%);
}

.sheme-blue div.product div.summary,
.sheme-blue .select3d__group {
    background: transparent !important;
}

.sheme-blue .entry-summary,
.sheme-blue .entry-summary .price {
    color: #fff;
}

.woocommerce form .form-row {
    margin-bottom: 20px;
}

.sheme-blue .entry-summary .form-row select {
    color: #fff !important;
    font-weight: 300 !important;
}

.sheme-blue .single_add_to_cart_button {
    background: var(--color-btn-doors) !important;
    border: 0 !important;
}

body.sheme-blue .qib-button-wrapper .minus.qib-button,
body.sheme-blue .qib-button-wrapper .plus.qib-button {
    background: var(--color-btn-doors) !important;
    border: 0 !important;
    color: #fff;
}

.qib-button-wrapper button.qib-button {
    font-size: 27px !important;
    color: #fff;
}

.sheme-blue .woocommerce div.product form.cart div.quantity .qty {
    background: transparent;
    border: 1px solid #fff;
}

#ppom-selection-summary {
    background: #fff;
    color: #000;
}

.sheme-blue .left-links a,
.sheme-blue .right-links a {
    color: #fff;
}

.sheme-blue .woocommerce div.product form.cart .button {
    color: #fff;
}

.sheme-blue .woocommerce form .form-row select {
    border-bottom: 0 !important;
}

.sheme-blue .price {
    color: #fff;
}

.sheme-blue .variation_section::after {
    background: #fff;
}

.sheme-blue .footer-wrapper {
    background: transparent;
}

.sheme-blue div.product form.cart .button:hover {
    color: #fff !important;
    border: 1px solid transparent !important;
}

.sheme-blue .woocommerce form .form-row label {
    line-height: 1.2;
}

.sheme-blue .ppom-wrapper .form-group {
    margin-bottom: 0.8rem;
}

/* END Blue scheme */


/* plywood scheme */

.sheme-plywood .ppom-wrapper .form-group {
    margin-bottom: 0.8rem;
}

.sheme-plywood .box1 {
    background: transparent;
}

.sheme-white .section-tabs__item.active h2::before {
    background: #000;
}

.section-tabs__item::before {
    border-right: 1px solid #000;
}

.sheme-white .grid-item.title-break::after,
.sheme-white .section-tabs__item:first-child::after,
.sheme-white .section-tabs__item.active h2::after {
    background: #000;
}

.sheme-plywood {
    background: #b4e4c7;
}

.sheme-plywood div.product div.summary,
.sheme-plywood .select3d__group {
    background: transparent !important;
}


.sheme-blue .variation_section::after {
    background: #fff;
}

.sheme-plywood .entry-summary,
.sheme-plywood .entry-summary .price {
    color: #fff !important;
}

.sheme-plywood .woocommerce form .form-row label {
    line-height: 1.2;
}

.sheme-plywood .entry-summary .form-row select {
    color: #fff !important;
    font-weight: 300 !important;
    border: 0 !important;
}

.sheme-plywood .single_add_to_cart_button {
    background: var(--color-btn-green) !important;
    border: 0 !important;
}

.sheme-plywood .qib-button-wrapper button.qib-button {
    font-size: 40px;
    color: #fff;
    border: 1px solid #2f4e3b;
    background: #2f4e3b !important;
}

.sheme-blue .grid-item img {
    scale: 1 !important;
    transition: scale 0.3s ease;
}

.sheme-blue .grid-item:hover img {
    scale: 1.2 !important;
}

.sheme-plywood .qib-button-wrapper button.qib-button:hover {
    background: #3d624b !important;
}

.ml-form-successContent {
    margin-bottom: 10px;
}

.ml-form-successBody.row-success {
    margin-top: 10px;
}

.ml-form-successContent h4 {
    display: none;
}

.ml-form-embedContainer {
    margin-top: 10px;
}

.checkout-button {
    background-color: #000 !important;
}

.woocommerce table.shop_table th {
    font-weight: 500;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    line-height: 30px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    line-height: 23px;
}

.cart-collaterals .shop_table th {
    font-weight: 500 !important;

}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 400;
}

.woocommerce table.shop_table td.product-name {
    width: 40%;
}

.woocommerce-billing-fields h3 {
    margin-bottom: 10px;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
    border-radius: 0;
}

.woocommerce-order-details h2,
.woocommerce-order-details h3 {
    margin-bottom: 10px;
}

.woocommerce-notice {
    margin-bottom: 10px;
}

.woocommerce-account #container .container {
    max-width: 1100px;
}

.woocommerce form .form-row label {
    margin-bottom: 9px;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow button,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    border-radius: 0 !important;
}

.variation_section:last-of-type {
    border: 2px solid red;
}

.sheme-plywood .woocommerce div.product form.cart div.quantity .qty {
    background: transparent;
    border: 1px solid #fff;
}

#ppom-selection-summary {
    background: #fff;
    color: #000;
}

.sheme-plywood .left-links a,
.sheme-plywood .right-links a {
    color: #000;
}



.sheme-plywood .footer-slogan {
    opacity: 0.3;
}

.sheme-plywood div.product form.cart .button:hover {
    color: #fff !important;
    background: var(--color-btn-green-dark) !important;
}

.sheme-plywood .entry-summary,
.sheme-plywood .entry-summary .price {
    color: #000 !important;
}

.sheme-plywood .woocommerce div.product form.cart .button {
    color: #fff;
}

.woocommerce .variations_form {
    color: #000;
}

.sheme-plywood .price {
    color: #fff;
}

.sheme-plywood .footer-wrapper {}

/* END Blue scheme */

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation::marker {
    list-style: none;
}

.woocommerce-MyAccount-navigation::marker {
    display: none;
}

.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}

.woocommerce-MyAccount-content fieldset {
    padding: 20px;
}

.woocommerce-MyAccount-content legend {
    padding: 10px;
}

.woocommerce table.my_account_orders .button {
    font-weight: 400;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {

    padding: 50px 20px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    background: #f5f5f5;
    padding: 50px 20px;
}

h3,
h2 {
    font-weight: 500;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    margin-top: 15px;
}

@media (max-width: 1600px) {
    body.woocommerce div.product div.images {
        width: 100%;
    }

    body.woocommerce div.product div.summary {
        width: 100%;
    }

    .woocommerce div.product {
        flex-direction: column;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        margin-bottom: 0;
        min-height: 50vh;
    }
}