@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    /* fonts */
    --font-headings:'Afacad Flux', sans-serif;
    --font-default:'Montserrat', sans-serif;

    /* colors */
    --theme-primary:#01AF40;
    --theme-secondary:#141A41;
}

body {
    font-family: var(--font-default);
    font-size:.85rem;
}

h1,h2,h3,h4,h5 {
    font-family:var(--font-headings);
    font-weight:600;
}

.font-headings {
    font-family:var(--font-headings);
}

header {
    padding-top:.5rem;
    position:relative;
    z-index:10;
}

#pagina p,.page-content {
    font-size:1.025rem;
}

.page-content p {
    margin-bottom:0;
}

.page-content {
    margin-bottom:1rem;
}

.page-content a {
    color:#96019B;
}

.end-content {
    height:30px;
    border-radius:16px;
    border-bottom:1px solid #E4E7EB;
}

.logo {
    height:45px;
    margin-right:1.75rem;
}

.header-input-search {
    background-color:#F5F5F5;
    border:1px solid #F5F5F5;
    color:#334155;
    padding:.7rem .85rem;
    font-size:.875rem;
    background-image:url("../img/search.svg");
    background-position:99% center;
    background-repeat:no-repeat;
    background-size:30px;
}

.header-input-search:focus {
    background-color:#F5F5F5;
    border-color:#E4E7EB;
    box-shadow:none;
}

.header-icon {
    color:black;
    text-decoration:none;
}

.header-icon:hover {
    color:#8C008A;
}

#menu-bar {
    margin-top:.85rem;
}

.menu-bar {
    font-weight:600;
    color:black;
    text-decoration:none;
    font-size:0.8rem;
    display:inline-block;
    border-bottom:2px solid transparent;
    margin-right:.6rem;
}

.menu-bar:hover {
    color:black;
    border-bottom:2px solid black;
}

.dropdown-menu.show {
    margin-top: .5rem !important;
    padding: .5rem 1rem;
    z-index:100;
}

.dropdown-item {
    font-size:0.85rem;
    display:inline-block;
    border-bottom:2px solid transparent;
    padding:0;
    margin-bottom:.25rem;
}

.dropdown-item:hover {
    border-bottom:2px solid black;
    background:none;
    width:auto;
}

.menu-bar-sep {
    height:1.5px;
    background:black;
}

.with-cover .outer-header {
    position:relative;
    z-index:9;
    padding-bottom:100px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

.with-cover .menu-bar {
    color:white;
}

.with-cover .menu-bar:hover {
    color:white;
    border-color:white;
}

.with-cover .menu-bar-sep {
    background:white;
}

.with-cover .header-icon {
    color:white;
}

.with-cover .logo path {
    fill:white;
}

.with-cover .header-input-search {
    background-color:transparent;
    border-color:rgba(255,255,255,20%);
    backdrop-filter:blur(12px);
    color:#ccc;
}

.with-cover .header-input-search::placeholder {
    color:#ccc;
}

.with-cover .header-input-search:focus::placeholder {
    color:#666;
}

.with-cover .header-input-search:focus {
    border-color:white;
    background:white;
    color:black;
}

.cover-content {
    position:relative;
    z-index:2;
}

.cover {
    margin-top:-180px;
    background-size:cover;
    background-position:center center;
}

.cover h1 {
    font-size:4rem;
    text-shadow: black 1px 0 10px;
}

.cover h2 {
    font-size:2rem;
    text-shadow: black 1px 0 10px;
}

.cover-btn {
    border-radius:5px;
    background:white;
    color:black;
    font-weight:bold;
    text-decoration:none;
    padding:.65rem 1rem;
    display:inline-block;
}

.cover-btn:hover {
    color:white;
    background:black;
}

.breadcrumb-item {
    font-size:.85rem;
    font-weight:500;
    color:#AEAEAE;
}

.breadcrumb a {
    color:#AEAEAE;
    text-decoration:none;
}

.breadcrumb a:hover {
    text-decoration:underline;
}

.subcats {
    overflow: auto;
    white-space: nowrap;
    padding-bottom:.75rem;
}

.subcats a {
    display:inline-block;
    padding:.35rem 1rem;
    background:#ECECEC;
    color:#939393;
    text-decoration:none;
    border-radius:5px;
    margin-right:.25rem;
    font-size:.9rem;
    font-weight:600;
    border:2px solid transparent;
}

.subcats a:hover, .subcats a.active {
    color:#8C008A;
    background:#FFEAFF;
    border:2px solid #8C008A;
}


footer {
    background-color: #FAFAFA;
    border-top: 1px solid #E4E7EB;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

footer ul li a {
    display:block;
    font-weight:600;
    color:#909398;
    text-decoration:none;
    margin-bottom:.85rem;
}

footer ul li a:hover {
    color:#909398;
    text-decoration:underline;
}

.cover {
    top:0;
    background-position:top center;
    background-size:cover;
}

.produs-col {
    position:relative;
    height:100%;
}

.produs-col-img {
    background:#FAFAFA;
    border: 1px solid #E4E7EB;
    margin-bottom:.5rem;
    aspect-ratio: 3 / 3.9;
    border-radius: 8px;
    overflow:hidden;
    text-align:center;
}

.produs-col-img img {
    width:100%;
    height:100%;
    object-fit:contain;
    position:relative;
    z-index:1;

}

.produs-col-fav {
    position:absolute;
    z-index:2;
    display:inline-block;
    background:white;
    width:2rem;
    height:2rem;
    padding-top:4px;
    font-size:1.1rem;
    border-radius:50%;
    color:black;
    text-align:center;
    margin-top:.5rem;
    right:.75rem;
    box-shadow: 3px 3px 3px #ccc;
}

.produs-col-fav:hover {
    background:black;
    color:white;
}

.produs-col-tag {
    position:absolute;
    z-index:2;
    background:red;
    border-radius:20px;
    padding:.2rem .5rem;
    margin-top:-2.3rem;
    margin-left:.75rem;
    font-size:.65rem;
    font-weight:600;
}

.produs-col-tag a {
    text-decoration:none;
}

.produs-col-price span {
    font-weight:500;
    font-size:1.05rem;
}

.produs-col-price s {
    color:#888;
}

.produs-col-price span.produs-col-vendors {
    font-size:.7rem;
}

.produs-col-title {
    margin-top:.15rem;
}

.produs-col-title a {
    display:block;
    font-family: var(--font-headings);
    text-decoration:none;
    color:#596177;
    font-size:1.15rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:300;
}

.produs-col-title a:hover {
    text-decoration:underline;
}

.produs-col-options {
    margin-top:.3rem;
    font-size:.8rem;
    color:#888;
}

.articol-col {
    height:100%;
}

.articol-col .card-title {
    line-height:1.05;
}

.articol-col .card-title a {
    color:black;
    text-decoration:none;
}

.articol-col .card-title a:hover {
    color:#96019B;
}

.articol-col .card-img-top {
    height:260px;
    object-fit:cover;
}


.filtru {
    margin-bottom:1.5rem;
}

.filtru-title {
    margin-bottom:.75rem;
    background:#FAFAFA;
    border-radius:5px;
    padding:.25rem .5rem;
}

.filtru-title a {
    color:#939393;
    text-decoration:none;
    font-weight:400;
    font-size:0.75rem;
}

.filtru-title a:hover {
    text-decoration:underline;
}

.filtru-search {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .75rem;
}

.filtru-content {
    padding-left:.5rem;
    padding-right:.5rem;
    max-height:300px;
    overflow-x:auto;
}

.filtru-content a {
    color:black;
    text-decoration:none;
    margin-bottom:.35rem;
}

.filtru-content a i {
    color:#cbd5e1;
    font-size:1.2rem;
}

.filtru-content a span {
    font-size:.9rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filtru-content a:hover span,.filtru-content a.active span {
    color:#8C008A;
    font-weight:500;
}

.filtru-content a.active i {
    color:#8C008A;
}

.btn-mobile-cat {
    background:white;
    color:black;
    font-family:var(--font-headings);
    font-size:1.15rem;
    border-radius:10px;
    border:1px solid black;
    padding:.15rem 1rem;
    text-decoration:none;
    text-align:center;
}

.btn-mobile-cat:hover {
    background:black;
    color:white;
}

.page-link,.page-link:hover {
    color: black;
    border:none;
    border-radius:10px;
    padding:.25rem .75rem;
}

.active>.page-link, .page-link.active {
    background:#E9ECEF;
    color:black;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.productThumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 7px 0;
}

.productThumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.productThumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.productThumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.old-price {
    color:#CDCED0;
}

.accordion-button {
    font-size:1.15rem;
    font-weight:600;
    padding:.75rem .25rem;
}

.accordion-body {
    padding:.75rem .25rem;
    padding-top:.1rem;
    font-size:.9rem;
}

.accordion-button:not(.collapsed) {
    color:black;
    background:white;
    box-shadow:none;
}

.accordion-button:focus {
    box-shadow:none;
}

canvas#istoric {
    border-radius:16px;
    background:#FAFAFA;

}

.voucher {
    font-size:.75rem;
    margin-top:.5rem;
    border-bottom:1px dashed #FAFAFA;
    padding-bottom:.5rem;
}

.voucher-col {
    font-size:.6rem;
    text-transform: uppercase;
    color:#888;
    display:block;
    margin-bottom:.25rem;
}

.voucher a {
    text-decoration:none;
    color:#01B760;
    font-weight: 600;
    border-bottom:1px dashed #01B760;
    display:inline-block;
    padding-bottom:.15rem;
}

.section-offers {
    padding:1rem;
    border-radius:16px;
    background:#FAFAFA;
}

.offer {
    background:white;
    box-shadow:0 4px 14px #ccc;
    border:1px solid #ccc;
    border-radius:16px;
    padding:1rem;
    margin-bottom:1rem;
}

.offer .benefits {
    margin-top:.5rem;
    font-size:.8rem;
}

.offer .small {
    font-size:.65rem;
}

.btn-brand {
    font-family: var(--font-headings);
    font-size:1.15rem;
}

#promo-wa-float {
    position:fixed;
    z-index:100;
    bottom:30px;
    width:100%;
}

#promo-wa {
    background:#0BC144;
    background: linear-gradient(180deg, rgba(11,193,68,1) 0%, rgba(4,167,132,1) 82%);
    border-radius:50px;
    padding:.5rem 1rem;
}

#promo-wa a {
    color:white;
    text-decoration:none;
}

/* RESPONSIVE LARGE */
@media (min-width: 1550px) {

}

/* RESPONSIVE TABLET */
@media (max-width: 990px) {
    .logo {
        height:35px;
    }

    .header-input-search {
        margin-top:.5rem;
        padding:.5rem .6rem;
    }

    .cover {
        margin-top:-210px;
    }

    .cover h1 {
        font-size:2.25rem;
    }

    .cover h2 {
        font-size:1.35rem;
    }

    .breadcrumb-item {
        font-size:.75rem;
    }

    #pagina p,.page-content {
        font-size:.95rem;
    }

    .end-content {
        height:15px;
    }


    .subcats a {
        font-size:.8rem;
    }

    .section-offers {
        padding:0;
        background:none;
    }

    .offer {
        border-radius:6px;
    }

    #autocomplete {
        margin-top:.5rem;
    }

    .section-price {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        background: #FAFAFA;
        border-top: 1px solid #E4E7EB;
        box-shadow: 0px -4px 30px -4px rgba(0,0,0,0.75);
        padding: 1rem;
        left: 0;
    }
}

/* RESPONSIVE MOBILE */
@media (max-width: 576px) {

}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}