:root {
    --color-gold: #b0933a;
    --color-cuvee: #21b259;
    --color-amelie: #f5a5c9;
    --color-orange: #f7931d;
    --color-chili: #ee1d23;
    --color-lemon: #f4ed2f;
    --color-onion: #90268f;
    --color-garlic: #939598;
    --color-truffle: #c3b49b;
    --color-herbs: #7fccba;
    --color-black: black;

    --color-oil: #919c85;
    --color-oil-button-text: #afbfaa;
    --color-oil-text: #5c6357;

}

.blocker{
	z-index: 100 !important;
}

.pt-menu {
    padding-top: 116px !important;
}

.btn:focus {
    color: unset;
    background-color: var(--color-primary);
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    /*background-color: rgba(51, 51, 51, 0.2) !important;*/
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 35px;
    /*background-image: url("/data/images/loading.gif") !important;*/
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.single-nav-icon {
    cursor: pointer;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.re-captcha.has-error > div {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.g-recaptcha > div {
    width: 302px !important;
    height: 76px !important;
}

.g_map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}


/* Custom CSS */

:root {
    --color-primary: #f0f0f0;
    --color-olive: #ced944;
    --color-olive-darker: #637232;
    --color-primary-transparent: #f0f0f0de;
    --color-cosmetics: #788a7a;
    /*
    --color-primary-transparent: #ced944de;*/

}

.color-text-white {
    color: white;
}


.color-text-green {
    color: var(--color-olive);
}

[data-lightbox] {
    cursor: pointer;
}

#blog_grid .carousel-card:hover img {
    transform: none;
}

body {
    background: white;
    font-size: 17px;
}

.header {
    background: white;
    z-index: 10000;
}

.header.is-fixed {
    box-shadow: 0 -27px 10px 20px black;
}

nav.navigation {
    margin-right: 0;
}

.header__logo.logo {
    margin-left: 20px;
}

.header__logo.logo img {
    max-height: 60px;
    height: 60px;
}

.vertical-logo__layer img {
    max-width: 80px;
}

.footer__logo img {
    max-width: 100%;
    width: 100%;
}

.footer__logo {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-logo__layer--yellow {
    background: black;
}

.hero__title {
    color: white;
}

.hero__title span {
    color: black;
}

.hero__content {
    min-height: 600px;
    margin-top: 20px;
}

.works__title span {
    color: var(--color-primary);
}

.features {
    background: white;
}


.carousel::before {
    background-color: white;
}

.carousel-card__bottom {
    background: white;
}

.carousel-card__bottom .carousel-card__title {
    color: white;
}

.carousel-card__icon svg {
    fill: black;
}

.carousel__btn:focus {
    color: unset;
}

.carousel__btn:hover {
    color: var(--color-primary);
}

.feature-card__caption {
    font-weight: 900;
    background: white;
    color: black;
}


.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*


.contact-section {
background: black;
}

.contact-section__title {
color: var(--color-primary);
}

.contact-section__address {
color: white;
}

.contact-section__link a {
color: var(--color-primary);
}

.contact-section__social a {
color: white;
}
*/


.footer {
    background-color: #fdfdfd;
}

/*

.carousel-card:hover img,
.carousel-card:focus img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
*/

.features__text {
    color: black;
}

.features__left_text {
    margin-left: auto;
}

.features__right_text {
    margin-right: auto;
}

.blog-grid__first-screen {
    overflow: unset;
}


.feature-card:hover .feature-card__caption {
    background: var(--color-primary);
    color: black;
}

.style-2.feature-card:hover .feature-card__caption {
    background: black;
    color: white;
}


.contact-section {
    background: white;
}

.discuss-project__wrapper {
    background-color: var(--color-primary);
}

.navigation__item {
    margin-right: 0;
}

.subpage-submenu .navigation__list {
    gap: 0;
}

.header--secondary .header__mobile .mobile-canvas__nav {
    margin-right: 0;
}

.carousel__navigation {
    margin-left: 30px;
    margin-top: 30px;
    justify-content: start;
}

.carousel__btn svg {
    transition: all .2s ease;
}

.fc {
    flex-direction: column;
}

.index_services .carousel-card__title {
    font-weight: bold;
    letter-spacing: 1px;
    color: black;
}


.instagram-feed {
    background: white;
}

.instagram-feed iframe {
    width: 100%;
    min-height: 380px;
}

.video-section {
    background: white;
    display: flex;
    justify-content: end;
    align-items: center;
}

.video-section iframe {
    padding-left: 50px;
}

.video-section .video__text {
    margin-bottom: 200px;
    text-align: right;
}

.carousel-card__bottom {
    transform: translateY(0);
    position: relative;
    background: white;
}

.navigation__link {
    cursor: pointer;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-section .video__con {
    width: 60%;
}


/* Then style the iframe to fit in the container div with full height and width */
.iframe-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.features__title {
    font-size: 46px;
    margin-top: 0;
}


.article_category_pointer {
    line-height: 55px;
}


.mr-0 {
    margin-right: 0;
}

.ml-0 {
    margin-left: 0;
}

.btn--theme-black.style-2 {
    border: none;
}

.btn--theme-black.style-2:hover {
    background: var(--color-primary);
}

.t-j {
    text-align: justify;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

.sp-text {
    color: var(--color-olive);
}

.designer-pages .single-post__image img {
    height: auto;
    object-fit: unset;
    object-position: unset;
}


@media screen and (min-width: 768px) {
    .contact-section__aside .discuss-project__title {
        margin-top: -105px;
        margin-bottom: 50px;
    }

    .carousel__btn {
        font-size: 60px;
    }

    .single-post__text {
        font-size: 17px;
    }
}

@media screen and (min-width: 992px) {
    .index_exposed_products .article-description {
        min-height: 70px;
    }

    .works {
        background: white;
        padding-top: 150px;
    }

    .footer__logo {
        padding: 53px 63px;
    }

    .navigation__dropdown {
        bottom: -43px;
    }

    .hero {
        z-index: 100;
    }

    .header--white .navigation__item--current .navigation__link,
    .header--white .navigation__link {
        color: black;
    }

    .features__card--size-small {
        margin-top: 138px;
    }

    .features__card.features__card--description {
        margin-top: 150px;
        max-width: 400px;
    }

    .features__card.features__card--description.de-left {
        text-align: left;
        margin-left: 45px;
    }

    .features__card.features__card--description.de-right {
        text-align: right;
        margin-left: auto;
    }

    .features__text {
        font-size: 17px;
    }

    .single-post__title.bigger__title {
        font-size: 45px;
    }

    .single-post__title.smaller__title {
        font-size: 32px;
    }

    #oil_grid .hero__title,
    #shop_grid .hero__title {
        transform: translateY(53%)
    }

    .single-project {
        padding: 110px 0 50px;
    }
}

.hero__bg img {
    object-position: 0 -160px;
}

.pad-tb-150p {
    padding-top: 150px;
    padding-bottom: 150px;
}

.services-section__link span {
    opacity: 1;
}

.services-section__link span svg {
    fill: var(--color-olive);
}


.single-project__hero-text {
    margin-top: 0;
    margin-bottom: 50px;
}

.subpage-submenu {
    margin-top: 120px;
    background: var(--color-primary);
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 555;
}

.subpage-submenu nav.navigation {
    margin-right: auto;
}

.subpage-submenu nav.navigation .navigation__link {
    color: black;
}

.subpage-submenu nav.navigation .navigation__link:hover svg {
    fill: black;
}

main {
    background: white;
}

#oil_grid .news-card__content,
#shop_grid .news-card__content {
    background: transparent;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

#oil_grid .news-card__wrapper:hover .news-card__content, .news-card__wrapper:focus .news-card__content,
#shop_grid .news-card__wrapper:hover .news-card__content, .news-card__wrapper:focus .news-card__content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.news-card__price {
    width: max-content;
    background: var(--color-primary);
    background: black;
    color: white;
    z-index: 66;
    padding: 5px 10px;
}

.news-card__add_to_cart {
    position: relative;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: var(--color-primary);
    background: black;
    color: white;
    z-index: 555;
}

#oil_grid .news-card__bottom,
#shop_grid .news-card__bottom {
    margin-bottom: 30px;
}

#oil_grid .news-card__content,
#shop_grid .news-card__content {
    flex: 1;
}

.hero__header {
    bottom: 26px;
}

.news-card__title {
    display: flex;
    flex-wrap: wrap;
    font-weight: normal !important;
}

h1 .news-card__title {
    font-weight: normal !important;
}

#oil_grid .news-card__title,
#shop_grid .news-card__title {
    margin-bottom: 10px;
}

#oil_grid .news-card__title > a,
#shop_grid .news-card__title > a {
    color: black;
}

.news-card__price-discount {
    text-decoration: line-through rgba(34, 34, 34, 0.60) 2px;
    -webkit-text-decoration-line: line-through rgba(34, 34, 34, 0.60) 2px !important;
    -webkit-text-decoration-line: line-through !important;
    -webkit-text-decoration-color: #000 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 2px !important;

    opacity: 0.8;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 10px
}

#oil_grid .blog-grid__card.style-2 .news-card__price,
#shop_grid .blog-grid__card.style-2 .news-card__price {
    border: none;
    text-align: right;
}

#oil_grid .blog-grid__card,
#shop_grid .blog-grid__card {
    margin-bottom: 130px;
}

.hero {
    min-height: unset;
    display: block;
}

.hero img {
    width: 100%;
    height: auto;
}

.hero + section {
    padding-top: 100px;
}


.works {
    background: white;
    background-image: unset;
}


.carousel-card img {
    width: 100%;
}

.features__description {
    color: black;
}

#shop_grid:not(.oil_page) .news-card__pic img {
    /*object-fit: contain;
    -o-object-fit: contain;*/
    padding-left: 25px;
}

.height-auto {
    height: auto;
}

.mb-15p {
    margin-bottom: 15px;
}

.h-100 {
    height: 100%;
}


/*

#shop_grid .blog-grid__card.cs-3 .news-card__content {
background: black;
color: white;
}

#shop_grid .blog-grid__card.cs-3 .news-card__add_to_cart {
background: var(--color-primary);
color: black;
}

#shop_grid .blog-grid__card.cs-4 .news-card__content {
background: black;
color: white;
}

#shop_grid .blog-grid__card.cs-4 .news-card__add_to_cart {
background: var(--color-primary);
color: black;
}


#shop_grid .blog-grid__card.cs-4 .news-card__price {
background: var(--color-primary);
color: black;
}


#shop_grid .blog-grid__card.cs-5 .news-card__content {
padding-right: 0;
}

#shop_grid .blog-grid__card.cs-5 .news-card__add_to_cart {

}


#shop_grid .blog-grid__card.cs-5 .news-card__price {
right: 0;
}


#shop_grid .blog-grid__card.cs-6 .news-card__price {
right: -5px;
}

#shop_grid .blog-grid__card.cs-7 .news-card__price {
position: absolute;
top: 155px;
right: 260px;
background: var(--color-primary);
color: black;
z-index: 66;
padding: 5px 10px;
font-size: 25px;
}

#shop_grid .blog-grid__card.cs-9 .news-card__price {
position: absolute;
top: 155px;
right: 262px;
background: black;
color: white;
z-index: 66;
padding: 5px 10px;
font-size: 20px;
}
*/


.designer_text_photo_big .twisted .creative-hero__main {
    position: absolute;
    top: 50%;
    right: 40px;
    left: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-card:hover img, .feature-card:focus img,
.carousel-card:hover img,
.feature-card__image:hover img {
    transform: scale(1.15);
}

.carousel-card img,
.feature-card__image img {
    transition: all 1s ease;
}

.clickable {
    cursor: pointer;
}

header .navigation-icons {
    gap: 20px;
    margin-left: 15px;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}

#top_menu_cart {
    position: fixed;
    right: 0;
    padding-top: 120px;
    top: 0;
    bottom: 0;
    width: 360px;
    z-index: 1000;
    background: white;
    transition: all .3s ease;
    transform: translateX(100%);
    border: 2px solid var(--color-primary);
    overflow: auto;
}

#top_menu_cart.show-cart {
    transform: translateX(0);
}

#top_menu_cart .btn-group > a,
#forgot-password .btn-group > a {
    width: 100%;
    margin: 0 0 15px;
    justify-content: space-between;
    font-weight: bold;
    color: black;
    background: var(--color-primary);
}

#top_menu_cart .btn-group > a:hover,
.cart_to_shop_button a:hover,
#forgot-password .btn-group > a:hover {
    background: black;
    color: white;
}

#top_menu_cart .btn-group > a:hover svg,
.cart_to_shop_button a:hover svg,
#forgot-password .btn-group > a:hover svg {
    fill: white;
}

.cart_to_shop_button a {
    color: black;
}


#top_menu_cart .btn-group > a > svg {
    margin-left: 10px;
}

#top_menu_cart ul {
    list-style: none;
    padding-left: 0;
}

#top_menu_cart ul li {
    position: relative;
}

#top_menu_cart .single-cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#top_menu_cart .single-cart-item h4 {
    margin: 0;
}

#top_menu_cart .close i {
    position: absolute;
    right: 42px;
    top: 130px;
}

.old-price {
    text-decoration: line-through rgba(0, 0, 0, 0.6) 1px;
    text-decoration-line: line-through;
    opacity: 0.6;
    padding-left: 5px;
}

#top_menu_cart .single-cart-item-body {
    padding-left: 15px;
}

.top-menu-cart-container {
    padding: 20px 20px 0;
}

#top_menu_cart .removeItem {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cart-loading {
    background: transparent !important;
    padding-top: 200px;
    padding-bottom: 200px;
}

.sf-on-load {
    transition: opacity .3s linear;
}

.slight-fade {
    opacity: 0.3;
}

table#cart {
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse;
    border-spacing: 0;
}

#cart-page .section-content {
    margin-top: 100px;
}

#cart-page .section-content {
    margin-bottom: 50px;
    padding-bottom: 25px;
}


table#cart > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
    padding: 30px 5px;
}

table#cart > tbody > tr > td {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 5px;
    transition: all .3s ease;
}

table#cart > tbody > tr.minimize > td {
    padding: 0 5px;
}

table#cart .product-thumbnail img {
    max-width: 222px;
}

table#cart .product-thumbnail {
    width: 222px;
}

table#cart .product-name a {
    color: black;
}


table#cart .removeItem {
    color: black;
}

table#cart .cart_item {
    transition: all .3s ease;
}

table#cart .cart_item.fade-out {
    opacity: 0;
}

.item-old-price {
    text-decoration: line-through rgba(0, 0, 0, 0.6) 1px;
    text-decoration-line: line-through;
    opacity: 0.6;
}

.input-text.qty {
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #eee;
    outline: none;
}


.qtyminus {
    height: 50px;
    width: 35px;
    background: white;
    border: 1px solid #eee;
    border-right: none;
    border-radius: 0;
    cursor: pointer;
}


.qtyplus {
    height: 50px;
    width: 35px;
    background: white;
    border: 1px solid #eee;
    border-left: none;
    border-radius: 0;
    cursor: pointer;
}

.mr-0 {
    margin-right: 0 !important;
}

.leaf-spinner {
    display: inline-block;
    position: sticky;
    width: 35px;
    height: 35px;
    animation: leaf-spinner 2s infinite;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -50%);
}


.cart_total_table {
    width: 100%;
    margin-bottom: 30px;
}

.cart_total_buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cart_total_buttons > div {
    flex: 0 0 50%;
    margin: 0 !important;
}

.pr-15p {
    padding-right: 15px;
}

.pl-15p {
    padding-left: 15px;
}

.cart_total_buttons a {
    margin: 0;
    width: 100%;
    justify-content: space-between;
    color: black;
}

.cart_total_buttons a:hover {
    color: white;
}

.cart_total_buttons a:hover svg {
    fill: white;
}


.cs-news-card .news-card__title {
    font-size: 55px;
    color: black;
    margin-bottom: 20px;
}

.cs-news-card .news-card__text {
    max-width: 450px;
}

#results.success + .hide-pt {
    padding-top: 0 !important;
}

.leaf-spinner-absolute {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    animation: leaf-spinner 2s infinite;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    transform: translate(-50%, -50%);
}

@keyframes leaf-spinner {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(450deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(900deg);
    }
}


.show-cart-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

#cart_element_counter {
    transition: all .2s ease;
    min-width: 15px;
}

#cart_element_counter.new-item-animation {
    transform: translateY(-5px);
}

table#cart.empty-cart > tbody > tr > td {
    border-top: 1px solid #f4f4f4;
}

table#cart.empty-cart thead {
    display: none;
}


.checkout-country .select2-container {
    width: 100% !important;
}

.checkout-country .select2-selection {
    background-color: #fff;
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.checkout-country .select2-container .select2-selection--single {
    height: 37px;
}

.checkout-country .select2-selection__rendered {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5) !important;
    padding-left: 0 !important;
}

.custom-control.custom-radio {
    display: flex;
}

.custom-control.custom-radio input {
    display: none;
}

.custom-control.custom-radio label {
    width: 100%;
    padding: 20px;
    border: 1px solid;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-control.custom-radio label svg {
    transition: all .1s ease;
}

.custom-control.custom-radio input:not(:checked) + label svg {
    opacity: 0;
}

#cart_data tfoot th {
    font-weight: 400;
}

#cart_data .product-subtotal {
    padding-right: 0;
}

#checkout_login_btn svg {
    margin-left: 10px;
}

#checkout_login_btn a {
    color: black;
}


#checkout_login_btn:hover a {
    color: white;
}

#checkout_login_btn:hover svg {
    fill: white;
}


.required span.field__hint::after {
    content: "*";
    right: -7px;
    position: absolute;
    top: -2px;
    color: darkred;
}

.has-error input,
.has-error .select2-selection,
.has-error .custom-control.custom-radio label {
    border-color: darkred;
}

.has-error .field__hint,
.has-error label.custom-control-label {
    color: darkred;
}


#checkout_form #cart_data tfoot tr th {
    padding-top: 5px;
}

#checkout_form #cart_data tfoot tr:first-of-type th {
    padding-top: 15px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-text {
    padding-left: 10px;
}

/* When the checkbox is checked, add a blue background */
.custom-control-label input:checked ~ .checkmark {
    background-color: black;
    transition: none;
}


/* Show the checkmark when checked */
.custom-control input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-control .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: white;
    transition: none;
}

.myaccount-page-wrapper {
    padding-top: 100px;
    padding-bottom: 70px;
}

.error-container {
    background: var(--color-primary);
    border-bottom: 3px solid #eaeaea;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.error-container .error-text {
    padding-left: 10px;
}

.cs-btn-group {
    display: flex;
}

.cs-btn-primary {
    display: flex;
    justify-content: space-between;
    color: black;
}

.cs-btn-primary:hover svg {
    fill: white;
}

#checkout_form .cs-btn-primary:hover,
.cs-btn-primary:hover {
    color: white;
}

.color-black {
    color: black;
}

.login-row > div:last-of-type label,
.register-row > div:last-of-type label {
    margin-bottom: 15px;
}

.underline {
    text-decoration: underline;
}


#results.success,
#results.error {
    padding: 15px;
    border: 1px solid black;
    margin-bottom: 0;
    margin-top: 15px;
}

#results.success h4,
#results.error h4 {
    margin-top: 0;
}

#results.success p,
#results.error p {
    margin-bottom: 0;
}


.user_sidebar ul {
    list-style: none;
    padding-left: 0;
}

.user_sidebar ul li {
    padding: 15px 10px;
    border-top: 1px solid black;
}

.user_sidebar ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.user_sidebar ul li a svg {
    opacity: 0;
    transition: all .1s ease;
}

.user_sidebar ul li a:hover svg,
.user_sidebar ul li.active a svg {
    opacity: 1;
}


.user_sidebar ul li:last-of-type {
    border-bottom: 1px solid black;
}

.w-100 {
    width: 100% !important;
}

.user_sidebar {
    padding-top: 19px;
}

.invoices-table {
    border-collapse: collapse;
}

.invoices-table thead th {
    border-bottom: 1px solid black;
    padding: 5px;
}


.invoices-table tbody tr td {
    padding: 10px 5px;
}

.invoices-table tbody tr + tr td {
    border-top: 1px solid #eaeaea;
}

.carousel-card__bottom .carousel-card__title {
    color: black;
}

.modal {
    border-radius: 0;
}

.news-card__pic {
    height: unset;
}

#shop_grid .news-card__content,
#oil_grid .news-card__content {
    padding-bottom: 0;
}

.gap-15 {
    gap: 15px;
}


@media (min-width: 576px) {
    .hero__title {
        transform: translateY(45%);
    }

    .hero + section {
        padding-top: 170px;
    }

    .designer_text_photo_big .twisted .creative-hero__main {
        right: 0;
        left: unset;
    }


    .designer_text_photo_big .twisted .creative-hero__image {
        width: calc(50% - 8px);
        margin-left: 0;
        margin-right: auto;
    }
}


@media (min-width: 768px) {
    .designer_text_photo_2 .twisted {
        text-align: right;
    }

    .designer_text_photo_2 .twisted .single-project__hero-text,
    .designer_text_photo_2 .twisted .single-project__icon {
        margin-left: auto;
    }

    .d-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .hero {
        padding-top: 110px;
    }

    .hero__title {
        transform: translateY(52%);
    }

    .hero + section {
        padding-top: 220px;
    }


    #oil_grid .news-card__content,
    #shop_grid .news-card__content {
        width: 50%;
    }

    #oil_grid .news-card__pic,
    #shop_grid .news-card__pic {
        width: 50%;
    }

    .designer_text_photo_2 .twisted .creative-hero__image {
        width: calc(66.6666% - 6px);
    }

    #oil_grid .news-card__content,
    #shop_grid .news-card__content {
        padding-right: 0;
    }


}

@media screen and (min-width: 1200px) {
    .features .features__description {
        color: black;
    }

    .blog-grid__first-screen {
        height: 500px;
    }

    .blog-grid__first-screen-image img {
        object-position: 0 -250px;
    }

    .single-project__title {
        margin-bottom: 30px;
    }

    .hero__title {
        transform: translateY(52%);
    }

    .hero + section {
        padding-top: 330px;
    }

    #news .hero__title {
        transform: translateY(53%);
    }

    .designer_text_photo_big .twisted .creative-hero__main {
        top: 50%;
        right: calc(16.6666666667% + 15px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: unset;
    }
}

@media (min-width: 1400px) {
    .designer_text_photo_big .twisted .creative-hero__image {
        width: calc(66.6666% - 20px);
    }
}

.blog-grid__first-screen-image img {
    object-fit: cover;
    object-position: unset;
    -o-object-fit: unset;
    -o-object-position: unset;
}

.hero__header {
    z-index: 55;
}

.carousel-card:hover img, .feature-card__image:hover img {
    transition: all 3s ease;
}

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

    .cart_total_buttons {
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: end;
    }

    .cart_total_buttons > div {
        padding: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .small-pb-50 {
        padding-bottom: 50px;
    }

    .discount-circle-left {
        top: 10% !important;
        left: 15px !important;
    }

    .discount-circle {
        left: 97% !important;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    /*    .subpage-submenu {
    display: none;
    }*/
    #myaccountContent {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .index_exposed_products .carousel__navigation {
        margin-top: unset !important;
    }

    .index_exposed_products .swiper-slide {
        height: auto;
    }

    .index_exposed_products .single-article-item {
        min-height: 500px !important;
    }

    .index_exposed_products .article-item {
        padding: 15px !important;
    }

    .d-desktop {
        display: none;
    }

    #cart .cart_item .amount {
        align-items: end;
    }

    .cart_total_buttons > div:first-of-type {
        order: 1;
    }

    .cart_total_buttons > div {
        flex: 0 0 100%;
    }

}

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

}

@media (min-width: 992px) {
    .carousel-card:hover img, .carousel-card:focus img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.carousel-card:hover .backdrop, .feature-card__image:hover .backdrop {
    transition: all 2s ease;
    opacity: 0.6;
}


.backdrop {
    background: black;
    transition: all 1s ease;
    opacity: 0;
    z-index: 2;
}


.carousel-card__bottom {
    z-index: 3;
}

.hero__title {
    max-width: 1920px;
}

.designer_video .video__con {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}


.footer__phone a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}


.footer__phone a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


.designer-pages p a,
.underline-animation a {
    position: relative;
}

.designer-pages p a::before,
.underline-animation a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}


.designer-pages p a:hover::before,
.underline-animation a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.designer-pages p a {
    color: black;
}

.features__title_p-m-0 > p {
    margin: 0;
}

.about-video-section__title > p:first-of-type {
    margin-top: 0;
}


.about-video-section__title > p:last-of-type {
    margin-bottom: 0;
}

.shop_grid_container .shop_grid_category:not(:last-of-type) {
    margin-bottom: 0;
}

.big-header {
    height: 650px;
    margin-top: 100px;
}

.breadcrumbs-cosmetics .blog-grid__first-screen-image {
    padding-bottom: 15px;
    box-shadow: 1px -10px 7px 10px #d7d7d7;
}

.breadcrumb-icon-container {
    left: 15px;
    position: absolute;
    bottom: 0;
    transform: translateY(calc(50% - 5px));
    max-width: 150px;
}


@media screen and (min-width: 581px) {
    .breadcrumb-icon-container {
        left: 30px;
    }
}

@media screen and (min-width: 768px) {
    .breadcrumb-icon-container {
        left: 70px;
    }
}

@media screen and (min-width: 1681px) {
    .breadcrumb-icon-container {
        left: 150px;
    }
}


/* COSMETICS PAGES */
.cosmetics_page .subcategory_title {
    color: var(--color-cosmetics);
    letter-spacing: 10px;
    font-weight: unset;
}

#shop_grid.cosmetics_page .news-card__title > a {
    letter-spacing: 4px;
    color: var(--color-cosmetics);
}

.orange {
    color: #ebb847;
}

.add_to_cart_leaf {
    max-width: 380px;
}

.cosmetics_page .news-card__add_to_cart {
    max-width: max-content;
    background: transparent;
    color: #5e5e5e;
    z-index: 555;
    position: absolute;
    top: 0;
    left: 27px;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 4px;
}

.cosmetics_page .price_leaf .news-card__price,
.oil_page .price_leaf .news-card__price {
    position: absolute;
    right: 50px;
    background: none;
    bottom: 25px;
    font-size: 32px;
    font-weight: bold;
}

.cosmetics_page .price_leaf .news-card__price {
    bottom: 5px;
}


.cosmetics_page .news-card__content {
    position: relative;
    z-index: 1;
}

.cosmetics_page .price_leaf {
    position: absolute;
    top: -20px;
    right: -70px;
}

.oil_page:not(#product) .price_leaf {
    position: absolute;
    top: -20px;
    left: clamp(130px, 15vw, 260px);
}

.cosmetics_page .news-card__wrapper {
    overflow: visible;
}

.cosmetics_page .price_leaf svg,
.oil_page .price_leaf svg {
    max-width: 225px;
}

.cosmetics_page .news-card__text {
    max-width: unset;
    color: var(--color-cosmetics);
}

.oil-attr-piquancy svg.empty {
    fill: none;
    stroke: black;
    stroke-miterlimit: 10;
}


.agate-green {
    color: #427f7f;
}

svg.stroke-agate-green,
svg.shrimp-agate-green .cls-2 {
    stroke: #427f7f !important;
}

.svg-path-agate-green path,
svg.path-agate-green {
    fill: #427f7f !important;
}

.brown {
    color: #9e4c1e;
}


svg.stroke-brown,
svg.shrimp-brown .cls-2 {
    stroke: #9e4c1e !important;
}

.svg-path-brown path,
svg.path-brown {
    fill: #9e4c1e !important;
}

.yellow {
    color: #eeca23;
}


svg.stroke-yellow,
svg.shrimp-yellow .cls-2 {
    stroke: #eeca23 !important;
}

.svg-path-yellow path,
svg.path-yellow {
    fill: #eeca23 !important;
}

.purple {
    color: #9c115e;
}


svg.stroke-purple,
svg.shrimp-purple .cls-2 {
    stroke: #9c115e !important;
}

.svg-path-purple path,
svg.path-purple {
    fill: #9c115e !important;
}

.pink {
    color: #ee8fa8;
}

svg.stroke-pink,
svg.shrimp-pink .cls-2 {
    stroke: #ee8fa8 !important;
}

.svg-path-pink path,
svg.path-pink {
    fill: #ee8fa8 !important;
}

.red {
    color: #e42b31;
}

svg.stroke-red,
svg.shrimp-red .cls-2 {
    stroke: #e42b31 !important;
}

.svg-path-red path,
svg.path-red {
    fill: #e42b31 !important;
}

.gold {
    color: #b0933a;
}

svg.stroke-gold,
svg.shrimp-gold .cls-2 {
    stroke: #b0933a !important;
}

.svg-path-gold path,
svg.path-gold {
    fill: #b0933a !important;
}

.cuvee {
    color: #21b259;
}

svg.stroke-cuvee, svg.shrimp-cuvee .cls-2 {
    stroke: #21b259 !important;
}

.svg-path-cuvee path,
svg.path-cuvee {
    fill: #21b259 !important;
}

.amelie {
    color: #f5a5c9;
}

svg.stroke-amelie, svg.shrimp-amelie .cls-2 {
    stroke: #f5a5c9 !important;
}

.svg-path-amelie path,
svg.path-amelie {
    fill: #f5a5c9 !important;
}

.orange {
    color: #f7931d;
}

svg.stroke-orange, svg.shrimp-orange .cls-2 {
    stroke: #f7931d !important;
}

.svg-path-orange path,
svg.path-orange {
    fill: #f7931d !important;
}


.chili {
    color: #ee1d23;
}

svg.stroke-chili, svg.shrimp-chili .cls-2 {
    stroke: #ee1d23 !important;
}

.svg-path-chili path,
svg.path-chili {
    fill: #ee1d23 !important;
}

.lemon {
    color: #f4ed2f;
}

svg.stroke-lemon, svg.shrimp-lemon .cls-2 {
    stroke: #f4ed2f !important;
}

.svg-path-lemon path,
svg.path-lemon {
    fill: #f4ed2f !important;
}

.onion {
    color: #90268f;
}

svg.stroke-onion, svg.shrimp-onion .cls-2 {
    stroke: #90268f !important;
}

.svg-path-onion path,
svg.path-onion {
    fill: #90268f !important;
}

.garlic {
    color: #939598;
}

svg.stroke-garlic, svg.shrimp-garlic .cls-2 {
    stroke: #939598 !important;
}

.svg-path-garlic path,
svg.path-garlic {
    fill: #939598 !important;
}

.truffle {
    color: #c3b49b;
}

svg.stroke-truffle, svg.shrimp-truffle .cls-2 {
    stroke: #c3b49b !important;
}

.svg-path-truffle path,
svg.path-truffle {
    fill: #c3b49b !important;
}

.herbs {
    color: #7fccba;
}

svg.stroke-herbs, svg.shrimp-herbs .cls-2 {
    stroke: #7fccba !important;
}

.svg-path-herbs path,
svg.path-herbs {
    fill: #7fccba !important;
}

.poison {
    color: #c59f72;
}

svg.stroke-poison, svg.shrimp-poison .cls-2 {
    stroke: #c59f72 !important;
}

.svg-path-poison path,
svg.path-poison {
    fill: #c59f72 !important;
}


.one_love_red {
    color: #be1d2c;
}

svg.stroke-one_love_red, svg.shrimp-one_love_red .cls-2 {
    stroke: #be1d2c !important;
}

.svg-path-one_love_red path,
svg.path-one_love_red {
    fill: #be1d2c !important;
}

.one_love_skin {
    color: #c3b49b;
}

svg.stroke-one_love_skin, svg.shrimp-one_love_skin .cls-2 {
    stroke: #c3b49b !important;
}

.svg-path-one_love_skin path,
svg.path-one_love_skin {
    fill: #c3b49b !important;
}

.one_love_dark_green {
    color: #626e62;
}

svg.stroke-one_love_dark_green, svg.shrimp-one_love_dark_green .cls-2 {
    stroke: #626e62 !important;
}

.svg-path-one_love_dark_green path,
svg.path-one_love_dark_green {
    fill: #626e62 !important;
}


.one_love_light_green {
    color: #8b8b8b;
}

svg.stroke-one_love_light_green, svg.shrimp-one_love_light_green .cls-2 {
    stroke: #8b8b8b !important;
}

.svg-path-one_love_light_green path,
svg.path-one_love_light_green {
    fill: #8b8b8b !important;
}


.cosmetics_page main {
    background-image: url(/data/images/cosmetics/leaf-bg-2.webp);
    background-position: center center;
}

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

    .cosmetics_page .news-card__add_to_cart {
        left: 0;
    }
}


@media screen and (max-width: 1399px) and (min-width: 992px) {
    .cosmetics_page .news-card__add_to_cart {
        font-size: clamp(8px, 1.5vw, 20px);
    }
}

@media screen and (max-width: 991px) {
    .big-header {
        margin-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .cosmetics_page .price_leaf {
        right: -20px;
    }
}


.product-mobile-photo img {
    max-width: 300px;
    margin: auto;
}

@media screen and (max-width: 580px) {
    .cosmetics_page .cs-news-card .news-card__title {
        font-size: 40px;
    }

    .cosmetics_page main {
        background-size: contain;
    }

    .news-card__bottom {
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .product-mobile-photo img {
        max-width: 220px;
    }

}

.cosmetics_page .news-card__title > a {
    color: var(--color-cosmetics);
}

.product-mobile-photo {
    margin-bottom: 15px;
}

.cosmetics_page .news-card__price-discount .line-through {
    border: 2px solid #00000091;
    border-radius: 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.cosmetics_page .news-card__price-discount {
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #5e5e5e;
    background: unset;
}

.cosmetics_page .price-discount-container {
    position: absolute;
    bottom: -80px;
    right: 0px;
}

.cosmetics_page .price_leaf_discount {
    top: -65px;
    transform: rotate(12deg);
}

.oil_page .price_leaf_discount {
    transform: rotate(12deg);
}

.cosmetics_page .price_leaf_discount svg path,
.oil_page .price_leaf_discount svg path {
    fill: #c6c6c6 !important;
}

.cosmetics_page .price_leaf_discount svg,
.oil_page .price_leaf_discount svg {
    max-width: 180px;
}

.cosmetics_page .price_leaf_discount .news-card__price {
    /* .oil_page .price_leaf_discount .news-card__price { */
    font-size: 24px;
    text-decoration: line-through 2px gray;
    -webkit-text-decoration-line: line-through !important;
    -webkit-text-decoration-color: gray !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 2px !important;
    transform: rotate(-3deg);
}

.oil_page .price_leaf_discount .news-card__price {
    font-size: 24px;
    transform: rotate(-3deg);
}

.cs-select {
    margin-bottom: 15px;
    border: none;
    border-radius: unset;
    background: white;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid black;
    font-size: 17px;
}

.news-card__add_to_cart a {
    color: white;
}

.designer_divider .spacing-margin-medium {
    margin-top: 25px;
    margin-bottom: 25px;
}

.border-line {
    border-bottom: 1px solid #c4c5bf;
}

.designer_photo .floating-button {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
}

.designer_photo .floating-button-right {
    left: unset;
    right: 30px;
}

.designer_photo .floating-button a {
    color: #5f5c5d;
}

#shop_grid .news-card__wrapper,
#oil_grid .news-card__wrapper {
    overflow: visible;
}

#oil_grid .news-card__content,
#shop_grid .news-card__content {
    background: #ffffff57;
    box-shadow: 0 0 12px 8px #ffffff57;
    z-index: 4;
}

#shop_grid .news-card__content {
    min-height: 530px;
}


.subpage-submenu.enable-scroll {
    overflow: auto;
    scroll-behavior: smooth;
}

.subpage-submenu.enable-scroll .navigation__list {
    flex-wrap: nowrap;
    justify-content: start !important;
}

.subpage-submenu.enable-scroll .navigation__list .navigation__item {
    padding-right: 15px;
}

.subpage-submenu.enable-scroll .navigation__list .navigation__item a {
    white-space: nowrap;
}


@media screen and (max-width: 1399px) {
    .header__logo {
        position: absolute;
        left: 50%;
        top: calc(50% + 3px);
        transform: translate(-50%, -50%);
    }

    .subpage-submenu {
        margin-top: 105px;
    }

    .hero {
        padding-top: 105px;
    }
}

@media screen and (max-width: 991px) {
    .subpage-submenu {
        margin-top: 85px;
    }

    .hero {
        padding-top: 65px;
    }
}

.header__menu-toggle {
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    .hero__title {
        bottom: -33px;
    }
}


@media screen and (max-width: 991px) {
    .hero__title {
        bottom: -38px;
    }
}

@media screen and (max-width: 580px) {
    .hero__title {
        bottom: -36px;
    }
}


.footer__bottom a {
    color: #000;
}

.navigation__link.active svg,
.navigation__link_no_animation.active svg {
    fill: #000000;
}

.att p:first-of-type {
    margin-top: 0;
}

.cs-footer {
    z-index: 55;
    margin-top: -1px;
}

.oil-attr-pair-with img,
.oil-attr-pair-with svg,
.oil-attr-piquancy svg {
    max-height: 25px;
    min-height: 25px;
    height: 25px;
}


.pair-with-img-container,
.piquancy-img-container {
    gap: 10px;
    margin-left: 10px;
}

.cs-attribute-title {
    letter-spacing: 4px;
    font-size: 18px;
}

.news-card__add_to_cart-oil {
    padding: 10px 20px;
    font-size: 21px;
    background: black;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: white;
    font-weight: bold;
    text-transform: lowercase;
    max-width: max-content;
}

.oil_page .news-card__title {
    letter-spacing: 6px;
    font-size: 40px;
}

.badges-img-container {
    gap: 10px;
}

.oil-attr-badges img {
    max-height: 50px;
    min-height: 50px;
    height: 50px;
}


.cosmetics_page .cs-news-card .news-card__title {
    color: var(--color-cosmetics);
    font-size: 35px;
}

@media (min-width: 992px) {
    #shop_grid li.narrow .news-card__pic {
        width: 30%;
    }
}

.news-card__text {
    max-width: unset;
}

/*.oil_page .news-card__pic img,*/
.news-card__pic img {
    object-fit: contain;
}

.oil_page .news-card__pic img {
    object-fit: cover;
}

#product.oil_page .news-card__title {
    margin-bottom: 0;
}

#index main {
    padding-top: 85px;
}

.index_banner_with_designer .floating-btn {
    position: absolute;
    bottom: 20px;
}

.index_banner_with_designer .floating-btn img {
    height: 20px;
}

.index_banner_with_designer .floating-btn.right {
    right: 35px;
}

.index_banner_with_designer .floating-btn.left {
    left: 35px;
}

.index-designer-pages .banner_inside {
    padding: 50px 50px 10px;
}

.index-designer-pages .container {
    max-width: unset;
}

.index-designer-pages .pad-tb-150p {
    padding: 0;
}

.index-designer-pages .about-us__stat {
    padding-top: 50px;
}

.banner_content {
    display: flex;
    flex-direction: column;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s;
}

.banner_element_bio {
    max-width: 20%;
    right: 16%;
    position: absolute;
    top: -30px;
}

[class^='banner_element_leaf'] .leaf-container {
    height: 100%;
}

[class^='banner_element_leaf'] {
    height: 100%;
}

.banner_leaf_1 {
    width: 15%;
    max-width: 190px;
    left: -5%;
    bottom: -15%;
}

.banner_leaf_2 {
    width: 10%;
    max-width: 160px;
    left: -2%;
    bottom: 21%;
}

.banner_leaf_3 {
    width: 3%;
    max-width: 45px;
    left: -3%;
    bottom: 40%;
}

.banner_leaf_4 {
    width: 6%;
    max-width: 90px;
    left: 7%;
    bottom: 55%;
}

.banner_leaf {
    opacity: 0;
    transform: translateY(20px);
    position: absolute;
    z-index: 5;
}

.banner_element_leaf_center .banner_leaf_1 {
    left: 45%;
}

.banner_element_leaf_center .banner_leaf_2 {
    left: 48%;
}

.banner_element_leaf_center .banner_leaf_3 {
    left: 47%;
}

.banner_element_leaf_center .banner_leaf_4 {
    left: 57%;
}

.banner_element_leaf_right img {
    left: unset;
}

.banner_element_leaf_right .banner_leaf_1 {
    right: -5%;
}

.banner_element_leaf_right .banner_leaf_2 {
    right: -2%;
}

.banner_element_leaf_right .banner_leaf_3 {
    right: -3%;
}

.banner_element_leaf_right .banner_leaf_4 {
    right: 7%;
}

.shop_grid_container {
    z-index: 6;
    position: relative;
}

.background-leaf-1 {
    max-width: 150px;
}

.background-leaf-2 {
    max-width: 170px;
}


.background-leaf-3 {
    max-width: 60px;
}

.background-leaf-4 {
    max-width: 150px;
}


.background-leaf-5 {
    max-width: 200px;
}

.background-leaf-6 {
    max-width: 210px;
}

.background-leaf-7 {
    max-width: 70px;
}

.background-leaf-8 {
    max-width: 150px;
}

.leaf-background {
    position: absolute;
}

.leaf-background .leaf-container {
    width: max-content;
}

.leaf-background .leaf-container img {
    position: relative;
}

.absolute {
    position: absolute;
}

.anim-div {
    opacity: 0;
    transform: translateY(20px);
}


.cs-news-card .news-card__text {
    margin-right: 0;
}


.small-header.blog-grid__first-screen {
    height: 270px;
}

.z-6 {
    position: relative;
    z-index: 6;
}

#product_variation {
    -webkit-appearance: none;
    appearance: none;
}

.cs-select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cs-radio-select {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.cs-checkbox {
    width: 30px;
    height: 30px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 2px solid black;
    background: white;
    margin-right: 5px;
}

input:checked + .cs-checkbox {
    background: black;
}

input:not(:checked) + .cs-checkbox i {
    display: none;
}

input:checked + .cs-checkbox i {
    color: white;
    font-size: 16px;
}

.footer__menu {
    z-index: 3;
}

.cs-footer .footer__logo {
    background: url("/data/images/footer/footer_logo_bg.png");
    max-width: 190px;
    height: 100%;
    padding: 30px;
    min-width: 190px;
}

.cs-footer .footer__logo img {
    width: 100%;
    max-width: 80px;
}

.cs-pad-20-y {
    padding: 0 20px;
}

.cs-footer .footer-content {
    /*padding: 200px 50px 5px 50px;*/
    padding: 50px 50px 5px 50px
}

.cs-footer .footer__bottom::before {
    margin-bottom: 25px;
}

.cs-footer .footer-info {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 25px;
    margin-bottom: 5px;
    margin-top: 50px;
    padding-left: 0;
}

.cs-footer .footer-info li {
    font-size: 20px;
    letter-spacing: 2px;
    color: black;
}

.cs-footer .footer-info li a {
    color: black;
}

.cs-footer .footer__title {
    margin-bottom: 0;
    letter-spacing: 3px;
    color: #3e3e3f;
    font-weight: bold;
}

.cs-footer .footer__menu-item {
    margin-top: 0;
    letter-spacing: 2px;
    color: #3e3e3f;
}

.cs-footer .footer__menu-link {
    text-transform: initial;
}

.cs-footer .footer-leaf-1 {
    max-width: 450px;
    position: absolute;
    left: 15px;
    top: -40px;
}

.cs-footer .footer-leaf-2 {
    max-width: 250px;
    position: absolute;
    left: -120px;
    top: -250px;
}

.cs-footer .cs-footer-newsletter input {
    padding: 7px 10px;
    font-style: italic;
    letter-spacing: 1px;
    border: 1px solid #848484;
    border-right-color: rgb(132, 132, 132);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: transparent;
}

.cs-footer .cs-footer-newsletter input:focus-visible {
    outline: none;
}

.cs-footer .cs-footer-newsletter-container .footer__title {
    font-weight: normal;
    max-width: 310px;
    margin-bottom: 15px;
    line-height: 25px;
}


.cs-footer .cs-footer-newsletter-container .send-btn {
    background: var(--color-olive-darker);
    color: white;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 34px;
    width: 45px;
}

.cs-footer .cs-footer-newsletter-container .send-btn i {
    margin-left: -2px;
}

.cs-footer .cs-footer-newsletter-container .footer__feedback-form {
    max-height: 34px;
}

.z-2 {
    z-index: 2;
}


@media screen and (max-width: 1400px) {
    .header__logo img {
        width: 100%;
        padding: 0 20px;
    }
}

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

    .cs-footer .footer-info {
        gap: 5px;
    }

    .cs-footer .footer__logo {
        max-width: 120px;
        min-width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .cs-footer .footer-leaf-2 {
        right: -30px;
        left: unset;
    }

    #index main {
        padding-top: 66px;
    }
}

@media screen and (max-width: 767px) {
    .cs-footer .footer-leaf-2 {
        right: 190px
    }


    .cs-prince-plus-button {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

.cs-footer .footer_socials {
    list-style: none;
    padding: 0;
    gap: 15px;
    justify-content: end;
}


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


    .designer_photo {
        padding-bottom: 30px !important;
    }

    .banner_element_bio {
        top: -10px;
    }

    .cs-footer .footer-leaf-2 {
        top: -310px;
    }

    .footer__logo_container,
    .footer-info-website,
    .footer-info-website + .footer-info-divider {
        display: none;
    }

    .cs-footer .footer__bottom::before {
        margin-bottom: 4px;
    }

    .floating-desktop-logos {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer-info-divider {
        display: none;
    }

    .footer-info {
        flex-direction: column;
        align-items: center;
    }


    table#cart.table tbody tr:not(.coupon) td:first-child {
        position: relative;
        width: 100%;
        max-width: unset;
        left: unset;
        text-align: right;
    }

    #invoice .pro-thumbnail {
        text-align: center !important;
    }
}

.checkout-billing-details-wrap > h2 {
    padding-bottom: 25px;
}

.floating-btn span {
    color: white;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 3px;
}

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


    .designer_photo {
        padding-bottom: 15px !important;
    }

    .cs-footer .footer-leaf-2 {
        right: 0;
    }

    .checkout-actions .btn-group {
        flex-direction: column-reverse;
        gap: 10px;
        margin-bottom: 30px;
    }

    .checkout-actions .btn-group > .btn {
        margin: 0;
    }

    .cs-footer .footer-content {
        padding: 50px 50px 5px 50px
    }

    .article_category_pointer {
        font-size: 30px;
    }

    #oil_grid .news-card__title > a, #shop_grid .news-card__title > a {
        font-size: 25px;
    }

    .cs-news-card__pic.oil-product-image img {
        max-width: 250px;
        margin: auto;
        z-index: 5;
        position: relative;
    }

    .oil-product-image {
        margin-bottom: 20px;
    }

    .oil_page:not(#product) .price_leaf {
        right: 0;
        left: unset;
        top: -10px;
    }

    .index_banner_with_designer .floating-btn img {
        height: 13px;
    }

    .floating-btn span {
        font-size: 21px;
    }


    .index_banner_with_designer .floating-btn.left {
        left: 10px;
    }

    .index_banner_with_designer .floating-btn.right {
        right: 10px;
    }

    .index_banner_with_designer .floating-btn {
        bottom: 5px;
    }

}

.floating-mobile-menu {
    display: none;
}

.leaf-background {
    overflow: hidden;
}

.white-fade {
    background: #ffffff80;
    box-shadow: 0px 0px 16px 17px #ffffff80;
}

.checkout-actions .btn-group > .btn:hover {
    background: black;
    color: white;
}

.checkout-actions .btn-group > .btn:hover svg {
    fill: white;
}

.floating-btn {
    display: flex;
    align-items: center;
}

.navigation__list {
    gap: 15px;
}

.lisjak-btn {
    background: black;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
}

.gap-30p {
    gap: 30px;
}

@media screen and (max-width: 580px) {
    .cs-footer-links {
        gap: 10px;
        margin-top: 10px;
        justify-content: space-between;
    }

    .blog-grid__first-screen {
        height: 150px;
    }


    .background-leaf-1 {
        max-width: 70px;
    }

    .background-leaf-2 {
        max-width: 80px;
    }


    .background-leaf-3 {
        max-width: 30px;
    }

    .background-leaf-4 {
        max-width: 70px;
    }


    .background-leaf-5 {
        max-width: 100px;
    }

    .background-leaf-6 {
        max-width: 100px;
    }

    .background-leaf-7 {
        max-width: 35px;
    }

    .background-leaf-8 {
        max-width: 70px;
    }

    .oil_page .news-card__text {
        margin-right: 0;
    }

    .floating-mobile-menu {
        display: block;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: 100;
        /*bottom: 5px;*/
    }

    .footer_logos > div img {
        max-height: 50px;
    }

}

.icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.icon-container i {
    color: white;
}

@media screen and (max-width: 480px) {
    .oil_page .news-card__title {
        text-align: center;
    }

    .oil_page .oil-attributes {
        /*display: none;*/
    }

}

.btn:hover {
    background-color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#shop_grid .news-card__content {
    padding-top: 0;
}


#shop_grid.oil_page .news-card__title > a,
.article_category_pointer {
    color: var(--color-oil);
}

#shop_grid.oil_page .cs-attribute-title,
#shop_grid.oil_page .news-card__text {
    color: var(--color-oil-text);
}

#shop_grid.oil_page .news-card__add_to_cart-oil {
    color: var(--color-oil-button-text);
    background: var(--color-oil-text);
}

.cs-oil-price .news-card__price {
    padding: 10px 10px;
    font-size: 17px;
    background: var(--color-oil-text);
    color: var(--color-oil-button-text);
}


@media screen and (min-width: 1601px) {
    .col-cs-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}

.oil_page .news-card__price {
    padding: 0;
    background: unset;
    color: var(--color-oil-text);
    font-weight: bold;
}

.footer_logos img {
    max-height: 80px;
    width: auto !important;
}

.footer_logos {
    gap: 30px;
    justify-content: center;
}

.floating-desktop-logos {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 555555;
    background: white;
    padding: 10px;
    transition: all .4s;
}

.floating-desktop-logos.hide-floating-logos {
    transform: translateY(calc(100% + 20px));
}

.floating-desktop-logos .footer_logos img {
    max-height: 70px;
}

#product.oil_page .news-card__price {
    color: white;
    right: 60px;
    bottom: 30px;
}

.floating-btn span.color-black {
    color: black;
}

.floating-btn span.color-white {
    color: white;
}

@media (min-width: 992px) {
    .header--height {
        padding: 28px 0;
    }
}

.single-cart-subitem {
    font-size: 13px;
    font-style: italic;
}

.offers-yes-no {
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}

.offers-yes-no .checkbox-text {
    padding-left: 5px;
}

.offers-yes-no .cs-checkbox {
    border-radius: 0;
}

#oil_grid .news-card__title > a, #shop_grid .news-card__title > a {
    display: flex;
    flex-wrap: wrap;
}

.f-initial {
    font-weight: initial;
}

.list-style-none {
    list-style: none;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.mr-10p {
    margin-right: 10px;
}

.mr-5p {
    margin-right: 5px;
}

.how-does-it-look,
.how-does-it-look a {
    color: #7c7c7c;
    font-style: italic;
}

.subpage-submenu .navigation__link,
.subpage-submenu .navigation__link_no_animation {
    padding: 5px 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.subpage-submenu .navigation__link.active,
.subpage-submenu .navigation__link_no_animation.active {
    background: #383335;
    color: white !important;
}

.navigation__link, .navigation__link_no_animation {
    transition: none !important;
}

.navigation__link {
    padding-right: 0;
}

.cs-pagination ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.cs-pagination li {
    padding: 5px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-width: 30px;
    line-height: 20px;
    text-align: center;
}

.cs-pagination li a {
    color: black;
}

.cs-pagination li.active-page {
    background: black;
    color: white !important;
}

.normal_grid .news-card__add_to_cart {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.normal_grid#shop_grid .news-card__pic {
    width: 55%;
}

.header__container .navigation__list .navigation__link.active,
.cs-navigation__item .navigation__link.active {
    text-decoration: underline 2px;
    text-underline-offset: 4px;
}

.floating-mobile-menu {
    transition: all .3s ease;
}

.floating-mobile-menu.scrolling {
    opacity: 0;
    transform: translateY(5px);
}

#designer_subcategories .leaf-container {
    z-index: 7;
}

#designer_subcategories .designer_photo {
    padding-bottom: 0 !important;
}

.news_content {
    max-height: 0;
    overflow: hidden;
    cursor: pointer;
}

.news_content.open_content {
    max-height: 1000px;
}

.cs-hamburger-menu-toggle {
    margin-left: 10px;
}

/* 1.7 Menu toggle button */
.cs-menu-toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    /*&:hover,
    &:focus {
    outline: none;

    &::before,
    &::after {
    border-top-color: $color-yellow;
  }
  }*/
}


@media (min-width: 992px) {
    .cs-menu-toggle {
        width: 28px;
        height: 20px;
    }
}

.cs-menu-toggle--white::before,
.cs-menu-toggle--white::after {
    border-top-color: #ffffff;
}

.cs-menu-toggle--white .cs-menu-toggle__line {
    border-top-color: #ffffff;
}

.cs-menu-toggle--opened::before {
    -webkit-transform: translateY(450%) rotate(45deg);
    transform: translateY(450%) rotate(45deg);
}

.cs-menu-toggle--opened::after {
    -webkit-transform: translateY(-450%) rotate(-45deg);
    transform: translateY(-450%) rotate(-45deg);
}

.cs-menu-toggle--opened .cs-menu-toggle__line {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.cs-menu-toggle::before,
.cs-menu-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: solid 2px #000000;
    -webkit-transition: border-top-color 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
    transition: border-top-color 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
    transition: border-top-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    transition: border-top-color 0.3s ease, color 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

@media (min-width: 992px) {
    .cs-menu-toggle::before,
    .cs-menu-toggle::after {
        border-top-width: 2px;
    }
}

.cs-menu-toggle::before {
    top: 0;
}

.cs-menu-toggle::after {
    bottom: 0;
}

.cs-menu-toggle__line {
    display: block;
    width: 100%;
    border-top: solid 2px #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (min-width: 992px) {
    .cs-menu-toggle__line {
        border-top-width: 2px;
    }
}


.cs-hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 85%;
    max-width: 460px;
    height: 100vh;
    padding: 60px 60px 40px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
}

.cs-hamburger-menu.show-menu {
    transform: translateX(0);
}

.cs-hamburger-nav {
    list-style: none;
}

.cs-navigation__link {
    color: black;
    text-transform: uppercase;
}

.cs-navigation__item {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .cs-navigation__item {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) and (min-height: 610px) {
    .cs-navigation__item {
        margin-bottom: 32px;
    }
}


.cs-hamburger-menu-toggle,
.only_on_desktop {
    display: none;
}


.close_menu {
    position: absolute;
    left: 35px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

@media (min-width: 1400px) {
    .only_on_mobile {
        display: none;
    }

    .cs-hamburger-menu-toggle,
    .only_on_desktop {
        display: block;
    }

    .close_menu {
        top: 30px;
    }
}


.news_content,
.article_category_pointer {
    margin-top: -1px;
}

#designer_subcategories .designer_photo .container-fluid {
    padding: 0;
}

#designer_subcategories .single-project {
    padding: 0 !important;
}


#designer_subcategories .single-project .aos-init {
    opacity: 1;
    transform: translateZ(0);
}


.myaccount-page-wrapper,
.checkout-page-wrapper {
    padding-top: 140px !important;
}

.designer-pages {
    position: relative;
    z-index: 555;
}


.general_info_data {
    gap: 60px;
    flex-wrap: wrap;
}

.contacts-item__img {
    background: var(--color-oil);
    color: white;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-bottom: 5px;
}

.contacts-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-item a {
    color: #222;
}

.contacts-item a i {
    color: white;
}


.gallery-container .gallery-item img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.link-underline {
    position: relative;
}

.link-underline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

@media (min-width: 992px) {
    .link-underline:hover::before, .link-underline:focus::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


.add_coupon {
    border: 1px solid black;
    padding: 15px;
}

.coupon_list {
    padding-left: 0;
    list-style: none;
}

.coupon_list > li > i {
    margin-right: 5px;
}

.coupon_list > li {
    max-width: max-content;
    background: black;
    color: white;
    padding: 5px 10px;
    margin-right: 10px;
}


.cs-date-picker [type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

.cs-date-picker [type="date"]::-webkit-inner-spin-button {
    display: none;
}

.cs-date-picker [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/* custom styles */

.cs-date-picker label {
    display: block;
}

.cs-date-picker input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 190px;
}

.field-force--filled .field__hint {
    font-size: 12px !important;
    color: #000000 !important;
    -webkit-transform: translateY(-24px) !important;
    transform: translateY(-24px) !important;
}

.recipe-gallery {
    gap: 30px;
}

.recipe-gallery > a {
    flex: 0 0 33%;
}

.select_language_container_mobile {
    display: none;
}

@media screen and (max-width: 1399px) {
    .select_language_container_mobile {
        display: block;
        margin-right: auto;
    }

    .header__menu-toggle {
        margin-right: 0;
    }

    .select_language_container_desktop {
        display: none;
    }
}


@media screen and (max-width: 991px) {
    .recipe-gallery > a {
        flex: 0 0 50%;
    }

    .recipe-gallery {
        gap: 15px;
    }

}

@media screen and (max-width: 580px) {
    .recipe-gallery > a {
        flex: 0 0 100%;
    }
}


.selected_language {
    min-width: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.language_dropdown {
    margin-top: 0;
    margin-bottom: 0;
    display: none !important;
    list-style: none;
    position: absolute;
    top: calc(100% - 10px);
    background: white;
    min-width: 50px;
    padding: 10px;
}

.language_dropdown li > a {
    color: #000000;
}

.selected_language:hover + .language_dropdown,
.language_dropdown:hover {
    display: flex !important;
}

.lb-next, .lb-prev {
    opacity: 1 !important;
}


.floating-mobile-menu {
    z-index: 1110;
}

#shop_grid.oil_page .news-card__title > a, .article_category_pointer {
    color: black;
    font-family: "Helvetica";
}

.article_category_pointer {
    color: black;
    font-family: "Helvetica";
    font-weight: lighter;
    font-size: 50px;
}

.article_category_pointer span {
    font-size: 24px;
    line-height: 20px;
}

#shop_grid.oil_page .news-card__add_to_cart-oil.recipe-btn {
    margin-left: 10px;
    background: black;
}


.custom_link_animation {
    color: #4d6040 !important;
    text-decoration: underline #4d6040 !important;

}


.custom_link_animation:before {
    content: none !important;
}

.quantity-counter {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

.quantity-counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: black;
    color: #fff;
    appearance: none;
    outline: 0;
    margin-right: 0;
}

.cosmetics.quantity-counter input {
    background: var(--color-cosmetics);
}

.quantity-counter .down {
    padding-left: 0;
}

.quantity-counter span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: black;
    user-select: none;
}

.cosmetics.quantity-counter span {
    color: var(--color-cosmetics);
}

.disabled-checkbox {
    opacity: 0.5;
}

#top_menu_cart .quantity-counter input {
    width: 30px;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    appearance: none;
    outline: 0;
    margin-right: 0;
    height: 25px;
    font-family: "Neue Montreal", "Arial", sans-serif;
    border-radius: 0;
    background: white;
    color: black;
    border: 2px solid black;
}

/* Designer galerija - naslov */
.gallery-title {
    letter-spacing: 4px;
    font-family: "Helvetica";
    font-size: 20px;
}

.designer_gallery {
    padding-top: 50px;
    padding-bottom: 0px !important;
}

.designer_gallery .carousel__navigation {
    margin-bottom: 0;
}

/*End Designer galerija - naslov */

.gap-10 {
    gap: 10px;
}

/* Krogec za popust */
.grid-shop-picture {
    position: relative;
}

.discount-circle {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 100%;
    background-color: #000;
    height: 60px;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 9999999;
    right: 0;
}

.discount-circle-left {
    background-color: #000;
    height: 60px;
    width: 60px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 9999999;
    right: 0;
    margin: 10px;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    top: 4%;
}

.discount-circle,
.discount-circle-left {
    color: #fff;
}

.discount-circle-text {
    font-size: 20px;
}

.line-through-custom {
    position: relative;
    text-decoration: none;
}

.line-through-custom::before {
    content: "";
    position: absolute;
    right: 50%;
    border-bottom: 2px solid gray;
    width: 78%;
    z-index: 99999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 45%;
}


#cart .product-quantity .qtyminus,
#cart .product-quantity .qtyminus:focus, .qtyminus:focus-visible,
#cart .product-quantity .qtyplus,
#cart .product-quantity .qtyplus:focus, .qtyplus:focus-visible {
    color: #000;
    box-shadow: none;
}

#cart .product-quantity .input-text {
    padding: 0px;
    padding-inline: 0px;
}

.disable-pb {
    padding-bottom: 0 !important;
}


.wine_page .news-card__pic img {
    object-fit: contain;
}

.discount-circle-wine {
    color: #fff;
    background: var(--color-oil-text);
}

.payment-btn-rv {
    display: flex;
    align-items: center;
    background-color: var(--color-primary);
    justify-content: center;
    padding: 20px;
}

.payment-btn-rv input {
    background-color: transparent;
    padding: 0;
    min-width: unset !important;
}

.payment-btn-rv input:hover {
    background-color: transparent;
    color: #000;
}

.index_popup_container:not(.initAnimation),
.index_popup_discount_container:not(.initAnimation) {
    height: 0 !important;
}


.index_exposed_products .article-item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.index_exposed_products .article-name {
    max-width: max-content;
    color: #5e5e5e;
    font-weight: bold;
    background-color: unset;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

.index_exposed_products .article-description {
    font-size: 14px;
    text-align: center;
    color: #5e5e5e;
}

.index_exposed_products {
    padding-top: 45px;
}

.index_exposed_products .works__carousel {
    overflow: hidden;
}

.index_exposed_products .single-article-item {
    min-height: 600px;
    position: relative;
}

.best-seller-badge {
    width: 130px;
    height: 40px;
    background: #000;
    clip-path: polygon(0px 0px, 100% 0%, 90.00% 100.00%, 0% 100%);
    display: flex;
    align-items: center;
    font-size: 15px;
    top: 20%;
    position: absolute;
}

.best-seller-text {
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    line-height: normal;
}

.index_popup_container .close-btn {
    z-index: 999;
    font-size: 25px;
}

.categories_swiper {
    overflow: hidden;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

/*BLOG ITEMS*/

.latest-news-item a {
    font-size: 13px;
    color: #000;
}

.latest-news-item img {
    border: 1px solid #f4f4f4;
}

.sidebar-element {
    padding-bottom: 50px;
}

.blog-sidebar-title {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.blog-item {
    border: 1px solid #f4f4f4;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.blog-card .blog-item-text-side {
    background-color: #fff;
    min-height: 150px;
    padding: 15px;
    font-size: 16px;
    color: #000;
}

/*END BLOG ITEMS*/

body#blog .container--xsmall {
    max-width: unset;
}

.grecaptcha-badge{
    opacity: 0;
    visibility: hidden;
}

.designer_spacing_small .row.spacing-small{
    margin: 0;
}