/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
==================================================

/* =========================
   GLOBAL FONT
   ========================= */
   
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/themes/hummingbird/assets/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

body,
.productdescription,
.product-miniature__description,
button,
textarea,
select,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px;
    letter-spacing: -0.1px;

}
input,
button 
{color:white;		
}

.quantity-button input {
    background: transparent;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif !important;
}
.products__sort-dropdown button,
.products__sort-dropdown .btn,
.ps-searchbar input {
    background: rgba(19, 31, 39, 0.45) !important;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid #ffffff73;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}





/* =========================
   LOGO / HEADER ELEMENTS
   ========================= */

.logo.img-fluid {
    padding: 0;
}

.details__right {
    padding: 0;
}

.details__right img.img-fluid.details__manufacturer-logo {
    padding: 0;
    display: block;
    max-width: 100%;
}

.header-bottom .navbar-brand .logo {
    max-height: 3rem;
    max-width: 14rem;
    width: auto;
}

.header-bottom {
    padding: 1.25rem 0;
}


/* =========================
   SEARCH
   ========================= */

.ps-searchbar {
    margin-block: .5rem;
    min-width: 14rem;
    overflow: visible;
}

.ps-searchbar input {
    color: white !important;
}

.ps-searchbar input::placeholder {
    color: cyan !important;
}


/* =========================
   PRODUCT MINIATURE
   ========================= */

/*.product-miniature__bottom {
    background: #f7faff6e;
}*/

.accordion-item {
    border-block-end: none;
}


/* =========================
   HEADER BACKGROUND
   ========================= */

/* Homepage */
body.page-index .header-top,
body.page-index .header-bottom {
    border: none;
}


/* Homepage text */
body.page-index .header-top a,
body.page-index .header-top span,
body.page-index .header-top li,
body.page-index .header-bottom a,
body.page-index .header-bottom span,
body.page-index .header-bottom li {
    color: #fff !important;
}
/* Homepage customer dropdown */
body.page-index .dropdown-menu,
body.page-index .dropdown-menu .dropdown-item,
body.page-index .dropdown-menu .dropdown-item i,
body.page-index .dropdown-menu a {
    color: #000 !important;
}

body.page-index .dropdown-menu {
    background: #fff !important;
}



/* =========================
   DESKTOP MAIN MENU
   ========================= */

.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li > .ps-mainmenu__tree-link,
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li > .ps-mainmenu__tree-dropdown-toggle {
    color: #fff !important;
}


/* =========================
   DESKTOP SUBMENU
   ========================= */

.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu {
    background: url(/img/backm.jpg) center center / cover fixed !important;
}

.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu a,
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu span,
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item,
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right a,
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items a {
    color: #fff !important;
}

.ps-mainmenu--desktop .submenu__right {
    background: url(/img/backm.jpg) center center / cover fixed !important;
	
	
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item.active {background: #001c27d4 !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid #ffffff73;
	padding-left: 10px;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);} 


/* =========================
   MOBILE MENU
   ========================= */

.ps-mainmenu:is(.ps-mainmenu--mobile) .menu a,
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu span {
    color: #fff !important;
}


/* Mobile submenu */
.ps-mainmenu:is(.ps-mainmenu--mobile) .submenu {
    background: #fff;
}

.ps-mainmenu:is(.ps-mainmenu--mobile) .submenu a,
.ps-mainmenu:is(.ps-mainmenu--mobile) .submenu span {
    color: #000 !important;
}



/* =========================
   HEADER MOBILE/DESKTOP
   ========================= */

@media (min-width: 768px) {

    #header .logo {
        max-width: 100%;
    }

    .header-top {
        border-bottom: 0 solid var(--bs-border-color);
    }

}


body.page-index #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
}


body.page-index #wrapper {
    margin-top: 0;
}
/* =========================
   CONTAINER SIZE
   ========================= */

@media (min-width: 1400px) {

    .checkout-steps__mobile,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xs,
    .container-xxl {
        max-width: 87%;
        margin: 0 auto;
    }

    .header-bottom__container.container-md {
        max-width: 90% !important;
    }

}
.ps-customtext {
    padding-top: 15px;
    padding-bottom: 10px;
}


/* =========================
   HEADER FIXED
   ========================= */

@media (min-width: 992px) {

    .header-top.fixed {
        position: relative;
    }

}


/* =========================
   CATEGORY / SEARCH LIST MODE
   ========================= */

@media (min-width: 992px) {

    body#category .products,
    body#search .products {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }


    body#category .product-miniature,
    body#search .product-miniature {
        width: 100% !important;
    }


    body#category .product-miniature__inner,
    body#search .product-miniature__inner {
        display: flex;
        flex-direction: row;
        gap: 20px;
		padding:10px;
        align-items: stretch;
		}
		


    body#category .product-miniature__top,
    body#search .product-miniature__top {
        width: 275px;
        min-width: 275px;
		padding: 10px;
    }
  

    body#category .product-miniature__bottom,
    body#search .product-miniature__bottom {
        flex: 1;
    }


    body#category .product-miniature__actions,
    body#search .product-miniature__actions {
        width: 180px;
        min-width: 180px;
    }

}



/* =========================
   PRODUCT GRID / LIST SWITCH
   ========================= */

@media (min-width: 992px) {


    /* GRID */

    #js-product-list.grid-view .products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }



    /* LIST */

    #js-product-list.list-view .products {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }


    .products-wrapper.list-view .product-miniature {
        width: 100% !important;
    }


    .products-wrapper.list-view .product-miniature__inner {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px !important;
        align-items: stretch !important;
    }

	
    .products-wrapper.list-view .product-miniature__top {
        width: 275px !important;
        min-width: 275px !important;
        padding: 10px;
    }


    .products-wrapper.list-view .product-miniature__bottom {
        flex: 1 !important;
    }


    .products-wrapper.list-view .product-miniature__actions {
        width: 180px !important;
        min-width: 180px !important;
    }

}



/* =========================
   VIEW TOGGLE BUTTONS
   ========================= */

.products-view-toggle {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;

}
.products-view-toggle button {
    background: #111;
    color: #fff;
    border-color: #111;
}


.products-view-toggle button {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #ffffff73;
    background: #001c28;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all .25s ease;
}


.products-view-toggle button:hover {
    border-color: 1px solid #ffffff73;
	background: blue;
    transform: translateY(-1px);
}


.products-view-toggle button.active {
    background: blue;
    border:1px solid #ffffff73;
}


.products-view-toggle .icon {
    font-size: 22px;
    line-height: 1;
}


.products-view-toggle button:focus {
    outline: none;
    box-shadow: none;
}


/* =========================
   PRODUCT IMAGES
========================= */

.img-fluid,
.img-thumbnail {
    width: 75%;
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 15px;
}


/* Produse - Bestsellers / New products / Viewed / Featured */
.ps-bestsellers .product-miniature__image,
.ps-newproducts .product-miniature__image,
.ps-viewedproduct .product-miniature__image,
 {
    width: 75%;
    padding: 20px;
}


/* Produse - Category */
@media (min-width: 1400px) {
	.ps-categoryproducts .product-miniature__image {
    width: 65%;
    padding: 20px;
}
}


/* Imagine produs - implicit */
.product-miniature__image {
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: var(--bs-transition-default);
	padding: 20px;
	}


/* Tabletă / Mobile */
@media (max-width: 992px) {
    .product-miniature__image {
        width: 85%;
        padding: 15px;
    }
}


/* =========================
   PRODUCT ACTIONS
   ========================= */

@media (min-width: 992px) {

    .product-miniature__actions {
        margin-top: auto;
        display: flex;
    }

}


/* =========================
   PRODUCT PAGE
   ========================= */

@media (min-width: 1200px) {

    .page-product .product__container {
        grid-template-columns: 35% minmax(0, 1fr);
        /*border-bottom: 1px solid #ddd;*/
		align-items: center;
    }

}


/* =========================
   PRODUCT TITLE / STOCK
   ========================= */

.product-title-stock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.product-title-stock .product-miniature__title {
    flex: 1;
	color:yellow;
}


.numeprodus {
    flex-shrink: 0;
}


#numeprodus {
    font-size: 18px;
}


.textmarius {
    padding-top: 7px;
    padding-bottom: 7px;
}



/* =========================
   MAIN MENU SPACING
   ========================= */

.ps-mainmenu:is(.ps-mainmenu--desktop) {
    justify-content: flex-end;
}


.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link {
    padding: .1rem .1rem;
}


.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item {
    padding: .1rem .1rem;
}



/* =========================
   BADGES
   ========================= */

.header-block__badge {
    background: #0b69f6;
}



/* =========================
   BANNERS
   ========================= */

.banner {
    display: block;
    width: 100%;
}


.banner-img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
}



/* =========================
   LEFT / RIGHT BLOCKS
   ========================= */

.left-block,
.right-block {
    border: 1px solid var(--bs-border-color);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-radius: 3%;
    padding: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}



/* =========================
   MANUFACTURERS
   ========================= */

#ybc-mnf-block .ybc-mnf-block-a-img {
    text-align: center;
}



/* =========================
   CATEGORY TREE
   ========================= */

.category-tree__list[data-depth="0"] > .category-tree__item > .category-tree__item-header .category-tree__item-link {
    font-weight: 400;
	
}


.category-tree__list {
    row-gap: .1rem;
}



/* =========================
   OPTIONAL HIDE PRICE
   ========================= */

/*
.product-miniature__prices {
    display: none !important;
}

.page-product .product__prices-block {
    display: none !important;
}
*/


/* =========================
   MOBILE FINAL FIXES
   ========================= */

@media (max-width: 767px) {

    .ps-searchbar {
        min-width: auto;
    }


    .header-bottom .navbar-brand .logo {
        max-width: 14rem;
    }


}

/* Force main menu white on all non-home pages */
body:not(.page-index) {
    --bs-secondary-color: #fff;
}

/* Desktop main menu */
body:not(.page-index) .ps-mainmenu--desktop .ps-mainmenu__tree > li > .ps-mainmenu__tree-link,
body:not(.page-index) .ps-mainmenu--desktop .ps-mainmenu__tree > li > .ps-mainmenu__tree-dropdown-toggle {
    color: #fff !important;
}

/* Mobile main menu */
body:not(.page-index) .ps-mainmenu--mobile .menu > li > a {
    color: #fff !important;
}

/*	.ps-mainmenu:is(.ps-mainmenu--mobile) .menu a {
    color: #000 !important;
}*/
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle .menu-toggle .material-icons, .ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle .menu-toggle .submenu__left-item[data-ps-has-child=true]:after {

    color: white;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu__title {
    color: white;
}

.header-block__action-btn {

    color: white
}
.left-block__title, h3 {

	padding-bottom: 10px;
    border-bottom: solid 1px #d9d9e34d;
}


body.page-index .ps-banner .container {
    max-width: none !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.page-index .ps-banner .banner,
body.page-index .ps-banner .banner-img {
    display: block;
    width: 100%;
    height: auto;
}
.page-content--home
 {
gap: 0rem;
}

/* Hummingbird category tree block */
#left-column .ps-categorytree,
#left-column .category-tree {
    padding: 15px;
    border-radius: 8px;
}
.details__item {
    padding: .3rem;
}

/* ==========================================================
   PRESTASHOP 9.1 HUMMINGBIRD - DARK THEME
   ========================================================== */


/* GLOBAL */
:root {
    --dark-bg: #132c42;
    --dark-bg-2: #1b2932;
    --dark-card: #202d36;
    --dark-border: #34444e;
    --dark-text: #f2f2f2;
    --dark-muted: #b8c2c8;
    --accent: #ffc400;
	--bs-body-color : white;
}

body {

    color: var(--dark-text);
}
.breadcrumb__wrapper {
    background-color: transparent;
}
.product-miniature__description {

    color: white;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #132c42 !important;
}



.subcategory__link {

    color: white;

}
html,
body {
    width: 100%;
    min-height: 100%;
}

html {
    background:#131f27;
}

body {
    position:relative;
    background:transparent !important;
}

body::before {
    content:"";
    position:fixed;
    inset:-20px;

    background:url('/img/back.jpg') center center / cover no-repeat;

    filter:blur(4px) brightness(.8);

    z-index:-2;
    pointer-events:none;
}

/* Product container only */
.product-miniature,
.product-miniature__inner,
.product-miniature .product-description,

.products  article {

    background: transparent !important;
    border-radius: 12px;
    box-shadow: none;
	border: 1px solid rgba(255,255,255,.12);
}

.details__list {
    background-color: transparent;
}

/* ==========================================
   LEFT CATEGORY MENU - DARK BACKGROUND
   ========================================== */

#left-column .left-block,
#left-column .ps-categorytree {
    color: #fff !important;
    border-radius: 12px;
}


/* Remove white backgrounds from submenu */
#left-column .accordion,
#left-column .accordion-item,
#left-column .accordion-header,
#left-column .accordion-collapse,
#left-column .accordion-body,
#left-column .category-tree__child,
#left-column .category-tree__list,
#left-column .category-tree__item,
#left-column .category-tree__item-header {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


/* Category text */
#left-column .left-block__title,
#left-column .left-block__title a,
#left-column .category-tree__item-link,
#left-column .category-tree__item-header {
    color: #fff !important;
}


/* Hover */
#left-column .category-tree__item-link:hover,
#left-column .left-block__title a:hover {
    color: rgb(155 189 227) !important;
}


/* Accordion arrows */
#left-column .accordion-button::after,
#left-column .category-tree__item-toggle {
    filter: brightness(0) invert(1);
}


/* Expanded submenu links */
#left-column .collapse.show a,
#left-column .accordion-collapse a {
    color: #fff !important;
}


/* Hover expanded submenu */
#left-column .collapse.show a:hover,
#left-column .accordion-collapse a:hover {
    color: #ffc400 !important;
}

.header-bottom {
    border-bottom: none;
}
    .subcategory__link:hover {
        background-color: transparent;
        color: var(--bs-link-hover-color)
    }
@media (max-width: 767.98px) {
    .subcategory__list {
        display: none !important;
    }
}
.btn:disabled {
    background-color: red;
	opacity: 1;
	color:white;
}
@media (max-width: 767px) {

    .layout-left-column .products,
    .layout-right-column .products,
    .layout-no-column .products {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

}

.js-quickview {
        display: none !important;
    }
/* Quick view button transparent glass style 


.product-miniature__quickview-button {
    background: rgba(19, 31, 39, 0.45) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.15);

    color: #fff !important;

    width: 80%;
    left: 10%;
    right: 10%;

    padding: .8rem 1rem;

    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

/* Text and icon 
.product-miniature__quickview-button span,
.product-miniature__quickview-button i {
    color: #fff !important;
}

/* Remove possible blue background from parent
.product-miniature__quickview,
.product-miniature__quickview-container {
    background: transparent !important;
}

.modal-dialog-scrollable .modal-content {
background: url('/img/back.jpg') center !important;
}*/

/* Mobile */
@media (max-width: 767px) {

    .product-title-stock {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .product-title-stock .product-title {
        white-space: normal;
    }

}
body:not(.page-index) .header,
body:not(.page-index) .header-top,
body:not(.page-index) .header-bottom,
body:not(.page-index) .header-nav {
    background: transparent !important;
    position: relative !important;
    box-shadow: none !important;
}


/* Glass line */
body:not(.page-index) .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 5px;

    background: rgba(217,217,227,.30);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255,255,255,.25);
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .offcanvas-header {
    justify-content: space-between;
    align-items: center;
    padding-inline: .75rem;
    background: url('/img/back.jpg') center center / cover fixed !important;
    position: relative;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .ps-mainmenu__additionnals {
    background: url(/img/back.jpg) center center / cover fixed !important;
}

.ps-mainmenu:is(.ps-mainmenu--mobile) .offcanvas-header::before {
    content: "";
    width: 220px;
    height: 50px;
    background: url(/img/logo-1781079565.jpg) no-repeat left center ;
    background-size: contain;
    display: block;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .ps-mainmenu__mobile {
    height: 100%;
    background: url(/img/back.jpg) center center / cover fixed !important;
}
@media (max-width: 767px) {

    #left-column {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    #content-wrapper {
        width: 100% !important;
    }
}


/* Links */
.breadcrumb-item a {
    color: #fff !important;
    text-decoration: none;
}


.breadcrumb-item:hover a {
    color: #9bbde3 !important;
}
/* Separator */
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,.5);
    margin-right: .5rem;
	margin-left: .5rem;
}

/*.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    background: rgb(255 255 255 / 4%);
    border-radius: 12px;
}
*/
.details__item {

    border-bottom: 1px solid #dee2e68f;
}
.logo_marius {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
}
 .footer__main {   background: #002a3975;

}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree>li .ps-mainmenu__tree-link:hover {
    color:#0b69f6 !important;
	transform: scale(1.1);

}
.dropdown-toggle:after {
    color: white;
}


/* Ascunde textul */
a.ps-mainmenu__tree-link[href*="154-reduceri"] {
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Afișează imaginea */
a.ps-mainmenu__tree-link[href*="154-reduceri"]::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url("/img/sale.png") center center no-repeat;
    background-size: contain;
    transition: transform .3s ease;
}

a.ps-mainmenu__tree-link[href*="154-reduceri"]:hover::before {
    transform: scale(1.5);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.25));
}

#ybc-mnf-block-ul .owl-nav {

    display: none;
}
.ps-sharebuttons__link {
    color: blue;
}
.ps-searchbar__magnifier {
    color: cyan;
    
}
.checkout-steps {
    background-color: transparent;

}
.accordion {

    --bs-accordion-bg: transparent;


}
.accordion-item {

    color: white;
}
.cart-summary__total {
    border-block: 1px solid #78888f8f;

}
hr {
        border-top: 1px solid #78888f8f;
}

.ps-mainmenu__back-button {
    display: none !important;
}
.btn-close {
    filter: invert(1);
    opacity: 1;
}


.ps-searchbar__dropdown {
background: #001e2aab !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25); 
}
.ps-searchbar__result-name {
    color: white;
background:transparent;
}
.ps-searchbar__result-link:hover {
	background: #025b674d !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}

.dropdown-menu.show {
    background: #025b674d !important;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);;
}
.dropdown-item {
	color:white;
}
.dropdown-item:hover {background: #001c27d4 !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);}

/* Homepage only */
body#index .ps-mainmenu .submenu,
body#index .ps-mainmenu__submenu {
    display: none !important;
}
.ps-mainmenu .submenu,
.ps-mainmenu__submenu {
    border: none !important;
    box-shadow: none !important;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left {
    border-right: .0625rem solid #dee2e687;

}

.account-menu--sidebar .account-menu__link--active {
    background:#19485b85 !important;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .15);

}
.form-control {
border: var(--bs-border-width) solid #78888fab;
background-color: transparent; }

/* Remove focus border from menu buttons/links */
.ps-mainmenu a:focus,
.ps-mainmenu button:focus,
.ps-mainmenu__tree-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

.ps-languageselector .js-language-selector {
    background-color: transparent !important;
    color: #fff !important;
    border-color: rgba(255,255,255,0.3) !important;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.js-language-selector option {
    background: #013141 !important;
    color: #fff !important;
}


.account-menu--main .account-menu__link {
    background: transparent;
    }
 
.mb-1 {
    color: yellow;
}
#product_features_heading {
    display: none !important;
}

@media (min-width: 768px) {
    body#index .ps-mainmenu__tree-dropdown-toggle {
        display: none !important;
    }
}
body#index .ps-mainmenu__tree-item {
    margin-right: 20px;
}



@media (min-width: 992px) {

    .js-sub-menu.submenu {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-15px);

        transition:
            opacity 0.4s ease,
            transform 0.4s ease,
            visibility 0s linear 0.4s;
    }

    .js-sub-menu.submenu[style*="display: block"] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);

        transition:
            opacity 0.4s ease,
            transform 0.4s ease,
            visibility 0s linear 0s;
    }

}
@media (min-width: 992px) {
    .js-sub-menu.submenu {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}
body.category-service .product-title-stock > .numeprodus {
    display: none !important;
}
body#product.product-id-category-152 .textmarius .btn-danger {
    display: none !important;
}

/* ================================
   COOKIE POPUP
================================ */

.cookie-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999;

    width: calc(100% - 40px);
    max-width: 650px;

    padding: 20px;

    background: #ffffff;
    border-radius: 12px;

    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.18);

    opacity: 0;
    visibility: hidden;

    transform: translateY(30px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
}

.cookie-popup.cookie-popup--visible {
    opacity: 1;
    visibility: visible;
	background:#011f2ce0;
    transform: translateY(0);
}


/* Continut */

.cookie-popup__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.cookie-popup__text {
    flex: 1;
}

.cookie-popup__text h3 {
    margin: 0 0 8px;

    font-size: 20px;
    font-weight: 600;
}

.cookie-popup__text p {
    margin: 0 0 8px;

    font-size: 15px;
    line-height: 1.5;
}

.cookie-popup__link {
    font-size: 14px;
    text-decoration: underline;
}


/* Butoane */

.cookie-popup__buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-popup__button {
    min-width: 90px;

    padding: 10px 18px;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.cookie-popup__button:hover {
    opacity: 0.85;
}

.cookie-popup__button:active {
    transform: scale(0.97);
}


/* Refuz */

.cookie-popup__button--reject {
    background: transparent;

    border: 1px solid #777;

    color: red;
}


/* Accept */

.cookie-popup__button--accept {
    background: transparent;

    border: 1px solid #777;

    color: #ffffff;
}


/* Mobile */

@media (max-width: 767px) {

    .cookie-popup {
        left: 10px;
        bottom: 10px;

        width: calc(100% - 20px);

        padding: 18px;
    }

    .cookie-popup__content {
        flex-direction: column;
        align-items: stretch;

        gap: 18px;
    }

    .cookie-popup__buttons {
        width: 100%;
    }

    .cookie-popup__button {
        flex: 1;
    }

}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#wrapper {
    flex: 1;
}

#footer {
    margin-top: auto;
}
