@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --negru: #1b1c1e;
    --griText: #595959;
}


body
{
    padding-top:130px;
    color: var(--negru);
    font-family: "Poppins", sans-serif;
    font-size:14px;
}
a
{
    color: var(--negru);
    text-decoration: none;
}

.container
{
    max-width: 1408px;
}
.p-special-left
{
    padding-left:120px;
}
.p-special-right
{
    padding-right:120px;
}


.top-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: black;
    z-index: 1030; /* pu?in mai sus dec�t restul */
    font-size: 13px;
    padding-top: 5px;
    color: #fff;
}
.top-info a
{
    color:#fff;
}

.top-banner {
    position: fixed;
    top: 33px; /* sub top-info */
    left: 0;
    width: 100%;
    height: 63px;
    background: #fff;
    z-index: 1020;
    transition: transform 0.4s ease-in-out;
    font-size: 13px;
    padding-top: 5px;
    color: #fff;
}
.top-banner a
{
    color:#fff;
}

.top-banner.hidden {
    transform: translateY(-100%);
}
.top-banner i
{
    margin-right: 5px;
}

.navbar {
    position: fixed;
    top: 66px; /* sub top-info + top-banner */
    width: 100%;
    transition: top 0.2s ease-in-out;
    background-color: white !important;
    height: 80px;
    z-index: 1010;
    padding-bottom:0px !important;
}
.navbar.shift-up {
    top: 33px; /* sub doar top-info, c�nd top-banner e ascuns */
}

.navbar .container
{
    max-width:1536px !important;
    padding-left:48px;
    padding-right: 48px;
}
.navbar
{
    justify-content: flex-start;
}
.navbar-nav
{
    padding-top:25px;
}

.navbar-nav a
{
    text-transform: uppercase;
    margin:0 12px;
    color:#000;
    font-size: 12px;
    font-weight: 600;
}
.navbar-nav a:focus
{
    color:#000;
}

.navbar-brand img
{
    width:94px;
}

.navbar.shift-up {
    top: 0; /* c�nd banner-ul e ascuns */
}
.navbar-toggler
{
    color:#000;
    margin-top:15px;
}
.navbar-toggler i
{
    font-size:20px;
}

.offcanvas-title
{
    display: none;
}

.nav-dropdown {
    min-width: 250px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
    background: #fff;
}

.dropdown-content {
    display: none;
}

.nav-dropdown.show .dropdown-content.active {
    display: block;
}

 .cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background-color: black;
    color: white;
    font-size: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    z-index: 10;
}

#cartPopup {
    display: none;
    position: absolute;
    top: 70px; /* po?i ajusta �n func?ie de navbar */
    right: 20px;
    width: 300px;
    height: 70vh;
    background: #fff;
    border: 1px solid #d8d8d8;
    z-index: 9999;
    display: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}
#cartPopup button, #cartPopup a.btn
{
    border-radius: 0px !important;
}

.cart-popup-body {
    padding: 15px;
    overflow-y: auto;
    height: calc(70vh - 60px); /* minus footer */
}

.cart-popup-footer {
    background: #f0f0f0;
    padding: 12px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    position: sticky;
    bottom: 0;
    z-index: 10;
}
.cart-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}



.mini-popup {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 300px;
    background: #fff;
    border: 1px solid #d8d8d8;
    z-index: 9999;
    display: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 15px;
    font-size: 14px;
}
.popupAuth a
{
    border-radius: 0;
}

   .search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 2147483647;
    display: flex;
    align-items: flex-start; /* aliniere verticala la �nceput */
    justify-content: center; /* centrare orizontala */
    padding: 30px;
    transform: translateZ(0);

    display: none;
}


.search-form {
    width: 100%;
    max-width: 600px;
    margin-top: 20vh; /* pozi?ionare la 10% din �nal?ime */
}


.search-popup.active {
    display: flex;
}

.search-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    font-size: 36px;
    color: #000;
    cursor: pointer;
    z-index: 100000;
}



.search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.search-wrapper input {
    flex: 1;
    font-size: 24px;
    padding: 15px 20px;
    border: none;
    outline: none;
}

.search-wrapper button {
    background: none;
    border: none;
    padding: 0 20px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}



/* dropdown alb full-width sub meniu */
.nav-dropdown {

    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 999;
    padding: 1rem 0;
}

#navDropdown a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 4px;
    color: var(--negru); /* sau ce culoare vrei */
    text-decoration: none;
    font-size:13px;
}

#navDropdown a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor; /* folose?te culoarea textului */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

#navDropdown a:hover::after {
    transform: scaleX(1);
}
#navDropdown h5
{
    color:#000;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 700;
}
#navDropdown img
{
    width: 100%;
}


.nav-dropdown.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.navbar-nav .nav-link:hover {
    color:#000;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: black;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    opacity: 1;
    transform: translateY(0);
}



.dropdown-content.active {
    display: block;
}
.dropdown-content
{
    color:red;
}

.iconsRight
{
    font-size:16px;
    padding-top:25px;
}
.iconsRight i
{
    margin-left:20px;
}

/* home - slideshow */
.slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slideshow .slide.active {
    position: relative;
    opacity: 1;
}

.slideshow-desktop,
.slideshow-mobile {
    display: none;
}

@media (min-width: 769px) {
    .slideshow-desktop {
        display: block;
    }
}

@media (max-width: 768px) {
    .slideshow-mobile {
        display: block;
        margin-top: 10px;
    }
}


.fTitleHome
{
    padding-top:60px;
    padding-bottom:35px;
}

.fTitleHome h1
{
    font-size: 30px;
    color:  var(--griText);
    font-weight: 200;

}

.fTitleHome h4
{
    font-size: 15px;
    color:  var(--griText);
    font-weight: 400;
    padding-top: 15px;

}

.homeCas1
{
    line-height: 0px;
    padding-top:70px;
    padding-bottom:10px;
}

.homeCas1 img
{
    width:100%;
    margin-bottom: 20px;
}

.homeCas2 img
{
    width:50%;
    padding-bottom: 70px;
}
.homeCas a
{
    font-weight:600;
    font-size:16px;
}
.homeCas a i
{
    margin-left: 15px;
    font-size:12px;
    color: var(--negru);;
}
.homeCas a span:hover
{
    text-decoration: underline;
}

.homeProductsCarouselTitle
{
    margin-top: 68px;
}
.homeProductsCarouselTitle h2
{
    color:var(--griText);
    font-weight: 200;
    font-size:30px;
    margin-bottom:32px;
}



/*product*/
.fa-heart.active {
    color: red;
}

.product
{
    padding:0px 15px;
}

.product .productPicture
{
    background-color: #fff;
}
.productPicture {
    position: relative;
    width: 100%;
}
.product .productPicture
{
    text-align: center;

}
.product .productPicture img
{
    width:100%;

    padding-top:19px;
}
.product .productCollection
{
      color:var(--griText);
      font-size: 12px;
      padding-top:10px;
}
 .product .productNameAndPrice
{
    font-weight:400;
    line-height: 2;
    font-size: 14px;
    height: 90px;

    padding-bottom:10px;
    color:#1b1c1e;
}
.product .productNameAndPrice i
{
    float:right;
    margin-top:8px;
    cursor: pointer;
}

.product .productColors
{
    padding-top:10px;
    padding-bottom: 10px;
}

.product .productColors img
{
    border-radius: 50px;
}
.product .productAddToCart
{
    height:55px;
}

.product .productAddToCart button
{
    width: 100%;
    background-color:  var(--negru);
    border:1px solid     var(--negru);
    color:#fff;
    padding: 12px 20px;
    cursor: pointer;
    font-size:15px;
    display: none;
}
.product:hover .productAddToCart button
{
    display: block;
}
.product .culprod
{
    text-align: left;
}

.product .culprod img
{
    width:20px;
    margin:0px 3px;
}


.productPicture img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.productPicture .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.productPicture:hover .hover-image {
    opacity: 1;
}

.productPicture:hover .main-image {
    opacity: 0;
}



.carousel-slide {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}
.carousel-slide .col-3
{
    width:100%;
}
.carousel-slide .culprod img
{
   display:inline-block !important;
}
.carousel-slide .productNameAndPrice
{
    height:120px;
}

.homeProductsCarousel {
    margin-left: -12px;
    margin-right: -12px;
}

/* Sage?i personalizate FontAwesome */
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #fff;
    color: rgba(0,0,0,0.5);
    border: none;
    position: absolute;
    top: 40%;
    z-index: 1000;
    font-size: 20px;

    justify-content: center;
    align-items: center;
    transition: border 0.3s ease;
}



.slick-prev:hover, .slick-next:hover {

     color: #000;
}

/* Pozi?ionare sage?i */
.slick-prev {
    left: -50px;

}

.slick-next {
    right: -35px;
}

.serviceHome
{
    margin-top:60px;
    margin-bottom: 60px;
}
.forService
{
    margin-top: 60px;
}
.forService h2
{
    font-size:30px;
    font-weight: 300;
}
.forService h4
{
   font-size:15px;
   font-weight: 300;
}

.serviceLine
{
    border-bottom: 1px solid #ccc;
    padding:30px 10px;
    font-size:15px;
}
.serviceLine b
{
    color:#000;
}

.serviceSmallImage
{
    float: left;
    height:48px;
    width: 48px;
    background-color: #f1f1f1;
    margin-right:20px;
    border-radius:50%;
    text-align:center;
}
.serviceSmallImage img
{
    width:20px;
    margin-top:14px;
}

.serviceLine i
{
    float:right;
    font-size: 20px;
    color:#000;
}
.serviceImage img
{
    max-height:600px;
}
.serviceBigLink a
{
    display:block;
    text-align:center;
    padding:14px;
    border:1px solid #000;
    color:#000;
}

.newsletter
{
    padding:40px 15px;
    background-color: #f0f0f0;
}
.forNews
{
    width:100%;
    padding:8px 5px;
    border:1px solid #000;
    background-color:#fff;
    margin-bottom: 10px;

}
.forNews input[type="email"]
{
    width:85%;
    border:1px solid #fff;
}
.forNews i
{
    float: right;
    font-size:18px;
    margin-top:4px;
    margin-right:10px;
}
.footerList
{
    padding-top:25px;
}
.footerList h3
{
    font-size:14px;
    font-weight: 700;
}

.footerList a
{
    display: block;

}
.footerImages
{
    text-align:center;
    padding-top:25px;
}
.footerImages .social img
{
    width:30px;
    margin:10px;
}
.fBlack
{
    padding:8px 0px;
    background-color:#000;
    color:#fff;
    margin-top:25px;
}



.catContainer
{
    max-width:1536px !important;
    padding-left:50px;
    padding-right: 36px;
}

.filtreStartRow
{
    padding-left:38px;padding-right:15px;
}

    .filtru-toggle {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                margin-bottom: 15px;
                margin-top:25px;
                padding-left:15px;
        }
        .filtru-box {
                position: relative;

        }
        .filtru-btn {
                background: #f0f0f0;
                border: 1px solid #f0f0f0;
                padding: 8px 14px;

                cursor: pointer;
                font-size: 14px;
                transition: all 0.3s ease;
        }
        .filtru-btn:hover {
                background: #ddd;
        }
        .filtru-dropdown {
                display: none;
                position: absolute;
                top: 110%;
                left: 0;
                z-index: 1000;
                min-width: 380px;
                background: #fff;
                border: 1px solid #f0f0f0;

                padding: 10px;

        }
        .filtru-box.open .filtru-dropdown {
                display: block;
        }
        .filtru-option {
                font-size: 14px;
                display: block;
                margin-bottom: 6px;
        }
        .filtru-grid .row {
                margin: 0;
        }
        .filtru-grid .col-md-4 {
                padding-left: 6px;
                padding-right: 6px;
        }

.bBorder
{
    border-bottom: 1px solid #f0f0f0;
}

.prettaiat
{
    text-decoration: line-through;
    padding-right:10px;
}


.imagineMare img
{
    width:100%;
}
.productPage .infoProdus h1
{
    font-size:24px;
    font-weight: 300;
}
.productPage .infoProdus h3
{
    font-size:16px;
    font-weight: normal;
    padding-top:12px;
    padding-bottom: 15px;
}

.productPage .nav-tabs {
            border-bottom: 1px solid #f0f0f0;
            margin-left: 0;
            margin-right: 0;
        }

.productPage .nav-tabs .nav-item {
            margin-left: 0;
            margin-right: 12px;
        }

.productPage .nav-tabs .nav-link {
            border: none;
            border-bottom: 2px solid transparent;
            color: #333;
            padding-left: 0;
            padding-right: 0;
        }

.productPage .nav-tabs .nav-link.active {
            border-bottom: 2px solid black;
            color: black;
        }

.productPage .tab-content {
            padding-top: 1rem;
            color:#595859;
            font-size:15px;
            text-align: justify;
        }
.productPage .productColors
{
    padding-top:45px;
        }

.productPage .productColors h4, .productPage .productSizes h4
{
    font-size:15px;
    font-weight:bold;
}
.productPage .productSizes h4
{
    display: inline-block;
    text-transform: uppercase;
}

.productPage .productColors img
{
    width:30px;
}

 .productPage .productSizes
{
    padding-top:45px;

        }

.productPage .productSizes .marime
{
    display:inline-block;
    padding:4px 8px;
    margin:10px;
    font-size:16px;

}
.productPage .productSizes #ghidMarimi
{
    float: right;
    font-size:16px;
     text-transform: uppercase;
}


.productPage .btn-select-marime {
      background-color: #444;
      color: white;
      padding: 12px 20px;
      width: 100%;
      border: none;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

.productPage .btn-adauga-cos {
      background-color: black;
      color: white;
      padding: 12px 20px;
      width: 100%;
      border: none;
      font-size: 16px;
      cursor: pointer;
    }

.productPage .marime {
       border: 2px solid #fff;
      cursor: pointer;

    }

.productPage .marime:hover {
      background-color: #eee;
    }

.productPage .marime.selected {
      border: 2px solid black;
      background-color: #fff;
      font-weight: bold;
    }
.imaginimici
{
    padding:5px;
}

.imaginimici img
{
    width:100%;
}


/*popup zoom produs*/
#popupProdus {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
}

.popup-content {
    position: relative;
    width: 100%; height: 100%;
    overflow: hidden;
}

.zoom-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    transition: top 0.05s ease;
}


.thumbnails {
    position: absolute;
    top: 50px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.thumbnails img {
    width: 80px;
    height: auto;
    border: 2px solid white;
    cursor: pointer;
    background: white;
}

.closePopup {
    position: absolute;
    top: 10px;
    right: 20px;
    background: white;
    border: none;
    font-size: 24px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 3;
}

      .popup-footer .marimiPopup {
    float: right;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    margin-top: 5px;
}

/* C�nd se activeaza */
.popup-footer .marimiPopup.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    height: auto;
}

/* Linkuri marimi */
.popup-footer .marimiPopup a {
    background-color: #eee;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
    border: 1px solid #ccc;
    margin-left: 10px;
    display: inline-block;
    transition: background 0.2s ease, transform 0.1s ease;
}

.popup-footer .marimiPopup a:hover {
    background-color: #ccc;
}

.popup-footer .marimiPopup a:active {
    transform: scale(0.95);
}


.popup-footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 50px;
    background: white;
    color: black;
    font-weight: bold;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Izolat: numele produsului (st�nga) */
.popup-footer .numeProdus {
    float: left;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 50px;
}

/* Izolat: container pre? + buton (dreapta) */
.popup-footer .pretContainer {
    float: right;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
}

/* Izolat: pre?ul */
.popup-footer .pretProdus {
    font-size: 16px;
    color: #000;
    line-height: 50px;
}

/* Izolat: butonul */
.popup-footer .butonMarime {
    background-color: #777;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.1s ease;
}

.popup-footer .butonMarime:hover {
    background-color: #555;
}

.popup-footer .butonMarime:active {
    transform: scale(0.95);
}

/* Cura?are float */
.popup-footer .clearfix {
    clear: both;
}


.popup-footer-content .butonMarime:hover {
    background-color: #555;
}

.popup-footer-content .butonMarime:active {
    transform: scale(0.95);
}




.popup-disponibil {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-inner {
    background: white;
    padding: 20px;
    width: 400px;
    max-width: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
}

.popup-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.popup-marimi a {
    display: inline-block;
    margin: 4px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.popup-marimi a:hover {
    background-color: #f0f0f0;
}

.popup-marimi a.selected {
    background-color: #f0f0f0;
    color: black;
    border-color: black;
}

.allblack {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-big {
    background: white;
    width: 80%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.popup-close-big {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    font-weight: bold;
    z-index: 10;
}

.popup-close-big:hover {
    color: #000;
}


.infocomenzi
{
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
.infocomenzi td
{
    padding:5px;
}
.infocomenzi th
{  padding:5px;
   color:#000;
   background-color:  #E5E5E5;
}
.infocomenzi tr:nth-child(2n+1)
{
    background-color:#eee;
}

/* Font poppins ?i resetari */
#loginPopup input,
#loginPopup button,
#loginPopup a,
#loginPopup label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/* Inputuri */
#loginPopup .form-control {
    border-radius: 0 !important;
    box-shadow: none;
    padding: 10px;
}

/* Buton de login - negru */
#loginPopup button[type="submit"] {
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px;
    font-weight: 500;
    transition: background 0.2s ease;
}

#loginPopup button[type="submit"]:hover {
    background-color: #222;
}

/* Link uitat parola */
#loginPopup a {
    font-size: 13px;
}

/* Buton cont nou - transparent */
#loginPopup .mini-popup-footer .btn {
    background: transparent;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
    padding: 10px;
    transition: background 0.2s ease, color 0.2s ease;
}

#loginPopup .mini-popup-footer .btn:hover {
    background-color: #000;
    color: #fff;
}
.cart-badge.pulse {
    animation: pulseAnim 0.5s;
}

@keyframes pulseAnim {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}

.subtotalLinie
{
    width: 150px;
}

.toCheckoutWrapper {

    padding-top: 20px;           /* spatiu intre margine si buton */
}



.toCheckoutWrapper {
    padding-top: 20px; /* spatiu intre margine si buton */
        text-align: center;
}

.toCheckout {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.toCheckout:hover {
    transform: scale(1.05); /* efect de marire la hover */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* adauga umbra subtile */
}



.mviconturi .btn-check:checked + .btn {
    background-color: #000 !important; /* Negru complet */
    color: white !important;
    border-color: #000 !important;
}

.mviconturi .btn {
    transition: all 0.3s ease;
    border-radius: 0 !important; /* Fara rotunjiri */
    color: #000 !important; /* Text negru */
    border: 1px solid #000 !important; /* Bordura neagra */
    background-color: white !important; /* Alb implicit */
}

.mviconturi .btn:hover {
    background-color: #ccc !important; /* Gri deschis la hover */
    color: black !important; /* Text negru la hover */
    border-color: #000 !important;
}






.mviconturi .login form {
    background-color: #f8f9fa; /* Gri deschis pentru form */
    padding: 20px;
    /* box-shadow eliminat */
}

.mviconturi .login label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 500;
    color: #333;
}

.mviconturi .login input[type="text"],
.mviconturi .login input[type="email"],
.mviconturi .login input[type="password"],
.mviconturi .login select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.mviconturi .login input[type="text"]:focus,
.mviconturi .login input[type="email"]:focus,
.mviconturi .login input[type="password"]:focus,
.mviconturi .login select:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.mviconturi .login .register {
    margin-bottom: 1rem;
}

/* Email ?i Parola pe acela?i r�nd */


.mviconturi .login form input[name="parola"] {
    margin-right: 0;
}

/* Informa?ii livrare doua c�te doua */
.mviconturi .login .livrare {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mviconturi .login .livrare label {
    flex-basis: 100%;
}

.mviconturi .login .livrare select,
.mviconturi .login .livrare input[type="text"] {
    flex: 1 1 calc(50% - 5px);
    margin-bottom: 1rem;
}

.mviconturi .login h5 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000;
}

.mviconturi .login input[type="checkbox"] {
    margin-right: 0.5rem;
}

.mviconturi .login input[type="submit"].butonactiune {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.5rem 1.5rem;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.mviconturi .login input[type="submit"].butonactiune:hover {
    background-color: #333;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


.deliveryMethods .btn-check:checked + .btn {
    background-color: #000 !important; /* Negru complet */
    color: white !important;
    border-color: #000 !important;
}

.deliveryMethods .btn {
    transition: all 0.3s ease;
    border-radius: 0 !important; /* Fara rotunjiri */
    color: #000 !important; /* Text negru */
    border: 1px solid #000 !important; /* Bordura neagra */
    background-color: white !important; /* Alb implicit */
}

.deliveryMethods .btn:hover {
    background-color: #ccc !important; /* Gri deschis la hover */
    color: black !important; /* Text negru la hover */
    border-color: #000 !important;
}




.paymentMethods .btn-check:checked + .btn {
    background-color: #000 !important;
    color: white !important;
    border-color: #000 !important;

}

.paymentMethods .btn {
    transition: all 0.3s ease;
    border-radius: 0 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    background-color: white !important;
}

.paymentMethods .btn:hover {
    background-color: #ccc !important;
    color: black !important;
    border-color: #000 !important;
}

.mviconturi a
{
    text-decoration: underline !important;
}
.observatiiComanda textarea
{
   flex: 1 1 calc(50% - 5px);
    margin-bottom: 1rem;
    width:100%;
    border: 1px solid #ced4da;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.observatiiComanda
{
    padding-bottom:15px;
}
.newLogin
{
    background-color: #f8f9fa;

}
    .errMesaj {
    background-color: #e74c3c; /* Un ro?u mai plat, dar alertant */
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.errMesaj .icon {
    font-size: 24px;
    margin-top: 2px;
}

.errMesaj ul {
    margin: 0;
    padding-left: 20px;
}

.errMesaj ul li {
    margin-bottom: 5px;
    list-style: disc;
}


.voucher-form .btn-dark {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
    overflow: hidden; /* ascunde orice depa?ire */
    z-index: 1;
    transition: color 0.3s ease;
}

.voucher-form .btn-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%; /* ini?ial latimea e 0 */
    height: 100%;
    background-color: #000; /* fundalul negru pentru efect */
    z-index: -1; /* se pozi?ioneaza sub text */
    transition: width 0.3s ease; /* animam la?imea */
}

.voucher-form .btn-dark:hover {
    color: #fff; /* text alb la hover */
}

.voucher-form .btn-dark:hover::before {
    width: 100%; /* la hover umple butonul pe la?ime */
}
.sumarComandaRight .sumarComanda {
    position: sticky;   /* Sau po?i �ncerca position: fixed daca preferi */
    top: 100px;          /* C�t de sus sa fie fixat c�nd dai scroll */
    z-index: 10;        /* Sa fie deasupra altor elemente */
}
.sumarComandaCart
{
    background:#f0f0f0;padding:20px;border-radius:6px;
}

.sumarComandaFinalizata img
{
    width:80px;
}
.sumarComandaFinalizata table tr td:first-child
{
    text-align:center;
}

 .btn-pay {
            display: inline-flex;
            align-items: center;
            padding: 12px 24px;
            background: linear-gradient(35deg, #ff4e50, #1e90ff); /* gradient ro?u-albastru */
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 12px;
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* 3D efect subtil */
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .btn-pay:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
        }

        .btn-pay i {
            margin-right: 10px;
        }


.meniucont {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    flex-wrap: wrap;
}

.meniucont a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: none;
    border-radius: 0.3rem;
    transition: background-color 0.3s, color 0.3s;
}

.meniucont a:hover {
    background-color: #f8f9fa;
    color: #000;
}

.meniucont a.active {
    background-color: #000;
    color: #fff;
}



@media (max-width: 1550px) {
    .product .productNameAndPrice
    {
        height:120px;
    }


}


@media (max-width: 768px) {
.catContainer .pt-5
{
    margin-right:0px;
    padding-right:0px;
    padding-left:24px;
}

.homeCas1
{
    line-height: 0px;
    padding-top:20px;
    padding-bottom: 0px;

}

.homeCas1 img
{
    width:100%;
    margin-bottom: 0px;
}

.homeCas2 img
{
    width:100%;
    padding-bottom: 20px;
     padding-top:20px;
}

.productPage
{

    margin-left:0px;
}
.productPage .carousel-control-prev-icon,
.productPage .carousel-control-next-icon {
  background-image: none; /* scoatem iconi?a default */
  width: 2rem;
  height: 2rem;
  background-color: black;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.productPage .carousel-control-next-icon {
  transform: rotate(180deg);
}
.productPage .infoProdus
{
    width: 100%;
}
.popup-footer
{
    display: none;
}
#myTab, #myTabContent
{
    display: none;
}
.productPage .productColors
{
    padding-top:15px;
}
.recomandariMobile
{
    padding-left:48px !important;
}
.sumarComandaRight
{
    position:fixed;
    bottom: 0px;
    width:100%;
    padding:0px;
    border-radius:0px;
    border-top:2px solid #000;
    padding-bottom: 0px;
}
.sumarComandaCart
{
    padding: 15px;

}
.sumarComandaCart h5
{
    font-size:1.1rem;
    color:#ff0000;
}

.sumarComandaCart .py-2
{
    padding:3px 0px;
}
.mviconturi
{
    width:100%;
    padding-right:0px;
    padding-left:24px;
}

     .top-info .col-4
     {
         width:100%;
     }
     .top-info .col-4
     {
         display: none;
     }
     .top-info .col-4:nth-child(2n)
     {
         display:block;
         font-size:12px;
     }
     .catContainer
     {
         padding-left:12px;
         padding-right:12px;
     }
     .catProd
     {
        width:50%;
        padding:0px;
     }
     .catContainer .catProd:nth-child(2n)
     {
         padding-left:6px;
     }
     .catContainer .catProd:nth-child(2n+1)
     {
         padding-right:6px;
     }
     .mobBar
     {
         padding-left:12px !important;
         padding-right:12px !important;
     }

     .filtru-toggle
     {
         gap:10px;
         padding:0px !important;
         text-align: center;
     }
     .filtru-btn
     {
         padding:4px 9px;
          font-size:12px;
     }
     .filtreStartRow
     {
         padding-left:24px;
         padding-right:0px;
     }
     .product
     {
         padding: 0px 6px;
     }
     .newsletter div
     {
         width:100%;
     }
     .newsletter .px-5
     {
         padding-left:12px !important;
         padding-right:12px !important;
     }
     .footerMob
     {
         padding-left:0px !important;
         padding-right:0px !important;
     }
     .footerList
     {
         width:50% !important;
     }
      .footerImages > a:not(.social) img {
        max-width: 95%;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}


/* ============================================
   ACCESSIBILITY STYLES - WCAG 2.1 AA
   European Accessibility Act Compliance
   ============================================ */

/* Skip Link - vizibil doar la focus pentru keyboard navigation */
.skip-link {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 12px 24px;
    z-index: 100000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid #FFD700;
    outline-offset: 2px;
}

/* Screen Reader Only - text ascuns vizual dar accesibil pentru screen readers */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Focus Visible - outline clar pe toate elementele interactive */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0, 95, 204, 0.3);
}

/* Focus pentru elemente dark background */
.top-info a:focus-visible,
.navbar-brand:focus-visible,
.btn-dark:focus-visible,
[class*="btn-black"]:focus-visible {
    outline: 3px solid #FFD700;
    outline-offset: 2px;
}

/* Remove default outline only when focus-visible is supported */
@supports selector(:focus-visible) {
    a:focus:not(:focus-visible),
    button:focus:not(:focus-visible),
    input:focus:not(:focus-visible),
    select:focus:not(:focus-visible),
    textarea:focus:not(:focus-visible) {
        outline: none;
    }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .cart-badge.pulse {
        animation: none;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    :root {
        --negru: #000;
        --griText: #000;
    }

    a, button, .btn {
        text-decoration: underline;
    }

    .product .productAddToCart button,
    .btn-dark,
    .toCheckout {
        border: 2px solid #000;
    }
}

/* ============================================
   ACCESSIBILITY WIDGET STYLES
   ============================================ */

#a11y-widget-toggle {
    position: fixed;
    top: 40%;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 8px 0 0 8px;
    background: #004B9B;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.3);
    transition: width 0.2s ease, background 0.2s ease;
}

#a11y-widget-toggle:hover {
    width: 52px;
    background: #003d7a;
}

#a11y-widget-toggle:focus-visible {
    outline: 3px solid #FFD700;
    outline-offset: 3px;
}

#a11y-widget-toggle i {
    font-size: 22px;
}

#a11y-widget-panel {
    position: fixed;
    top: 40%;
    transform: translateY(-20%);
    right: 54px;
    width: 220px;
    background: #fff;
    border: 2px solid #004B9B;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    z-index: 9998;
    display: none;
    padding: 0;
    overflow: hidden;
}

#a11y-widget-panel.active {
    display: block;
}

#a11y-widget-panel h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #004B9B;
    padding: 12px 15px;
    text-align: center;
}

.a11y-btn-row {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease;
}

.a11y-btn-row:hover {
    background: #f0f0f0;
}

.a11y-btn-row:focus-visible {
    outline: 2px solid #004B9B;
    outline-offset: -2px;
    background: #e8f0fa;
}

.a11y-btn-row.active {
    background: #e8f4e8;
    color: #006600;
}

.a11y-btn-row i {
    width: 20px;
    margin-right: 10px;
    text-align: center;
}

.a11y-btn-row:last-child {
    border-bottom: none;
}

.a11y-btn-row.reset-btn {
    background: #f5f5f5;
    color: #c00;
    font-weight: 500;
}

.a11y-btn-row.reset-btn:hover {
    background: #ffe0e0;
}

/* ============================================
   ACCESSIBILITY ACTIVE STATES
   ============================================ */

/* Font Size - folosim CSS zoom pentru compatibilitate maximă */
html.a11y-font-1 { font-size: 100%; }
html.a11y-font-2 { font-size: 112%; }
html.a11y-font-3 { font-size: 125%; }
html.a11y-font-4 { font-size: 137%; }
html.a11y-font-5 { font-size: 150%; }

html.a11y-font-2 body,
html.a11y-font-3 body,
html.a11y-font-4 body,
html.a11y-font-5 body {
    line-height: 1.6;
}

html.a11y-font-2 .product .productNameAndPrice,
html.a11y-font-3 .product .productNameAndPrice,
html.a11y-font-4 .product .productNameAndPrice,
html.a11y-font-5 .product .productNameAndPrice {
    height: auto;
    min-height: 100px;
}

/* Grayscale / Alb și negru */
html.a11y-grayscale {
    filter: grayscale(100%);
}

/* Inversare culori */
html.a11y-invert {
    filter: invert(100%) hue-rotate(180deg);
}

html.a11y-invert img,
html.a11y-invert video {
    filter: invert(100%) hue-rotate(180deg);
}

/* Evidențiere linkuri */
html.a11y-highlight-links a {
    background-color: #ff0 !important;
    color: #000 !important;
    padding: 2px 4px;
    text-decoration: underline !important;
    outline: 2px solid #000;
}

html.a11y-highlight-links a:hover {
    background-color: #ffd700 !important;
}

/* Cursor mare */
html.a11y-big-cursor,
html.a11y-big-cursor * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' stroke='%23fff' stroke-width='1' d='M5 2l18 14-8 2 5 10-4 2-5-10-6 6z'/%3E%3C/svg%3E"), auto !important;
}

/* Oprire animații */
html.a11y-no-animations *,
html.a11y-no-animations *::before,
html.a11y-no-animations *::after {
    animation: none !important;
    transition: none !important;
}

/* Responsive - Widget pe mobil */
@media (max-width: 768px) {
    /* Poziție default pe mobil - jos (când cookies acceptate) */
    #a11y-widget-toggle {
        width: 36px;
        height: 36px;
        top: auto;
        bottom: 20px;
        z-index: 9990;
    }

    #a11y-widget-toggle i {
        font-size: 18px;
    }

    #a11y-widget-panel {
        top: auto;
        bottom: 70px;
        right: 10px;
        width: 200px;
        transform: none;
        max-height: 70vh;
        overflow-y: auto;
    }

    /* Când cookie banner e vizibil - widget sus */
    #a11y-widget-toggle.a11y-top-position {
        top: 35%;
        bottom: auto;
    }

    #a11y-widget-panel.a11y-top-position {
        top: 35%;
        bottom: auto;
        transform: translateY(-20%);
    }

    .a11y-btn-row {
        padding: 10px 12px;
        font-size: 13px;
    }

    /* Font scaling mai moderat pe mobil */
    html.a11y-font-2 { font-size: 106%; }
    html.a11y-font-3 { font-size: 112%; }
    html.a11y-font-4 { font-size: 118%; }
    html.a11y-font-5 { font-size: 125%; }
}


















