.text-accent {
    color: var(--accent);
}

.cart-button {
    padding: 1rem;
    position: relative;
}

.cart-button .cart-products {
    position: absolute;
    top:10px;
    right: 10px;
    background-color: #f00;
    color: #fff;
    border-radius: 3px;
    padding: 2px 4px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1) !important;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.1) !important;
}

.cs_btn.cs_style_1 {
    padding: 6px 14px !important;
}

.bg-accent {
    background-color: var(--accent);
}

.cs_site_branding img {
    width: 100%; max-width: 220px; height: 100%; max-height: 90px;
}

@media (max-width: 420px) {
    .cs_site_branding img {
        max-width: 170px;
    }

    .cs_site_header.cs_style_1 .cs_main_header_right {
        padding-right: 40px;
    }

    .cart-button {
        float: right;
        padding: 10px;
        position: relative;
    }

    .cart-button .cart-products {
        top:-8px;
        right: 0;
    }
}

/*@media screen and (max-width: 359px) {*/
/*    .cs_site_branding img {*/
/*        width: 100%; max-width: 260px; height: 100%; max-height: 80px;*/
/*    }*/
/*}*/

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .cs_site_header.cs_style_1 .cs_top_header {
        background-color: var(--accent);
    }
}



.cs_working_hours li span:first-child {
    width: auto !important;
}

/*.form-select {*/
/*    --bs-form-select-bg-img: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"%3e%3cpath d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%232f2b3d" fill-opacity="0.9"/%3e%3c/svg%3e');*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 56px;*/
/*    color: var(--heading-color);*/
/*    appearance: none;*/
/*    background-color: var(--border);*/
/*    border: none;*/
/*    border-radius: var(--bs-border-radius);*/
/*}*/


.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: block;
}

.autocomplete input {
    transition: border-radius 0.2s ease-in-out;
}

.autocomplete:has(.autocomplete-items) input {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div.span {
    margin-left: 2px !important;
}

.autocomplete-items p {
    display: block;
    font-size: 10px;
    margin: 0;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-items div.no-hover {
    padding: 10px;
    cursor: default;
    background-color: var(--bs-gray);
    border-bottom: 0px;
}

.autocomplete-items div.no-hover h5 {
    color: #ffffff;
}

.autocomplete-items div.no-hover:hover {
    /*when hovering an item:*/
    background-color: var(--bs-gray);
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #e9e7fd !important;
    color: #7367f0 !important;
}

.accordion-button::after {
    pointer-events: auto !important;
}

.cs_post.cs_style_4 .cs_post_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px 5px;
    margin-bottom: 10px;
}
.cs_post.cs_style_4 .cs_post_meta li:not(:last-child) {
    padding-right: 5px;
}


.sticky-sidebar {
    position: sticky;
    /*height: calc(100vh - 50px);*/
    overflow-y: auto;
    top: 30px; /* distance from top when sticky */
    scrollbar-width: none;
}

@media screen and (max-width: 991px) {
    .sticky-sidebar { height: auto !important; }
}


.sticky-sidebar::-webkit-scrollbar {
    display: none;
}

.cs_nav_list li.active a {
    color: var(--accent) !important;
}

.product-card {
    position: relative; /* make sure the ribbon can absolutely position itself */
    overflow: visible !important;
}

.product-card.promotion::before {
    content: "PROMOȚIE";      /* your label */
    position: absolute;
    top: 50px;
    right: -100px;             /* pulls it out past the corner */
    background: #e53935;
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    padding: 6px 120px;        /* big horizontal padding so text always fits */
    transform: rotate(45deg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 10;
    white-space: nowrap;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    z-index: 10;
}
/*.ribbon {*/
/*    --r: 10px; !* control the ribbon shape (the radius) *!*/
/*    --c: #e53935;*/

/*    position: absolute;*/
/*    top: 30px;*/
/*    right: calc(-1*var(--r));*/
/*    line-height: 1.8;*/
/*    padding: 0 .5em calc(2*var(--r));*/
/*    border-radius: 0 var(--r) var(--r) 0;*/
/*    background:*/
/*            radial-gradient(100% 50% at right,var(--c) 98%,#0000 101%)*/
/*            0 0/.5lh calc(100% - 2*var(--r)),*/
/*            radial-gradient(100% 50% at left,#0005 98%,#0000 101%)*/
/*            100% 100%/var(--r) calc(2*var(--r)),*/
/*            conic-gradient(from 180deg at calc(100% - var(--r)) calc(100% - 2*var(--r)),#0000 25%,var(--c) 0)*/
/*            100% 0/calc(101% - .5lh) 100%;*/
/*    background-repeat: no-repeat;*/
/*}*/


/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.ribbon {
    --f: .5em; /* control the folded part */

    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(
            100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background-color: #e53935;
}


.cs_btn.cs_style_2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--accent);
    padding: 6px 10px;
    line-height: 1.714em;
    background-color: var(--accent);
    position: relative;
}


.btn-success {
    border: 1px solid #28C76FFF !important;
    background-color: #28C76FFF !important;
}

.cs_sidebar_widget.shadow {
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.3) !important;
}
.cs_contact_form {
    border-radius: 20px;
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.3) !important;
}
.cs_post {
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.3) !important;
}




.entry-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.entry-popup.active {
    display: flex;
}
.entry-popup-content {
    position: relative;
}
.entry-popup-content img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 8px;
}
.entry-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    cursor: pointer;
}