:root {

    /* --green-color: #81ba33; */
    --green-color: #4caf50;

    --orange-color: #f87d24;
    /* --orange2-color: var(--orange2-color); */
    /* --orange2-color: #ffa200; */
    --orange2-color: #FF7E00;


    --white-color: #FFF;
    --grey-color: #f3f3f3;
    --grey2-color: #c7c7c7;
    --grey3-color: #f8f9fa;
    --black-color: #000;

    --shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}



@font-face {
    font-family: "Gill Sans";
    font-weight: 400;
    src: url('../font/GillSansC.woff2');
}

/* @font-face {
    font-family: "Gill Sans";
    font-weight: 600;
    src: url('../font/GillSansBoldC.woff2');
} */
@font-face {
    font-family: "Gill Sans";
    font-weight: 700;
    src: url('../font/GillSansExtraBoldC.woff2');
}


@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url('../font/Montserrat-Thin.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    src: url('../font/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url('../font/Montserrat-Light.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url('../font/Montserrat-Medium.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url('../font/Montserrat-Bold.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url('../font/Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url('../font/Montserrat-Black.ttf');
}



@media (min-width: 1344px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1344px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1460px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1560px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1660px;
    }
}

.alert {
    opacity: 1 !important;
}

.module-image-w-auto.module.module-image img {
    width: auto;
}

html {
    font-size: 15px;
}

body {
    font-family: "Gill Sans", sans-serif;
    font-size: 20px;
    color: #6A6A6A;
    /* background-color: #f8f9fa !important; */
}

body,
.content-wrapper {
    overflow-x: hidden;
}

.font-b {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

a,
.accent,
a:hover {
    color: var(--green-color);
}

b,
strong {
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

main {
    perspective: 250px;
    transition: 0.5s;
    background-color: rgba(243, 244, 249, 0.2);

    /* background-color: #f8f9fa; */
}

.page-content-inner {
    position: relative;
    transition: 0.5s;
    /* background: linear-gradient(to bottom, #7FB917 0%, #7FB917 0%, #ffffff 1%); */

}

.magazin .page-content-inner,
.contact .page-content-inner,
.orange-valley .page-content-inner,
.frootya .page-content-inner,
.page-id- .page-content-inner,
.page-id-checkout .page-content-inner {
    /* background-color: rgba(76, 175, 80, 0.1); */
    background-color: rgba(243, 244, 249, 1);
}

.persp1 main {
    perspective: 250px;
}

.persp1 .page-content-inner {
    transform: rotateX(0.1deg) rotateY(-0.01deg) rotateZ(0.2deg) scale(0.98);
}

.persp2 main {
    perspective: 200px;
}

.persp2 .page-content-inner {
    transform: rotateX(0.1deg) rotateY(0.005deg) rotateZ(-0.1deg) scale(0.97);
}

.persp3 main {
    perspective: 225px;
}

.persp3 .page-content-inner {
    transform: rotateX(-0.1deg) rotateY(0.01deg) rotateZ(0.05deg) scale(0.975);
}

.site-branch-orabgevalley a,
.site-branch-orabgevalley a:hover,
.site-branch-aronia .accent {
    color: var(--orange2-color);
}

.site-branch-aronia a,
.site-branch-aronia a:hover,
.site-branch-aronia .accent {
    color: #534487;
}

.top-bar-text-slider .slick-track,
.top-bar-promo-text-slider .slick-track {
    transition-timing-function: linear !important;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: #7FB917;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12.5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: 0.5s;
  opacity: 0;
  z-index: 5000;
  font-family: 'Montserrat';
  font-weight: 600;
}


.site-branch-aronia .top-bar {
    background-color: #534487;
}

.top-bar-init .top-bar {
    opacity: 1 !important;
}

.top-bar-promo-init .top-bar-promo {
    opacity: 1 !important;
}

.top-bar-promo {
    /* height: 30px; */
    /* background: #ae1010; */
    position: fixed;
    top: 33.75px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem 0;
    background: #fc7d06;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12.5px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: 0.5s;
    font-family: 'Montserrat';
    font-weight: 600;
    opacity: 0;
    cursor: pointer;
    z-index: 5000;
}

header {
  position: relative;
    padding-top: 67.5px;
    font-family: 'Montserrat';
    z-index: 99;
    /* background-color: #f8f8f8; */
    /* background-color: rgba(243, 244, 249, 1); */

}

.header-top-part {
    padding: 1rem 0;
    /* background-color: rgba(243, 244, 249, 1); */
    /* background-color: #f8f8f8; */
}

.header-top-part .container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 2rem;
}

.form-control {
    height: calc(1.5em + 0.75rem + 11px);
    /* border-radius: 20px; */
    font-size: 15px;
    box-shadow: none !important;
    border-color: #76a83c;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
       border-color: var(--orange2-color);

}

.steluta {
    color: red;
    font-size: 25px;
}

.header-logo {
    max-width: 100px;
    cursor: url('/img/ess-cur.png'), pointer;
    transition: 0.2s;
}

.header-logo-part a:hover img {
    opacity: 0.1;
    transform: scale(1.1);
}

.header-search-part {

}

.header-search {
    position: relative;
}

.search-input {
  padding-right: 40px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  height: auto;
  border-radius: 999rem;
  border: none;
  background: #0000000d;
}

.search-input:hover,
.search-input:active,
.search-input:focus {
    /* border-color: var(--orange2-color); */
    border-color: var(--green-color);

}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}



.modal-custom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                      url('/uploads/images/26271.webp');

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 1);
}


.modal-dialog {
    max-width: 40%;
    width: auto;
}



 .modal-body {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 5px;
    border-bottom: 0;
}


.search-input::-webkit-input-placeholder,
.search-input::-moz-placeholder,
.search-input::placeholder {
    color: var(--orange2-color);
}

.site-branch-aronia .search-input {
    border-color: #534487;
}

.site-branch-aronia #search-input-icon svg path {
    stroke: #534487;
}

.site-branch-aronia .search-input::-webkit-input-placeholder,
.site-branch-aronia .search-input::-moz-placeholder,
.site-branch-aronia .search-input::placeholder {
    color: #534487;
}

#search-input-icon {
  display: flex;
  align-items: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.header-icons-part ul {
    list-style: none;
}

.header-icons-part .nav-link {
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.hmi-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    vertical-align: middle;
}

.hmi-icon:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cart_count_r {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #c4f8c6;
    color: var(--green-color);
    font-weight: 600;
    /* font-family: "Inter", sans-serif; */
    /* font-family: "Arial", sans-serif; */
    min-width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    /* padding-top: 3px; */
    top: -12px;
    right: -9px;
}

.contul-meu-icon .hmi-icon:before {
    content: '';
    background-image: url('/img/icon-user.svg')
}

.cos-icon .hmi-icon:before {
    content: '';
    background-image: url('/img/icon-basket.svg')
}

.cos-icon .hmi-icon:before {
    content: '';
    background-image: url('/img/icon-basket.svg')
}

.search-icon .hmi-icon:before {
    content: '';
    background-image: url('/img/icon-search.svg')
}

.hmi-title {
    /* font-size: 15px; */
    text-transform: uppercase;
    /* margin-left: 7px; */
    color: #434345;
    /* margin-top: 2px; */
    font-family: "Montserrat", sans-serif;
    /* font-weight: 600; */
}

#menu-fixed .hmi-title {
    margin-left: 0;
}


.header-bottom-part {
  display: flex;
  justify-content: center;
  flex-grow: 1;
    /* border-bottom: 2px solid var(--green-color); */
}
.header-bottom-part .navbar-expand .navbar-nav {
  padding: 0.3rem;
  border-radius: 999rem;
  background: #e1fce2;
}

#main-navbar {
    padding: 0;
}

#main-navbar .container {
    padding-left: 15px;
    padding-right: 15px;
}

#main-navbar .main-nav-item a,
.mf-items .nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.6rem 1rem;;
    text-align: center;
    font-weight: 600;
    border-bottom: 0;
    color: var(--green-color);
    font-family: "Montserat", sans-serif;
}

#main-navbar .main-nav-item a:hover {
    /* border-color: #7FB917;
    opacity: 0.4; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#main-navbar .main-nav-item.active a {
    color: #e1fce2;
    background-color: var(--green-color);
    border-color: var(--green-color);
    border-radius: 999rem;
}

.fickle-home-header {
    position: relative;
    /* background-color: rgba(0, 0, 0, 1); */
}

/* .fickle-home-header .fickle-image:after {
    content: "";
    position: absolute;
    right: -3vw;
    bottom: -3vw;
    background: url('/img/frunza.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12vw;
    height: 7vw;
    max-width: 150px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
    animation: frunza 6s infinite cubic-bezier(.42, 0, .41, .74);
} */

/* @keyframes frunza {
    15% {
        transform: rotate(-25deg);
    }

    30% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }
} */

.fickle-home-header .fickle-additional-html-code .btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.fickle-home-header .fickle-image:before {
    content: "";
    position: absolute;
    /* inset: 0; */
    /* background: #0009; */
}


/* .fickle-home-header .fickle-image img {
    height: 51vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-color: steelblue;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: white
} */

.img-fluid {
    max-width: 100%;
}

.fickle-home-header .fickle-content-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 6vw;
    z-index: 2;

}

.fickle-home-header .fickle-header * {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.fickle-home-header .fickle-header .fickle-title .fickle-title {
    font-size: calc(20px + (16 - 13) * ((100vw - 300px)/ (428 - 300)));
}

.fickle-home-header .fickle-header .fickle-subtitle .fickle-title {
    font-size: calc(90px + (16 - 13) * ((100vw - 300px)/ (428 - 300)));
}

.fickle-home-header .fickle-header .fickle-title {
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Arial', sans-serif;
    position: relative;
    line-height: 1;
    margin: 0;
    color: #fff;
}

.fickle-home-header .fickle-content .fickle-text-content {
    font-size: calc(14px + (16 - 13) * ((100vw - 300px)/ (428 - 300)));
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 12px;
    color: #fff;
}

.fickle-home-header .fickle-header .fickle-item.fickle-title,
.fickle-home-header .fickle-header .fickle-item.fickle-subtitle {
    transition: 3s ease-out;
}

.fickle-home-header:not(.fh-loaded) .fickle-header .fickle-item.fickle-title {
    transform: translateX(40vw);
}

.fickle-home-header:not(.fh-loaded) .fickle-header .fickle-item.fickle-subtitle {
    transform: translateX(20vw);
}



.img_clone_shadow {
    position: absolute;
    filter: blur(90px);
    z-index: -1;
    opacity: 0.7;
}

.btn {
    min-width: 180px;
    padding: 11px 30px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    /* box-shadow: 0 6px 10px -3px var(--green-color); */
    border: solid 2px var(--green-color);
    background-color: var(--green-color);
    color: #FFF;
    transition: background-position 0.5s ease, transform 0.2s ease, box-shadow 0.4s ease;
}


/* #F6F7FA */

.btn:hover, .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:focus,
.btn-primary.focus {
    background-color: var(--orange2-color);
    color: #FFF;
    border: solid 2px var(--orange2-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 12px -2px var(--orange2-color);
}

footer .btn_subscribe_newsletter {
    box-shadow: none;
}

footer .btn_subscribe_newsletter:hover {
    box-shadow: none;
    transform: none;
}

.btn-primary {
    /* transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.2s ease; */
}



.btn-success {
    color: #fff;
}

.btn-success:hover {
    color: #fff;
}

.fickle-home-header .btn {
    border-color: transparent;
}

.fickle-home-header .btn:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.row-orange-aronia {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.row-orange-aronia > div {
    flex: 1 1 calc(33.33% - 10px);
    /* min-width: 250px; */
}

.row-orange-aronia > div:last-child {
    margin-right: 0;
}


.row-orange-aronia .col-orange {
    /* box-shadow: 0 0px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 4px -20px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0px 15px -3px rgba(50, 50, 50, 0.5), 0 4px 4px -20px rgba(50, 50, 50, 0.4); */
    /* box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);

    /* border-right: 1px solid #AAAAAA; */
    /* border-right: 1px solid rgba(0,0,0,0.1); */
    /* border: 1px solid white; */
    /* border: 1px solid var(--orange2-color); */
    background-color: #FFF;

    border-radius: 5px;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    padding: 30px;
    height: 100%;
}
.row-orange-aronia .col-lg-4 {
  transition: box-shadow 0.2s ease-in-out;
}
.row-orange-aronia .col-lg-4:hover {
  box-shadow: 0 0 0 2px var(--orange2-color);
}

.row-orange-aronia .col-orange:hover {
    height: 100%;
    /* box-shadow: 0 0px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 4px -20px rgba(0, 0, 0, 0.1); */
    /* border: 1px solid #7FB917; */

    border-radius: 5px;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    padding: 30px;

}

.row-orange-aronia .col-aronia {
    /* border-left: 1px solid #AAAAAA; */
    /* border-left: 1px solid rgba(0,0,0,0.1); */
    /* border: 1px solid white; */
    /* border: 1px solid var(--orange2-color); */
    background-color: #FFF;


    /* box-shadow: 0 0px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 4px -20px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0px 15px -3px rgba(50, 50, 50, 0.5), 0 4px 4px -20px rgba(50, 50, 50, 0.4); */
    /* box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);





    border-radius: 5px;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    padding: 30px;

    height: 100%;
}

.row-orange-aronia .col-aronia:hover {
    height: 100%;
    /* box-shadow: 0 0px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 4px -20px rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    padding: 30px;
    /* border: 1px solid #7FB917; */

}

.row-orange-aronia .module-image {
    text-align: center;
}

.row-orange-aronia .module.module-image img {
    width: auto;
    height: 90px;
    max-width: 200px;
    object-fit: contain;
}

.row-orange-aronia .module-image a img {
    transition: 0.3s ease-out;
}

/*
.row-orange-aronia .module-image a:hover img {
    transform: scale(0.85);
    opacity: 0.1;
} */

/* .row-orange-aronia .col-orange .module-image a {
    cursor: url('/img/orange-cur.png'), pointer;
}
.row-orange-aronia .col-aronia .module-image a {
    cursor: url('/img/aronia-cur.png'), pointer;
} */
.row-orange-aronia .col-aronia .module-image img {}

.section-title h2 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    /* color: var(--orange2-color); */
    /* color: #7FB917; */
    color: #222;

}

.section-title h4 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    /* color:var(--orange2-color); */
    color: #7FB917;
}

.module-cf {

    /* box-shadow: 0 0px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 4px -20px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
    /* padding: 20px; */
    padding: clamp(21px, calc(21px + (60 - 21) * ((100vw - 320px) / (1920 - 320))), 60px);

    border-radius: 10px;
    background-color: #f8f8f8;
}

.non_padding {
    padding: 0;
}

/*
.section-title h2:after {
    content: '';
    height: 1px;
    background: #7FB917;
    position:absolute;
    bottom: -1rem;
    left: -8%;
    width: 115%;
    transition: 1.5s;
} */
.persp1 .section-title h2:after {
    left: -2%;
}

.persp2 .section-title h2:after {
    left: 8%;
    width: 30%;
}

.persp2 .section-title h2:after {
    left: 3%;
    width: 65%;
}

.products-slick-slider {
    /* border: 1px solid #d3d3d3; */
    /* border-right: 0; */
    /* background: #fff; */
}

.products-slick-slider.changing {
    /* border-right: 1px solid #d3d3d3; */
}

.product-slide-title {
    font-size: 20px;
    line-height: 1.2;
    /* max-width: 250px; */
    min-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.product-slide-title a {
    color: #000;
    font-family: "Monserrat", sans-serif;
    font-weight: 600;
}

.product-slide-title a:hover {
    text-decoration: none;
}

.product-slide-content {
    background-color: #fff;
    /* border-right: 1px solid #d3d3d3; */
    border: 1px solid #ececec;
    /* border: 1px solid var(--orange2-color); */
    /* border: 1px solid #76a83c; */

    border-radius: 5px;
    padding: 30px;
    width: calc(100% - 10px);
    margin-left: 3px;
}

.product-slide-image img {
    height: 275px;
    width: auto;
    object-fit: contain;
    object-position: center;
    margin-left: auto;
    margin-right: auto;
}


.btn.add-to-cart,
.btn.add-to-cart-frootya {
    border-radius: 0;
    min-width: unset;
    padding: 8px 20px;
}

.color-aronia {
    color: #534487;
}

.btn.btn-aronia {
    background-color: #534487;
    border-color: #534487;
    color: #fff;
}

.btn.btn-aronia:hover {
    background-color: #7160ad;
    border-color: #7160ad;
}

.btn.btn-orange {
    background-color: var(--green-color);
    border-color: var(--green-color);

    color: #fff;
    border-radius: 5px;
    padding: 6px 15px;
}

.btn.btn-orange:hover {
    background-color: var(--orange2-color);
    border-color: var(--orange2-color);
}

.color-orange {
    color: var(--orange2-color);
    /* color: #76a83c; */
}

.product-item-content:hover .product-item-image img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

/* .product-item-content:hover .btn.add-to-cart-frootya {
    background-color: var(--orange2-color);
    transition: background-color 0.3s ease-in-out;
} */



.product-slide-price {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.product-slide-price:after {
    content: '';
    border-bottom: 1px solid #6A6A6A;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
}

.lei {
    font-size: 22px;
    letter-spacing: 0.4px;
    font-weight: 700;
    /* text-transform: lowercase; */
}

.space_bet_elem {
    width: 100%;
    align-items: center;
    gap: 20px;
}

.space_bet_elem2 {
    width: 100%;
    align-items: center;
    gap: 0px;
}

.opa {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.newbgpn {

}

.text_clar {
  color: #000;
  max-height: 32vh;
  overflow-y: scroll;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* width */
.text_clar::-webkit-scrollbar {
  width: 10px;
  max-height: 15vh;
}

/* Track */
.text_clar::-webkit-scrollbar-track {
    background: #888;
}

/* Handle */
.text_clar::-webkit-scrollbar-thumb {
    background: #7FB917;
}

/* Handle on hover */
.text_clar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots li button::before {
    background: #CACACA;
    border-radius: 50px;
    content: "";
    opacity: 1;
    width: 12px;
    height: 12px;
}

.slick-dots li.slick-active button::before {
    background-color: var(--green-color);
}

.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.slick-dots {
    bottom: -50px;
}

.shadow-section {
    position: relative;
}

.shadow-section:before {
    background-image: url('/img/hometop1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    /* content: ''; */
    filter: blur(50px);
    opacity: 0.3;
}

.row-beneficii {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
}
/*
.row-beneficii:after {
    content: '';
    background-image: url('/img/boaba-catina.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 19px;
    right: 0px;
    width: 150px;
    height: 150px;
    max-width: 15%;
} */

.rad-md {
  border-radius: 1rem;
  overflow: hidden;
}

.module-image {
    height: 100%;
}

.img_beneficii > * {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.text_center {
    text-align: center;
}

footer {
    position: relative;
    background: #000;
    color: #ddd;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
    overflow: hidden;
}

body footer a,
.site-branch-aronia footer a,
.site-branch-orangevalley footer a {
    color: #ddd;
}

.site-branch-aronia footer {
    background-color: #534487;
}

.site-branch-orangevalley footer {
    background-color: #294B10;
}

.footer-logo img {
    max-width: 136px;
}

.footer-menu-parts {
    display: flex;
    justify-content: space-between;
}

.footer-menu-part .fickle-additional-html-code ul {
    padding: 0;
    list-style: none;
}

.footer-menu-part .fickle-additional-html-code ul li a {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 12px;
}

.footer-menu-part .fickle-title {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
}

footer .btn_subscribe_newsletter {
    position: relative;
    /* border-radius: 0; */
    background: black;
    color: #fff;
    border-color: #fff;
    font-weight: 600;
    padding-right: 50px;
    padding-left: 50px;
    letter-spacing: 0.4px;
    margin-left: -7%;
    width: 170px;
}

footer .btn_subscribe_newsletter:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath d='M17.218,2.268L2.477,8.388C2.13,8.535,2.164,9.05,2.542,9.134L9.33,10.67l1.535,6.787c0.083,0.377,0.602,0.415,0.745,0.065l6.123-14.74C17.866,2.46,17.539,2.134,17.218,2.268 M3.92,8.641l11.772-4.89L9.535,9.909L3.92,8.641z M11.358,16.078l-1.268-5.613l6.157-6.157L11.358,16.078z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    transform: translateX(-15px);
    opacity: 0;
    transition: 0.32s ease-out;
}

footer .btn_subscribe_newsletter:hover {
    color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

footer .btn_subscribe_newsletter:hover:after {
    transform: translateX(-0px);
    opacity: 1;
}

footer .module-subscribe {
    display: flex;
}

footer .aboneaza-te-text * {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

footer:after {
    display: block;
    position: absolute;
    content: '';
    background-image: url('/img/ciorchine.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -45%;
    right: 0;
    width: 28%;
    height: 100%;
    transform: rotate(-78deg);
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.btn_nou {
    text-align: center;
}

.row-pachet-afiliere-hp {
    position: relative;
    justify-content: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    /* margin-top: 100px; */
    /* max-width: calc(1344px - 5%); */
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    transition: 1s;
    background-color: rgba(18, 14, 10, 0.7);
}
.text-color {
    color: var(--orange2-color) !important;
    font-weight: 600;
}

.text-news {
    color: #7FB917!important;
    font-weight: 600;
    text-shadow: none !important;
}
.text-disc {
    color: var(--orange2-color) !important;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 25px;
}


.row-pachet-afiliere-hp:before {
    /* background: rgba(67, 66, 66, 1); */
    /* background: rgba(67, 66, 66, 0.9); */
    /* background-color: #0e0d0d;
    opacity: 0.8; */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

div div#oferta {
    background: rgba(67, 66, 66, 0.1);
    /* width: 103%; */
    /* left: -1%; */
}

.persp1 .row-pachet-afiliere-hp {
    transform: translateY(-25px);
}

.persp2 .row-pachet-afiliere-hp {
    transform: translateY(-50px);
}

.persp3 .row-pachet-afiliere-hp {
    transform: translateY(25px);
}

.row-pachet-afiliere-hp:after {
    content: '';
    background-image: url('/img/craca.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10%;
    left: 0.5%;
    width: 15%;
    height: 25%;
}

.row-pachet-afiliere-hp .col-lg-12 {
    padding-left: 50px;
    padding-right: 50px;
}

.container .c-form .container {
    padding-left: 0;
    padding-right: 0;
}

.mg-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.frunza_contact {
    content: "";
    position: absolute;
    right: 6vw;
    bottom: 0vw;
    background: url(/img/frunza.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12vw;
    height: 7vw;
    max-width: 150px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
    animation: frunza 6s infinite cubic-bezier(.42, 0, .41, .74);
}

.contact-form-section {
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.stilizare>h1 {
    color: var(--orange2-color);
}

/* .contact-form-section > .col-lg-12 {
    background: rgba(38, 19, 0, 0.72);
    color: #fff;
    max-width: 80%;
} */
/* .contact-form-section> .col-lg-4 {
    background: rgba(38, 19, 0, 0.72);
    color: #fff;
    max-width: 32%;
}
.contact-form-section> .col-lg-6 {
    background: rgba(38, 19, 0, 0.72);
    color: #fff;
} */
.contact-form-section .module-cf {
    max-width: 650px;
    margin-right: auto;
    font-size: 15px;
    box-shadow: var(--shadow);
}

.contact-form-section .section-title {
    /* margin-top: 50px;
    padding-top: 30px; */
    margin-left: 20px;
    margin-right: 20px;
}

.contact-form-section .form-control,
.contact-form-section .form-control:focus {
    /* background: transparent; */

}

.contact-form-section .btn-section {
    /* padding-top: 50px;
    padding-bottom: 50px; */
    text-align: center;
}

.contact-form-section .btn-section .btn,
.contact-form-section .btn-section .btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--green-color);
    border-color: var(--green-color);
    color: #fff;
    box-shadow: none !important;
}

.contact-form-section .btn-section .btn:hover {
    background-color: var(--orange2-color);
    border-color: var(--orange2-color);
}

.content_col .additional_info ul {
    padding: 0;
    list-style: none;
}

.content_col .additional_info ul li {
    margin-bottom: 0.5rem;
}

/* pt ca asa a fost in v1, cu text pe i */
.content_col .additional_info ul li i {
    /* font-family: 'Gill Sans', sans-serif; */
    font-family: 'Arial', sans-serif;
}

.content_col .additional_info ul li i:before {
    margin-right: 10px;
    font: normal normal normal 24px/1 FontAwesome;
}


.col-psf-filtre.psf-col-content {
    /* transition: transform 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; */
    /* transition: transform 0.1s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; */
    transition-timing-function: ease;
}
.psf-filtre label {
    font-weight: 600 !important;
}

.psf-checkbox-input {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
}

.psf-checkbox-icon {
    display: block;
    position: relative;
    height: 23px;
    width: 23px;
    margin-right: 10px;
    cursor: pointer;
}

.psf-checkbox-icon-square {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.psf-checkbox-icon i {
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 1;
    opacity: 0;
    transition: 0.2s;
}

.psf-checkbox-checked .psf-checkbox-icon i {
    opacity: 1;
}

.psf-checkbox-icon:hover i {
    opacity: 0.2;
}

.psf-checkbox-checked .psf-checkbox-icon:hover i {
    opacity: 0.8;
}

.psf-checkbox-title {
    cursor: pointer;
    transition: 0.2s;
    font-size: 16px;
}

.psf-checkbox-title:hover {
    opacity: 0.7;
}

.psf-sub-checkboxes {
    padding-left: 30px;
}

.psf-col-content>.row {
    /* margin: 0 -1px; */
    /* border: 1px solid #d3d3d3; */
}

.col-product-list-item {
    padding: 1px;
}

.col-product-list-item.col-md-4:nth-child(3n + 1),
.col-product-list-item.col-md-4:nth-child(3n + 2) {

    /* border-right: 1px solid #d3d3d3; */
}

.col-product-list-item.col-md-4 {
    /* border-top: 1px solid #d3d3d3; */
}

.col-product-list-item.col-md-4:nth-child(1),
.col-product-list-item.col-md-4:nth-child(2),
.col-product-list-item.col-md-4:nth-child(3) {
    /* border-top: 0; */
}

.product-item-title {
    font-size: 17px;
    line-height: 1.2;
    max-width: 250px;
    min-height: 61px;
}

.product-item-title a {
    color: #000;
    font-family: "Monserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.product-item-content {
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;


    border-radius: 5px;
    width: calc(100% - 10px);
    margin-left: 3px;
    margin-bottom: 10px;
}

.product-item-add-to-cart .btn {
    width: 100%;
    text-transform: unset;
    font-family: "Montserrat", sans-serif;
}

.product-item-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sbe {
    width: 100%;
    justify-content: space-around;
    gap: 15px;
    align-items: center;
}

.product-item-price {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Monserrat", sans-serif;
}

.product-item-price:after {
    content: '';
    border-bottom: 1px solid #6A6A6A;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
}

.product-item-image {
    text-align: center;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

.product-item-image img {
    height: 200px;
    object-fit: contain;
    object-position: center;
    padding: 20px;
}

#cookie_notice {
    background: #444;
    position: fixed;
    top: calc(50% - 92px);
    right: 0;
    left: auto;
    width: 169px;
    max-width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.3);
}

.cookie_notice_container {
    font-size: 15px;
}

.cookie_notice_container p {
    margin-bottom: 7px;
}

.btn-cookie {
    padding: 5px 20px;
    display: block;
    width: 100%;
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-cookie:hover {
    color: #fff;
    background: #333;
}

.list-group-item.active {
    background-color: #7FB917;
    border-color: #7FB917;
}

.list-group-item.active a {
    color: #fff;
}

.cart-message-box-buttons {
    margin-top: 1rem;
}





/* <------------------------------------------------ COS ------------------------------------------------> */

.page-header .divider-top svg path {
    fill: var(--green-color);
}

/*_______START ___cart quantity css */

.cart-item-inner .item-qty {
    width: 15%;
    display: flex;
    margin: auto 0;
    justify-content: center;
    align-items: center;
}

.cart-item-inner .item-qty .input-group-btn button {
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.cart-item-inner .item-qty .input-group-btn button:hover,
.cart-item-inner .item-qty .input-group-btn button:focus {
    background-color: var(--green-color);
}

.cart-item-inner .item-qty .input-group-btn button svg {
    color: var(--green-color);
    transition: all .25s linear;
}

.cart-item-inner .item-qty .input-group-btn button:hover svg,
.cart-item-inner .item-qty .input-group-btn button:focus svg {
    color: #fff;
}

.cart-item-inner .item-qty input {
    width: fit-content;
    max-width: 40px;
    /* font-family: "OpenSans Regular"; */
    font-family: "Arial";
    font-size: 18px;
    /* border: none; */
    color: var(--black);
    text-align: center;
    height: fit-content;
    outline: 0 !important;
    background-color: transparent;
    border: 2px solid var(--green-color);

}

/* Chrome, Safari, Edge, Opera */
.cart-item-inner .item-qty input::-webkit-outer-spin-button,
.cart-item-inner .item-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.cart-item-inner .item-qty input[type=number] {
    -moz-appearance: textfield;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 2px;
}

/*_______END QUANTITY CART CSS__________*/



/*_______START ___PRODUCT quantity css */

.categ-content .item-qty {
    width: 15%;
    display: flex;
    margin: auto 0;
    justify-content: center;
    align-items: center;
}

.categ-content .item-qty .input-group-btn button {
    border: 2px solid var(--green-color);
    background-color: transparent;
    outline: none !important;
    box-shadow: none;
    transition: all .25s linear;
}

.categ-content .item-qty .input-group-btn button:hover,
.categ-content .item-qty .input-group-btn button:focus {
    background-color: var(--green-color);
}

.categ-content .item-qty .input-group-btn button svg {
    color: var(--green-color);
    transition: all .25s linear;
}

.categ-content .item-qty .input-group-btn button:hover svg,
.categ-content .item-qty .input-group-btn button:focus svg {
    color: #fff;
}

.categ-content .item-qty input {
    width: fit-content;
    max-width: 25px;
    /* font-family: "OpenSans Regular"; */
    font-family: "Arial";
    font-size: 18px;
    border: none;
    color: var(--black);
    text-align: center;
    height: fit-content;
    outline: 0 !important;
    background-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
.categ-content .item-qty input::-webkit-outer-spin-button,
.categ-content .item-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.categ-content .item-qty input[type=number] {
    -moz-appearance: textfield;
}

/*_______END QUANTITY PRODUCT CSS__________*/

.cart-page__container {
    /* margin-top: 50px; */
    text-align: center;
}

.cart-page__container .cart-title {
    font-family: var(--regular);
    text-transform: uppercase;
    text-align: center;
}

.cart-page__container .cart-title span {
    color: var(--black);
}

.cart-page__container .cart-content {
    /* border-right: 1px solid rgba(0, 0, 0, 0.2); */
}

.cart-content-heading ul {
    list-style: none;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    border-bottom: 1px solid var(--green-color);
}

.cart-content-heading ul #cart-content-product {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2.8px;
}

.cart-content-heading ul #cart-content-price {
    max-width: 280px;
    width: 100%;
    text-transform: uppercase;
    font-family: var(--regular);
    font-size: 18px;
    letter-spacing: 2.8px;
}

.cart-content-heading ul #cart-content-quantity {
    max-width: 150px;
    width: 100%;
    text-transform: uppercase;
    font-family: var(--regular);
    font-size: 18px;
    letter-spacing: 2.8px;
}

.cart-item-inner {
    display: flex;
    flex-direction: row;
}

.cart-item-inner .cart-item-product-group {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.cart-item-inner .cart-item-product-group figure {
    max-width: 100px;
    width: inherit;
    height: 100px;
    margin: 0;
    border-radius:  5px;
    /* box-shadow: var(--shadow); */
    border: 1px solid #ddd;
    /* border: 1px solid var(--orange2-color); */
    padding: 10px;
    background-color: var(--white-color);
}

.cart-item-inner .cart-item-product-group figure img {
    width: 100%;
    margin: auto;
    display: block;
    height: 100%;
    object-fit: contain;
}

.cart-item-inner .cart-item-product-group .item-action {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;

}

.cart-item-inner .cart-item-product-group .item-action p {
  color: var(--black-color);
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.cart-item-inner .cart-item-product-group .item-action a {
    font-family: var(--regular);
    color: var(--black);
    height: auto;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.cart-item-inner .cart-item-product-group .item-action span {
    color: var(--black);
}

.cart-item-inner .cart-item-product-group .item-action button {
    height: fit-content;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    width: fit-content;
    border-radius: 30px;
    color: #000;
}

.cart-item-inner .cart-item-product-group .item-action button:hover {}

.cart-item-inner .cart-item-product-group .item-action button i {
    margin-right: 5px;
}

.cart-item-inner .cart-prod-price {
    max-width: 200px;
    width: 100%;
    font-family: var(--bold);
    font-size: 18px;
    color: var(--orange2-color) !important;
    margin: auto 0;
    display: flex;
    flex-direction: column;
}

.cart-item-inner .item-qty {
    max-width: 150px;
    width: 100%;
    display: flex;
    margin: auto 0;
}

.cart-item-inner .item-qty input {
    font-family: var(--regular);
    font-size: 18px;
    border: 1px solid var(--black);
    color: var(--gray);
    text-align: center;
    height: fit-content;
    width: 50px;
    background-color: transparent;
}

.builder-section .cart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.builder-section .cart-title span {
    font-size: 24px !important;
}

.cart-item {
    margin-bottom: 20px;
    background-color:  var(--grey3-color);
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid var(--green-color); */
    box-shadow: var(--shadow);
}

.cart-sumar-details {
    background-color:  var(--grey3-color);
    padding: 20px;
    border-radius: 5px;
    /* border: 1px solid var(--green-color); */
    box-shadow: var(--shadow);

}

.checkout-content-heading {
    background-color: var(--grey3-color);
    padding: 20px;
    border-radius: 5px;
    /* border: 1px solid var(--green-color); */
    box-shadow: var(--shadow);
}

.delivery-fee-message {
    /* background-color: rgb(231, 45, 52, 0.1); */
    background-color: #fff;
    border: 2px solid var(--orange2-color);
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 12px;
}

.d-flex.justify-content-between.text-checkout span:first-child {
    /* border-bottom: 1px solid var(--green-color); */
    /* font-size: 14px; */
    letter-spacing: 2.8px;
    height: fit-content;
    margin: auto 0;
    color: var(--gray);
    text-transform: uppercase;
}

ul li .d-flex.justify-content-between.text-checkout  {
    border-bottom: 1px solid var(--green-color);
    padding-block: 10px;

}

.page-id- hr,
.page-id-cart hr {

    border: none;
    border-top: 1px solid #76a83c;
    width: 100%;
}


.cart-heading {
    padding: 22px 0;
    text-transform:uppercase;
    font-size: 18px;;
    border-bottom: 1px solid var(--green-color);
    margin-bottom: 30px;
}

.cart-heading {
    /* color: #7FB917; */
}

.cart__container hr {
    display: none;
}

.cart__container .cart-sumar-details {
    display: flex;
    flex-direction: column;
    width: fit-content;
    width: 100%;
}

.cart__container .btn-primary {
    background-color: var(--green-color) !important;
    color: #fff;
    border: none;
}

.cart__container .btn-primary:hover {
    background-color: #447500 !important;
}

.cart__container .cart-sumar-details .cart-sumar-details__products,
.cart__container .cart-sumar-details .cart-sumar-details__yellowucere,
.cart__container .cart-sumar-details .cart-sumar-details__taxes,
.cart__container .cart-sumar-details .cart-sumar-details__total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    border-bottom: 1px solid var(--green-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cart__container .cart-sumar-details .cart-sumar-details__products span:first-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__yellowucere span:first-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__taxes span:first-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__reducere span:first-of-type {
    text-transform: uppercase;
    font-family: var(--regular);
    font-size: 14px;
    letter-spacing: 2.8px;
    height: fit-content;
    margin: auto 0;
    color: var(--gray);
}

.cart__container .cart-sumar-details .cart-sumar-details__products span:last-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__yellowucere span:last-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__taxes span:last-of-type {
    font-family: var(--bold);
    font-size: 20px;
    color: var(--gray);
    text-transform: unset;
}

.cart__container .cart-sumar-details .cart-sumar-details__total span:first-of-type {
    font-family: var(--medium);
    font-size: calc(20px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
    ;
    letter-spacing: 2.8px;
    height: fit-content;
    margin: auto 0;
}

.cart__container .cart-sumar-details .cart-sumar-details__total span:last-of-type {
    font-family: var(--bold);
    font-size: 24px;
    color: var(--black);
}


.cart-message-box-buttons {
    justify-content: center;
}



.cart-item-inner .cart-prod-price {
    max-width: 50%;
    color: var(--gray);
    display: inline;
}

.price-qty {
    display: flex;
    justify-content: end;
}

.cart-content-heading-mobile ul #cart-content-price {
    max-width: 50%;
    width: 100%;
    text-transform: uppercase;
    font-family: var(--regular);
    font-size: 14px;
    letter-spacing: 2.8px;
}

.cart-content-heading-mobile ul #cart-content-quantity {
    max-width: 50%;
    width: 100%;
    text-transform: uppercase;
    font-family: var(--regular);
    font-size: 14px;
    letter-spacing: 2.8px;
}

.cart-content-heading-mobile ul {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 10px;
}

.cart-content-heading-mobile {
    margin-bottom: 20px;
}

.cart-content-heading ul {
    margin-bottom: 30px;
}

.cart-content-heading-mobile {
    display: none;
}

.price-qty {
    width: 100%;
}

.btn-success {
    background-color: var(--green-color) !important;
    border: none;
}

.cart-sumar-details__reducere {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--gray);
}



/*checkout*/

.details-order-checkout {
    /* display: flex; */
    align-items: center;
    column-gap: 20px;
}

.list-check-out-order {
    list-style: none;
    padding: 0 !important;
}

.checkout-details-col .checkout-details-col-inner .btn-primary {
    background-color: var(--green-color) !important;
    border: none;
    color: #fff;
}

.total-odds {
    padding: 0;
    list-style: none;
}

.remove-btn .fa {
    color: red;
}

.mf-items-main ul {
    /* list-style: none;
    padding: 0; */
  padding: 0.3rem;
  border-radius: 999rem;
  background: #e1fce2;
}

/* .mf-items .nav-item {
    margin: 0 7px;
} */

.last-scroll-up.scrolled-bp #menu-fixed {
    transform: translateY(0) !important;
}

.mf-logo {
    display: inline-block;
}

.mf-logo img {
    max-height: 54px;
}

.menu-fixed-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mf-items .nav-link {
    min-width: 0;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#mobile-nav {
    display: none;
}

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center;
    margin-bottom: 30px;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px;
    /* font-family: "Inter", sans-serif; */
    font-family: "Arial", sans-serif;
}

.counter-box.colored {
    background: #76a83c;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.nav-cont-afiliat .list-group-item .nav-link i {
    font-size: 23px;
    transform: translateY(-3px);
    vertical-align: middle;
    width: 30px;
    text-align: center;
    margin-right: 5px;
}

.row-lista-produse-cont-afiliat .produs-afiliat-item {
    margin-bottom: 1rem;
}

.row-lista-produse-cont-afiliat .produs-afiliat-item h3 {
    margin-bottom: 0;
}

.row-lista-produse-cont-afiliat img {
    height: 150px;
    object-fit: contain;
    object-position: center;
}

.row-lista-produse-cont-afiliat .quick-view-btn {
    display: block;
    width: 100%;
}


#quickViewModal .product-gallery img {
    max-height: 300px;
    margin: auto;
}

.produs-afiliat-item h3,
produs-afiliat-item h2,
.produs-afiliat-item h4 {
    font-size: 18px;
}

.produs-afiliat-item-info .price {
    font-size: 27px;
}

.produs-afiliat-item-info {
    min-height: 50px;
}

.produs-indisponibil-momentan {
    font-style: italic;
    text-transform: lowercase;
    color: #bbb;
    font-size: 17px;
}

.row-lista-produse-cont-afiliat .categ-title {
    min-height: unset !important;
}

.share-buttons {
    padding: 0.5rem 0;
}

.share-button-item {
    margin-right: 1.5rem;
}

.share-button-item a {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 3px;
    transition: 0.2s;
}

.share-button-item a:hover {
    border-color: #76a83c;
}

.share-button-item i {
    font-size: 20px;
    vertical-align: baseline;
    padding-bottom: 5px;
}

.share-button-item i::before {
    color: unset;
}

.search-modal {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-out;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    overflow-y: auto;
}

.search-opened {
    overflow: hidden;
    padding-right: 17px;
}

.search-opened .search-modal {
    opacity: 1 !important;
    visibility: visible !important;
}

.search-modal-close {
    -webkit-appearance: unset;
    background: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: absolute;
    right: 45px;
    top: 45px;
    padding: 0.5em;
    z-index: 5;
}

.search-modal-close svg {
    width: 30px;
    height: 30px;
}

.search-modal-inner {
    position: relative;
    max-width: 90%;
    padding-top: 100px;
    margin: auto;
}

.search-modal-input-box {
    margin-top: 60px;
}

#search_input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #6A6A6A;
    border-radius: 0;
    font-size: 45px;
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    max-width: 100%;
}

.search-modal-results-box {
    margin-top: 60px;
}

.pp-up-media-main-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.pp-up-media-main-slider img {
    max-height: 400px;
}

.pp-media-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.pp-media-slide-content {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pp-up-media-nav-slider img {
    border: 1px solid #ddd;
    margin-top: 7px;
    margin-bottom: 7px;
    max-height: 150px;
}

.pp-up-media-main-slider-dots {
    height: 30px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    /* width: calc(75% + 15px); */
    width: 100%;
}

.pp-up-media-main-slider-dots .slick-dots {
    bottom: 0;
}

.pp-up-description img,
.pp-description-long img {
    /* max-width: 100%; */
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.pp-description-short p {
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.pp-description-short p:nth-child(2),
.pp-description-short p:nth-child(3),
.pp-description-short p:nth-child(4) {
    font-weight: 600;
}


.pp-description-long {
    padding: 30px;
    /* border: 1px solid #ddd; */
    border-top: none;
    color: #000;
    box-shadow:  0 0px 1px rgba(0, 0, 0, 0.3);
    background-color: var(--white-color);
    border-radius: 5px;
    border: 3px solid var(--orange2-color);
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link.active {
    /* background-color: var(--orange2-color); */
    color: #000;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-tabs {
    /* border-bottom: 5px solid var(--orange2-color); */
    border-bottom: none;
}
.nav-tabs .nav-link {
    border: none;
    text-align: left;
    padding-left: 0;
}

.site-branch-aronia .pp-description-long {
    background-color: #f6f7fa;
}

.site-branch-aronia .pp-description-long h2,
.site-branch-aronia .pp-description-long strong {
    color: #534487;
    font-weight: 600;
}


.pp-price-box {
    display: flex;
    margin-block: 30px;
    justify-content: start;
    align-items: center;
}

.pp-price-box .pp-price {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    /* color: #7fb917; */
    /* color: var(--green-color); */
    color: var(--orange2-color);
    width: 30%;
}

.pp-price-box .pp-price.price-taiat {
    font-weight: 500;
    color: #aaa;
}

.site-branch-aronia .pp-price-box .pp-price {
    color: #534487;
}

.numere-tel i {
    margin-right: 10px;
    vertical-align: middle;
    color: #7FB917;
    font-size: 24px;
    margin-bottom: 10px;
}

.numere-tel a {
    color: #000;
    transition: 0.2s;
    display: inline-block;
}

.numere-tel a:first-child,
.numere-tel a:nth-child(2) {
    margin-right: 20px;
}

.numere-tel a:hover {
    text-decoration: none;
    /* color: #7FB917; */
    color: var(--orange2-color);
}


.nav-cont-afiliat .list-group {
    max-width: 300px;
    font-size: 16px;
    line-height: 1.2;
}

.nav-cont-afiliat .list-group-item {
    padding: 0.2rem 1.25rem;
}


.rcf_tip_persoana label {
    margin-right: 20px;
}

.has-error .help-block {
    color: red;
    font-size: 15px;
}

.checkout-page__container .select2 {
    width: 100% !important;
}

#transfer-info {
    font-size: 16px;
}

.close-suggestions {
    font-size: 16px;
    background: #f0896a;
    color: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
    line-height: 1;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    padding-left: 5px;
    transition: 0.2s;
}

.close-suggestions:hover {
    background: #dd4b1f;
}

.localities-results-box {
    max-height: 200px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    margin-top: 1rem;
    position: absolute;
    z-index: 5;
    width: 100%;
    overflow-y: auto;
}

.localities-results-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rontaiala-desc {
    margin-top: 30px;
}

.rontaiala-desc p {
    font-size: 16px;
    margin-bottom: 0.3em;
    line-height: 1.4em;
}

#subscribeModal .close span {
    color: #ae1010;
}

.btn-toggle-detalii-profit {
    background: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 10px 14px;
    background: #7fb917;
    color: #fff;
    border-radius: 5px;
    line-height: 1;
}

.btn-toggle-detalii-profit i {
    transition: 0.5s;
}

.toggled .btn-toggle-detalii-profit i {
    transform: rotate(180deg);
}

.profit-history-box {
    margin-bottom: 30px;
    background: #ececd4;
    padding: 1rem;
}


.transfer_description {
    display: block;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.price-taiat {
    text-decoration: line-through;
    font-weight: 500;
    color: #aaa;
}

.price-taiat+.lei {
    color: #aaa;
}

@media(max-width: 990px) {

    #subscribeModal .modal-dialog {
        /* max-width: 84%; */
        /* margin-left: auto;
        margin-right: auto;
        padding-top: 90px; */
    }



    body {
        font-size: 16px;
    }

    .row-orange-aronia .col-orange,
    .row-orange-aronia .col-aronia {
        /* flex-basis: 50%;
        max-width: 50%;
        align-self: center; */
    }

    .row-orange-aronia .module.module-image img {
        max-width: 100%;
    }

    .section-title h2 {
        font-size: 32px;
        line-height: 1.1;
        max-width: 80%;
    }

    .row-pachet-afiliere-hp .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-pachet-afiliere-hp {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .list-group-item {
        padding: 0;
    }

    .nav-cont-afiliat .list-group-item .nav-link i {
        font-size: 20px;
    }

    .list-group-item {
        font-size: 14px;
    }
}


@media(max-width: 767px) {

    .header-top-part,
    .header-bottom-part {
        display: none;
    }

    #menu-fixed {
        display: none;
        visibility: hidden;
    }

    #mobile-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #faf3ec;
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }

    #mobile-nav a {

        color: #000;
        padding: 12px;
        min-width: 65px;
    }

    #mobile-nav img {
        max-height: 32px;
    }

    .mobile-nav-item-icon {
        display: block;
    }

    .mobile-nav-item-icon svg {
        fill: #7fb917;
        height: 23px;
        margin-bottom: 3px;
    }

    .mobile-nav-item-icon svg path {
        stroke: #7fb917;
    }

    footer {
        padding-bottom: 150px;
    }

    .footer-menu-parts {
        display: block;
    }

    .footer-menu-parts .module {
        width: 50%;
        float: left;
        margin-top: 30px;
    }

    footer .btn_subscribe_newsletter {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
    }

    footer .btn_subscribe_newsletter:after {
        display: block;
    }

    .footer-logo img {
        margin-left: -5px;
    }

    #grid-comenzi-afiliat .table,
    #grid-reduceri-afiliat .table {
        font-size: 14px;
    }

    .row-lista-produse-cont-afiliat .produs-afiliat-item {
        margin-bottom: 40px;
    }

    .row-lista-produse-cont-afiliat .produs-afiliat-item .cantitate_produs {
        margin-bottom: 15px;
    }

    #search_input {
        font-size: 23px;
    }

    .search-modal-close {
        top: 15px;
        right: 15px;
    }

    #quickViewModal {
        top: 50px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 98%;
    }

    .header-logo {
        max-width: 100px;
    }

}

@media(max-width: 425px) {
    .row-orange-aronia .module-button .btn {
        padding: 11px 17px;
        font-size: 12px;
        white-space: nowrap;
    }
}

@media(max-width: 380px) and (max-height: 600px) {

    #subscribeModal .modal-title {
        font-size: 14px;
        line-height: 1.25;
    }

    #subscribeModal label {
        font-size: 13px !important;
    }

    #subscribeModal .modal-body {
        padding-bottom: 0;
    }
}

.color_h1 {
    /* color: var(--orange2-color); */
    color: #434345;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.site-request-password-reset {
    color: var(--orange2-color)
}

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 11px);
    /* border-radius: 20px; */
    font-size: 15px;
    box-shadow: none !important;
    /* border-color: var(--orange2-color); */
    border-color:  #76a83c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select2-selection__arrow {
    position: static !important;
    display: flex;
    align-items: center;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
    margin-top: 0;
    position: static;
}

/* input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    color: var(--orange2-color);
} */
input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 6px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    margin-right: 5px;
}

input[type="checkbox"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 6px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #e7e6e7;
    /* border-radius: 50%; */
    margin-right: 5px;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
    background-color: var(--orange2-color);
}

input[type="checkbox"]:checked {
    /* background-color: var(--orange2-color); */
    background-color: #76a83c;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -2rem;
}

ul {
    list-style: none;
}

.flex {
    display: flex;
}

.fickle-home-header {
    background: transparent;
}

.fickle-home-header .fickle-image {
    border-radius: 10px;
    overflow: hidden;
}


.hide {
    display: none;
}









/* slider home */
.slider-container .module-slider-slick .slick-slide {
    background-size: cover;
    background-position: calc(50% - 100px) center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    background-color: #fff;
}



.slider-container .module-slider-slick .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5);  */
    /* background-color: rgba(122, 119, 119, 0.2); */
    background-color: rgba(76, 175, 80, 0.2);
    z-index: 1;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.slider-container .slick-slide-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.slider-container .module-slider-slick .slick-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.slider-container .slick-slide-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.slider-container  .btn.slide-btn {
    display: none;
}

.slider-container .slide-slick-content p {
    line-height: 1.1;
    /* color: #333;  */
    /* color: #7FB917; */
    color: var(--orange2-color);
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    font-family: 'Arial', sans-serif;
    text-align: start;
    padding-left: 5vw;
}


.text-custom {
    font-size: calc(14px + (16 - 13) * ((100vw - 300px)/ (428 - 300)));
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Gill Sans", sans-serif;

}
.discount-text {
    font-family: "Gill Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(20px + (16 - 13) * ((100vw - 300px)/ (428 - 300)));

}
.discount-number {
    font-size: calc(90px + (16 - 13) * ((100vw - 300px)/ (428 - 300)));
    font-weight: 500;
    font-family: "Gill Sans", sans-serif;

}


.slider-container .module-slider::after {
    content: "";
    position: absolute;
    right: -3vw;
    bottom: -3vw;
    background: url(/img/frunza.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12vw;
    height: 7vw;
    max-width: 150px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
    animation: frunza 6s infinite cubic-bezier(.42, 0, .41, .74);
    z-index: 2;
}
.shadow-section  {
    padding-left: 0;
    padding-right: 0;
}

.special-section .col-lg-12 {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

.product-slide-image {
    overflow: hidden;
}

.product-slide-image img {
    transition: transform 0.3s ease;
}

.product-slide-image:hover img {
    transform: scale(1.1);
}




.contact .contact-form-section .module-fickle {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    padding: 3rem 2rem 1rem 5rem;
    border-radius: 5px;
    /* border: 1px solid #76a83c; */
    box-shadow: var(--shadow);
}

.contact .contact-form-section label {
   font-size: 20px;
   line-height: 30px;
}

.contact .contact-form-section  .module-fickle .fickle-additional-html-code {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    background-color: var(--green-color);
    color: #fff;
    border-radius: 20px;
    padding: 20px 21px;
    border: 5px solid #fff;
}


.contact .contact-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact .contact-col .module-fickle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    padding: 3rem 2rem 1rem 2rem;
    border-radius: 5px;
    flex: 1 1 48%;
    max-width: 48%;
    box-sizing: border-box;
    /* border: 1px solid var(--orange2-color); */
    box-shadow: var(--shadow);
}

.contact .contact-col .module-fickle .fickle-additional-html-code {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f8f8;
    color: #222;
    border-radius: 100%;
    padding: 20px 21px;
    border: 3px solid #fff;
}

.contact .fickle-header .fickle-item.fickle-title .fickle-title {
    font-weight: bolder;
}


.section-prezentare-afiliere h1 {
    color: var(--orange2-color);
    text-align: center;
    margin-bottom: 30px;
}

.orange-text {
    color: var(--orange2-color);
    font-weight: 600;
    /* text-transform: uppercase; */

}
.green-text {
    color: #76a83c;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.normal-text {
    font-weight: 600;
    color: #222;
}
.normal-text-white {
    font-weight: 600;
    color: #fff;
}

.btn-qantity-change-frootya i,
.btn-qantity-change i {
    color: #000;
}
.h1-general h1 strong {
    font-weight: 700;
    color: #000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.cart-page__container h1 {
    font-weight: 700;
    color: #000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.devino-afiliat-summary-receiver {
    box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 5px;
    background-color: var(--grey3-color);
}

@media (max-width: 1800px), (max-width: 1600px), (max-width: 1400px), (max-width: 1200px), (max-width: 1024px) {
    .slider-container .module-slider-slick .slick-slide {
        background-position: calc(50% - 30px) center;
        background-size: 100%;

    }

}

@media (max-width: 1599px) {
    .orange-valley .col-product-list-item,
    .page-id-frootya-index .col-product-list-item {
      width: 33.33% !important;
      flex: 0 0 33.33% !important;
      max-width: 33.33% !important;
    }
  }

@media (max-width: 992px) {
    .orange-valley .col-product-list-item,
    .page-id-frootya-index .col-product-list-item {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
      }
    .row-orange-aronia > div {
        flex: 1 1 calc(50% - 10px);
    }
    /* .row-orange-aronia > div:nth-child(3) {
        flex-basis: 100%;
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
    } */

    .contact-form-section .module-cf {
        max-width: 100%;

    }
    .conatct-col {
       margin-left: 15px ;
    }

    .cart-item-inner .item-qty input[type=number] {
        padding: 0!important;
        border-radius: 0;
    }
    .cart-item-inner .item-qty .input-group-btn button {

        padding: 5.5px;
    }
}

@media (max-width: 768px) {
    .slider-container .slide-slick-content p {
        font-size: 5vw;
        padding-left: 5vw;
    }

    .slider-container .module-slider-slick .slick-slide {
        background-position: calc(50% - 30px) center;
        background-size: 100%;

    }

    .slider-container .module-slider-slick .slick-slide::after {
        right: -5vw;
        bottom: -5vw;
        width: 15vw;
        height: 9vw;
    }
    .contact .contact-col .module-fickle {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .page-id-cart .container, .container-sm,
    .page-id- .container, .container-sm {
        max-width: 100%;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 0 5px;
        padding-top: 90px;
    }

    .modal-body {
        margin: 0 10px;
    }
    .text-disc {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .orange-valley .col-product-list-item,
    .page-id-frootya-index .col-product-list-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-id-cart .container, .container-sm,
    .page-id- .container, .container-sm {
        max-width: 100%;
    }

    .item-qty.product-details.d-flex::before {
        content: "Cantitate: ";
        font-weight: bold;
        margin-right: 10px;
        display: inline;
    }

    .cart-item-inner .cart-prod-price::before {
        content: "Pret: ";
        font-weight: bold;
        margin-right: 10px;
        display: inline;
    }

    .cart-item .cart-item-inner {
        display: flex;
        flex-direction: column;
    }
    .price-qty {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .cart-item-inner .cart-prod-price {
        max-width: 100%;
        text-align: justify;
        color: inherit;
        margin-bottom: 20px;
    }

    .cart-item-inner .item-qty {
        max-width: 210px;
    }
    .slider-container .module-slider-slick .slick-slide {
        background-position: calc(50% - 190px) 85%;
        background-size: 180%;
        background-repeat: no-repeat;
        padding-right: 0;

    }
    .row-orange-aronia > div {
        flex: 1 1 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .slick-slide-inner {
        margin-top: -150px;
    }

    .slider-container .module-slider-slick .slick-slide::after {
        right: -7vw;
        bottom: -7vw;
        width: 20vw;
        height: 12vw;
    }
     .contact .contact-col {
       gap: 50px;
    }

    .text-news {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .orange-valley .col-product-list-item,
    .page-id-frootya-index .col-product-list-item {
        width: 25% ;
        flex: 0 0 25%;
        max-width: 25%;
      }
  }






/* Vlad */
header a {
  font-family: 'Montserrat';
}
.header-icons-part {
  font-size: 1rem;
}

.header-icons-part ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-icons-part ul a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
.phone-container a {
  background: var(--green-color);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 999rem;
  font-weight: 500;
}
.slider-container {
  display: none;
}
body.acasa .search-input {
  background: #0000001c;
}
body.acasa .search-input::placeholder {
  color: #fff;
}

.intro-hp {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100vh - 67.5px);
  overflow: hidden;
  padding: 0 4%;
  margin-top: -100.59px;
  padding-top: 100px;
  padding-bottom: 2rem;
}
.intro-hp .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.intro-hp .bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 68%) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.intro-hp .bg .mob {
  display: none;
}
.intro-hp .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.intro-hp .desc h1 {
  font-size: 2.3rem;
  font-family: "Montserrat";
  font-weight: 300;
}
.intro-hp .desc h1 strong {
  font-size: 4rem;
  color: var(--orange2-color);
}
.intro-hp .btn {
  box-shadow: none;
  margin-top: 1.5rem;
  letter-spacing: 0;
  border-radius: 999rem;
  font-family: 'Montserrat';
  font-weight: 600;
}
.intro-hp .desc-2 {
  max-width: 30rem;
  font-size: 1rem;
  font-family: 'Montserrat';
}



@media(max-width: 700px) {
  .intro-hp {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    height: calc(100vh - 67.5px - 65px);
    align-items: flex-end;
    text-align: center;
    padding-bottom: 3rem;
  }
  .intro-hp .desc h1 {
    font-size: 7vw;
  }
  .intro-hp .desc h1 strong {
    font-size: 10vw;
  }
  .intro-hp .btn {
    margin-top: 0.5rem;
  }
  .intro-hp .bg .desktop {
    display: none;
  }
  .intro-hp .bg .mob {
    display: flex;
  }
  .intro-hp .bg:before {
    top: auto;
    bottom: 0;
    height: 85%;
    width: 100%;
    background: linear-gradient(0deg, rgb(42 22 26) 0%, rgba(0, 0, 0, 0) 100%);
  }
}


.psf-categories-scroll {
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
}