#cookie_notice,
.loading {
    position: fixed;
    z-index: 10000;
    left: 0
}

#cookie_notice .cookie_notice_container p,
.all_products_categ h4,
.cart-sumar-details p,
.category-items_list,
.shipping_costs li {
    font-family: var(--regular)
}

.item-title,
.view_blog_description {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.inner_container_view_blog::after,
.membership_img img {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .04))
}

.item-title,
.similar_posts_container .view_blog_description {
    -webkit-line-clamp: 2
}

.hero-section {
    min-height: 400px
}

.help-block,
.oz-close:hover {
    color: red
}

.loading {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95)
}

.loading-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.loading svg {
    overflow: visible;
    width: 100px;
    height: 150px
}

.loading svg g {
    animation: 2s linear infinite slide
}

.loading svg g:nth-child(2) {
    animation-delay: .5s
}

.loading svg g:nth-child(2) path {
    animation-delay: .5s;
    stroke-dasharray: 0px 158px;
    stroke-dashoffset: 1px
}

.loading svg path {
    stroke: url(#gradient);
    stroke-width: 10px;
    stroke-linecap: round;
    fill: none;
    stroke-dasharray: 0 157px;
    stroke-dashoffset: 0;
    animation: 2s cubic-bezier(.8, 0, .2, 1) infinite escalade
}

@keyframes slide {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(50px)
    }
}

@keyframes escalade {
    0% {
        stroke-dasharray: 0 157px;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 157px 157px;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 157px 157px;
        stroke-dashoffset: -156px
    }
}

#cookie_notice {
    bottom: -100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem;
    transition: .6s ease-in-out;
    background: #2b2b2b
}

.cookie_notice_container a {
    color: #fff;
    font-family: var(--bold)
}

.cookie_notice_container a:hover {
    color: #fff;
    cursor: pointer
}

@media(min-width:991px) {
    .navbar-brand {
        max-width: 200px;
        height: 40px
    }

    .acasa .mobile_menu_container,
    .acasa.mobile_menu_opened .overlary_body {
        top: 75px
    }

    .mobile_menu_container,
    .mobile_menu_opened .overlary_body {
        top: 120px
    }
}

.navbar-brand {
    box-sizing: inherit;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.navbar-brand img,
.order_items figure img,
.product-thumbnail img,
.show_all_categories a {
    width: 100%;
    height: 100%
}

header {
    background-color: var(--white)
}

header .top-header {
    height: 70px
}

.top-header svg {
    height: 18px;
    width: 18px
}

.top-header a,
header .navbar .main-nav-item .nav-link:hover {
    color: var(--black)
}

.top-header .cart a {
    padding: 10px 20px;
    border: 1px solid var(--red);
    border-radius: 20px
}

span.cart_items_qty {
    position: absolute;
    background: red;
    color: #fff;
    height: 16px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2px;
    right: -10px
}

.cart_details_container,
span.cart_svg {
    position: relative
}

.cart_link {
    gap: 14px
}

#cart-message-box span,
#fav-message-box span,
.cart-sumar-details__taxes span,
.cart_link:hover svg,
.login_page a,
.summar_title span {
    color: #000
}

.blog_header h1,
.blog_menu_link:hover,
.btn-authcoice-text,
.cart-sumar-detail>span,
.cart_link:hover .cart_items_qty,
.cart_link:hover .cart_items_qty span,
.col_all_categories .section-title h2,
.col_all_categories a:hover h4,
.fickle_beneficii h3,
.fickle_beneficii p,
.login-choice-sep,
.lower-price-info a:hover,
.membership_text h2,
.membership_text p,
.mobile_menu_container li:last-of-type a::after,
.product-loop-item-price-box .lower-price-info a,
.standard-price-info a:hover {
    color: #fff
}

.nav-item-blog a,
.nav-item-blog a:hover {
    color: #fff !important;
    padding: 5px 10px !important
}

#submenu-33 path,
.svg_categ_menu path,
.top-header .cart a:hover svg path {
    stroke: #000
}

.nav-item-blog .nav-link {
    color: #fff;
    border: var(--red);
    border-radius: 20px;
    padding: 5px 10px !important
}

.nav-item-blog a {
    border: 1px solid transparent !important;
    border-radius: 20px
}

.nav-item-blog a:hover {
    border: 1px solid #fff !important;
    border-radius: 20px
}

@media(min-width:1420px) {
    .search-wrapper {
        max-width: 650px
    }
}

@media(min-width:1100px) and (max-width:1420px) {
    .search-wrapper {
        max-width: 400px
    }
}

@media(max-width:1100px) {
    .search-wrapper {
        max-width: 550px
    }
}

.search-wrapper {
    position: relative;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    transition: none
}

.category_item_container,
.header-btn-contact,
.item-title,
.nav-item-blog a,
footer a,
footer p {
    transition: .1s linear
}

.mobile_header_fixed .search-results {
    top: 48px
}

.search-results {
    position: absolute;
    width: 100% !important;
    max-height: 600px;
    overflow-y: auto;
    left: unset;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #00000050;
    border-radius: 5px;
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
    top: 45px
}

.inner_container_item,
.membership_text {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .04)
}

.img_search {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px
}

.img_search img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.btn_change_form:hover,
.close_search:hover,
.hamburger_menu_container:hover,
.hamburger_menu_container_desktop:hover,
.info_price_svg:hover,
.nav-item-produse:hover,
.product-remove:hover,
.svg_search:hover,
input[type=radio]+label {
    cursor: pointer
}

.search-results::-webkit-scrollbar {
    display: none
}

.search-wrapper .search,
.search-wrapper .search:focus {
    width: 100%;
    border: 1px solid var(--red);
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    font-family: var(--light);
    transition: none;
    background-color: transparent;
    color: var(--gray);
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
    background-clip: unset;
    font-weight: unset;
    line-height: 100%
}

.hero-section .slick-next:before,
.hero-section .slick-prev:before {
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 900;
    color: var(--red)
}

.search-wrapper a.search-hide {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    opacity: 0
}

.search-wrapper svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px
}

.search-loading.loader {
    position: absolute;
    right: 19px;
    top: 0;
    width: 20px;
    height: 20px
}

header .navbar {
    padding: 0;
    height: 50px;
    background: linear-gradient(90deg, red 4.44%, #690101 106.31%)
}

header .navbar .container,
header .navbar-collapse {
    height: 100%;
    align-items: center
}

.navbar .header-btn-contact {
    padding: 8px 15px;
    border: 1px solid var(--white);
    border-radius: 20px;
    color: var(--white)
}

.navbar .header-btn-contact svg path {
    stroke: var(--white)
}

.navbar .header-btn-contact:hover {
    background-color: var(--white);
    color: var(--red)
}

.navbar .header-btn-contact:hover svg path {
    stroke: var(--red)
}

header .navbar-nav {
    display: flex;
    align-items: center;
    height: 100%
}

header .navbar .main-nav-item {
    margin: 0;
    position: relative
}

header .navbar .main-nav-item .nav-link {
    color: var(--white);
    padding: 0;
    line-height: 100%
}

header .navbar .main-nav-item.nav-item-produse {
    height: 45px;
    margin: 5px 0 0;
    padding: 0 20px;
    z-index: 1
}

header .navbar .main-nav-item.nav-item-produse:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--white);
    border-radius: 10px 10px 0 0;
    z-index: -1
}

header .navbar .main-nav-item.nav-item-produse>.nav-link {
    margin-top: 10px;
    color: var(--black);
    pointer-events: none;
    font-family: var(--medium);
    display: flex;
    align-items: center;
    gap: 5px
}

header .navbar .main-nav-item.nav-item-produse>.nav-link:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M1 5.5H14.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H14.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 10H14.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: relative;
    height: 16px
}

.acasa header .navbar .main-nav-item.nav-item-produse>.dropdown-menu {
    display: block;
    width: calc(1420px - ((1420px / 100) * 75));
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0
}

@media(max-width:1420px) {
    .acasa header .navbar .main-nav-item.nav-item-produse>.dropdown-menu {
        min-width: 24vw !important;
        width: 24vw !important
    }
}

.my-account .list-group-item,
header .navbar .main-nav-item.nav-item-produse>.dropdown-menu .nav-item {
    margin: 0
}

header .navbar .main-nav-item.nav-item-produse>.dropdown-menu .nav-link {
    color: var(--black);
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 7.5px
}

#submenu-33 .cls-1,
.svg_categ_menu .cls-1 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: .576
}

#submenu-33 svg,
.svg_categ_menu svg {
    max-width: 20px;
    max-height: 20px;
    stroke: #000 !important;
    margin-bottom: 5px
}

#submenu-33 li:last-of-type svg,
.mobile_menu_container li:last-of-type svg {
    max-width: 30px !important;
    max-height: 30px !important;
    stroke: #fff;
    margin: 0 !important
}

#submenu-33 li:last-of-type .nav-link,
.mobile_menu_container li:last-of-type a {
    width: 100%;
    background: linear-gradient(90deg, red 4.44%, #690101 106.31%);
    color: #fff;
    font-family: var(--bold);
    padding: 0 20px;
    display: none
}

.mobile_menu_container li:last-of-type a {
    height: 50px
}

.all_products_categ .col-lg-12,
.contact-section .col-12,
.mobile_menu_container li:last-of-type {
    padding: 0
}

#form-add-review .clear-rating,
.has_header_fixed #main-navbar,
.hero-section .slick-dots li button:before,
.hide,
.rating-container .caption,
input[type=radio] {
    display: none
}

.has_header_fixed header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.has_header_fixed header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, red 4.44%, #690101 106.31%)
}

@media(min-width:992px) {
    .has_header_fixed .hamburger_menu_container_desktop {
        display: block !important;
        padding: 0 5px
    }

    #mobile_navbar {
        display: none !important
    }

    .acasa header .navbar .main-nav-item.nav-item-produse>.dropdown-menu {
        min-height: 250px
    }

    .header_contact_mobile {
        display: none
    }

    .hero_text_container {
        border-radius: 0 0 15px
    }

    .header_photo_abonamente {
        border-radius: 0 0 0 15px
    }
}

.has_search_results #mobile_navbar,
.mobile_header_fixed #mobile_navbar {
    background-color: #fff;
    min-height: 50px;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    max-width: 100%;
    padding: 0 2.5vw;
    transition: linear
}

.has_search_results .top-header,
label.btn_change_form::before {
    display: none !important
}

.has_search_results #mobile_navbar::after,
.mobile_header_fixed #mobile_navbar::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, red 4.44%, #690101 106.31%);
    top: 50px;
    margin: auto;
    max-width: 100%;
    left: 0;
    right: 0
}

#mobile_navbar {
    background-color: #fff;
    min-height: 50px;
    align-items: center
}

@media(max-width:991px) {
    .navbar-brand {
        max-width: 150px;
        height: 30px
    }

    .search-loading.loader {
        right: 22px
    }

    .hamburger_menu_container svg {
        max-height: 20px !important;
        max-width: 20px !important
    }

    .search-wrapper {
        max-width: 80%;
        margin-left: 10px
    }

    #main-navbar {
        display: none !important
    }

    .top-header {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        background-color: var(--body-color)
    }

    .header_cart_desktop,
    .header_contact_desktop,
    .header_contact_mobile span,
    .search-wrapper.desktop {
        display: none
    }

    .shopping-content {
        background: #fff;
        padding: 5px 10px;
        border-radius: 20px;
        gap: 10px !important
    }

    .header_contact_mobile {
        display: flex
    }

    .header_contact_mobile path {
        stroke: #000
    }

    .header_contact_mobile a {
        width: 30px
    }

    .mobile_menu_container,
    .mobile_menu_opened .overlary_body {
        top: 120px
    }

    .mobile_menu_opened .overlary_body {
        background-color: #00000099;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px)
    }

    .mobile_menu_opened {
        overflow: hidden
    }
}

@media(max-width:1100px) {
    .text_desktop {
        display: none
    }

    .shopping-content {
        gap: 5px !important
    }

    .top-header .cart a {
        padding: unset !important;
        border: unset !important;
        border-radius: unset !important
    }

    .header_links_responsive {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.mobile_menu_opened .overlary_body {
    position: fixed;
    display: block !important;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    z-index: 999
}

.mobile_menu_container {
    background: #eaeaea;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 60%
}

@media(min-width:1500px) {
    .mobile_menu_container {
        width: 300px;
        margin-left: calc(calc(100% - 1420px)/ 2)
    }

    span.best_seller {
        padding: 3px 6px;
        font-size: 10px
    }
}

@media(min-width:991px) and (max-width:1500px) {
    .mobile_menu_container {
        width: 300px;
        margin-left: 2.5vw
    }
}

@media(min-width:500px) and (max-width:991px) {
    .mobile_menu_container {
        width: 60%
    }
}

.mobile_menu_container li {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    margin: 0;
    padding-bottom: 10px
}

.category-items_list {
    font-size: 14px;
    color: #000;
    width: 100%;
    display: flex;
    min-height: 30px;
    align-items: center;
    gap: 7.5px
}

.category-items_list:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    color: #00000070;
    left: auto;
    right: 15px
}

.mobile_menu_container h3 {
    font-size: 14px;
    font-family: var(--bold);
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 15px
}

.blog_menu_link {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89.01deg, #1e90ff -205.76%, #8a2be2 202.1%);
    color: #fff;
    font-family: var(--bold);
    width: 100%
}

.hero-section .slick-slider {
    position: relative;
    margin: 0
}

.hero-section .slick-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 350px
}

@media (max-width:768px) {
    .hero-section .slick-slide {
        min-height: 250px
    }

    .hero-section .slick-slide .slick-slide-inner {
        margin: auto auto 10vh !important
    }
}

.hero-section .slick-slide .slick-slide-inner {
    margin: auto auto 15vh
}

.hero-section .slick-slide .slick-slide-inner .slide-btn {
    position: relative;
    background-color: var(--red);
    height: 50px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    font-family: var(--regular);
    font-size: 18px;
    line-height: 100%;
    color: var(--white);
    border-radius: 25px;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: var(--transition)
}

.hero-section .slick-slide .slick-slide-inner .slide-btn:hover {
    background-color: var(--black)
}

.hero-section .slick-dots {
    bottom: 2vh;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.hero-section .slick-dots li {
    width: auto;
    height: auto;
    margin: 0
}

.hero-section .slick-dots li button {
    border-radius: 50%;
    background-color: var(--gray);
    width: 15px;
    height: 15px
}

.hero-section .slick-dots li.slick-active button,
.product-loop-item-price-box .lower-price-info {
    background-color: var(--red)
}

.hero-section .slick-next,
.hero-section .slick-prev {
    z-index: 99;
    height: 40px;
    width: 40px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    opacity: 1
}

.hero-section .slick-prev {
    left: 20px;
    align-items: center;
    justify-content: center
}

.hero-section .slick-prev:before {
    content: "\f053"
}

.hero-section .slick-next {
    right: 20px;
    align-items: center;
    justify-content: center
}

.hero-section .slick-next:before {
    content: "\f054"
}

.badge-col {
    position: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    max-width: 23%
}

.badge-col.badge-1 {
    background: linear-gradient(89.02deg, #1e90ff 1.69%, #8a2be2 407.93%)
}

.badge-col.badge-2 {
    background: linear-gradient(89.02deg, #1e90ff -101.86%, #8a2be2 304.01%)
}

.badge-col.badge-3 {
    background: linear-gradient(89.01deg, #1e90ff -205.76%, #8a2be2 202.1%)
}

.badge-col.badge-4 {
    background: linear-gradient(89.01deg, #1e90ff -308.68%, #8a2be2 98.31%)
}

.badge-col .badge-text p {
    color: var(--white)
}

.section-top {
    gap: 20px;
    align-items: center;
    margin-bottom: 20px
}

@media(max-width:800px) {
    .section-top {
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;
        flex-direction: column !important
    }

    .badge-col {
        padding: 5 10px !important;
        justify-content: unset !important
    }

    .badge-col svg {
        max-height: 30px;
        max-width: 30px
    }
}

.badge_row_container {
    padding: 0 7.5px
}

@media(max-width:700px) {
    .hero-section .slick-slide .slick-slide-inner .slide-btn {
        height: 40px !important;
        padding: 0 15px !important;
        font-size: 14px !important;
        margin: auto
    }

    .badge_row_container {
        display: grid !important;
        grid-template: auto/repeat(2, 1fr);
        gap: 7.5px
    }

    .badge-col {
        max-width: 100% !important
    }
}

.lowered-price-wrapper,
.section-top .module-button,
.section-top .section-title {
    width: fit-content
}

.section-title h2 {
    font-size: 28px;
    width: max-content;
    text-transform: unset
}

@media(max-width:1000px) {
    .section-title h2 {
        font-size: 20px;
        width: max-content;
        text-transform: unset
    }
}

.section-top .line-title {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--red)
}

.cta_section .btn-secondary,
.membership_text .btn-secondary {
    background-color: #fff;
    gap: 10px;
    line-height: 100%;
    outline: 0 !important;
    height: 40px;
    padding: 0 18px;
    position: relative;
    box-shadow: none !important;
    transition: var(--transition)
}

.section-top .module-button>* {
    width: max-content
}

.membership_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(104.38deg, red 0, #8a2be2 100%);
    border-radius: 20px;
    padding: 30px 50px
}

@media(max-width:576px) {
    #mobile_navbar {
        padding: 0 15px !important
    }

    .membership_text,
    .row.builder-row.cta_section::after {
        border-radius: 0 !important
    }

    .membership_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: linear-gradient(104.38deg, red 0, #8a2be2 100%);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, .04);
        padding: 30px 15px !important
    }

    .row.builder-row.cta_section {
        border-radius: 0 !important;
        padding: 0 !important
    }

    .blog_header {
        padding: 0 15px
    }

    .blog_posts_container {
        padding: 0 7.5px
    }
}

@media(max-width:380px) {
    .badge_row_container {
        display: grid !important;
        grid-template: auto/1fr !important;
        gap: 7.5px
    }

    .cta_section .btn-primary,
    .cta_section .btn-secondary {
        width: 100% !important
    }

    .cta_section .inline_buttons {
        width: 100% !important;
        display: block;
        margin: 7.5px 0
    }

    .cta_text_container {
        text-align: center !important
    }
}

.membership_img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover
}

.item-image img,
.product-gallery-main-image.module.module-image img {
    object-fit: contain
}

.membership_text h2 {
    font-size: calc(24px + (34 - 24) * ((100vw - 300px) / (1600 - 300)))
}

.footer_logo_text p,
.membership_text p {
    font-size: 14px
}

.membership_text .btn-secondary::after {
    content: url('/uploads/icons/right-arrow.png');
    margin-top: 3px
}

.membership_text .btn-secondary {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: var(--regular);
    font-size: 14px;
    color: var(--red);
    border-radius: 25px;
    border: none !important
}

.membership_text .btn-secondary:active,
.membership_text .btn-secondary:hover {
    background-color: var(--gray) !important
}

.row.builder-row.cta_section {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 50px
}

.row.builder-row.cta_section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 63.02%);
    border-radius: 20px
}

.cta_text_container {
    z-index: 1
}

.inline_buttons,
.sugg-cart-item-price>span {
    display: inline-block
}

.cta_section h3 {
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
    font-family: var(--bold)
}

.cta_section .btn-secondary,
.cta_section p {
    font-family: var(--regular);
    font-size: 14px
}

.cta_section .btn-primary::after {
    content: url('/uploads/icons/phone-icon.png')
}

.cta_section .btn-secondary {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 25px;
    border: 1px solid var(--red) !important
}

.cta_section .btn-secondary:active,
.cta_section .btn-secondary:hover {
    background-color: var(--red) !important;
    color: #fff
}

.cta_section .btn-primary {
    height: 40px;
    padding: 0 18px;
    font-size: 14px;
    flex-direction: row-reverse
}

.cta_section .btn-primary:active,
.cta_section .btn-primary:hover {
    background-color: #000 !important;
    color: #fff
}

@media(min-width:1250px) {
    .category_item_container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 30px;
        background: linear-gradient(141.83deg, red 0, #690000 100%);
        border: 2px solid #fff;
        border-radius: 20px;
        padding: 20px;
        min-width: 250px;
        min-height: 230px;
        transition: .1s linear
    }

    .category_item_container svg {
        height: 90px;
        max-height: 90px;
        width: fit-content
    }
}

@media(min-width:900px) and (max-width:1250px) {
    .category_item_container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 15px;
        background: linear-gradient(141.83deg, red 0, #690000 100%);
        border: 2px solid #fff;
        border-radius: 20px;
        padding: 20px;
        min-width: 200px;
        min-height: 200px;
        transition: .1s linear
    }

    .category_item_container svg {
        height: 55px;
        max-height: 55px;
        width: fit-content
    }
}

@media(min-width:700px) and (max-width:900px) {
    .category_item_container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 15px;
        background: linear-gradient(141.83deg, red 0, #690000 100%);
        border: 2px solid #fff;
        border-radius: 20px;
        padding: 10px;
        min-width: 150px;
        min-height: 150px;
        max-width: 150px;
        transition: .1s linear
    }

    .category_item_container svg {
        height: 55px;
        max-height: 55px;
        width: fit-content
    }

    .category_item_container h4 {
        font-size: 12px !important;
        color: #fff;
        font-family: var(--bold)
    }
}

@media(max-width:700px) {
    .category_item_container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 15px;
        background: linear-gradient(141.83deg, red 0, #690000 100%);
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 10px;
        min-width: 100px;
        min-height: 100px;
        max-width: 100px;
        max-height: 100px;
        transition: .1s linear
    }

    .category_item_container svg {
        height: 40px;
        max-height: 40px;
        width: fit-content
    }

    .category_item_container h4 {
        font-size: 12px !important;
        color: #fff;
        font-family: var(--regular) !important;
        text-align: center
    }

    .row.builder-row.blog_header {
        min-height: 120px
    }
}

.category_item_container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: linear-gradient(141.83deg, red 0, #690000 100%);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    min-width: unset !important;
    min-height: 110px !important;
    max-width: unset !important;
    max-height: unset !important
}

.show_all_categories {
    flex-wrap: wrap !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 15px;
    gap: 10px
}

@media(max-width:500px) {
    .search-results {
        position: fixed !important;
        width: 100% !important;
        max-width: 100%;
        max-height: 600px;
        overflow-y: auto;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        border: unset !important;
        border-radius: 0 !important;
        top: 120px
    }

    .mobile_menu_container {
        width: 80%
    }

    .badge-col {
        padding: 10px !important;
        border-radius: 10px !important
    }

    .badge-col svg {
        max-height: 20px;
        max-width: 20px
    }

    .badge-col .badge-text p {
        color: var(--white);
        font-size: 12px
    }

    .section-title h2 {
        font-size: 14px !important;
        width: max-content;
        text-transform: unset
    }
}

.category_item_container svg path {
    stroke: white
}

.category_item_container h4 {
    font-size: 14px;
    color: #fff;
    font-family: var(--bold)
}

.category-item.category_item_container img,
.price_container {
    flex-grow: 1
}

@media(min-width:800px) {
    .show_all_categories {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:1000px) {
    .show_all_categories {
        grid-template-columns: repeat(7, 125px);
        justify-self: center
    }

    .category_item_container {
        height: 100%
    }

    .category_item_container h4 {
        font-size: 12px;
        color: #fff;
        font-family: var(--bold);
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .category-item.category_item_container img {
        height: 50px;
        width: 50px;
        object-fit: contain
    }

    .product-gallery-main-image.module.module-image img {
        min-height: 450px;
        max-height: 450px
    }
}

@media(min-width:1100px) {
    .show_all_categories {
        grid-template-columns: repeat(7, 140px);
        justify-self: center
    }

    .category-item.category_item_container img {
        height: 70px;
        width: 70px;
        object-fit: contain
    }
}

@media(min-width:1300px) {
    .show_all_categories {
        grid-template-columns: repeat(7, 170px);
        justify-self: center
    }

    .category-item.category_item_container img {
        height: 90px;
        width: 90px;
        object-fit: contain
    }
}

@media(min-width:1600px) {
    .show_all_categories {
        grid-template-columns: repeat(7, 1fr);
        justify-self: center
    }
}

.col_all_categories,
.row.builder-row.blog_header {
    background: linear-gradient(93.52deg, #1e90ff 0, #8a2be2 100%)
}

.breadcrumb,
.breadcrumbs_container,
.col_all_categories .line-title,
.hero_text_container,
.inner_container_view_blog:hover .view_post_info {
    background-color: #fff
}

.col_all_categories .section-top {
    margin-top: 3rem;
    margin-bottom: 0
}

.info_lower_price_container {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content
}

.lowered-price-wrapper:hover .lower-price-info,
.modal-footer-sugg,
.standard-price-wrapper:hover .standard-price-info {
    display: block
}

.lower-price-info,
.standard-price-info {
    display: none;
    width: 300px;
    background: #000;
    z-index: 1;
    border-radius: 5px;
    padding: 7.5px
}

.lower-price-info p,
.standard-price-info p {
    color: #fff;
    font-family: var(--regular);
    font-size: 14px;
    letter-spacing: .2px
}

.checkout-content-heading span,
.header_footer p,
.item-title,
.lower-price-info a,
.lowered-price,
.nav_dropdown.btn_wrapper_nav button,
.standard-price-info a,
.title_myaccount_details_subscription,
.total-price h5,
.ul-sumar-comanda-item .li-usci-price,
span.best_seller {
    font-family: var(--bold)
}

.info_price_svg_standard path {
    fill: #000
}

.item-image {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.item-image img {
    position: absolute;
    top: 0;
    object-position: center;
    height: 100%;
    width: 100%
}

.categories-item-wrapper {
    padding: 7.5px
}

.inner_container_item {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    height: 100%
}

h2.text-frecvent {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
    padding: 0 7.5px
}

.add-to-fav-btn {
    position: absolute;
    top: 30px;
    z-index: 1;
    right: 30px;
    border: 1px solid #000;
    background: 0 0;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.item-title,
footer .nav-item {
    display: block;
    width: fit-content
}

.add-to-fav-btn.is-favorite {
    background: var(--red);
    border-color: var(--red)
}

.add-to-fav-btn.is-favorite svg {
    fill: #fff
}

.item-title {
    color: #000;
    font-size: 12px;
    max-height: 28.78px;
    min-height: 28.75px;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 7.5px;
    margin-top: 7.5px
}

span.best_seller {
    position: absolute;
    background: var(--red);
    z-index: 1;
    color: #fff;
    left: 0;
    border-radius: 0 10px 10px 0;
    top: 50px
}

span.best_seller.discount {
    top: 75px !important
}

.item-title:hover,
.sugg-cart-item-price .cart-prod-price {
    color: var(--red)
}

.lowered-price {
    color: var(--red);
    font-size: 18px;
    line-height: 1.2;
    margin-top: 1em
}

.price {
    color: #000;
    font-family: var(--medium);
    font-size: 14px;
    line-height: 1.2
}

.item-info .old_price_abonament_valid_view {
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.item-info .old_price_abonament_valid_view:after {
    height: 2px;
    width: 100%;
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
    z-index: 2;
    transform: rotate(-3deg)
}

.item-info .lowered_price_abonament_valid_view {
    font-size: 13px
}

button.btn.add-to-cart-btn {
    background: #28a8e0;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 10px;
    height: 42px;
    transition: .1s linear;
    box-shadow: none !important
}

button.btn.add-to-cart-btn:hover {
    background: #4e64f2
}

button.btn.add-to-cart-btn path {
    stroke: #fff !important;
    stroke-width: 2px
}

.inner_container_view_blog,
footer .map_code {
    border-radius: 20px;
    overflow: hidden
}

@media(max-width:550px) {
    span.best_seller {
        top: 20px
    }
}

footer {
    background: radial-gradient(circle at 12.3% 19.3%, #5558da 0, #5fd1f9 100.2%)
}

.login_page {
    background: #0099f7;
    background: -webkit-linear-gradient(to right, #f11712, #0099f7);
    background: linear-gradient(to right, #f11712, #0099f7)
}

.header_footer p {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px
}

.similar_posts_container .container_grid_products,
footer .nav {
    flex-direction: column
}

footer .nav-link {
    display: block;
    padding: 5px 0
}

footer .nav-item {
    margin: 0
}

footer p {
    margin-bottom: 0
}

footer a,
footer p {
    color: var(--body-color)
}

.footer_widget {
    display: inline-block;
    margin-right: 10px
}

.anpc-footer,
.inline_footer-info {
    display: inline-block;
    margin-right: 15px
}

.anpc-footer {
    max-width: 150px
}

.all_products_categ a,
.anpc-footer img {
    width: 100%
}

.copyright_section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 15px;
    margin: 3rem auto
}

.copyright_section::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: var(--body-color);
    top: 0
}

@media(min-width:576px) {
    .blog_posts_container {
        padding: 0
    }
}

@media(min-width:700px) {
    .row.builder-row.blog_header {
        min-height: 200px
    }
}

.blog_row_container,
.breadcrumb li,
.sugg-cart-item-image-and-title {
    display: flex;
    align-items: center
}

.inner_container_view_blog {
    display: grid;
    grid-template: 200px auto/1fr;
    position: relative;
    transition: .2s linear;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    height: 100%
}

img.img_view_blog {
    width: 100%;
    height: 100%;
    grid-row: 1/3;
    grid-column: 1/2;
    object-fit: cover;
    max-height: 430px
}

.view_post_info {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end
}

@media(min-width:768px) and (max-width:900px) {
    .view_post_info {
        padding: 5px !important
    }
}

.view_blog_title .item-title {
    font-size: 18px;
    max-height: 43.59px;
    min-height: 43.59px
}

.view_blog_description {
    color: #000;
    font-family: var(--regular);
    font-size: 14px;
    display: block;
    width: fit-content;
    transition: .1s linear;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-bottom: 10px
}

.inner_container_view_blog::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(66.74deg, rgba(255, 255, 255, .7) 9.93%, rgba(255, 255, 255, 0) 162.21%);
    transition: var(--transition)
}

.inner_container_view_blog .btn-primary {
    height: 40px;
    padding: 0 15px;
    font-size: 14px
}

.inner_container_view_blog:hover::after {
    opacity: 0
}

.blog_page_title h1 {
    font-size: calc(23px + (35 - 23) * ((100vw - 300px) / (1600 - 300)))
}

.blog_photo_similar_articles h2 {
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
    text-transform: capitalize
}

.contact-section h1,
.header_title_abonamente h1,
.row_abonamente h2 {
    text-transform: math-auto
}

.similar_posts_container .blog-cards {
    max-width: 100%;
    min-width: 100%
}

.similar_posts_container .inner_container_view_blog {
    display: grid;
    grid-template: 150px/150px 1fr;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: var(--transition)
}

@media(max-width:1500px) {
    span.best_seller {
        padding: 5px 8px;
        font-size: 12px
    }

    .similar_posts_container .inner_container_view_blog {
        display: grid;
        grid-template: 125px/125px 1fr;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        transition: var(--transition)
    }

    .similar_posts_container .inner_container_view_blog .btn-primary {
        font-size: 14px !important
    }
}

.similar_posts_container img.img_view_blog {
    width: 100%;
    height: 100%;
    grid-row: 1/2;
    grid-column: 1/3;
    object-fit: cover;
    object-position: center
}

.similar_posts_container .view_post_info {
    grid-row: 1/2;
    grid-column: 2/3;
    padding: 15px;
    z-index: 1
}

.similar_posts_container .view_blog_description,
.similar_posts_container .view_blog_title .item-title {
    font-size: 14px;
    max-height: 33.59px;
    min-height: 33.59px
}

.similar_posts_container .inner_container_view_blog .btn-primary {
    height: unset;
    padding: unset;
    background: unset;
    color: var(--red);
    font-family: var(--medium);
    font-size: 16px
}

.blog_text_container h4,
.blog_text_container h5,
.blog_text_container h6 {
    font-family: var(--medium)
}

.blog_text_container h2 {
    font-family: var(--bold);
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1600 - 300)))
}

.blog_text_container h3 {
    font-family: var(--bold);
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1600 - 300)))
}

.blog_text_container h4 {
    font-size: calc(20px + (23 - 20) * ((100vw - 300px) / (1600 - 300)))
}

.pagination {
    margin-top: 15px
}

.pagination .first.disabled,
.pagination .last.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination a {
    font-family: var(--regular);
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
    background-color: #fff;
    height: 40px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 3px;
    color: var(--blue);
    transition: var(--transition);
    border: 1px solid var(--blue);
    text-decoration: none
}

.gallery-img,
.product_gallery_container img {
    border-radius: 20px
}

.pagination li.active a {
    color: #fff;
    border-color: var(--blue);
    background: var(--blue)
}

.first-word,
.pagination a:hover {
    color: var(--blue)
}

.breadcrumb svg {
    color: #00000099;
    height: 10px
}

.main_image_product {
    padding: 0 7.5px 7.5px
}

.gallery-img {
    background: #fff;
    overflow: hidden
}

.gallery-img .img-fluid {
    max-height: 110px;
    min-height: 110px;
    object-fit: contain;
    margin: auto;
    border-radius: unset
}

.product-gallery-main-image.module.module-image {
    background: #fff;
    border-radius: 20px
}

@media(max-width:1000px) {
    .product-gallery-main-image.module.module-image img {
        max-height: 300px;
        min-height: 300px
    }

    .gallery-img .img-fluid {
        max-height: 80px;
        min-height: 80px;
        object-fit: contain;
        margin: auto;
        border-radius: unset
    }
}

#gallery_slider .slick-track {
    display: flex;
    gap: 10px
}

.benefits_container li {
    list-style: none;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: .5rem
}

.benefits_container p {
    margin: 0;
    font-size: 14px
}

.benefits_container h3 {
    font-size: 20px;
    font-family: var(--bold);
    margin-bottom: 1rem
}

.product-title {
    font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)))
}

.product_details_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px
}

.product_page_container button.btn.add-to-cart-btn,
.product_page_container button.btn.add-to-fav-btn.add-to-fav-btn-single {
    border-radius: 7px;
    padding: 0 10px;
    height: 45px;
    font-family: var(--medium);
    justify-content: center;
    display: flex;
    transition: .1s linear;
    width: 100%;
    gap: 5px;
    overflow: hidden
}

.product_page_container button.btn.add-to-cart-btn {
    color: #fff;
    align-items: center;
    background: var(--blue)
}

.product_page_container button.btn.add-to-fav-btn.add-to-fav-btn-single {
    background: #fff;
    align-items: center;
    color: var(--red);
    border-color: var(--red);
    right: auto;
    top: auto;
    margin-top: 15px;
    border: 1px solid var(--red) !important
}

.btn_collapse {
    min-height: 40px;
    padding: 0 2rem;
    font-family: var(--regular);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

.btn_collapse.btn-primary,
.btn_collapse.btn-primary:hover {
    background: unset;
    border: 1px solid #000 !important;
    color: #000
}

.product-button-nav.active {
    border: unset;
    background-color: var(--blue);
    color: #000;
    border: 1px solid var(--blue) !important
}

.nav_dropdown.btn_wrapper_nav {
    display: flex;
    gap: 7.5px;
    margin-bottom: 7.5px;
    flex-wrap: wrap
}

.nav_dropdown.btn_wrapper_nav .btn-fise-tehnice {
    color: #d78714;
    border-color: #d78714 !important
}

span.reducere_badge.cart_page {
    transform: rotate(45deg);
    border-radius: 0;
    padding: 0;
    height: 20px;
    font-size: 12px;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    bottom: unset;
    margin: auto;
    z-index: 1;
    right: -37px;
    left: unset
}

.cart-item-abonament {
    padding: 15px;
    border-radius: 15px;
    background: radial-gradient(circle at 10% 20%, #576c75 0, #253237 100.2%);
    min-height: 150px;
    position: relative;
    overflow: hidden
}

span.title_abonament {
    color: #fff;
    font-family: var(--bold);
    font-size: 20px
}

span.tip_abonament {
    color: #fff;
    font-family: var(--regular);
    font-size: 16px
}

span.subscribe_price_cart {
    color: #fff;
    font-size: 30px;
    font-family: var(--bold)
}

button.remove_abonament_from_cart {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: linear-gradient(277deg, #1ef0ff -308.68%, #9c2be2 98.31%);
    border: unset;
    padding: 0 15px;
    height: 30px;
    color: #fff;
    font-family: var(--regular);
    font-size: 12px;
    border-radius: 15px
}

#cart-message-box,
#fav-message-box {
    background-color: #fff;
    text-align: -webkit-center;
    font-family: var(--regular);
    border: 1px solid var(--blue);
    color: #000;
    max-width: 470px;
    position: fixed;
    bottom: 10px;
    right: 0;
    font-size: 13px
}

#cart-message-box .alert {
    font-size: 13px !important;
    border: 1px solid #555
}

#fav-message-box {
    bottom: 150px
}

.cart-message-box-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 7.5px
}

.cart-message-box-buttons a {
    background: var(--blue);
    color: #fff;
    display: flex;
    height: 25px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 9px;
    font-family: var(--medium);
    font-size: 14px
}

.cart-message-box-buttons a:hover {
    color: #fff;
    background-color: #000
}

.btn-cart-box {
    color: var(--white);
    border: 1px solid var(--primary-color);
    padding: 10px 2rem;
    background-color: var(--primary-color);
    text-transform: uppercase
}

.btn-cart-box:hover {
    color: var(--white);
    background-color: #000;
    border-color: #fff
}

.btn-cart-box-secondary {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent
}

.add_more_prod_container button {
    height: 100%;
    width: 40px;
    background: 0 0;
    border: 2px solid var(--blue);
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    background: var(--blue);
    padding-bottom: 5px
}

.add_more_prod_container input {
    height: 100%;
    background: 0 0;
    border: 0;
    outline: 0;
    color: #000;
    max-width: 40px;
    text-align: center
}

.btn-cart-item-action,
.email-readonly input {
    outline: 0 !important;
    box-shadow: none !important
}

.add_more_prod_container button:focus,
.add_more_prod_container button:hover {
    outline: unset !important;
    background: #1e70ee;
    border: 2px solid #1e70ee
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media(max-width:600px) {
    .nav_dropdown.btn_wrapper_nav button {
        width: 100% !important;
        max-width: 100%;
        min-width: 100%
    }

    .empty_basket_container h2 {
        font-size: 25px !important
    }
}

.empty_basket_container h2 {
    font-size: 35px
}

.cart-header {
    display: grid;
    grid-template: auto/150px calc(50% - 50px) calc(20% - 50px) calc(30% - 50px);
    border-bottom: 1px solid #00000030
}

.cart-header h3 {
    margin: 0;
    font-size: 20px;
    font-family: var(--medium)
}

@media(min-width:1200px) {
    .cart-item {
        display: grid;
        grid-template: 150px/150px calc(50% - 50px) calc(20% - 50px) calc(30% - 50px);
        margin-bottom: 15px;
        margin-top: 15px;
        background: #00000010;
        border-radius: 15px;
        overflow: hidden
    }
}

@media(max-width:1200px) {
    .cart-item {
        display: grid;
        grid-template: 100px/60px 1fr;
        margin-bottom: 15px;
        margin-top: 15px;
        background: #00000010;
        border-radius: 15px;
        overflow: hidden;
        padding: 10px
    }

    .cart-header {
        display: none
    }

    .grid-item.product-price {
        grid-row: 2/3;
        grid-column: 3/4
    }

    .grid-item.product-quantity {
        grid-row: 2/3;
        grid-column: 1/3
    }

    .quantity-input-group {
        margin-top: 10px
    }

    .grid-item.product-name {
        margin-left: 15px;
        grid-column: 2/4
    }
}

.grid-item {
    align-self: center
}

.grid-item.product-name {
    margin-left: 15px
}

.grid-item.product-name a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    transition: .2s linear
}

.product-thumbnail {
    max-width: 150px;
    max-height: 150px;
    overflow: hidden
}

.old_price {
    text-decoration: line-through
}

.cart-prod-price bdi {
    color: var(--red);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column
}

.cart-prod-price del {
    color: #000;
    font-size: 20px
}

.input-product-quantity {
    max-width: 35px;
    min-height: 35px;
    background: 0 0;
    border: unset;
    color: #000;
    text-align: center
}

button.btn-qantity-change {
    min-height: 35px;
    min-width: 35px;
    border: 0;
    border-radius: 5px;
    background: #0099f7;
    color: #fff;
    font-weight: 600;
    padding-bottom: 3px
}

button.btn-qantity-change:active,
button.btn-qantity-change:focus,
button.btn-qantity-change:focus-visible {
    outline: 0
}

.cart-table {
    border-bottom: 1px solid #00000030
}

.remove-btn {
    color: #fff;
    border: unset;
    background-color: #000;
    width: fit-content;
    font-size: 14px
}

.cart-heading {
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #00000030;
    color: #000
}

.cart__container h3 {
    font-size: 18px;
    font-family: var(--bold);
    margin: 0
}

.summar_title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between
}

.cart-title {
    font-family: var(--bold);
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1600 - 300)));
    color: #000;
    letter-spacing: 1.5px
}

.btn_change_form,
.checkout-details-col .summary-items a,
li {
    font-family: var(--light)
}

.cart-backToShop-btn {
    max-width: fit-content;
    margin: auto
}

a.btn.btn-secondary.cart-checkout-btn {
    width: 100%;
    background: linear-gradient(89.01deg, #1e90ff -308.68%, #8a2be2 98.31%);
    transition: .1s linear
}

a.btn.btn-secondary.cart-checkout-btn:hover {
    width: 100%;
    background: linear-gradient(89.01deg, #1e90ff -205.76%, #8a2be2 202.1%)
}

.container_change_form {
    gap: 10px
}

@media(max-width:400px) {
    #cookie_notice .cookie_notice_container button {
        padding: 5px 10px;
        font-size: 14px;
        width: 30%;
        margin: 15px 0 0;
        height: 35px
    }

    .container_price_addtocart,
    .cookie_notice_container {
        flex-direction: column
    }

    .membership_text .btn-secondary {
        width: 100%
    }

    .inner_container_item,
    button.btn.add-to-cart-btn {
        border-radius: 10px !important
    }

    .add-to-fav-btn {
        height: 30px;
        width: 30px
    }

    button.btn.add-to-cart-btn {
        height: 35px !important;
        width: 100%
    }

    .lowered-price {
        font-size: 14px !important
    }

    .price {
        font-size: 12px !important
    }

    .button-wrapper {
        margin-top: 7.5px
    }

    span.best_seller {
        padding: 3px 5px !important;
        font-size: 10px !important;
        letter-spacing: .5px
    }

    .container_change_form {
        margin-bottom: 15px !important;
        flex-direction: column
    }

    .btn_change_form {
        max-width: 100% !important;
        margin: 0
    }
}

.btn_change_form,
.logout-anchor {
    display: flex;
    justify-content: center
}

.btn_change_form {
    border: 1px solid #00000099;
    color: #000;
    background-color: transparent;
    height: 40px;
    padding: 0 15px;
    align-items: center;
    max-width: fit-content;
    transition: .2s linear;
    border-radius: 20px
}

.btn_change_form.active {
    background: #00000099;
    border: unset;
    color: #fff
}

.checkout-page__container .form-group.no-anim.invoice-group input:checked {
    background: var(--black);
    border: 1px solid var(--black)
}

.checkout-page__container .form-group.form-label-on.no-anim.cursor-pointer {
    margin-bottom: 20px;
    flex-direction: row;
    align-items: center
}

.checkout-page__container .form-group.form-label-on.no-anim.cursor-pointer input,
input#checkoutform-delivery_method[name="CheckoutForm[delivery_method]"],
input[name="CheckoutForm[invoice_type]"] {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 2px solid var(--black);
    border-radius: 20px;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 0;
    margin-right: 5px
}

input#checkoutform-delivery_method[name="CheckoutForm[delivery_method]"],
input[name="CheckoutForm[invoice_type]"][type=radio] {
    position: relative;
    left: auto
}

.account-section .video video,
.signup-section .video video {
    width: auto;
    left: -7%;
    position: absolute
}

.checkout-page__container .form-group.form-label-on.no-anim.cursor-pointer label {
    font-family: var(--medium);
    font-size: 16px;
    height: fit-content;
    color: var(--black)
}

.checkout-page__container .create-account .form-group,
.checkout-page__container .form-content .form-group,
.checkout-page__container .other-address .form-group {
    position: relative;
    margin: auto auto 20px;
    display: flex;
    flex-direction: column-reverse
}

.checkout-page__container .other-address .form-group {
    flex-direction: column
}

.checkout-details-col .checkout-gdpr label input:checked,
.checkout-page__container .form-group.form-label-on.no-anim.cursor-pointer input:checked,
.my-account .my-account-structure.informatii-personale form .form-group-title input:checked,
input#checkoutform-delivery_method[name="CheckoutForm[delivery_method]"]:checked,
input[name="CheckoutForm[invoice_type]"]:checked {
    background: var(--black);
    border: 1px solid var(--black)
}

.field-checkoutform-invoice_type {
    max-width: 200px;
    margin-bottom: 0
}

.checkout-page__container .create-account .form-group label,
.checkout-page__container .form-content .form-group label,
.checkout-page__container .other-address .form-group label {
    font-family: var(--font-handwrite);
    margin: auto 0;
    font-size: 18px
}

.checkout-page__container .other-address .form-group label {
    font-size: 16px;
    margin-bottom: 7px
}

.checkout-content-heading {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.cart-item .quantity-input-group,
.checkout-row .checkout-details-col-inner .final-price {
    margin-bottom: 1rem
}

.checkout-details-col .summary-items ul {
    margin: auto;
    list-style: none;
    padding: 10px 0;
    display: flex;
    justify-content: space-between
}

.checkout-details-col .summary-items li:first-of-type {
    min-width: 40px;
    text-align: right;
    margin-right: auto
}

.checkout-details-col .summary-items li:nth-of-type(2) {
    min-width: 100px;
    text-align: right
}

.taxes-box {
    padding-top: 20px;
    padding-bottom: 20px
}

.checkout-details-col .checkout-gdpr label input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 2px solid var(--black);
    border-radius: 20px;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 2px
}

.summary-items a {
    color: #000;
    font-family: var(--regular) !important
}

input[type=radio]+label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 50%
}

input[type=radio]:checked+label:before {
    background: var(--black)
}

.user_connected path {
    stroke: green;
    fill: green
}

.user_connected:hover {
    color: green !important
}

.row-account {
    height: 100vh
}

.login_container {
    background: #00000040;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px;
    max-width: 380px
}

.login_container a,
.login_container h3,
.login_container>* {
    color: #fff !important
}

.login_container a.btn-white.btn {
    color: #000 !important
}

.login_container a,
.login_container button {
    font-family: var(--bold);
    letter-spacing: .5px
}

.login_page label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
    font-family: var(--bold);
    letter-spacing: .8px
}

.alert .close,
.logout-anchor,
.subscribe_now_cta span {
    font-family: var(--regular)
}

.image_container {
    height: 100%;
    width: 100%
}

.login_page .btn-primary {
    background-color: #07acf4;
    color: #fff;
    border: unset
}

.login_page .btn-primary:hover {
    background-color: var(--blue);
    color: #fff;
    border: unset
}

.login_page input {
    overflow: hidden;
    border: unset;
    border-radius: 20px
}

.login_page p {
    color: var(--transparent-white)
}

.myacc_nav_list {
    background: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, .15) 0 2px 8px
}

.myacc_nav_list .list-group-item {
    background-color: transparent;
    padding: 0;
    transition: .2s linear
}

.myacc_nav_list .list-group-item:last-child a {
    border: unset;
    padding-bottom: 0
}

.my-account .list-group-item+.list-group-item,
.my-account .list-group-item:first-child,
.subcategory_list li:last-child {
    border: unset
}

.my-account .list-group-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
    transition: .2s linear;
    text-decoration: none;
    text-transform: none;
    border-bottom: 1px solid #00000030;
    color: #000;
    font-family: var(--medium)
}

.my-account .list-group-item.active {
    background-color: unset;
    display: flex;
    align-items: center
}

.my-account .list-group-item.active a,
.oz-link a:hover {
    color: #28a8e0
}

.list-group-item.active::after {
    font-family: FontAwesome;
    content: '\f105';
    float: right;
    position: relative;
    color: #00000070
}

.link-logout {
    background: #00000099;
    height: 50px;
    border-radius: 0 0 5px 5px
}

.logout-anchor {
    width: 100%;
    height: 100%;
    align-items: center;
    text-decoration: none;
    text-transform: none;
    color: #fff
}

.logout-anchor:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    border-radius: 0 0 5px 5px
}

.detalii_abonament {
    padding: 5px
}

.info_user.name {
    text-transform: capitalize
}

.view_detalii_cont {
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    padding: 15px;
    border-radius: 5px;
    background: #fff
}

.title_details_subscription {
    font-family: var(--bold) !important;
    margin-top: 15px;
    margin-bottom: 0 !important
}

.subscribe_now_cta {
    background: radial-gradient(circle at 10% 20%, #576c75 0, #253237 100.2%);
    margin-top: 15px !important;
    padding: 15px;
    border-radius: 20px;
    gap: 15px
}

.subscribe_now_cta span {
    color: #fff
}

.subscribe_now_cta a {
    white-space: nowrap !important
}

.cpanel_acc {
    gap: 15px;
    padding: 0 15px
}

.detalii_abonamente {
    background: #24c6dc;
    background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
    background: linear-gradient(to right, #514a9d, #24c6dc);
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px
}

.cpanel_cart_item,
.cpanel_cart_item a {
    transition: .2s linear;
    border-radius: 5px;
    display: flex
}

.cpanel_cart_item {
    justify-content: center;
    align-items: center;
    min-height: 50px;
    max-width: calc(50% - 7.5px);
    padding: 0;
    background: #00000099
}

.cpanel_cart_item span,
.cpanel_cart_item:hover span {
    color: #fff;
    font-family: var(--medium)
}

.cpanel_cart_item a {
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-decoration: none;
    width: 100%;
    height: 100%
}

.cpanel_cart_item a:hover {
    cursor: pointer;
    background-color: #000
}

.order_table_my_account td,
.order_table_my_account th {
    color: var(--transparent-white);
    text-align: center
}

.order_table_my_account {
    min-width: 800px
}

.see_details_products {
    height: 40px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: auto
}

.new-order-cancellation {
    background: unset;
    border: 1px solid var(--transparent-white);
    color: var(--transparent-white);
    border-radius: 5px
}

.order_detail_list li span {
    margin-right: 10px;
    color: var(--transparent-white)
}

.order_items {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #00000030
}

.order_items figure {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    margin: 0
}

.products_ordered_container {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.informatii-personale .form-control,
.security_info .form-control {
    color: #fff;
    background: #00000050;
    border: 1px solid var(--primary-color);
    max-width: 500px
}

.alert-danger {
    color: #cb0000;
    background-color: #f0dddd;
    border-color: #f0dddd;
    opacity: 1 !important;
    font-family: var(--font-regular)
}

.fav_prod_item,
.subcategory_list {
    background-color: #fff
}

.myacc_fav_prod_container {
    display: grid;
    grid-template: auto/repeat(3, 1fr);
    gap: 7.5px
}

@media (max-width:700px) {
    .myacc_fav_prod_container {
        display: grid;
        grid-template: auto/repeat(2, 1fr);
        gap: 7.5px
    }
}

.fav_img_container {
    padding-top: 100%;
    overflow: hidden;
    position: relative
}

.fav_prod_item,
.my-account h2 {
    padding: 7.5px;
    border-radius: 5px
}

.fav_img_container img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.fav-prod-buttons {
    position: absolute;
    display: flex;
    width: fit-content;
    justify-content: space-between;
    right: 10px;
    gap: 10px;
    bottom: 10px
}

.fav-prod-buttons .icon-add-to-fav {
    background: #e9ecef;
    padding: 5px;
    border-radius: 5px
}

.fav-prod-buttons .add-to-fav-btn {
    padding: 0 !important;
    position: unset
}

.fav-prod-title {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.1
}

.my-account h2 {
    background: #fff;
    margin-bottom: 7.5px;
    font-family: var(--medium);
    font-size: 20px !important
}

.fickle_beneficii h3,
.row.inner_container_abonamente h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: var(--bold)
}

.category_page_title {
    font-size: calc(25px + (30 - 24) * ((100vw - 300px) / (1600 - 300)))
}

.subcategory_list {
    border-radius: 20px;
    padding: 20px
}

.subcategory_list li a {
    color: #000;
    font-family: var(--bold)
}

.subcategory_list li {
    list-style: none
}

.header_photo_abonamente {
    max-height: 300px;
    overflow: hidden
}

@media(max-width:992px) {
    span.subscribe_price_cart {
        font-size: 20px !important
    }

    span.subscribe_price.old {
        font-size: 18px !important
    }

    .hero_text_container {
        border-radius: 0 0 15px 15px
    }
}

.header_photo_abonamente img {
    height: 100%;
    object-fit: contain
}

.second-word {
    color: var(--yellow)
}

.beneficii_abonamente {
    background: #3a6186;
    background: -webkit-linear-gradient(to right, #89253e, #3a6186);
    background: linear-gradient(to right, #89253e, #3a6186);
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0
}

@media(max-width:576px) {
    button.remove_abonament_from_cart {
        right: 7.5px !important;
        bottom: 7.5px !important
    }

    .subcategory_list {
        padding: 15px;
        margin-left: 7.5px
    }

    .hero_text_container {
        border-radius: 0 !important
    }

    .beneficii_abonamente {
        border-radius: 0;
        padding: 15px 0
    }

    .row_fickle_beneficii {
        display: flex !important;
        flex-direction: column;
        gap: 15px
    }

    .fickle_beneficii {
        max-width: 90vw !important;
        margin: auto
    }

    .row_fickle_beneficii .fickle_beneficii:nth-child(-n+2) {
        border-bottom: 1px solid #ffffff50;
        border-right: unset !important;
        padding: 15px 7.5px
    }
}

.row_fickle_beneficii .fickle_beneficii:nth-child(-n+2) {
    border-right: 1px solid #ffffff50
}

.row_fickle_beneficii {
    display: grid;
    grid-template: auto/repeat(3, 1fr)
}

.fickle_beneficii {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    justify-content: start;
    padding: 5px 7.5px
}

@media(max-width:1250px) {
    .fickle_beneficii h3 {
        font-size: 14px
    }

    .fickle_beneficii p {
        font-size: 12px
    }
}

.fickle_beneficii path {
    stroke: var(--yellow)
}

.row_abonamente .container_grid_products {
    display: flex !important
}

.row_abonamente h2 {
    font-size: 30px
}

span.subscribe_price {
    font-size: 30px;
    font-family: var(--bold)
}

.row.inner_container_abonamente {
    border-radius: 50px;
    overflow: hidden;
    background: radial-gradient(circle at 10% 20%, #576c75 0, #253237 100.2%);
    height: 100%
}

.avantaje_abonament li {
    color: #fff;
    list-style: none;
    display: flex;
    margin-bottom: 15px !important
}

span.reducere_badge {
    font-family: var(--bold);
    padding: 2px 30px;
    border-radius: 15px;
    background: var(--red);
    width: fit-content;
    margin: 10px auto auto;
    position: absolute;
    right: -33px;
    top: 7px;
    transform: rotate(45deg);
    color: #fff
}

span.subscribe_price.old {
    text-decoration: line-through;
    color: red;
    font-size: 23px;
    font-family: var(--semibold)
}

.avantaje_abonament li::before {
    content: "\f006";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 25px;
    color: var(--yellow)
}

@media(min-width:400px) {
    .avantaje_abonament li::before {
        font-size: 25px
    }

    .avantaje_abonament {
        padding-left: 50px
    }
}

@media(max-width:400px) {
    .avantaje_abonament li::before {
        font-size: 15px
    }
}

button.btn.btn-dark.btn_add_abonament {
    background: linear-gradient(89.01deg, #1e90ff -308.68%, #8a2be2 98.31%);
    height: 55px;
    padding: 0 2rem;
    border-radius: 43px;
    font-family: var(--bold);
    margin: auto
}

.bg_header_abonamente {
    background: linear-gradient(277deg, #1ef0ff -308.68%, #9c2be2 98.31%)
}

.card_abonamente {
    padding: 15px
}

.btn_add_abonament.disabled:hover {
    cursor: not-allowed
}

.container_alerts {
    z-index: 999999;
    max-width: 100%;
    max-height: 399px;
    overflow: visible
}

.alert {
    opacity: 1 !important;
    z-index: 99999;
    margin: 0;
    border-radius: 0;
    border: 0;
    padding: .75rem 1.75rem;
    font-family: var(--bold)
}

.alert-success {
    background-color: #d2ebf7;
    color: #268cb9
}

.alert .close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: red
}

.mobile_header_fixed .container_alerts {
    position: fixed;
    top: 50px
}

.module_code_contact {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.module_code_contact iframe {
    height: 100%
}

.contact-section h1 {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 15px
}

.produse .category_item_container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    border: unset;
    border-radius: 20px;
    min-width: unset;
    min-height: unset;
    max-width: 100%;
    width: 100%;
    transition: .1s linear;
    background: #b92b27;
    background: -webkit-linear-gradient(to right, #1565c0, #b92b27);
    background: linear-gradient(to right, #1565c0, #b92b27);
    box-shadow: rgba(17, 17, 26, .1) 0 4px 16px, rgba(17, 17, 26, .05) 0 8px 32px
}

@media(max-width:1050px) {
    .produse .category_item_container {
        gap: 5px;
        padding: 15px
    }
}

@media(min-width:1050px) {
    .produse .category_item_container {
        gap: 15px;
        padding: 20px
    }

    .produse .category_item_container:hover {
        transform: scale(1.05);
        box-shadow: rgba(0, 0, 0, .25) 0 14px 28px, rgba(0, 0, 0, .22) 0 10px 10px
    }
}

@media(max-width:800px) {
    .copyright_section {
        flex-direction: column;
        gap: 7.5px;
        align-items: center;
        text-align: center
    }

    .all_products_categ {
        flex-wrap: wrap;
        gap: 10px !important
    }

    .all_products_categ a {
        width: calc(50% - 10px) !important
    }
}

@media(max-width:450px) {
    .add-to-fav-btn {
        height: 30px;
        width: 30px
    }

    .order_items figure {
        max-width: 70px;
        max-height: 70px;
        min-width: 70px;
        min-height: 70px;
        margin: 0
    }

    .order_items {
        gap: 5px
    }

    .fav-prod-buttons svg {
        width: 20px;
        height: 20px
    }

    .fav-prod-buttons {
        right: 5px;
        gap: 5px;
        bottom: 5px
    }

    span.reducere_badge {
        font-size: 14px !important;
        right: -33px !important;
        padding: 2px 30px
    }

    .produse .category_item_container {
        min-height: 65px !important
    }
}

.produse .category_item_container svg {
    height: 25px;
    max-height: 25px;
    max-width: 25px
}

.all_products_categ {
    display: flex;
    gap: 20px;
    padding: 0 7.5px
}

.all_products_categ a:hover,
.all_products_categ a:hover * {
    color: #fff;
    text-decoration: none
}

.container_signup {
    background-color: #00000040;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.form-control {
    border-radius: 5px
}

.btn-facebook-login {
    background: #415a94
}

.btn-facebook-login:hover {
    background: #314471
}

.btn-google-login {
    background: #cf553d
}

.btn-google-login:hover {
    background: #ae412b
}

.btn-trigger-authcoice {
    position: relative;
    border-radius: 30px
}

.btn-trigger-authcoice i {
    position: absolute;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    width: 38px;
    margin: 0 5px
}

.text-hr-line {
    min-height: 1px;
    position: relative
}

.text-hr-line>span {
    padding: 3px 10px 6px;
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    color: #333;
    font-weight: 600;
    line-height: 1
}

.text-hr-line::before {
    left: 0;
    top: 52%;
    right: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: #e5e5e5
}

.email-readonly input {
    background: 0 0 !important;
    color: #f4d00d !important;
    font-weight: 600 !important;
    text-align: center !important;
    border: 0 !important
}

.delivery-info-box,
.single-product-right-part {
    background: rgba(255, 255, 255, .9);
    padding: 1rem;
    border-radius: 8px
}

.price-int-part {
    font-size: 1.5em;
    font-weight: 600
}

.price-decimals-part {
    font-size: .8em;
    top: -.6em;
    position: relative;
    margin-left: .2em
}

.price-separator-part {
    opacity: .05;
    font-size: 1px
}

.price-lei-part {
    margin-left: 5px;
    font-weight: 600;
    font-size: 1.5em
}

.stoc-si-cantitate-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 1em
}

.stoc-info-box {
    position: relative;
    font-size: 1rem
}

.stoc-info-box .stoc-info-text {
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: .3em .3em .5em;
    border-radius: 5px;
    font-weight: 600;
    text-transform: lowercase;
    background-color: #ce9d5f
}

.stoc-info-box .stoc-info-text.in-stoc {
    background-color: #5fce9f
}

.delivery-info-box svg {
    width: 45px;
    height: 45px;
    background: #1e90ff;
    padding: 11px;
    fill: #fff;
    border-radius: 50px
}

.delivery-info-box {
    display: table;
    max-width: 280px
}

.delivery-info-box-icon {
    display: table-cell;
    width: 50px
}

.delivery-info-box-content {
    max-width: 200px;
    line-height: 1.2
}

.delivery-info-box-title {
    display: block;
    font-weight: 600
}

.delivery-info-box-text {
    display: block;
    font-size: 14px;
    margin-top: .5em
}

.btn-cart-item-action {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px dashed !important;
    background: 0 !important;
    font-size: 1rem;
    color: #000;
    font-weight: 600
}

@media (min-width:991px) {

    .btn-cart-item-action-wrapper,
    .grid-item-cantitate-t {
        text-align: right;
        padding-right: 1rem
    }

    .cart-item .quantity-input-group {
        justify-content: flex-end;
        padding-right: 1rem
    }
}

.p-cart-item-cumparate-frecvent {
    font-size: 14px;
    margin-top: 1rem
}

.grid-item.product-name .p-cart-item-cumparate-frecvent a,
.grid-item.product-name .p-cart-item-cumparate-frecvent a:hover,
.p-cart-item-cumparate-frecvent a,
.p-cart-item-cumparate-frecvent a:hover {
    font-size: 14px;
    color: #763ee7;
    font-weight: 600
}

.cart-sumar-details__total-big {
    font-size: 20px
}

.cart-sumar-details__livrare,
.cart-sumar-details__products {
    font-size: .8em
}

.cele-mai-vandute-box {
    margin-top: 50px
}

.cele-mai-vandute-title {
    color: #000;
    font-family: var(--bold);
    font-size: 18px
}

.product-loop-item-price-box .price-format-html {
    font-size: .62em
}

.product-loop-item-price-box .price-format-html .price-decimals-part,
.theme-krajee-uni .star {
    font-size: 1em
}

.product-loop-item-price-box .lowered-price {
    margin-top: 0
}

.product-loop-item-price-box .lower-price-info p,
.product-loop-item-price-box .standard-price-info p {
    font-size: 12px
}

.product-loop-item-price-box {
    margin-top: .5em
}

.container_price_addtocart .btn.add-to-cart-btn {
    display: block;
    width: 100%
}

.container_price_addtocart .button-wrapper {
    margin-top: 10px
}

.add-to-cart-text {
    font-size: 10px;
    font-family: var(--bold);
    text-transform: uppercase;
    color: #fff;
    margin-left: 8px
}

#modalGeneral {
    padding-top: 80px
}

@media (min-width:576px) {
    #modalGeneral .modal-dialog {
        max-width: 95%
    }
}

.checkout-header .logo img {
    width: auto;
    height: 40px;
    max-height: 40px
}

.checkout-header .container {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px
}

.checkout-header {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.checkout-steps-progress-box-inner {
    display: flex;
    flex-direction: row;
    margin-left: -2px;
    margin-right: -2px
}

.step-progress-part {
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    flex-basis: 33.333%;
    min-height: 40px
}

.step-progress-line {
    position: relative;
    height: 5px;
    width: 100%;
    min-width: 233px;
    background-color: #c5e2ee
}

.step-progress-line.marked:after {
    content: '';
    position: absolute;
    right: -6px;
    bottom: -15px;
    border-left: 10px solid #1565c0;
    border-top: 10px solid transparent;
    transform: rotate(-225deg)
}

.step-progress-text {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    z-index: 5
}

.step-progress-text a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit
}

.step-progress-part-1 .step-progress-text-1 {
    left: 0
}

.step-progress-part-1 .step-progress-text-2 {
    right: -43px
}

.step-progress-part-2 .step-progress-text {
    right: -48px
}

.step-progress-part-3 .step-progress-text {
    right: 0
}

.step-progress-part.reached .step-progress-line {
    background-color: #1565c0
}

.checkout-main-content {
    width: 800px;
    max-width: calc(100% - 30px);
    margin: auto
}

.checkout-content-step-part {
    position: relative;
    padding: 2rem;
    margin-bottom: 2rem;
    background: #fff
}

.checkout-content-step-part-header {
    display: flex;
    position: relative;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px
}

.step-part-number {
    font-size: 23px;
    font-family: var(--bold);
    width: 40px;
    height: 40px;
    background-color: #ef4137;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px
}

.step-part-number span {
    display: inline-block;
    line-height: 1
}

.checkout2-person-type label {
    position: relative;
    margin: 0;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #1565c0
}

.checkout2-person-type label.active {
    background-color: #1565c0;
    color: #fff
}

.checkout2-person-type label.active:after {
    content: '';
    border-left: 10px solid #1565c0;
    border-top: 10px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(-45deg)
}

.checkout2-person-type .field-checkoutform-invoice_type {
    width: 100%;
    max-width: 100%
}

.checkout-main-content .form-control {
    height: auto;
    font-size: 14px;
    box-shadow: none !important
}

.checkout-main-content .help-block {
    background-color: #cb0000;
    color: #fff;
    font-size: 11px;
    font-family: var(--bold);
    padding: 0 5px;
    border-radius: 3px;
    position: absolute;
    bottom: -2px;
    left: 1rem
}

.checkout-main-content .has-error .help-block:after {
    content: '';
    border-left: 10px solid #cb0000;
    border-top: 10px solid transparent;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(-225deg)
}

.checkout-main-content .payment-methods-box label.control-label {
    font-size: 12px;
    font-weight: 600;
    color: #777;
    margin-bottom: 4px
}

.checkout-main-content .payment-methods-box input[type=radio] {
    display: initial
}

.btn.btn-trimite-comanda-big {
    font-size: 16px;
    padding: 1.5em 3.5em;
    height: auto;
    background: #ef4137;
    font-family: var(--bold);
    text-transform: uppercase;
    border-radius: 8px;
    letter-spacing: .04em
}

.row-sumar-comanda-info h4 {
    margin-bottom: 1em
}

.row-sumar-comanda-info ul {
    margin-bottom: 30px
}

.row-sumar-comanda-info ul li {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 13px
}

.show_all_categories .category-item img {
    border-radius: 5px;
    width: 100%;
    max-height: 100px;
    object-fit: contain
}

.rating-sm {
    font-size: 20px;
    padding-bottom: 4px;
    pointer-events: none
}

.reviews-box {
    background: rgba(255, 255, 255, .9);
    padding: 1rem;
    border-radius: 8px;
    max-width: 280px
}

.product-rating-bottom-info p {
    font-weight: 600;
    color: #000
}

.product-rating-top-info {
    display: flex;
    align-items: center;
    cursor: pointer
}

.reviews-box .rating-score {
    margin-left: 7px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 2px dotted
}

.col-sugg-cart-item:last-child .sugg-cart-item,
.product-review:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.review-author-image {
    background: #cbcbcb;
    height: 54px;
    width: 54px;
    border-radius: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.review-author-initials {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px
}

.review-author-name {
    font-family: var(--bold);
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.review-date {
    font-family: var(--regular);
    color: #6f6f6f;
    margin-bottom: 10px;
    font-size: 13px
}

.product-review {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.review-author-col {
    padding-right: 30px
}

.review-name {
    font-size: 24px
}

#form-add-review label {
    font-family: var(--bold);
    font-size: 14px
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0;
    text-shadow: none;
    color: #f9bf3b
}

.rating-container .empty-stars {
    color: #ccc
}

.ar-label {
    display: block;
    position: relative;
    transition: .5s
}

.ar-label.has-error {
    padding-top: 20px
}

.ar-label .ar-label-error {
    position: absolute;
    color: #fff;
    font-family: var(--bold);
    font-size: 10px;
    background-color: #cb0000;
    top: -5px;
    left: 0;
    border-radius: 3px;
    padding: 2px 7px
}

.ar-label .ar-label-error:after {
    position: absolute;
    border-left: 8px solid #cb0000;
    border-top: 8px solid transparent;
    transform: rotate(-45deg);
    bottom: -3px;
    left: 9px;
    content: ''
}

#oferta-zilei {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 340px;
    max-width: 100%;
    z-index: 6000;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 1px solid red;
    border-radius: 5px
}

.cookie-notice-active #oferta-zilei {
    bottom: 120px
}

@media (max-width:576px) {
    .cookie-notice-active #oferta-zilei {
        bottom: 150px
    }

    #oferta-zilei {
        left: 10px;
        right: 10px;
        width: calc(100% - 20px)
    }
}

#oferta-zilei.showing {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.oferta-z-inner {
    display: flex;
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.oferta-z-image-part {
    padding-right: 20px
}

.oferta-z-image-part img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    transition: 1.5s;
    opacity: 0;
    transform: translateY(20px)
}

#oferta-zilei.showing .oferta-z-image-part img {
    opacity: 1;
    transform: translateY(0)
}

.oz-title {
    font-size: 20px;
    font-family: var(--bold);
    line-height: 1.1;
    margin-bottom: 10px;
    transition: .35s;
    opacity: 0;
    transform: translateX(50px)
}

#oferta-zilei.showing .oz-description,
#oferta-zilei.showing .oz-title {
    opacity: 1;
    transform: translateX(0)
}

.oz-description {
    font-size: 13px;
    font-family: var(--regular);
    transition: 1s;
    transform: translateX(60px)
}

.oz-close {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-appearance: unset;
    border: 0;
    outline: 0;
    background: 0 0
}

.oz-link {
    margin-top: 1em
}

.oz-link a {
    font-family: var(--bold);
    font-size: 13px;
    color: #0099f7;
    transform: .2s
}

.products-list-receiver .row.products-grid {
    margin-left: 0;
    margin-right: 0
}

.category_page_title,
.container.container-categories {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:991px) {

    .row,
    .row-related-product {
        margin-left: 0;
        margin-right: 0
    }

    .container_price_addtocart {
        align-items: flex-start
    }
}

@media (min-width:992px) {
    #modalGeneral .modal-lg {
        max-width: 1450px
    }

    .row-add-to-cart-suggestions .col-lg-25 {
        flex-basis: 20%;
        max-width: 20%
    }
}

.sugg-cart-item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.sugg-cart-item-image {
    width: 80px;
    height: 50px;
    border: 1px solid #ddd
}

.sugg-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.sugg-cart-item-price .price-format-html {
    font-size: 11px
}

.sugg-cart-item-title {
    font-family: var(--bold);
    font-size: 13px
}

.row-sugg-cart-items-title {
    justify-content: space-between;
    align-items: center
}

.fickle-contact-item {
    margin-bottom: .5em
}

.fickle-contact-item .fickle-title a {
    font-size: 20px;
    font-family: var(--bold);
    color: #1565c0
}

.fickle-contact-item .svg-inline--fa {
    height: 1.5em
}

.fickle-contact-item .fickle-icon a {
    line-height: 1;
    display: block
}

.detalii-comanda-total-calc-part-loading {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center
}

.status-plata-error p {
    color: #f11712;
    font-family: var(--bold)
}

.status-plata-success p {
    color: #05bf4e;
    font-family: var(--bold)
}

.ul-sumar-comanda-item {
    margin-bottom: 30px;
    list-style: none
}

.ul-sumar-comanda-item .li-usci-title,
.ul-sumar-comanda-item .li-usci-title a {
    font-family: var(--bold) !important;
    color: var(--blue)
}


/* Subcategorii */
.container-categories {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.subcategory_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.col-subcategory {
    flex: 0 0 calc(25% - 22px);
    min-width: 280px;
}

.container_price_addtocart{
    display:flex !important;
    flex-direction:column;
}

.btn-load-subcategory {
    display: block;
    width: 100%;
    padding: 40px 30px;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 320px;
    text-align: center;
}

.btn-load-subcategory:hover {
    border-color: #007bff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #007bff;
}

.category-small-image {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
}

.category-small-image svg {
    width: 200px;
    height: 200px;
}

/* Responsive - UNA LANGA ALTA */
@media (max-width: 768px) {
    .subcategory_list {
        gap: 20px;
        justify-content: space-between;
    }

    .col-subcategory {
        flex: 0 0 calc(50% - 10px);
        min-width: auto;
        max-width: calc(50% - 10px);
    }

    .btn-load-subcategory {
        padding: 30px 20px;
        min-height: 280px;
    }

    .category-small-image {
        width: 120px;
        height: 120px;
        margin-bottom: 30px;
        margin-left: 12px;
    }

    .category-small-image svg {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {
    .subcategory_list {
        gap: 10px;
        justify-content: space-between;
    }

    .col-subcategory {
        flex: 0 0 calc(50% - 5px);
        min-width: auto;
        max-width: calc(50% - 5px);
    }

    .btn-load-subcategory {
        min-height: 200px;
        font-size: 14px;
        text-align: center;
    }

    .category-small-image {
        width: 12-px;
        height: 100px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .category-small-image svg {
        width: 120px;
        height: 120px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}