/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
    --blacks: #2C2E35;
    --heads-font: "Druk Wide Medium", sans-serif;
}

@font-face{
    font-family: "Druk Wide Medium";
    src: url("../woodmart-child/fonts/7e389c5e310dc537b083e0e25ea6eab5.eot");
    src: url("../woodmart-child/fonts/7e389c5e310dc537b083e0e25ea6eab5.eot?#iefix")format("embedded-opentype"),
    url("../woodmart-child/fonts/7e389c5e310dc537b083e0e25ea6eab5.woff")format("woff"),
    url("../woodmart-child/fonts/7e389c5e310dc537b083e0e25ea6eab5.woff2")format("woff2"),
    url("../woodmart-child/fonts/7e389c5e310dc537b083e0e25ea6eab5.ttf")format("truetype"),
    url("../woodmart-child/fonts/7e389c5e310dc537b083e0e25ea6eab5.svg#Druk Wide Medium")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

h1, h2, .druk-style {
    font-family: "Druk Wide Medium"!important;
    font-weight: 400;
}



.swatch-on-single.swatch-with-bg {
    width: 74px!important;
    height: 74px!important;
}

.tm-extra-product-options-inner input,
.tm-extra-product-options-inner select {
    padding: 0 15px;
    height: auto!important;
    border-radius: 0px!important;

    font-size: 14px;

}

.tm-extra-product-options .tc-cell, .tc-extra-product-options .tmcp-field-wrap label.tc-cell, .tc-cell {

    margin-bottom: 0px;

}

.cpf_hide_element {
    margin-bottom: 5px!important;
}

.atribut-label {
    margin-bottom: 0;
    margin-right: 20px;
    color: #2d2a2a!important;
    white-space: nowrap;
    font-weight: 600!important;
}

.wd-logo img {
    padding-top: 5px;
    padding-bottom: 15px!important;
}

.top_number {
    color: #000709;
    font-size: 22px;
    font-weight: 600;
}

.top_number i {
    font-size: 20px;
    margin-right: 10px;
}

.menu-item-compare {
    display: none!important;
}

.footer-container .site-logo {
    display: flex;
    justify-content: center;
}

.footer-container .textwidget {
    text-align: center;
    line-height: 1.5;
}

#onas {
    display: none;
}


.awooc-custom-order {
    border-radius: var(--btn-shop-brd-radius)!important;
    color: var(--btn-shop-color)!important;
    box-shadow: var(--btn-shop-box-shadow)!important;
    background: rgb(70,93,85)!important;
}



.comment-form-comment .required {
    display: none!important;
}


.grecaptcha-badge {
    visibility: hidden!important
}


.exluziv_text {
    color: red;
}

.c-menu {
    padding: 30px 15px 60px;
}

.c-menu-header {
    border-bottom: 1px solid var(--blacks);
    font-family: var(--heads-font) !important;
    padding-bottom: 12px;
    font-size: 32px;
    letter-spacing: 5px;
    line-height: 1.25;
    padding-left: 12px;
}

.c-menu-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 70px;
}

.c-menu-box {
    margin-bottom: 80px;
}

.c-menu-box:last-child {
    margin-bottom: 0;
}

.c-menu-item {
    width: calc(50% - 35px);
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid var(--blacks);
    gap: 12px;
}

.c-menu-item:nth-child(4n+3) .c-menu-item__content,
.c-menu-item:nth-child(4n+4) .c-menu-item__content {
    order: -1;
}

.c-menu-item__img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.c-menu-item__img .c-menu-item__labels  {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin-bottom: 0;
}

.c-menu-item__img .c-menu-item__labels-item {
    width: fit-content;
    margin-bottom: 4px;
    font-weight: 500;
}

.c-menu-item__img img {
    display: block;
    max-width: 250px;
    max-height: 100%;
}

.c-menu-item__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.c-menu-item__labels-item {
    border-radius: 20px;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.c-menu-item__labels-item--red {
    background: rgb(221,51,51);
}

.c-menu-item__labels-item--pink {
    background: rgb(209,109,142);
}

.c-menu-item__content {
    width: 50%;
    align-self: center;
}

.c-menu-item__name {
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--heads-font) !important;
    margin-bottom: 12px;
    line-height: 1.25;
}

.c-menu-item__content p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
}

.c-menu-item__stat {
    max-width: 240px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.c-menu-item__stat-row {
    display: flex;
}

.c-menu-item__stat-item {
    width: 25%;
    text-align: center;
    border-left: 1px solid var(--blacks);
}

.c-menu-item__stat-item:first-child {
    border-left: none;
}


.c-menu-item__price-new {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}



@media (min-width:  1200px) {
    .desktop-padding {
        padding: 100px!important;
    }
}


@media (max-width:  1200px) {

    .c-menu-row {
        gap: 0 24px;
    }

    .c-menu-item {
        width: calc(50% - 12px);
    }

}

@media (max-width:  1023px) {

    .c-menu-item {
        width: 100%;
    }

    .c-menu-item:nth-child(4n+3) .c-menu-item__content,
    .c-menu-item:nth-child(4n+4) .c-menu-item__content {
        order: initial;
    }

    .c-menu-item:nth-child(even) .c-menu-item__content{
        order: -1;
    }

}

@media (max-width:  767px) {

    .c-menu {
        padding: 0 15px 30px;
    }

    .c-menu-item {
        display: block;
    }

    .c-menu-item__img, .c-menu-item__content {
        width: 100%;
    }

    .c-menu-item__img {
        margin-bottom: 16px;
    }

    .c-menu-header {
        font-size: 28px;
        padding-bottom: 12px;
        padding-left: 6px;
    }

}