:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(68,68,68);
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(173,148,117);
	--wd-alternative-color: rgb(173,148,117);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(173,148,117);
	--btn-accented-bgcolor-hover: rgb(234,141,28);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(198,132,45);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(173,148,117);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://extract.lt/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd .product-label.featured {
	background-color: rgb(173,148,117);
}
.wd .product-label.out-of-stock {
	background-color: rgb(114,114,114);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.wpb_column.vc_column_container.vc_col-sm-12.wd-rs-6109255809801 {
  margin-bottom: -35px;
}
.wd-cat-content.hover-mask h3 {color:#ffffff}
.wd-nav-product-cat:not(.wd-nav-mobile) > li > a {
    padding-block: 0 !important;
}


/* ===== KVAPŲ NATOS ===== */

.extract-notes {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin: 25px 0 10px;
}

.extract-note-group {
    flex: 1 1 33.333%;
    width: 33.333%;
    min-width: 0;
    padding: 0 20px;
    text-align: left;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.extract-note-group:first-child {
    padding-left: 5px;
}

.extract-note-group:last-child {
    padding-right: 5px;
    border-right: none;
}


/* ===== GRUPĖS PAVADINIMAS ===== */

.extract-note-title {
    margin-bottom: 20px;
    min-height: 75px;
    text-align: left;
}

.extract-note-title h4 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.extract-note-subtitle {
    font-size: 13px;
    line-height: 1.3;
    color: #333;
}


/* ===== DESKTOP: INGREDIENTAI VERTIKALIAI ===== */

.extract-ingredients {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.extract-ingredient {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    text-align: left;
}


/* PAVEIKSLĖLIS KAIRĖJE */

.extract-ingredient img {
    display: block !important;
    flex: 0 0 55px;
    width: 55px !important;
    max-width: 55px !important;
    height: 55px !important;
    object-fit: contain;
    margin: 0 12px 0 0 !important;
}


/* PAVADINIMAS DEŠINĖJE */

.extract-ingredient-name {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #333;
    text-align: left;
    white-space: normal;
}


/* ===== MOBILE ===== */

/* ===== MOBILE ===== */

@media (max-width: 767px) {

    /* VISOS 3 NATŲ GRUPĖS HORIZONTALIAI */
    .extract-notes {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
        margin: 15px 0 20px;
    }

    .extract-note-group,
    .extract-note-group:first-child,
    .extract-note-group:last-child {
        flex: 1 1 33.333%;
        width: 33.333%;
        min-width: 0;
        padding: 0 7px;
        margin: 0;
        border-bottom: none;
        border-right: 1px solid #e5e5e5;
        box-sizing: border-box;
    }

    .extract-note-group:first-child {
        padding-left: 0;
    }

    .extract-note-group:last-child {
        padding-right: 0;
        border-right: none;
    }


    /* SEKCIJOS PAVADINIMAS */

    .extract-note-title {
        min-height: 50px;
        margin-bottom: 10px;
        text-align: left;
    }

    .extract-note-title h4 {
        margin: 0 0 5px;
        font-size: 11px;
        line-height: 1.25;
        font-weight: 700;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

    .extract-note-subtitle {
        font-size: 10px;
        line-height: 1.2;
    }


    /* INGREDIENTAI IŠ VIRŠAUS Į APAČIĄ */

    .extract-ingredients {
        display: flex;
        flex-direction: column;
        gap: 7px;
        width: 100%;
        max-width: none;
        margin: 0;
    }


    /* PAVEIKSLĖLIS + TEKSTAS */

    .extract-ingredient {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 0;
        min-height: 42px;
        text-align: left;
    }

    .extract-ingredient img {
        display: block !important;
        flex: 0 0 36px;
        width: 36px !important;
        max-width: 36px !important;
        height: 36px !important;
        object-fit: contain;
        margin: 0 5px 0 0 !important;
    }

    .extract-ingredient-name {
        flex: 1;
        min-width: 0;
        padding: 0;
        font-size: 9px;
        line-height: 1.15;
        text-align: left;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
    }
}

 @media (min-width: 1025px) {
	.wd-product {
        position: relative;
    }

    /* Pavadinimas */
    .wd-loop-prod-title {
        position: relative;
        text-align: left !important;
        padding-right: 110px;
    }

    /* Žvaigždutės */
    .wd-loop-prod-rating {
        position: absolute !important;
        right: 0;
        margin: 0 !important;
        width: auto !important;
        z-index: 2;
    }

    .wd-loop-prod-rating .star-rating {
        margin: 0 !important;
        white-space: nowrap;
    }

}

