:root {
    --golden: #DAA940;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-VariableFont_wght.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Italic-VariableFont_wght.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li {
    font-family: 'Cormorant Garamond', serif !important;
}

.main-page-wrapper,
.site-main {
    width: 100%;
    max-width: 1260px !important;
    padding: 0 20px;
    margin: 0 auto;
    font-family: 'Bellota', sans-serif;
}

.woocommerce-shop-container {
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 70vh;
}

.custom-lang-switcher {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style-type: none;
    text-transform: uppercase;
}

.custom-lang-switcher a {
    color: #333;
}

.custom-lang-switcher .active a {
    color: var(--golden);
}

@media (max-width: 1024px) {
    .custom-lang-switcher {
        padding-left: 0 !important;
    }
}

/* Woocommerce styles */
.woocommerce-shop-container {
    display: flex;
    gap: 20px;
}

.woocommerce-shop-container #woocommerce-filters-sidebar {
    width: 340px;
}

@media (max-width: 576px) {
    .woocommerce-shop-container #woocommerce-filters-sidebar {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }
}

.woocommerce-shop-container .woocommerce-shop {
    width: 100%;
}

.woocommerce-shop-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.woocommerce-shop-container .woocommerce-result-count {
    font-size: 14px;
}

.woocommerce-shop-container .woocommerce-ordering select {
    border: 1px solid #dcdcdc !important;
    font-size: 15px;
    padding: 6px 10px;
    border-radius: 6px !important;
    color: #333 !important;
}

.woocommerce-shop-container .woocommerce-shop {
    flex-grow: 1;
    width: 100%;
}

.woocommerce-shop-container .woocommerce-shop ul.products li.first {
    clear: both !important;
}

.woocommerce-shop-container .woocommerce-sidebar {
    width: 300px;
    padding-right: 20px;
}

.woocommerce-shop-container .woocommerce-sidebar .woocommerce-filters-sidebar-title {
    display: none;
}

.woocommerce-shop-container .woocommerce-sidebar.colored {
    width: 340px;
    background: #fbfbfb8f;
    padding: 15px;
    margin-right: 30px;
    border-radius: 3px;
    border: 1px solid #f3f3f3;
}

.woocommerce-shop-container .woocommerce-sidebar.colored .categories,
.woocommerce-shop-container .woocommerce-sidebar.colored .product-filter-size .bapf_body ul li,
.woocommerce-shop-container .woocommerce-sidebar.colored .bapf_button {
    background-color: #fff;
}

.woocommerce-shop-container .woocommerce-sidebar h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.woocommerce-shop-container .woocommerce-sidebar .bapf_head h3 {
    margin-top: 25px;
    font-weight: bold;
    color: #000;
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label {
    border-color: var(--golden) !important;
    color: var(--golden) !important;
    padding-left: 26px;
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label:before {
    border-color: var(--golden) !important;
    top: 9px !important;
}

.woocommerce-shop-container .woocommerce-sidebar .bapf_ckbox .bapf_body input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .back-top-shop {
    display: flex;
    align-items: center;
    line-height: 14px;
    font-size: 14px;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .back-top-shop .rounded-back-btn {
    flex: none;
    margin-right: 10px;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .active-parent-cat {
    background-color: var(--golden);
    color: #fff;
    padding: 6px 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories ul {
    list-style-type: none;
    padding: 0;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories>ul {
    list-style-type: none;
    padding: 0;
    border: 1px solid rgba(220, 220, 220, 0.8);
    border-radius: 6px;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories>ul li {
    position: relative;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories>ul li a {
    padding: 4px 12px;
    width: 100%;
    display: block;
    color: #333;
    border-bottom: none;
    position: relative;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    transition: all 0.3s;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories>ul li a:hover {
    opacity: 0.8;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories>ul li .toggle-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    width: 26px;
    height: 31px;
    background-color: transparent;
    cursor: pointer;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories>ul li .toggle-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transform-origin: center;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .children ul {
    display: none;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .children li {
    border-top: none;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .children li>a {
    padding-left: 15px;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .children li .children li>a {
    padding-left: 30px !important;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .current-cat>a {
    font-weight: bold;
}

.woocommerce-shop-container .woocommerce-sidebar .product-categories .cat-item-none {
    display: none;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .berocket_single_filter_widget ul li {
    position: relative;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-size .bapf_body ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-size .bapf_body ul li {
    width: 35px;
    height: 35px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 3px !important;
    border-radius: 6px;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-size .bapf_body ul li label {
    color: #333 !important;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-size .bapf_body ul li.checked {
    background-color: #333;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-size .bapf_body ul li.checked label {
    color: #fff !important;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-prices .ui-slider-handle {
    border: 1px solid rgba(51, 51, 51, 0.5) !important;
    background-color: #fff !important;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-prices .bapf_from,
.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-prices .bapf_to {
    font-size: 15px;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-prices .bapf_from .bapf_val,
.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-prices .bapf_to .bapf_val {
    margin-right: 1px;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .product-filter-prices .bapf_to {
    justify-content: flex-start;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .bapf_sfilter .bapf_button {
    color: #333 !important;
    border-color: #333 !important;
    padding: 12px 18px !important;
    line-height: normal !important;
    transition: all 0.3s;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .bapf_sfilter .bapf_button.bapf_reset {
    width: 100%;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .bapf_sfilter .bapf_button:hover,
.woocommerce-shop-container .woocommerce-sidebar .product-filters .bapf_sfilter .bapf_button:focus {
    color: #333 !important;
    border-color: #333 !important;
    opacity: 0.7;
    background-color: #fff !important;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .bapf_colorinline .bapf_clr_span {
    border-radius: 6px !important;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .bapf_colorinline input:checked+label .bapf_clr_span {
    transform: none !important;
    position: relative;
}

.woocommerce-shop-container .woocommerce-sidebar .product-filters .bapf_colorinline input:checked+label .bapf_clr_span:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 5px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* my profile styles */
.woocommerce-page .entry-title {
    font-size: 30px !important;
    margin: 20px 0 !important;
}

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content .select2 {
    border: 1px solid #dcdcdc !important;
    border-radius: 3px !important;
    color: #333 !important;
    box-shadow: none !important;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content .select2:focus {
    border: 1px solid #333 !important;
    box-shadow: none !important;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a,
.wishlist_table .button,
.wishlist_table .remove_from_wishlist {
    border-radius: 3px !important;
    color: #fff !important;
    transition: all 0.3s !important;
    border: 1px solid #333 !important;
    background-color: #333 !important;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a:hover,
.wishlist_table .button:hover,
.wishlist_table .remove_from_wishlist:hover {
    opacity: 0.8 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    background-color: #333 !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0 50px 0 0px !important;
    margin: 0px !important;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #dcdcdc;
    transition: all 0.3s;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #333 !important;
    font-weight: 500;
    padding: 12px 10px !important;
    display: block;
    text-decoration: none !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f2c1";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f022";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wishlist a::before {
    content: "\f004";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f2b9";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: "\f651";
    font-weight: bold;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::before {
    font-weight: 900;
    content: "\f2f5";
}

.woocommerce-MyAccount-navigation .open-user-menu {
    position: fixed;
    width: 100%;
    right: 15px;
    bottom: 20px;
    background-color: #333;
    color: #fff;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 50%;
    font-size: 18px;
    display: none;
}

.woocommerce-MyAccount-content {
    min-height: 80vh;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content a:not(.base-button, .edit) {
    color: var(--golden) !important;
    font-weight: 600;
}

.woocommerce-MyAccount-content #billing_state_field,
.woocommerce-MyAccount-content #billing_company_field,
.woocommerce-MyAccount-content #billing_country_field,
.woocommerce-MyAccount-content #namespace\/delivery-type_field,
.woocommerce-MyAccount-content #billing_email_field {
    display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-button.pay {
    display: none !important;
}

.woocommerce-MyAccount-content th,
.woocommerce-MyAccount-content tr {
    background-color: #fff !important;
    border: none !important;
}

.woocommerce-MyAccount-content td,
.woocommerce-MyAccount-content th {
    background-color: #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #dcdcdc !important;
}

.woocommerce-MyAccount-content .woocommerce-orders-table td {
    background-color: #fff !important;
    border-color: #dcdcdc !important;
    border-width: 1px !important;
    padding: 10px 6px !important;
}

.woocommerce-MyAccount-content .woocommerce-orders-table a.button {
    margin: 5px;
}

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

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content .select2 {
    box-shadow: none !important;
}

.woocommerce-MyAccount-content .select2-selection--single {
    border: none !important;
    border-radius: none !important;
}

.woocommerce-MyAccount-content label {
    color: #333 !important;
    font-size: 15px !important;
}

.woocommerce-MyAccount-content em {
    font-size: 14px !important;
    line-height: normal !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content .wc-item-meta {
    padding: 0px !important;
}

.woocommerce-MyAccount-content .wc-block-components-additional-fields-list dd {
    margin: 0px;
    font-weight: 600;
}

.woocommerce-MyAccount-content .edit-account>.form-row-wide label[for="account_email"],
.woocommerce-MyAccount-content .edit-account>.form-row-wide input[type="email"] {
    display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    flex-direction: column;
}

.woocommerce-MyAccount-content .woocommerce-Addresses>div {
    width: 100% !important;
    float: none !important;
    margin: 10px 0;
    border-radius: #dcdcdc;
    border: 1px solid #dcdcdc;
    padding: 15px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 25px !important;
}

.woocommerce-MyAccount-content address {
    padding: 10px;
    background: #f7f7f7;
    margin: 20px 0 !important;
    border: 1px solid #dcdcdc;
    display: inline-block;
    width: 350px;
    max-width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-MyAccount-content .edit {
    padding: 6px 24px !important;
}

.woocommerce-MyAccount-content h2 {
    font-size: 28px !important;
}

.select2-dropdown {
    border-color: #dcdcdc !important;
}

.wishlist_table thead {
    display: none;
}

.wishlist_table th,
.wishlist_table tr {
    background-color: #fff !important;
    border: none !important;
}

.wishlist_table td,
.wishlist_table th {
    background-color: #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #dcdcdc !important;
}

.wishlist_table .product-name a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.wishlist_table .product-stock-status {
    font-weight: bold;
}

.wishlist_table .product-thumbnail a {
    margin: 0 auto;
}

.wishlist_table .wishlist-empty {
    border: none !important;
    text-align: left !important;
    font-size: 14px;
}

.wishlist_table .woocommerce-Price-amount.amount {
    font-weight: 700 !important;
    font-size: 14px;
}

.wishlist_table ins .woocommerce-Price-amount {
    color: var(--golden);
}

.wishlist_table .product-price del .woocommerce-Price-amount {
    font-weight: normal !important;
    font-size: 13px !important;
}

.wishlist_table .wishlist-in-stock {
    line-height: normal;
    color: #43a143;
}

.wishlist-title {
    margin-bottom: 20px !important;
}

.wishlist-title h2 {
    font-size: 32px !important;
    font-weight: 600 !important;
    padding: 0px !important;
}

/* Cards style */

.eael-grid-post-holder {
    border-radius: 7px;
    box-shadow: 0rem 0.5rem 2rem 0.3rem rgba(0, 0, 0, 0.05);
    border: 0px;

    .eael-post-elements-readmore-btn,
    eael-grid-post-excerpt p {
        font-family: 'Bellota', sans-serif;
    }

    .eael-grid-post-holder-inner {
        padding: 18px;
    }

    .eael-entry-thumbnail {
        img {
            height: 210px;
            object-fit: cover;
        }
    }

    .eael-post-elements-readmore-btn {
        display: flex;
        align-items: center;
        font-size: 22px;
        color: var(--golden) !important;
        font-weight: 700;
        position: relative;
        margin-top: 14px;
    }

    .eael-entry-wrapper {
        padding: 0;
    }

    .eael-post-elements-readmore-btn:after {
        content: "\f054\f054";
        font-family: "Font Awesome 5 Free";
        padding-left: 5px;
        font-size: 10px;
        color: var(--golden);
    }

    .eael-entry-title {
        margin: 28px 0 14px;
        min-height: 60px;
    }

    .eael-entry-media {
        height: 210px;
    }

    .eael-grid-post-excerpt p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .custom-date-box {
        z-index: 2 !important;
    }
}

/* Single Pages */

/* single-product */
.single-product .woocommerce-breadcrumb {
    margin: 1em 0 !important;
    text-transform: uppercase !important;
    color: var(--golden);
    font-weight: bold;

    а {
        color: #666 !important;
    }
}

.breadcrumb-arrow {
    color: var(--golden) !important;
    margin: 0 8px;
}

.single-product .product {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
}

.single-product .yith-wcwl-add-to-wishlist-button {
    border: 1px solid #DAA940;
    border-radius: 10px;
    padding: 2px 10px;
}
.woocommerce div.product div.images .flex-control-thumbs{
    padding: 10px 0;
}
@media (max-width: 768px) {
    .single-product .yith-wcwl-add-to-wishlist-button {
        margin-left: 0px !important;
    }
}

.single-product .product .woocommerce-product-gallery {
    /* position: sticky !important;
    top: 60px;
    max-height: max-content; */
    float: none !important;
    width: 42% !important;
}

.single-product .product .summary {
    float: none !important;
    height: fit-content;
    width: 50% !important;
}

.single-product .product .flex-viewport {
    max-height: 450px;
    
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a{
    /* padding: 50px; */
}
.premium-woo-products-details-wrap .premium-woo-atc-button .button{
    background-color: #e9e6ed !important;
    color: #333 !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    color: #333 !important;
}
.woocommerce div.product div.images img{
    max-width: 380px;
    margin: 0 auto;
}
span.rate_cart_page {
    font-size: 11px;
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    .single-product .product .woocommerce-product-gallery {
        width: 100% !important;
    }

    .single-product .product .summary {
        width: 100% !important;
    }
}

.single-product .product .product_title {
    font-size: 44px;
    font-weight: bold;
    order: 0;
}

.single-product .product .posted_in,
.single-product .product .tagged_as {
    display: none;
}

.single-product .product .product_meta {
    order: 1;
    margin-bottom: 20px;
}

.single-product .product .woocommerce-product-details__short-description {
    order: 2;
    width: 100%;
}

.single-product .product .tabs-tilte {
    order: 5;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    line-height: normal;
}

.single-product .product .woocommerce-tabs {
    order: 7;
    margin-bottom: 10px;
}

.single-product .product .entry-summary {
    display: flex;
    flex-direction: column;
}

.single-product .related {
    width: 100%;
}

/* .single-product .product .woocommerce-tabs .tabs{
    display: flex;
    flex-direction: column;
}
.single-product .product .woocommerce-tabs .tabs > li{
    background: transparent !important;
    border-width: 0 !important;
    border-bottom-width: 1px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    font-size: 14px !important;
} */
@media (max-width: 767px) {
    .single-product .product .woocommerce-tabs li {
        padding: 0px 5px !important;
        line-height: normal;
    }

    .single-product .product .woocommerce-tabs .panel.active {
        width: 100%;
    }

    .single-product .product {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .single-product .product .woocommerce-product-gallery {
        position: static !important;
        max-height: 100%;
        width: 100%;
    }

    .single-product .product .summary {
        width: 100%;
    }
}

/* end of single-product styles */
.service,
.post {

    /* General */

    padding-bottom: 70px;

    /* Breadcrumbs  */

    .section-breadcrumbs {
        margin: 25px 0;
    }

    .section-breadcrumbs {
        font-family: 'Bellota', sans-serif;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .section-breadcrumbs>span>span:first-of-type {
        color: transparent;
    }

    .section-breadcrumbs a {
        text-decoration: none !important;
        color: inherit !important;
    }

    .section-breadcrumbs span {
        display: flex;
        align-items: center;
        color: transparent;
        text-transform: uppercase;

        span,
        a {
            color: rgb(102, 102, 102) !important;
            text-transform: uppercase;

            a:hover {
                color: rgb(218, 169, 64) !important;
            }
        }

        a {
            margin-right: 10px;
        }

        .breadcrumb_last {
            color: rgb(218, 169, 64) !important;
        }
    }

    .section-breadcrumbs span:not(:last-child)::after {
        font-family: "Font Awesome 5 Free";
        /* използваме Font Awesome */
        content: "\f054";
        font-weight: 900;
        margin-left: 8px;
        margin-right: 8px;
        color: rgb(218, 169, 64);
    }

    /* Feature Image */

    .section-image {
        position: relative;

        img {
            height: 560px;
            width: 100%;
            object-fit: cover;
            border-radius: 7px;
            border: 1px solid rgb(218, 169, 64);
        }
    }

    @media (max-width: 1200px) {
        .section-image {
            img {
                height: 400px;
            }
        }
    }

    @media (max-width: 576px) {
        .section-image {
            img {
                height: 200px;
            }
        }
    }

    /* Publish date */

    .custom-date-day,
    .custom-date-month {
        padding: 0 18px;
        font-size: 25.2px;
        height: 56px;
        display: flex;
        align-items: center;
        border-radius: 0 7px 7px 0;
        font-family: 'Bellota', sans-serif;
    }

    .custom-date-day {
        color: white;
        background-color: rgb(218, 169, 64);
        border-radius: 7px 0 0 7px;
    }

    .custom-date-month {
        color: rgb(218, 169, 64);
        background-color: rgb(225, 225, 225);
        border-radius: 0 7px 7px 0;
    }

    .custom-date-box {
        z-index: 2;
        position: absolute;
        top: 14px;
        right: 14px;
        display: flex;
        border-radius: 7px;
        filter: drop-shadow(0rem 0rem 0.1rem #333);
    }

    @media (max-width: 576px) {

        .custom-date-day,
        .custom-date-month {
            padding: 0 10px;
            font-size: 20px;
            height: 36px;
        }
    }

    /* Title */

    .section-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0;
    }

    .section-heading h1 {
        font-family: 'Bellota', sans-serif;
        font-size: 24px;
        font-weight: 100;
        color: #333;
        margin: 0 20px;
        position: relative;
        max-width: 90%;
    }

    @media (max-width: 576px) {
        .section-heading h1 {
            font-size: 23px;
        }
    }

    .section-heading::before,
    .section-heading::after {
        content: "";
        flex: 1;
        height: 1px;
        background-color: #d1b87c;
        /* златисто-жълтото от изображението */
        max-width: 60px;
    }

    /* Shared elements */

    .wp-block-heading {
        font-size: 19.6px;
        color: rgb(102, 102, 102);
        font-weight: 900;
    }

    @media (max-width: 576px) {
        .wp-block-heading {
            font-size: 14px;
        }
    }

    .wp-block-heading:first-of-type {
        font-size: 24px !important;
        font-weight: 700;
    }

    p {
        color: #666666;
        font-size: 16px;
    }

    @media (max-width: 576px) {
        p {
            font-size: 14px;
        }
    }

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

    ul li {
        position: relative;
        padding-left: 14px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    @media (max-width: 576px) {
        ul li {
            font-size: 14px;
        }
    }

    ul li::before {
        content: '\f00c';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        color: var(--golden);
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    a {
        color: rgb(16, 128, 251);
        text-decoration: underline;
    }

    /* Spacer */

    .wp-block-spacer {
        height: 1px !important;
        margin: 30px 0 !important;
        color: black;
        border-bottom: 1px solid #e1e1e1;
    }

}

.service {
    /* Image */

    .wp-block-image {
        box-shadow: 0rem 0.5rem 2rem 0.3rem rgba(0, 0, 0, 0.05);
        border-radius: 7px;
        border: 1px solid #e1e1e1;
        padding: 28px;
        max-height: 400px;
        max-width: 400px !important;
    }

    .wp-block-image:hover {
        border-color: var(--golden);
    }
}

.post {

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    span {
        font-family: 'Bellota', sans-serif;
    }

    .section-heading h1 {
        text-align: center;
    }
}

/* Woocomerce cards */

.premium-woo-cats__img-wrap {
    box-shadow: 0rem 0.5rem 2rem 0.3rem rgba(0, 0, 0, 0.05) !important;
    height: 350px !important;
    width: 315px !important;
}

/* Carousel */

.sp-pcp-carousel {
    padding-top: 0 !important;
}

.sp-pcp-thumb {
    img {
        height: 350px !important;
        width: 315px !important;
        object-fit: cover;
        border-radius: 7px;
        box-shadow: 0rem 0.5rem 2rem 0.3rem rgba(0, 0, 0, 0.05) !important;
    }

    img::hover {
        border: 1px solid #d1b87c;
    }
}

.pcp-button-prev {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
}

.pcp-button-prev:hover {
    background-color: white !important;
}

.pcp-button-next {
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
}

.pcp-button-next:hover {
    background-color: white !important;
}

.pcp-button-next,
.pcp-button-prev {
    border: none !important;
    border-radius: 7px !important;
}

.pcp-button-prev {
    overflow: hidden;
    z-index: 0;
}

.pcp-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--golden);
    transition: width 0.4s ease;
    z-index: -1;
}

.pcp-button-prev:hover::before {
    width: 100%;
}

.pcp-button-next {
    overflow: hidden;
    z-index: 0;
}

.pcp-button-next::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    /* важно: започва отдясно */
    width: 0;
    height: 100%;
    background-color: var(--golden);
    transition: width 0.4s ease;
    z-index: -1;
}

.pcp-button-next:hover::before {
    width: 100%;
}

/* LightBox */

.baguetteBox-button {
    color: var(--golden) !important;
    background-color: transparent !important;
    border: none !important;
}

.baguetteBox-button:hover {
    color: white;
    background-color: var(--golden) !important;
}


/* Product single page */
.product {

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    span {
        font-family: 'Montserrat', sans-serif;
    }

    .woocommerce-Price-amount {
        font-weight: 900;
    }

    .qty {
        display: none !important;
    }

    .single_add_to_cart_button.button.alt {
        display: inline-block;
        /* padding: 1.5rem 3rem; */
        font-weight: 700;
        /* font-size: 1.2rem; */
        /* text-transform: uppercase; */
        /* letter-spacing: 0.2rem; */
        background-color: #333 !important;
        color: white !important;
        position: relative;
        overflow: hidden;
        border-radius: 7px;
        text-align: center;
        border: none;
        /* махаме border, ако има */
        cursor: pointer;
        transition: color 0.2s linear;
        z-index: 10;
    }

    /* Текстът вътре да е над ефектите */
    .single_add_to_cart_button.button.alt span {
        position: relative;
        z-index: 3;
        color: white !important;
        user-select: none;
    }

    /* Златистите overlay „половинки“ */
    .single_add_to_cart_button.button.alt::before,
    .single_add_to_cart_button.button.alt::after {
        content: '';
        background-color: #daa940;
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        transition: all 0.2s linear;
        z-index: 2;
    }

    .single_add_to_cart_button.button.alt::before {
        left: 0;
    }

    .single_add_to_cart_button.button.alt::after {
        right: 0;
    }

    /* При hover ефекта да заема по 50% от ширината */
    .single_add_to_cart_button.button.alt:hover::before,
    .single_add_to_cart_button.button.alt:hover::after {
        width: 51%;
        z-index: -1;
    }

    /* Текстът остава видим и в бяло при hover */
    .single_add_to_cart_button.button.alt:hover span {
        color: white !important;
    }

    .entry-summary {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 10px;

        .price {
            width: 100%;
        }

        form {
            width: fit-content;
            margin-bottom: 0 !important;
        }

        .yith-add-to-wishlist-button-block {
            margin-top: 0 !important;
            margin-bottom: 0 !important;

            svg,
            path {
                color: var(--golden);
            }

            span {
                color: #333;
            }

            span:hover {
                color: var(--golden);
            }

            a {
                margin-top: 0 !important;
                margin-bottom: 0 !important;
            }
        }
    }

    .woocommerce-tabs {
        width: 100%;
    }

    .tabs {
        display: flex;
        flex-direction: row;
        gap: 15px;
        padding-left: 5px !important;
        margin-bottom: 15px !important;

        .active {
            color: var(--golden) !important;
            border-color: var(--golden) var(--golden) white var(--golden) !important;
            border-bottom: 1px solid var(--golden) !important;
        }

        li {
            border-radius: 7px !important;
            background-color: transparent !important;
        }

        li:hover {
            a {
                color: var(--golden) !important;
            }
        }

        li:before,
        li:after {
            content: none !important;
        }
    }

    .woocommerce-Tabs-panel {
        padding: 16px 14px !important;
        background: #f6f6f6;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
    }

    .tabs:before,
    .tabs::after {
        content: none !important;
    }

    .wb_cptb_content {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .info__container--single {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        gap: 5px;

        .info__container--right {
            p {
                margin-bottom: 0 !important;
            }
        }

        .info__container--right:nth-of-type(2) {
            min-height: 48px;
            display: flex;
            align-items: flex-end;

            a {
                height: fit-content;
            }
        }

        i:hover {
            color: var(--golden);
        }

        a {
            color: var(--golden);
        }
    }
}

.onsale {
    height: 50px;
    width: 50px;
    background-color: #E43A36 !important;
}

.summary {
    .price {
        margin: -20px 0 0;
    }
}

/* Product list card */
.woocommerce-LoopProduct-link {
    .yith-wcwl-add-to-wishlist-button {
        top: 25px !important;
        left: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
        bottom: unset !important;
        right: unset !important;

        svg,
        path {
            color: var(--golden) !important;
        }
    }

    .woocommerce-loop-product__title {
        color: #333;
    }

    .woocommerce-loop-product__title:hover {
        color: var(--golden);
    }

    .added_to_cart {
        color: var(--golden);
    }
}

.add_to_cart_button {
    display: inline-block;
    /* padding: 1.5rem 3rem; */
    font-weight: 700;
    /* font-size: 1.2rem; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0.2rem; */
    background-color: #333 !important;
    color: white !important;
    position: relative;
    overflow: hidden;
    border-radius: 7px !important;
    text-align: center;
    border: none;
    /* махаме border, ако има */
    cursor: pointer;
    transition: color 0.2s linear;
    z-index: 10;
}

/* Текстът вътре да е над ефектите */
.add_to_cart_button span {
    position: relative;
    z-index: 3;
    color: white !important;
    user-select: none;
}

/* Златистите overlay „половинки“ */
.add_to_cart_button::before,
.add_to_cart_button::after {
    content: '';
    background-color: #daa940;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transition: all 0.2s linear;
    z-index: 2;
}

.add_to_cart_button::before {
    left: 0;
    border-radius: 7px 0 0 7px;
}

.add_to_cart_button::after {
    right: 0;
    border-radius: 0 7px 7px 0;
}

/* При hover ефекта да заема по 50% от ширината */
.add_to_cart_button:hover::before,
.add_to_cart_button:hover::after {
    width: 51%;
    z-index: -1;
}

/* Текстът остава видим и в бяло при hover */
.add_to_cart_button:hover span {
    color: white !important;
}

.related {
    .woocommerce-loop-product__link {
        position: relative;

        .yith-wcwl-add-to-wishlist-button {
            top: 15px !important;
        }
    }
}

/* Checkout */

div.woocommerce.wp-block-group[data-shortcode="checkout"] {
    max-width: 1260px !important;
    margin: auto !important;
}

.page-header,
.page-content {

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    th,
    td,
    span {
        font-family: 'Bellota', sans-serif;
    }
}

#place_order {
    background-color: var(--golden) !important;
    float: none !important;
    margin: 20px auto;
    display: block;
    max-width: 100%;
    width: 400px;
    text-transform: uppercase;
    font-size: 17px;
}

.woocommerce-checkout {
    table.shop_table {
        border-color: #000 !important;
    }

    tfoot {

        th,
        tr,
        td {
            border: none !important;
        }

        .order-total {

            .woocommerce-Price-amount,
            .woocommerce-Price-currencySymbol {
                font-family: 'Roboto', sans-serif;
                font-weight: bold;
                font-size: 16px;
            }
        }
    }

    #shipping_method {
        width: 100%;
        max-width: 400px;

        li {
            margin-bottom: 5px;
            font-weight: bold;
        }

        .woo-bg--econt-delivery {
            margin-top: 10px;
        }
    }

    .woocommerce-shipping-totals.shipping {
        th:first-of-type {
            display: none !important;
        }
    }
}

/* Blog list page */
.eael-entry-media {
    position: relative;
    height: 280px !important;
}

.eael-entry-media:hover {
    border: 1px solid #daa940;
    border-radius: 7px;
}

.eael-entry-thumbnail {
    height: 280px !important;

    img {
        height: 280px !important;
        object-fit: cover;
    }
}

.custom-date-day {
    color: white;
    padding: 0 14px;
    background-color: rgb(218, 169, 64);
    font-size: 19.6px;
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 7px 0 0 7px;
}

.custom-date-month {
    color: rgb(218, 169, 64);
    padding: 0 14px;
    background-color: rgb(225, 225, 225);
    font-size: 19.6px;
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 0 7px 7px 0;
}

.custom-date-box {
    z-index: 99999;
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    border-radius: 7px;
    filter: drop-shadow(0rem 0rem 0.1rem #333);
}

.eael-grid-post-excerpt {
    min-height: 107px;
    min-height: 107px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Wishlist */

.wishlist-title-with-form {
    pointer-events: none !important;
}

.hidden-title-form {
    display: none !important;
}

.product-remove {
    a.remove {
        background-color: #E43A36 !important;
        color: white !important;
        border-radius: 100px !important;
        border-width: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-bottom: 2px !important;
    }
}

.add_to_cart_button {
    padding: 10px 20px;
}

#yith-wcwl-form {
    min-height: 50vh;
}

.wishlist-title-with-form {
    p {
        display: none !important;
    }
}

/* Checkout */

.woocommerce-checkout {


    #billing_country_field {
        display: none;
    }

    form,
    .woocommerce-info {
        a {
            color: var(--golden) !important;
        }
    }

    button {
        display: inline-block;
        /* padding: 1.5rem 3rem; */
        font-weight: 700;
        /* font-size: 1.2rem; */
        /* text-transform: uppercase; */
        /* letter-spacing: 0.2rem; */
        background-color: #333 !important;
        color: white !important;
        position: relative;
        overflow: hidden;
        border-radius: 7px !important;
        text-align: center;
        border: none;
        /* махаме border, ако има */
        cursor: pointer;
        transition: color 0.2s linear;
        z-index: 10;
    }

    /* Текстът вътре да е над ефектите */
    button span {
        position: relative;
        z-index: 3;
        color: white !important;
        user-select: none;
    }

    /* Златистите overlay „половинки“ */
    button::before,
    button::after {
        content: '';
        background-color: #daa940;
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        transition: all 0.2s linear;
        z-index: 2;
    }

    button::before {
        left: 0;
        border-radius: 7px 0 0 7px;
    }

    button::after {
        right: 0;
        border-radius: 0 7px 7px 0;
    }

    /* При hover ефекта да заема по 50% от ширината */
    button:hover::before,
    button:hover::after {
        width: 51%;
        z-index: -1;
    }

    /* Текстът остава видим и в бяло при hover */
    button:hover span {
        color: white !important;
    }

    input:focus {
        text-indent: 10px;
    }

    /* .shipping {
        display: none !important;
        } */
}

.category-rich-text {
    margin-bottom: 50px;
}

.product-long-description {
    margin-bottom: 50px;
}

/* Single Service Home Page */

.single-service-page-breadcrumbs-wrapper p {
    display: flex !important;
}

.single-service-page-breadcrumbs-wrapper {
    font-family: 'Bellota', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px !important;
}

.single-service-page-breadcrumbs-wrapper>span>span:first-of-type {
    color: transparent;
}

.single-service-page-breadcrumbs-wrapper a {
    text-decoration: none !important;
    color: inherit !important;
}

.single-service-page-breadcrumbs-wrapper span {
    display: flex;
    align-items: center;
    color: transparent;
    text-transform: uppercase;

    span,
    a {
        color: rgb(102, 102, 102) !important;
        text-transform: uppercase;

        a:hover {
            color: rgb(218, 169, 64) !important;
        }
    }

    a {
        margin-right: 10px;
    }

    .breadcrumb_last {
        color: rgb(218, 169, 64) !important;
    }
}

.single-service-page-breadcrumbs-wrapper span:not(:last-child)::after {
    font-family: "Font Awesome 5 Free";
    /* използваме Font Awesome */
    content: "\f054";
    font-weight: 900;
    margin-left: 8px;
    margin-right: 8px;
    color: rgb(218, 169, 64);
}

.single-service-page-breadcrumbs-wrapper .last {
    color: #333333 !important;
    text-transform: uppercase;

    a:hover {
        color: rgb(218, 169, 64) !important;
    }
}

.golden-links {
    a {
        color: var(--golden) !important;
    }
}

.premium-button {
    display: inline-block;
    padding: 1.5rem 3rem;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    background-color: #333 !important;
    color: white !important;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    /* за да махнем подчертаването на линка */

    /* текстът вътре */
    .premium-button-text-icon-wrapper span {
        z-index: 3;
        position: relative;
        color: white !important
    }

    /* responsive */
    @media (max-width: 1024px) {
        padding: 15px 30px;
        font-size: 12px;
    }
}

/* „анимацията“ на златистия overlay */
.premium-button::before,
.premium-button::after {
    content: '';
    background-color: #daa940;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transition: all 0.2s linear;
    z-index: 2;
}

.premium-button::before {
    left: 0;
}

.premium-button::after {
    right: 0;
}

/* при hover да вземат по 50% от ширината */
.premium-button:hover::before,
.premium-button:hover::after {
    width: 51%;
}

/* за да вижда текста върху златистия слой */
.premium-button:hover .premium-button-text-icon-wrapper span {
    color: white !important;
    ;
}

.gallery-item-caption-wrap {
    display: none !important;
}

.mfp-arrow-right {
    width: 100px !important;
}

/* Range input */
.irs-handle {
    border-radius: 100px !important;
    border-color: var(--golden) !important;
}

.irs-bar,
.irs-from,
.irs-to {
    background-color: var(--golden) !important;
}

/* Product single page  */
.woocommerce-Tabs-panel {
    background-color: transparent !important;
}

.woocommerce-product-details__short-description {
    padding: 16px 14px !important;
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
    border-radius: 5px;

    p {
        margin: 0 !important;
    }
}

/* body, p, h1, h2, h3, h4, h5, h6, span, div, button, input, textarea, a {
    font-family: "Bodoni Moda", sans-serif !important;
  } */

@media (max-width: 576px) {
    a.carousel-arrow.carousel-prev {
        left: 30px !important;
    }

    a.carousel-arrow.carousel-next {
        right: 30px !important;
    }
}

.premium-mega-content-container {

    p,
    li,
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    span {
        /* font-family: 'Montserrat', sans-serif !important; */
        font-family: 'Cormorant Garamond', serif !important;
    }
}

.slick-slide {
    .price {

        bdi,
        span {
            font-weight: 500 !important;
        }
    }
}

.wc-tabs {
    li {
        padding: 0 5px !important;
    }
}

@media (max-width: 576px) {

    /* Първоначално състояние – скрит наляво */
    .woocommerce-sidebar {
        position: absolute;
        top: 0;
        left: 0;
        width: 80vw;
        height: 100vh;
        background-color: white !important;
        padding-top: 85px;
        z-index: 100;
        transform: translateX(-100%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        pointer-events: none;
    }

    /* Когато е активен – плъзга се и става видим */
    .woocommerce-sidebar.woocommerce-sidebar-active {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    /* Скрива се при мобилна резолюция, ако искаш да го ограничиш допълнително */
    .woocommerce-sidebar {
        /* Може да махнеш това display: none */
        /* или го остави само ако sidebar не трябва да съществува под 768px */
    }
}

.mobile-filter-toggle {
    position: fixed;
    bottom: 110px;
    right: 36px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.mobile-filter-toggle:hover,
.mobile-filter-toggle:focus {
    background-color: var(--golden) !important;
}

@media (max-width: 768px) {
    .mobile-filter-toggle {
        display: flex;
    }
}

@media (max-width: 576px) {
    .swiper-slide {
        width: 100vw;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #fkcart-floating-toggler {
        width: 54px !important;
        height: 54px !important;

        svg {
            width: 30px !important;
            height: 30px !important;
        }
    }
}

@media (max-width: 576px) {
    .wc-tabs {
        padding-left: 0 !important;
        overflow: unset !important;

        li {
            font-size: 14px;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;

            a {
                text-align: center;
            }
        }
    }
}

.details__text--header {
    a {
        color: var(--golden) !important;
    }
}

.rate_cart_page {
    font-size: 17px;
}

.added_to_cart {
    width: 100%;
    color: var(--golden) !important;
}

.product_meta {
    width: 100%;
}

.woocommerce-form {
    a {
        color: var(--golden) !important;
    }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    content: '' !important;
}

.woocommerce-loop-product__title {
    font-size: 18px !important;
}

.price {
    font-size: 22px !important;
}

.heateor_sss_sharing_title {
    display: none !important;
}

.heateor_sss_more {
    visibility: hidden !important;
}

.price {
    span {
        color: #333333 !important;
    }
}