:root {
    --bg-menu-active: #EDE9E1;
    --color-active: #D49C59;
    --color-black: #333;
    --color-white: #fff;
    --color-border: #e6e6e6;
    --color-border-post: #444;
    --color-red: #ff0000;
    --ratio-1: 1/1;
}

.nevo-navigation li>a {
    text-transform: capitalize !important;
    font-weight: 500 !important;
}

.separate-containers .blog-cols {
    margin-left: 0 !important;
}

.popup-header .popup-title {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.nav-primary .nevo-nav-menu>li,
.header-section:not(.highlight-menu-background) .first-menu-item {
    padding: 0 10px !important;
}

.nav-primary .nevo-nav-menu>li.current-menu-item,
.nav-primary .nevo-nav-menu>li:hover {
    background: var(--bg-menu-active);
    color: var(--color-black);
}

.nevo-navigation li[class*="current-menu-"]>a,
.nav-primary .nevo-nav-menu>li:hover a {
    color: var(--color-black) !important;
}

.content-sidebar .content-sidebar__more {
    margin: 10px auto 0;
}

.content-sidebar .content-sidebar__more a {
    color: var(--color-black);
    text-decoration: underline;
}

.content-sidebar .content-sidebar__more a:hover {
    color: var(--color-active);
}

#page-header {
    display: none;
}


/*blog*/

.blog-cols .post {
    border: 1px solid var(--color-border);
    padding: 10px;
    border-radius: 5px;
}

.blog-cols .post .inside-article {
    padding: 0;
}

.blog-cols .post .post-image {
    margin-bottom: 0 !important;
}

.blog-cols .post .post-image img {
    object-fit: inherit !important;
    height: auto;
    aspect-ratio: var(--ratio-1) !important;
    max-height: 255px;
}

.inside-article__right {
    padding: 25px 15px;
}

.single-post .post {
    border: 1px solid var(--color-border-post);
    border-radius: 5px;
}

.single-post .post .inside-article {
    border-radius: 5px;
}

.widget .heading-title {
    position: relative;
    margin-bottom: 15px;
}

.widget .heading-title .widget-title::before {
    position: absolute;
    content: "";
    background: var(--color-border-post);
    height: 2px;
    width: 50%;
    bottom: 0;
    left: 0;
}

.widget .post-list-wrap .nevo-list-item .entry-header {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    z-index: 2;
}

.widget .post-list-wrap .nevo-list-item .post-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-black);
    opacity: .6;
    z-index: 1;
}

.widget .post-list-wrap .nevo-list-item .post-title .title-post-list {
    color: var(--color-white);
}

.widget .post-list-wrap .nevo-list-item .post-title .title-post-list:hover {
    color: var(--bg-menu-active);
}

.related-posts .cv-row {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, minmax(32.5%, 1fr));
}

.related-posts .post {
    padding: 0;
    width: 100%;
}

.related-post-content {
    margin: 0 15px 15px;
}

.related-posts .post-image .wp-post-image {
    max-height: 255px;
    height: auto;
    object-fit: inherit;
    border-radius: 5px 5px 0 0;
}

.onsale {
    display: none !important;
}

.summary .price {
    color: var(--color-red);
}

.variable-item-contents .price {
    color: var(--color-active);
}

.product .product-content-wrap {
    text-align: center;
}

.product .product-content-wrap .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 600;
}

.product .product-content-wrap .woocommerce-loop-product__price {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-red);
}

.product .summary .quantity,
.product .single_variation_wrap .quantity,
.comments-area {
    display: none !important;
    opacity: 0;
}

.product .single_variation_wrap .single_add_to_cart_button {
    background: var(--color-active) !important;
    width: 100%;
}

.cart_item .product-quantity .quantity {
    cursor: none !important;
    pointer-events: none !important;
}

.separate-containers .product-content {
    padding: 0 !important;
}

#payment .payment_methods>.woocommerce-PaymentMethod>label,
#payment .payment_methods>.wc_payment_method>label {
    display: inline-block !important;
}


/*Page*/

.page .entry-header {
    max-width: 1200px;
    margin: 0 auto 15px;
}

.page .entry-header .entry-title {
    position: relative;
}

.page .entry-header .entry-title::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background: var(--color-black);
    max-width: 10vw;
    bottom: 0;
}

.elementor-page .content-narrow .site-content {
    max-width: 100% !important;
}

.register-social {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    background: #00000061;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.register-social .modal-content {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    position: relative;
}

.btn-close {
    position: absolute;
    top: -85px;
    right: -20px;
    z-index: 1;
    border-radius: 0 20px 0 20px;
    cursor: pointer;
    font-size: 24px;
}

.show {
    display: flex;
}

.register-social__list {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .site .nevo-container {
        padding: 15px !important;
    }
}

@media screen and (max-width: 480px) {
    .product-content ul.products {
        flex-direction: column;
    }
    .product-content ul.products .product {
        width: 100% !important;
    }
}

@media screen and (max-width: 640px) {
    .related-posts .cv-row {
        grid-template-columns: repeat(1, minmax(32.5%, 1fr));
    }
}

@media (max-width: 991.8px) {
    .site .nevo-container, .site.nevo-container {
        max-width: 1200px !important;
    }
}