body{
    line-height:1.4;  
    font-family: 'Poppins', sans-serif !important;
    font-weight:400;
    color:var(--black);
    letter-spacing: .2px;
    font-size:16px;
    background-color: #f5f7fa; 
}

b, strong {
    font-weight: 700;
}

ol {
    padding-inline-start: 20px;
}

input.form-control,
textarea.form-control{
    font-size: 16px;
    padding: 6px 12px;
    color: #000;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.input-group-text{
    border-radius: 12px;
}

.label-danger{
    color:#da4f49 !important;
}

select.form-control{
    font-size: 16px;
    padding: 6px 12px;
    color: #000;
    border-radius: 6px;
    border: 1px solid #ddd;
}

input.form-control::placeholder,
textarea.form-control::placeholder,
select.form-control::placeholder{
    font-size:inherit;
}

.form-control[readonly].date{
    background-color:#fff;
}

label.col-form-label{
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 6px;
    line-height:1.4;
    color: #424242;
}

.form-group.row label.col-form-label,
.row > label.col-form-label{
    padding:0 15px;
}

img{
    max-width:100%;
    height:auto;
}

.general-close-icon{
    max-height:20px;
}

iframe{
    max-width:100%;
}

h2 {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 32px;
    margin-top: 16px;
    font-weight: 600;
    font-size: 22px;
    color: #424242;
}

.card {
    border-radius: 6px;
    border-color: transparent;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
    border: none;
}

.card-body{
    padding:16px;
}

.auth-main-info-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.form-check .form-check-input{
    top:6px;
    margin-top:0;
    margin-bottom:0;
}

#input-sort{
    font-size:14px;
}

.breadcrumb > li.breadcrumb-item{
    white-space:pre-wrap;
    text-shadow:none!important;
    margin-right:8px;
    font-size:14px;
}

.breadcrumb > li.breadcrumb-item h1{
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0;
    position: relative;
    font-size:14px;
    margin-bottom:0;
}

.alert.alert-dismissible{
    margin: 6px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 12px;
}

.alert.alert-dismissible a{
    color: #fff;
}

label{
    margin-bottom:6px;
}

p{
    margin-bottom:8px;
}

.general-page-wrapper{
    position:relative;
    margin:15px 0 15px;
    width:100%;
}

.general-page-wrapper.w-bc{
    margin:10px 0 15px;
}

h1.general-page-title {
    display: block;
    margin: 0;
    width: fit-content;
    padding: 0 0 6px;
    color: var(--culoare1);
    font-size: 24px;
    text-transform: initial;
    font-weight: 500;
    position: relative;
    text-align: left;
}

.input-group.sort-input-group{
    max-width:300px;
    margin-left:auto;
}

.was-validated .form-control:invalid:focus, 
.form-control.is-invalid:focus{
    box-shadow:none;
}

header.hidden-element,
footer.hidden-element{
    display:none;
}

 /* width */
::-webkit-scrollbar {
    width: 8px;
    height:8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f7f7f7; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--culoare1); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--culoare1); 
}

.row-half{
    margin-left:-7.5px;
    margin-right:-7.5px;
}

.col-half{
    padding-left:7.5px;
    padding-right:7.5px;
}

.modal-header {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--culoare1);
}

.modal-header .modal-title{
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color:#fff;
}

.modal-content{
    border-radius: 8px;
    border: none;
    width:calc(100% - 30px);
    margin-left:auto;
    margin-right:auto;
}

.modal-header .close{
    font-size: 32px;
    margin: 0;
    padding: 0;
    float: none;
    font-weight: 500;
    opacity: 1;
    color:#fff;
    text-shadow: none;
    height: auto;
}

.modal-header .close:hover{
    color:#000;
    opacity:1!important;
}

.modal-body{
    padding: 12px 16px;
}

.modal-body p{
    margin-bottom:8px;
}

.modal-body p:last-child{
    margin-bottom:0;
}

.modal-footer{
    justify-content: space-between;
}

button{
    outline:none!Important;    
}

.btn{
    border-radius:0px;
    cursor:pointer;
}

.btn-primary,
.btn-default{
    box-shadow: none;
    outline:none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 6px 16px;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    width: fit-content; 
    letter-spacing: 0;
    border: 1px solid var(--culoare1);
    background: var(--culoare1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.btn-primary.w-100,
.btn-primary.col-12,
.btn-primary.col-md-12,
.btn-primary.col-lg-12,
.btn-primary.col-xl-12{
    width:100%;
}

#add-payment-company.btn-primary,
#add-payment-address.btn-primary,
#add-address.btn-primary{
    margin-left:auto;
    margin-right:auto;
}

.btn-primary:hover,
.btn-default:hover,
.btn-primary:active,
.btn-default:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-default:focus,
.btn-primary.active,
.btn-default.active{
    color:var(--culoare1);
}

.btn.btn-secondary,
.btn.btn-danger{
    box-shadow: none;
    outline:none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 6px 16px;
    margin: 0;
    display: inline-block;
    width: fit-content; 
    letter-spacing: 0;
    border: 1px solid var(--culoare5);
    background: linear-gradient(to right,#fff 50%,var(--culoare5) 50%) no-repeat scroll right bottom / 210% 100% var(--culoare5)!important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.btn.btn-secondary:hover,
.btn.btn-danger:hover,
.btn.btn-secondary:active,
.btn.btn-danger:active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-secondary:focus,
.btn.btn-danger:focus,
.btn.btn-secondary.active,
.btn.btn-danger.active{
    color: #fff;
}

.btn-sm.btn-primary,
.btn-sm.btn-secondary,
.btn-sm.btn-light,
.btn-sm.btn-danger{
    width: fit-content;
    max-width: 100%;
    font-size: 12px;
    padding: 6px 12px;
    line-height: 14px;
}

.btn.btn-light{
    box-shadow: none!Important;
    outline:none;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    line-height: 16px;
    border-radius: 6px;
    margin: 0;
    display: inline-block;
    width: fit-content; 
    letter-spacing: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}


.btn.w-100{
    max-width:100%;
}

.fa.fa-plus{
    padding-right:6px;
}

a:hover {
    color: var(--culoare1);
    text-decoration: none;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

#display-control{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

#display-control .heading-categorie{
    margin-bottom: 0;
    padding-left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:21px;
    font-weight:400;
}

#display-control .heading-categorie h1,
#display-control .heading-categorie span{
    font-size: 21px;
    color: #000;
    margin:0;
}

.breadcrumb{
    padding: 5px 0 0;
    margin: 0;
}

.breadcrumb li{
    display: inline-block;
    font-weight: 400;
}

.breadcrumb li a{
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 1;
}

#cookie{
    
}

#cookie a:not(.btn){
    display: inline-block;
    margin-right: 6px;
}

#button-cookie{
    background: linear-gradient(to right,#fff 50%,var(--culoare5) 50%) no-repeat scroll right bottom / 210% 100% var(--culoare5)!important;
    border-radius: 8px;
    margin: 6px auto;
    display: inline-block;
    color: #fff;
    border:1px solid var(--culoare5);
}

#button-cookie:hover,
#button-cookie:focus,
#button-cookie:active{
    background-position:left!important;
    color:var(--culoare5);
    border:1px solid #fff;
}

.heading{
    font-size: 21px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid var(--culoare1);
    padding:10px 15px;
}

.heading::after{
    display:none;
}

#logo img {
    max-width: 100%;
    width: auto;
    max-height: 45px;
}

#top {
    background: #e4202c;
    color: #fff;
}

.top-header-help {
    display: flex;
    justify-content: flex-end;
}

.top-header-help li {
    display: inline-block;
    list-style: none;
}

.top-header-help li:first-child {
    margin: 0 10px 0 0;
}

.search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.search-container {
    width: 100%;
}

.search-container .select-search{
    color: #495057;
    height: 44px;
    border: 2px solid var(--culoare1);
    font-size: 14px;
    outline: none;
    border-radius: 0;
    border-right: none;
    max-width: 35%;
}

.search-container .form-control-lg {
    border:2px solid #bfbfbf;
    font-size: 16px;
    padding:20px 10px;
    outline: none;
    border-radius: 0;
    border-right:none;
    z-index:10;
    color:#bfbfbf;
}


.search-container input::placeholder,
.search-container input:-ms-input-placeholder {
    color:#bfbfbf;
}

.search-container input:focus {
    z-index: auto;
}

.search-container .btn-icon {
    position: absolute;
    top: 0px;
    left: 0;
    padding: 0 0.7rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.search-container .btn {
    border-radius: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
    border: 1px solid #ddd;
    border-left: none;
}

.search-container .btn-lg img{
    width: 31px;
}

.account-menu .dropdown {
    width: 19px;
    height: 18px;
}

.account-menu .menu-items span img,
.toggle-menu-resp i,
#toggle-search-mobile{
    width: 25px;
    height: auto;
}

#cart{
    text-align:right;
}

#cart .dropdown-toggle span img{
    width:54px;
    height:auto;
}

#cart .dropdown-menu,
.header-account-dd.dropdown-menu{
    border-radius: 12px;
    padding: 12px;
}

#cart-contents-list tr:first-child td{
    border-top: none;
    padding-bottom: 0;
}

.dropdown-menu{
    min-width:8rem;
}

.dd-right-start::before{
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 0;
    transform: rotate(45deg);
    right: 0;
    margin: auto;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    z-index: 5;
}

.dd-right-start{
    transform: translate3d(0, 25px, 0px)!important;
    min-width:4rem;
    position:absolute;
    top: 0px;
    left: 0px;
}

#form-currency .dd-right-start{
    transform: translate3d(-20px, 25px, 0px)!important;
}

.cart-img{
    margin-right:10px;
}

.cart-total{
    min-width: 22px;
    width: auto;
    height: 22px;
    padding: 0 6px;
    position: absolute;
    background-color: #c00000;
    border-radius: 50%;
    line-height: 22px;
    right: 0;
    top: -6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.header-wishlist .wishlist-total{
    min-width: 22px;
    width: auto;
    height: 22px;
    padding: 0 5px;
    position: absolute;
    background-color: #c00000;
    border-radius: 50%;
    line-height: 1;
    right: -10px;
    top: -10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

#cart-contents-list .btn-sm{
    padding: 6px 12px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 6px;
    opacity: .8;
}

#cart-contents-list .btn-sm:hover{
    opacity:1;    
}

#cart-contents-list .btn-sm i{
    font-size:12px;
}

#cart-contents-list .price{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
}

#cart-contents-list .price .price-old{
    width: 100%;
    max-width: unset;
    text-align: left;
    padding-left: 0;
    color:#777;
    text-decoration:none;
    margin-bottom:0;
    margin-left:0;
}

#cart-contents-list .price .price-new{
    width: 100%;
    max-width: unset;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
    color: #424242;
    font-weight:700;
}

.cart-contents-price-td{
    position:relative;
}

.cart-contents-price-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#cart .cart-wrapper{
    height: 40px;
    width: 100%;
    display: inline-flex;
    position: relative;
}

#cart .cart-wrapper .cart-cont-text{
    border: 1px solid #ddd;
    padding: 0 18px 0 12px;
    text-align:left;
}

#cart .cart-wrapper .cart-cont-text .cc-title{
    font-size:14px;
    text-transform:uppercase;
    display:block;
    font-weight:700;
}

#cart .cart-wrapper .cart-cont-text .cc-total{
    font-size:12px;
    text-transform:lowercase;
    display:block;
    color:#495057;
    padding-top: 5px;
}

#cart .cart-wrapper .cart-cont-img{
    background:var(--culoare1);
    border:1px solid var(--culoare1);
}

#cart .cart-wrapper .cart-cont-img .cart-img{
    margin: 0 auto;
    display: block;
    padding: 10px 16px;
}

#cart .cart-wrapper .cart-cont-img .cart-img img{
    width:16px;
}

#cart .cart-wrapper .cart-cont-img .cart-total{
    position: absolute;
    top: -9px;
    right: 25px;
    background: #009965;
    border-radius: 8px;
    display: inline-block;
    width: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    z-index: 10;
}

#cart .cart-wrapper .cart-cont-img .cart-total::after{
    content: '';
    width: 8px;
    height: 5px;
    background: #20a920;
    right: 8px;
    position: absolute;
    bottom: -2px;
    z-index: 1;
    transform: rotate(35deg);
}

.dropdown-menu {
    border-radius:0px;
}

.dropdown-cart {
    min-width: 300px;
    max-width: 320px;
}

.dropdown-cart li {
    display: block;
}

/* Siderbar */
#sidebar {
    position: fixed;
    top: 0;
    right: -422px;
    width: 422px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 130px 75px 35px;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.sidebar-btn {
    padding: 0;
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Siderbar */

#header-opt i{
    font-size: 21px;
}

.br-dd{
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.menu-container {
    background: transparent;
    margin: 0;
}

.header-menu-wrap{
    padding: 12px 0 6px;
}

#menu {
    min-height:unset;
}

#menu-top-wrapper{
    display:none;
}

.img-bef-cat{
    width:25px;
    margin-right:10px;
}

.cat-text-m{
    position: relative;
    top: 2px;
    letter-spacing: 0px;
}

#main-menu{
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    padding-bottom: 6px;
}

#narbar-menu {
    overflow-x: auto;
}

#narbar-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#narbar-menu::-webkit-scrollbar-thumb {
    background: var(--culoare1);
    border-radius: 12px;
}

#narbar-menu::-webkit-scrollbar-thumb:hover {
    background: var(--culoare1);
}

#narbar-menu::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 12px;
}

#menu .dropdown-menu ul li a:hover{
    background:none!Important;
}

#menu.navbar{
    padding:0;
}

#menu .navbar-nav > li > a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--culoare1);
    font-size: 15px;
    padding: 15px 10px;
    display: inline-block;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight:400;
}

#menu .navbar-nav > li > a:first-letter {
    text-transform: capitalize;
} 

#menu .navbar-nav > li > a:hover {
    background-color: var(--culoare1);
    color: #fff;
}

#menu .dropdown-menu{
    padding:0;
    background:transparent;
    width:100%;
}


#menu .dropdown-inner ul li a:hover{
    background:transparent;
    background:var(--culoare2);
}

#main-menu > .nav-item,
#main-menu > .nav-item.no-dd {
    display: inline-block;
    flex-shrink: 0;
}

#main-menu > .nav-item.dropdown
#main-menu > .nav-item.no-dd{
    text-transform: uppercase;
    letter-spacing: 1px;
    position: unset;
}

#main-menu > .nav-item.dropdown a{
    color:#fff;
}

.menu-wrapper-container{
    padding:0;
}

#main-menu > .nav-item.dropdown a.link-categorii-menu,
#main-menu > .nav-item a.nav-link.no-dd{
    padding: 8px 12px;
    margin: 0 6px;
    background: #f5f7fa;
    min-width: unset;
    text-align: left;
    font-size:16px;
    font-weight:500;
    color: var(--gray-dark);
    letter-spacing: .5px;
    line-height: 1;
    border-radius:12px;
}

#main-menu > .nav-item.dropdown a.link-categorii-menu:hover,
#main-menu > .nav-item a.nav-link.no-dd:hover{
    color:#fff;
    background:var(--culoare1);
}

#main-menu > .nav-item.dropdown a.link-categorii-menu img{
    width: 16px;
    line-height: 1;
    margin-right: 10px;
    top: 0px;
}

#main-menu > .nav-item.dropdown ul li > a{
    color: var(--culoare1);
    padding: 9.45px 10px 9.45px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-bottom:1px solid #ddd;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner .list-unstyled{
    position: absolute;
    left: -1px;
    top: 0;
    background: #fff;
    list-style: none;
    margin: 0;
    overflow: hidden;
    z-index: 10;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner li a{
    color: #000;
    display: inline-block;
    font-size: 14px;
}

#main-menu .nav-item.dropdown .big-inner li a {
    padding: 15px 10px 0 0;
}

#main-menu .nav-item.dropdown .big-inner li:last-child a {
    padding-right: 0;
}

#main-menu .nav-item.dropdown .big-inner li a {
    min-width: auto;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner li a i{
    color:var(--culoare2);
    margin-right:5px;
}

#main-menu > .nav-item.dropdown ul li > a:hover{
    color:var(--culoare1);
    background:transparent;
}

#main-menu .nav-item.dropdown .big-inner li {
    display: inline-block;
}

#main-menu > .nav-item.dropdown > a > i{
    font-weight: 700;
    font-size: 18px;
    content: "\f0ca";
    text-align: center;
    margin-right: 10px;
    position: absolute;
    top: 21px;
    right: 10px;
}

#main-menu > .nav-item.dropdown > i{
    font-weight: 700;
    font-size: 18px;
    content: "\f0ca";
    color: #000;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

#main-menu > .nav-item.dropdown i{
    font-weight: 700;
    font-size: 14px;
    content: "\f0ca";
    color: var(--culoare1);
    text-align: center;
    position: absolute;
    right: 5px;
}

#main-menu .nav-item i{
    font-size: 14px;
}

.w-24-percent{
    width: 24%;
}

.w-49-percent{
    width: 49%;
}


#menu .nav-item.dropdown > .dropdown-menu.first-drop {
    width: 255px; 
    border-top:2px solid var(--culoare3);
}

#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu.nivel-4 {
    position: relative;
}

#main-menu .page-menu {
    width: 100%;
}

#main-menu .page-menu .nav-item {
    display: inline-block;
}

#main-menu .page-menu .nav-item a {
    color: #242d37;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 1.6;
}

#menu .dropdown-inner.big-inner{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

#close-menu {
    display:none!Important;
    cursor:pointer;
}

#close-menu i {
    color: var(--culoare1);     
}




.caret-responsive{
    display:none;
}

#header-opt .dropdown-cart .btn-primary i {
    font-size: 14px;
    margin-right:6px;
}

.border-none {
    border:none;
}


#cart .dropdown-toggle{
    margin-right:0;
}

#cart-text{
    background: #ddd;
    display: inline-block;
    padding: 10px;
    position: relative;
    color: #000;
    font-weight: 300;
}

#cart-text i{
    margin-right: 10px;
    margin-left: 5px;
    color: var(--blue);
    font-size: 16px;
}

footer{
    background-color:var(--culoare1);
    color:#fff;
    padding-top:12px;
    padding-bottom:0;
    margin-top:0px;
}

footer a{
    color:#fff;
    font-size: 16px;
    font-weight: normal;
}

.text-powered-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-powered{
    margin-top: 6px;
    background: var(--culoare3);
}

.footer-hr-diff{
    margin-top:45px;
    border-top: 1px solid #ddd;
}

#text-powered{
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 6px 0;
}

#text-powered a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    transition:all .3s ease;
}

#text-powered a:hover{
    color: #fff;
}

.payment-image{
    text-align:right;
}

.payment-image img{
    max-width:200px;
    width:100%;
}

.cont-logo-footer{
    margin-bottom: 6px;
    text-align: center;
}

.logo-footer{
    margin: 0;
    max-height: 60px;
    width: auto;
    max-width: 100%;
}

.text-sublogo{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.footer-socials-lista {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-socials-lista li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footer-socials-lista li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-socials-lista li a img{
    width:100%;
    max-width:37px
}

.footer-socials-lista .twitter-icon{
    background: #1DA1F2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials-lista .twitter-icon i{
    color:#fff;
}

.footer-socials-lista .facebook-icon{
    background: #4267B2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials-lista .whatsapp-icon{
    background: #25D366;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials-lista .facebook-icon i{
    color:#fff;
}

.footer-socials-lista .whatsapp-icon i{
    color:#fff;
}

.footer-socials-lista .instagram-icon{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials-lista .instagram-icon i{
    color:#fff;
}

.footer-socials-lista .youtube-icon{
    background: #ff0000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials-lista .youtube-icon i{
    color:#fff;
}

.modul-servicii-item-wrap{
    display:flex;
    align-items:stretch;
    justify-content:flex-end;
}

.col-nl-footer-cont {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-flow: column;
    padding-left: 0;
}

.col-nl-footer-cont .titlu-footer{
    margin-bottom:5px;
}

.col-nl-footer-img{
    display:flex;
    align-items:center;
    justify-content:center;
}

.nws-icon{
    background: var(--culoare2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nws-icon i{
    color:#fff;
    font-size:35px;
}

.col-nl-footer{
    display:flex;
    align-items:start;
    justify-content:center;
    flex-flow:column;
}

.titlu-footer{
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

.titlu-footer i{
    display:none;
}

.info-footer{
    list-style: none;
    padding: 0;
    margin: 6px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.info-footer li {
    margin: 3px 12px;
}

.info-footer li a{
    display: inline-block;
    padding: 0;
    font-size:14px;
    color: #fff;
    font-weight:300;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.4;
}

.info-footer li a:hover{
    color: var(--culoare2);
}

.pagination{
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

.pagination li{
    margin-left: 6px;
    display: inline-block;
    margin-top:5px;
    margin-bottom:5px;
}

.pagination li a,
.pagination li span{
    cursor: pointer;
    color: rgb(102,102,102);
    border: 1px solid transparent;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: relative;
    display: block;
    padding: .3rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    box-shadow: none!Important;
    background: #f9f9f9;
    border-radius: 6px;
}

.pagination .page-item.active .page-link{
    border-color:var(--culoare1);
    background:var(--culoare1);
}

.pagination li a:hover {
    background: var(--culoare1);
    border: 1px solid var(--culoare1);
    color: #fff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius:6px!Important;
}


/* ############################################################### css nou ################################################ */
#earningsByMonthChart{
    min-height: 350px;
}

#monthlyPerformanceChart{
    min-height: 300px;
}

#logo{
    text-align: left;
}

#logo a{
    display: block;
    width:fit-content;
}
.account-menu .menu-items {
    list-style: none;
    margin-right: 20px;
    width: 19px;
    height: 18px;
    display: inline-block;
}

.account-menu .menu-items:last-child {
    margin-right: 0;
}

.account-menu {
    position: relative;
    margin-bottom: 0;
    text-align: right;
}

.row.rand-logo-search-account{
    align-items: center;
}

header{
    padding: 0!important;
}

body.modal-open header.sticky{
    padding-right:8px!important;
}

#fixed-section.sticky{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    border-bottom:1px solid #ddd;
    z-index:100;
}


/*.header-top-tel{*/
/*    color: #fff;*/
/*    text-align: left;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    font-size:12px;*/
/*}*/

.header-top-inf-wrapp{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top-inf{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    font-size:12px;
    text-transform:uppercase;
    color:#000;
}

.header-top-inf a{
    color:#000;
    line-height:1.6;
}

.header-top-inf .header-top-menu-item{
    padding:0 20px;
    display:inline-flex;
    border-right:1px solid #ddd;
    align-items:center;
    justify-content:center
}

.header-top-inf .dropdown-menu a{
    text-transform:initial;
    font-size:14px;
}


.header-top-inf .contr-curr .dropdown-menu a{
    text-transform:uppercase;
}


.header-top-inf .header-top-menu-item:last-child{
    padding-right:0;
    border:none;
}

.header-search-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

.header-search{
    text-align: center;
    flex: 1;
}

.cont-tel-header a {
    font-size: 14px;
    letter-spacing: .5px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 700;
    line-height: 1.2;
}

.cont-tel-header a img{
    width: 16px;
    height: auto;
    margin: auto;
    margin-right: 15px;
    padding-top: 1px;
}

.cont-tel-header a span{
    position:relative;
    top:1px;
}

.tel-icon{
    display:none;
}

.row.rand-header-logo-search-acc{
    align-items: center;
    padding: 15px 0;
}

.header-account-menu{
    text-align: right;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.header-account-menu-item{
    margin-right: 20px;
}

.header-account-menu-item.item-cart-m{
    margin-right:15px;
}

.sidebar-btn {
    height:22px;
}

.sidebar-btn i{
    font-size: 21px;
}

.menu-container{
    
}

#main-menu .nav-item.dropdown .big-inner{
    position:relative;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner .list-unstyled{
    width: 50%;
    height: 100%;
    position: unset;
    column-count: 1;
}

#main-menu .page-menu{
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-menu .page-menu .nav-item a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
}

#telephone-meniu{
    display: inline-block;
    width: 400px;
    text-align: right;
    color: #8b8b8b;
}

#telephone-meniu a{
    color:#8b8b8b;
    text-decoration: none;
}

#telephone-meniu a:hover{
    color: #8b8b8b;
    text-decoration: none;
}

#telephone-meniu a i{
    color: var(--culoare2);
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    transform: rotate(100deg);
}

#main-menu .nav-item.dropdown .big-inner li a {
    padding: 0;
    font-size: 16px;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown.menu-group-header{
    display: inline-block;
}

.menu-group-header ul{
    display: block;
}

#main-menu .nav-item.dropdown .big-inner li{
    display: block;
    font-size: 14px;
    width:100%;
}

.menu-group-header > a{
    font-weight: 700;
    font-size: 16px;
}

.menu-group-header ul li a{
    font-size: 14px;
}

/*#main-menu > .nav-item.dropdown ul li > a.current-page{*/
/*    color:var(--culoare2);*/
/*}*/

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li a:hover{
    color: #000;
}

/*#main-menu > .nav-item.dropdown .nav-item.dropdown ul li a.current-page{*/
/*    color:var(--culoare2);*/
/*}*/

#main-menu > .nav-item.dropdown .nav-item.dropdown .nav-item.dropdown ul li a{
    font-size: 16px;
    font-weight: initial;
    padding: 0!important;
    font-style: italic;
    color: #8b8b8b;
    text-transform: initial;
    
}

#main-menu > .nav-item.dropdown .nav-item.dropdown .nav-item.dropdown ul li a:hover{
    color: #000;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown .nav-item.dropdown ul li a::before{
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000;
    content: '';
    z-index: 5;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown .nav-item.dropdown ul li a:hover::before{
    width: 100%;
}

#menu-container-top{
    padding:0;
    background:#fff;
}

.search-content{
    position: relative;
    width: 100%;
}

/* css nou footer */
.footer-socials-lista li a {
    color: #242d37;
}
.footer-socials-lista li a:hover {
    color: var(--culoare2);
}

.contact-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-list-item{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
}

.col-img-footer .contact-list-item{
    margin-bottom: 10px;
}


.contact-list-item:last-child{
    margin-bottom: 0;
}

.contact-list-item a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.contact-list-item a:hover{
    color: var(--culoare2);
}

.col-img-footer .contact-list-item a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.col-img-footer .contact-list-item a:hover{
    color: #fff;
}

.u-logo-desc{
    font-size:16px;
    margin-bottom:25px;
}

.u-logo-desc p{
    margin-bottom:0;
}

.contact-list-item.contact-program-list ul{
    list-style:none;
    padding:0;
}

.contact-list-item.contact-program-list ul > li{
    margin-bottom: 5px;
}

#contact-tel1,
#contact-tel2{
    display:block;
    width:100%;
}

.show-error{
    position:absolute;
    top:-10px;
}

.desc-newsletter{
    font-size: 13px;
    font-weight: 300;
}

.label-accept,
.label-accept a{
    font-size: 16px;
}

/* modul servicii */
.common-home #modul-servicii{
    margin-top:60px;    
}

#modul-servicii{
    padding: 15px 0;
    background: #f6f6f6;
    margin-bottom: 55px;
    margin-top: 45px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.modul-servicii-item-content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.modul-serv-item-imagine{
    display: inline-block;
    margin-right: 25px;
}

.modul-serv-item-imagine img{
    max-width: 50px;
}

.modul-servicii-item-text{
    flex:1;
}

.modul-servicii-item-titlu{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
}

.modul-servicii-item-subtitlu{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: .5px;
    text-transform: uppercase;
}

/* end of modul servicii */

/*************************/

.product-layout{
    border: 1px solid #ddd;
    margin-bottom:15px;
    transition:box-shadow .3s ease;
}

.product-layout:hover{
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 15%);
}


.owl-carousel{
    overflow:hidden;    
}

/*.owl-carousel .owl-stage-outer{*/
/*    overflow:visible;*/
/*}*/

.owl-carousel .product-layout{
    border-right: none;
}

.owl-carousel .product-layout:hover{
    box-shadow: none;
}

.owl-carousel .owl-stage .owl-item:last-child .product-layout{
    border-right: 1px solid #ddd;
}

.imagine-produs{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px;
}

.imagine-produs img{
    width:100%;
}

.pro-bg-img{ 
    display: block;
    padding-bottom: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.produs-content {
    padding: 20px 20px 15px 20px;
    text-align: center;
}

.cont-bax-price{
    font-size: 16px;
    font-weight: 700;
}

.cont-bax-price span{
    color:var(--culoare3);
}

.is-bax-price-list{
    margin-bottom: 15px;
}

.is-box-placeholder{
    margin-bottom:15px;
    height:19px;
}

.is-bax-price-list .cont-bax-price{
    font-size: 14px;
}

.produs-content .price {
    font-size: 16px;
    font-weight: 700;
    text-transform: lowercase;
    color: var(--culoare2);
    font-style: normal;
    margin-bottom: 5px;
}

.titlu-produs-home{
    text-align: center;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    min-height: 55px;
    margin: 0 0 15px 0;
    color: #000;
    transition:all .3s ease;
}

.product-layout .btn-wishlist{
    position: absolute;
    right: 15px;
    top: 5px;
    color: var(--culoare2);
    opacity:0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.product-layout .btn-wishlist i{
    font-size: 21px;
    cursor:pointer;
}

.product-layout:hover .btn-wishlist{
    opacity:1;   
}

.product-layout .produs-item-descriere-buton{
    width: 70%;
}

.product-layout .btn-cart{
    color: #fff;
    cursor: pointer;
    border: 1px solid var(--culoare4);
    width: 100%;
    line-height: 1;
    padding: 12px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--culoare4);
}

.product-layout .btn-cart:hover{
    color:var(--culoare1);
    background:var(--culoare5);
    border-color:var(--culoare1);
}

.product-layout .price-old{
    color: #000;
    font-size:14px;
}

.produs-item-descriere-buton .stock-container{
    display: inline-block;
    width: 100%;
}

.produs-item-descriere-buton .stock-container .stock.stock-0{
    background: #fff;
    color: var(--red);
    border-color: var(--red);
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 30px;
    text-align:center;
}

.stock.stock-0{
    color: var(--red);
    border-color: var(--red);
}

/*************************/

.header-account-menu-wrap{
    padding-left:0;
    padding-right:0;
}

.header-account-menu-wrap .account-icon img,
.header-account-menu-wrap .fav-icon img{
    width:25px;
} 

.livrare-rapida-tag{
    color: #009846;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: .5px;
}

 @keyframes pulse {
	0% {
		transform: scale(1.2);
		box-shadow: 0 0 0 0 rgba(66, 192, 82, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(66, 192, 82, 0);
	}

	100% {
		transform: scale(1.2);
		box-shadow: 0 0 0 0 rgba(66, 192, 82, 0);
	}
}

.banda-reducere{
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 5;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

#product-product .banda-reducere{
    left:10px;
}

#product-product #slider-produse-related .banda-reducere{
    left:-5px;
}

.banda-reducere span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 160px;
    display: block;
    background: var(--culoare5);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 31px;
    left: -34px;
}

.banda-reducere span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--culoare5);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--culoare5);
}

.banda-reducere span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--culoare5);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--culoare5);
}

.eticheta-stock{
    position: relative;
    bottom: 0px;
    left: 0px;
    align-self:flex-start;
    z-index: 2;
    color: var(--culoare1);
    background: #fff;
    margin:10px 0;
}

.hamburger-text{
    display:inline-block;
    position:relative;
    margin-right: 10px;
    top: 2px;
    font-weight: 700;
}

.inactiv::after{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    vertical-align: middle; 
    position: absolute;
    right: 15px;
    top: -5px;
    z-index: 10;
    width: 21px;
    font-size:21px;
    cursor:pointer;
}

.activ::after{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    vertical-align: middle; 
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: -5px;
    z-index: 10;
    width: 21px;
    font-size:21px;
    cursor:pointer;
}

.inactiv2::before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    vertical-align: middle; 
    position: absolute;
    left: -15px;
    top: 0px;
    z-index: 10;
    width: 21px;
    font-size: 21px;
    cursor: pointer;
    color: var(--culoare2);
}

.activ2::before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    vertical-align: middle; 
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 0px;
    z-index: 10;
    width: 21px;
    font-size: 21px;
    cursor: pointer;
    color: var(--culoare2);
}


.img-ch-wrapper{
    background: rgba(255,255,255,0.8);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 360px;
    height: 100%;
    display: none;
    z-index: 10;
}

.img-ch-wrapper.active{
    display:block;
}

.nav-link:hover .img-ch-wrapper{
    display:block;
}

.img-ch{
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 2;
    /*height: 50%;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.img-ch::after{
    content:'';
    display:block;
    padding-bottom:75%;
}

.cpiw-5 .img-ch{
    left:10px;
}

.cpiw-5 .img-ch::after{
    padding-bottom:175%;
}

.img-ch-parinte{
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 30px);
    z-index: 5;
}

.img-ch.img-ch-parinte::after{
    content:'';
    display:block;
    padding-bottom:50%;
}

/*.current-page{*/
/*    color: var(--culoare2);*/
/*}*/

#main-menu > .nav-item.dropdown .nav-item.dropdown ul a.buton-vtc{
    display:none;
    text-decoration:underline;
    padding:5px;
    text-transform:lowercase;
}

.active-item{
    color: #ff0000;
}

/*****************************/

#phone-responsive{
    background:#42c052;
    border-color:#42c052;
    color:#fff;
    left: 10px;
    bottom: 10px;
    box-shadow: 0 0 0 0 rgba(66, 192, 82, 1);
	transform: scale(1);
	animation: pulse 1.5s infinite;
	position:fixed;
	border-radius:50%;
	z-index:100;
	opacity:0;
	visibility:hidden;
    display:none;
}

#wapp-responsive{
    background:#42c052;
    border-radius:50%;
    /*color:#fff;*/
    left: 20px;
    bottom: 20px;
    box-shadow: 0 0 0 0 rgba(66, 192, 82, 1);
    transform: scale(1);
    animation: pulse 1.5s infinite;
    position:fixed;
    z-index:100;
    opacity:0;
}

@keyframes pulse {
	0% {
		transform: scale(1.1);
		box-shadow: 0 0 0 0 rgba(66, 192, 82, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(66, 192, 82, 0);
	}

	100% {
		transform: scale(1.1);
		box-shadow: 0 0 0 0 rgba(66, 192, 82, 0);
	}
}

#phone-responsive a{
    color:#fff;
    width: 35px;
    height: 35px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    
}

#phone-responsive a i{
    transform:rotate(90deg);
}

/*******************/

#category18Modal{
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-top: 1px solid #fff;
    padding: 10px 0;
}

#category18Modal .btn{
    padding: 6px 15px;
    margin-left: 6px;
    line-height: 1;
    height: 28px;
}

#category18Modal .btn:hover{
    background: var(--culoare1);
    border-color: var(--culoare1);
    color:#fff!Important;
}

/* Header top */

.header-top-wrap{
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
}

.header-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.header-top-content{
    display: flex;
    align-items: center;
}

#header-top-wrap{
    position:relative;
    border-bottom:1px solid #ddd;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    transition:all .1s linear;
}

.header-top-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    gap:24px
}

.header-top-tel .header-icon-image{
    max-height:22px;
}

.header-top-tel .header-icon-link{
    align-items:center;
}

.header-top-tel .header-icon-link span{
    position: relative;
    top: 2px;
}

.language-currency-wrapper{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:24px;
    padding:0;
}

.header-top-item{
    font-size: 16px;
    font-weight: 500;
    padding:12px 0;
    margin: 0;
}

.header-top-img{
    padding-right:5px;
    max-height:24px;
}

.header-top-image{
    width:100%;
    max-width:23px;
    padding-right:5px;
}

.lang-di-head{
    border-bottom: 1px solid #c4c4c4;
    width: 50px;
    font-size: 14px;
    margin: auto;
    color:#898989;
    padding: 6px;
    background:#fff;
}

.lang-di-head:hover{
    background:#fff;
    color:var(--culoare1);
}

.lang-di-head:last-child{
    border:none;
}

/* Footer */

#txtemail{
    height: 39px;
    max-width: 80%;
    color: #000;
    padding: 4px 12px;
    font-size: 16px;
    border-color: #ddd;
    border-right: none;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.label-accept{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    float: none;
    font-size: 14px;
    color: #000;
    margin: 12px 0;
}

.col-nl-footer .label-accept{
    margin-bottom:0;
}

.label-accept .agree{
    font-size:14px;
    font-weight:600;
}

.label-accept input{
    margin-right:6px;
    position: relative;
    top: -1px;
}

#newsletter-opener .btn.btn-primary{
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 6px 24px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    display: block;
    width: 200px;
    height: 39px;
    letter-spacing: 0;
    border: 1px solid var(--culoare1);
    background: linear-gradient(to right,#fff 50%,var(--culoare1) 50%) no-repeat scroll right bottom / 210% 100% var(--culoare1)!important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

#newsletter-opener .btn.btn-primary:hover{
    color:var(--culoare1);
    background-position:left!important;
}

/*.send-mail{*/
/*    min-height:34px;*/
/*}*/

/*.top-footer-description{*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    width: 50%;*/
/*    margin: auto;*/
/*    font-style: italic;*/
/*    text-align:center;*/
/*}*/

/* END NEWSLETTER */

.contact-list-item.payment-list-item{
    margin-top:10px;
}

.contact-list-item.payment-list-item span{
    background:#fff;
    padding:5px 15px;
    margin-right:10px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
}

.contact-list-item.payment-list-item span.pli-visa{
    padding:5px;
}

.payment-footer-image{
    height:30px;
}

.payment-footer-image.visa{
    height:25px;
}

.sol-images-wrapper{
    margin-top: 5px;
    position: relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.foot-info-image{
    width:100%;
    max-width:150px;
    display:block;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    margin-right:5px;
}

.foot-info-image:last-child{
    margin-right:0;
}

.foot-info-image::after{
    content:'';
    display:block;
    padding-bottom:30%;
}

/* Nav anim */

#resp-nav-toggler{
    display: inline-flex;
    width: 100%;
    max-width: 35px;
    height: 35px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#resp-nav-toggler span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #1e2f50;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#resp-nav-toggler span:nth-child(1){
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#resp-nav-toggler span:nth-child(2){
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#resp-nav-toggler span:nth-child(3){
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

/*#resp-nav-toggler.open span:nth-child(1){*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*    top: -3px;*/
/*    left: 8px;*/
/*}*/

/*#resp-nav-toggler.open span:nth-child(2){*/
/*    width: 0%;*/
/*    opacity: 0;*/
/*}*/

/*#resp-nav-toggler.open span:nth-child(3){*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*    top: 27px;*/
/*    left: 8px;*/
/*}*/

/* Nav anim */

#close-menu{
    display: inline-flex;
    width: 100%;
    max-width: 40px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#close-menu span{
    display: block;
    position: absolute;
    height: 4px;
    width: 80%;
    background: #1e2f50;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#close-menu span:nth-child(1){
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 8px;
}

#close-menu span:nth-child(2){
    width: 0%;
    opacity: 0;
}

#close-menu span:nth-child(3){
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 8px;
}

/* Menu */

#menu #main-menu > .nav-item.dropdown > .dropdown-menu > .dropdown-inner{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    position:relative;
}

#menu .dropdown-inner ul{
    padding: 10px;
    width: 68%;
    /*max-width:765px;*/
}

#menu .dropdown-menu.child2 .dropdown-inner ul{
    padding:0;
}

#main-menu > .nav-item.dropdown ul li > a{
    font-size: 16px;
    font-weight: 400;
    text-transform: initial;
    border: none;
    margin: 0;
    padding: 6px 0 0 0;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown{
    position:unset;
    display:inline-block;
    max-width: 215px;
    width: 100%;
    outline:none!important;
}

#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu {
    position: relative;
    left: 0;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li a{
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    border: none;
    padding: 0;
    white-space: normal;
    margin-bottom: 3px;
}

#main-menu > .nav-item.dropdown ul li > a.dropdown-toggle,
#menu .nav-item.dropdown .full-width-nav-item a.custom-child,
#main-menu > .nav-item.dropdown .nav-item.dropdown ul li a.custom-child{
    padding: 6px 0px;
    outline: none !important;
    white-space: nowrap;
    transition: all .3s ease;
    display: block;
    font-size: 16px;
    color: var(--culoare1);
    font-weight: 500;
    letter-spacing: .2px;
}

#main-menu > .nav-item.dropdown ul li > a.dropdown-toggle:hover {
    color:var(--culoare1);
}

#menu .nav-item.dropdown > .dropdown-menu.child2{
    display:block;
}

#menu .nav-item.dropdown .full-width-nav-item{
    display: block;
    width: 100%;
    max-width:250px;
}

#menu .nav-item.dropdown .full-dd-menu .full-width-nav-item{
    display:block;
}

#menu .nav-item.dropdown .big-dd-menu .full-width-nav-item,
#main-menu > .nav-item.dropdown .nav-item.dropdown{
    display: inline-block;
    width: fit-content;
    min-width:235px;
    max-width: 255px;
    position: relative;
    padding-right: 15px;
}

.custom-line{
    height: calc(100% - 20px);
    width: 1px;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 235px;
    margin: 10px 0;
}

.custom-line.custom-line2{
    left:470px;
}

.custom-dd-menu .custom-line{
    left:265px;
}

.custom-dd-menu .custom-line.custom-line2{
    left:540px;
}

.custom-dd-menu .custom-line.custom-line3{
    left:811px;
}

.custom-line.custom-line2.cl-4 {
    left: 495px;
}

/*#menu .dropdown-inner ul.child{*/
/*    display: flex;*/
/*    flex-flow: row;*/
/*    flex-wrap: wrap;*/
/*    align-items: flex-start;*/
/*    justify-content: space-between;*/
/*}*/

.category-parent-image-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 20px);
    padding: 0 10px;
    border-left: 1px solid #ddd;
    margin: 10px 0;
    width: 100%;
    max-width: 370px;
    z-index: 5;
    overflow:hidden;
}

.category-parent-image{
    width:100%;
    max-width: 350px;
}

.custom-dd-menu .category-parent-image,
.custom-dd-menu .category-parent-image-wrapper{
    max-width:220px;
    width: calc(100% - 22px);
}

.category-wrapper-image-wrapper.cpiw-5{
    height: calc(100% - 22px);
}

#menu .dropdown-inner ul{
    position:unset;
}

#menu .custom-dd-menu .dropdown-inner ul{
    width: 82%;
    /*max-width:765px;*/
}

#main-menu > .nav-item.dropdown .custom-dd-menu .nav-item.dropdown{
    max-width:270px;
    width:100%;
}

#products-category-item-wrapper{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:24px;
}

.products-category-item{
    flex:0 1 calc(25% - 28px);
    margin:5px;
    padding: 0;
    border:none;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    min-height: 375px;
    position: relative;
    overflow: visible;
}

.products-category-item.category-item-w-column{
    /*flex:0 1 calc(33% - 23px);*/
    flex:0 1 calc(25% - 28px);
}

.products-category-badge{
    position: absolute;
    color: #fff;
    z-index: 10;
    transform: rotate(-45deg);
    font-size: 16px;
    background: var(--culoare4);
    width: 150px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    top: 11px;
    left: -47px;
}

.products-category-content{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    width:100%;
    padding:24px 12px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}

.products-category-image-wrapper{
    display:block;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    position:relative;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.products-category-wishlist-wrapper{
    display: block;
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index:5;
}

.products-category-button-wishlist{
    cursor: pointer;
    color: var(--culoare1);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 6px;
    width: auto;
    height: auto;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
}

.products-category-item:hover .products-category-button-wishlist,
.products-category-button-wishlist.wishlist-added{
    opacity:1;
    visibility:visible;
}

.owl-carousel .owl-item img.general-wishlist-image,
.general-wishlist-image{
    width:28px;
    height:28px;
    position:relative;
    top:2px;
}

.products-category-image-wrapper .eticheta-stock{
    position:absolute;
    left:-1px;
    bottom:0;
    width:fit-content;
    display:block;
    height:auto;
    margin:16px 0;
}

.products-category-image-wrapper .stock{
    padding:6px 12px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    border:1px solid;
    border-left:1px solid #fff;
}

.products-category-image{
    width:100%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    margin-bottom:0;
    position:relative;
    z-index:1;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    visibility:visible;
    opacity:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.products-category-image::after{
    content:'';
    display:block;
    padding-bottom: 100%;
}

.products-category-image.products-category-image-hover{
    position:absolute;
    left:0;
    top:0;
    visibility:hidden;
    opacity:0;
    z-index:1;
}

.products-category-item:hover .products-category-image.products-category-image-hover{
    visibility:visible;
    opacity:1;
}

.products-category-title,
.products-category-title h2{
    text-align:center;
    margin:0 0 12px;
    font-size:16px;
    line-height:1.4;
    min-height: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-weight:600;
    text-transform:initial;
    color:var(--culoare1);
}

.products-category-title h2{
    margin:0;
}

.products-category-code{
    font-size:16px;
    font-weight:600;
    text-align:center;
    display:block;
    line-height:1.2;
    color:var(--culoare1);
    margin-bottom:12px;
}

.products-category-button{
    border: none;
    border-radius: 0;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    background-color: var(--culoare1);
    text-transform: uppercase;
    padding: 12px;
    cursor:pointer;
    color:#fff;
    font-size:16px;
    font-weight:500;
    display:block;
    width:100%;
    text-align:center;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.products-category-button:hover{
    color:#fff;
    background:var(--culoare5);
}

.products-category-section.most-viewed{
    padding:0;
}

.products-category-section.promo .products-category-badge{
    background:var(--culoare5);
}

.banda-reducere.popular span{
    text-transform:uppercase;
    background:var(--culoare4);
}

.banda-reducere.popular span::before{
    border-left: 3px solid var(--culoare4);
    border-top: 3px solid var(--culoare4);
}

.banda-reducere.popular span::after{
    border-right: 3px solid var(--culoare4);
    border-top: 3px solid var(--culoare4);
}

.products-category-promo-badge{
    color: var(--culoare5);
    text-align: center;
    background: #fff;
    border: 2px solid var(--culoare5);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    padding: 0 12px;
    margin:5px 0;
}

.products-category-price-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-flow:column;
    width:100%;
    padding:0;
}

.products-category-price{
    font-size:18px;
    color:#000;
    padding:0;
    font-weight:500;
}

.products-category-price-wrapper .products-category-price{
    padding:0;
}

.products-category-old-price{
    font-size:12px;  
    color:#aaa;  
    min-height:20px;
}

.products-category-price-wrapper.with-meter{
    min-height:65px;
}

.products-category-price-wrapper.with-meter .products-category-price{
    font-size:14px;
}

.products-category-price-meter{
    font-size:18px;
    color:#000;
    padding:0;
    font-weight:500;
}

/* End Products Category */

.inchide{
    cursor:pointer;
}

/* START STICKY */

.sticky {
    position: fixed;
    z-index: 950;
    background:#fff;
    width: 100%;
    top:-47px;
    -webkit-animation:sticky-animation .3s ease-out;
    -moz-animation:sticky-animation .3s ease-out;
    animation:sticky-animation .3s ease-out;
}

body.header-sticked{
    padding-top:180px;
}

@keyframes sticky-animation{
    0%{
        opacity:0;
        transform:translateY(-100%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}

@-webkit-keyframes sticky-animation{
    0%{
        -webkit-opacity:0;
        -webkit-transform:translateY(-100%)
    }
    100%{
        -webkit-opacity:1;
        -webkit-transform:translateY(0)
    }
}

@-moz-keyframes sticky-animation{
    0%{
        -moz-opacity:0;
        -moz-transform:translateY(-100%)
    }
    100%{
        -moz-opacity:1;
        -moz-transform:translateY(0)
    }
}

/* END STICKY */

/* HEADER */

#main-header{
    background-color:#fff;   
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
}

#header-bot-wrap{
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom:1px solid #ddd;
}

.header-bot-row{
    align-items: center;
}

.header-icons-wrapper{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:100%;
}

.header-icon-item{
    padding-right:24px;
}

.header-icon-item:last-child{
    padding-right:0;
}

.search-container {
    margin: auto;
    position:relative;
}

.search-container .main-search-trigger-wrapper .form-control-lg{
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    padding: 6px 12px;
    padding-right: 45px;
    color: #000;
    line-height: 1.5;
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
    height: 45px;
    z-index:10;
}

.search-container .btn {
    justify-content: center;
    border-left: none;
    line-height: 1.8;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2.4px;
    font-size: 16px;
    padding: 10px;
    display: flex;
    align-items: center;
    background: var(--culoare5);
    border-radius: 12px;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.search-container .btn i{
    color:#fff;
    font-size:16px;
}

.search-container .btn-lg:hover i{
    color:#fff;
}

.search-container input::placeholder {
  color:#000;
  opacity: 1; /* Firefox */
}

.search-container input:-ms-input-placeholder {
  color:#000;
}

.search-container input::-ms-input-placeholder { 
  color: #000;
}

.search-container .main-search-trigger-wrapper{
    width: 0;
    z-index:10;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

#search.active .main-search-trigger-wrapper{
    width:400px;
    /*transform:scaleX(1);*/
    visibility:visible;
    opacity:1;
}

.search-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-width: 260px;
}

.main-search-trigger{
    width:100%;
    max-width:32px;
    cursor:pointer;
}

.header-wishlist .header-icon-link{
    position:relative;
}

.header-wishlist .header-icon-link .header-icon-image{
    max-height:28px;
}


#cart{
    min-width:unset;
}

.header-icon-link{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    line-height:1;
    column-gap:8px;
}

.header-icon-link span{
    font-size:16px;
    font-weight:500;
    font-family:'Montserrat', sans-serif;
}

.header-icon-image{
    max-height:32px;
}

#cart .dropdown-toggle span.cart-img img.main-header-icons{
    max-height: 40px;
    width: 40px;
}

@media (min-width: 1350px){
    .container{
        max-width:1290px;
    }
}

@media (min-width: 1500px){
    .container{
        max-width:1440px;
    }
}

/* LOADER */

.infinite-scroll-request{
    text-align: center;
    font-size: 40px;
    margin: 20px auto;
    line-height: 1;
    letter-spacing: 2px;

}

.loader-articole {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:auto;
    height: 2.8rem;
    width: 2.8rem;
}

.loader-articole-dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.loader-articole-dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--culoare1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
    -webkit-animation:pulse0112 .99s ease-in-out infinite;
    -moz-animation:pulse0112 .99s ease-in-out infinite;
    animation:pulse0112 .99s ease-in-out infinite;
}

.loader-articole-dot:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loader-articole-dot:nth-child(2)::before {
    -webkit-animation-delay: -0.7875s;
    -moz-animation-delay: -0.7875s;
    animation-delay: -0.7875s;
}

.loader-articole-dot:nth-child(3) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.loader-articole-dot:nth-child(3)::before {
    -webkit-animation-delay: -0.675s;
    -moz-animation-delay: -0.675s;
    animation-delay: -0.675s;
}

.loader-articole-dot:nth-child(4) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.loader-articole-dot:nth-child(4)::before {
    -webkit-animation-delay: -0.5625s;
    -moz-animation-delay: -0.5625s;
    animation-delay: -0.5625s;
}

.loader-articole-dot:nth-child(5) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.loader-articole-dot:nth-child(5)::before {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.loader-articole-dot:nth-child(6) {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
}

.loader-articole-dot:nth-child(6)::before {
    -webkit-animation-delay: -0.3375s;
    -moz-animation-delay: -0.3375s;
    animation-delay: -0.3375s;
}

.loader-articole-dot:nth-child(7) {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}

.loader-articole-dot:nth-child(7)::before {
    -webkit-animation-delay: -0.22225s;
    -moz-animation-delay: -0.22225s;
    animation-delay: -0.22225s;
}

.loader-articole-dot:nth-child(8) {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.loader-articole-dot:nth-child(8)::before {
    -webkit-animation-delay: -0.1125s;
    -moz-animation-delay: -0.1125s;
    animation-delay: -0.1125s;
}

@keyframes pulse0112 {
    0%,
    100% {
    transform: scale(0);
    opacity: 0.5;
    }
    
    50% {
    transform: scale(1);
    opacity: 1;
    }
}

@-webkit-keyframes pulse0112 {
    0%,
    100% {
    -webkit-transform: scale(0);
    opacity: 0.5;
    }
    
    50% {
    -webkit-transform: scale(1);
    opacity: 1;
    }
}

@-moz-keyframes pulse0112 {
    0%,
    100% {
    -moz-transform: scale(0);
    opacity: 0.5;
    }
    
    50% {
    -moz-transform: scale(1);
    opacity: 1;
    }
}

.main-search-trigger{
    display:none;
}

.search-container .main-search-trigger-wrapper {
    width: 100%;
    visibility: visible;
    opacity: 1;
    right: 0;
}


.product-card-precentage-wrapper{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 50;
}

.product-card-precentage-badge{
    padding: 5px 5px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-style: initial;
    text-align: center;
    background: var(--culoare5);
    position: relative;
    border-radius: 50%;
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-precentage-badge span{
    position:relative;
    left:1px;
}

/* NEW MENU */

.category-parent-image-wrapper{
    max-width:320px;
}

.category-parent-image{
    max-width:300px;
}

.img-ch-wrapper{
    max-width:300px;
    right:unset;
    left:10px;
    height:calc(100% - 30px);
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.custom-category-image-image{
    aspect-ratio: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 100%;
    /*max-height: calc(100% - 30px);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.custom-line{
    left:calc(20% - 10px);
    display:none;
}

.custom-line.custom-line2{
    left:calc(40% - 19px);
}

.custom-line.custom-line3{
    left:calc(60% - 29px);
}

.dd-child-image-top{
    max-width:100%;
    position:relative;
    overflow:hidden;
    display:block;
}

.dd-child-image-top img {
    max-width: 100%;
    aspect-ratio: 1 / .75;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 6px;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item{
    
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item a{
    font-weight: 600;
    position: relative;
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    color:var(--culoare1);
    text-decoration:none;
    min-width: unset;
    padding-top:6px;
    padding-bottom:2px;
    padding-left:0!important;
    padding-right:0!important;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item a:hover{
    color:var(--culoare5);
    text-decoration:none;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item a::before{
    display:none!important;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item a span{
    padding:0!important;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item a::after{
    content:'';
    display:block;
    width:10px;
    height:1px;
    opacity:0;
    visibility:hidden;
    position:absolute;
    bottom:0;
    left:0;
    background:var(--culoare1);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item a:hover::after{
    width:calc(100% - 5px);
    background:var(--culoare5);
    opacity:1;
    visibility:visible;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item a i{
    color:var(--culoare1);
    font-size:12px;
    padding-left:6px;
    position:relative;
    right:unset;
    width:fit-content!important;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown ul li.view-all-item a:hover i{
    color:var(--culoare5);
}

.header-cart-wrapper{
    margin-left: 18px;
}


/* LANGUAGE */

#menu-language{
    display: block;
    width: 40px;
    height: 40px;
    position:relative;
    top: 3px;
    margin-left:16px;
}

.main-language-content{
    /*position:relative;*/
    display:flex;
}

.header-lang-link{
    display:inline-block;
    position: absolute;
    order:1;
    width: 25px;
    height: 25px;
    z-index:15;
    right: 15px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    border:none;
    border-radius:50%;
}

.header-lang-link.active{
    order:2;
}

.header-lang-link.active{
    z-index:20;
    right: 0;
    top: calc(50% + 5px);
}

.header-lang-link::after{
    content:'';
    display:block;
    background:rgba(0,0,0,0.4);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border-radius:50%;
}

.header-lang-link.active::after{
    opacity:0;
}

.header-lang-link img{
    width:100%;
    max-width: 25px;
}

/**/

.header-action{
    padding:15px 0;
}

.header-action-image{
    max-height:40px;
}

.header-account-dd .dropdown-item{
    padding-top:5px;
    padding-bottom:5px;
}

.header-account-dd .dropdown-header {
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    letter-spacing: .2px;
    transition: none;
    padding: 12px 20px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0.5rem;
}

.header-account-dd .dropdown-item {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    letter-spacing: .2px;
    transition: none;
    padding: 10px 20px;
}

.header-account-dd .dropdown-item i, .header-account-dd .dropdown-footer i {
    font-size: 16px;
    color: var(--culoare1);
    width: 20px;
    text-align: left;
    margin-right: 6px;
}

.header-account-dd .dropdown-footer {
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    letter-spacing: .2px;
    transition: none;
    padding: 12px 20px;
    border-top: 1px solid #e9ecef;
    display: inline-block;
    width: 100%;
    margin-top: 0.5rem;
}

.header-account-dd .dropdown-item:hover,
.header-account-dd .dropdown-item:active,
.header-account-dd .dropdown-item:hover:active,
.header-account-dd .dropdown-footer:hover,
.header-account-dd .dropdown-footer:active,
.header-account-dd .dropdown-footer:hover:active
{
    background: #e7e7e7;
}

.header-account-dd .dropdown-item i,
.header-account-dd .dropdown-footer i{
    font-size: 16px;
    color: var(--culoare1);
    width: 20px;
    text-align: left;
    margin-right: 6px;
}

/****/

.register-gt-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    padding: 0 30px;
    gap: 30px;
}

.register-gt-item{
    padding: 16px;
    flex: 1;
    border-radius:12px;
    cursor:pointer;
}

.register-gt-item:hover{
    background-color: var(--highlight);
}

.register-gt-icon{
    margin: 16px 0;
}

.register-gt-icon i{
    font-size: 45px;
    color: var(--culoare1);
}

.register-gt-text{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

/****/

.header-customer-initials{
    font-size: 22px;
    font-weight: 600;
    color: var(--culoare5);
    line-height: 1;
    position: relative;
    top: 3px;
}

.cont-autocomplete-dd{
    position:relative;
}

.cont-autocomplete-dd .dropdown-item{
    font-size:14px;
}

.cont-autocomplete-dd .dropdown-item:hover,
.cont-autocomplete-dd .dropdown-item:active,
.cont-autocomplete-dd .dropdown-item:hover:active
{
    background: #e7e7e7;
}

.cont-autocomplete-dd .dropdown-item a{
    display:inline-block;
    width:100%;
}

/****/

#product-catalog-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Category Headings: Full Width */

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

#product-catalog-table .product-catalog-item{
    border-color: #f5f7fa;
    border-top-width: 6px;
    border-bottom-width: 6px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 6px;
}

.product-catalog-item-td-first{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    vertical-align: middle;
    padding: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.product-catalog-item-td-center{
    flex: 1;
    padding: 6px;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-catalog-item-td-last{
    padding: 6px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.product-catalog-item-image{
    width: 100%;
    min-width: 100px;
    max-width: 100px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 6px;
    position:relative;
    background-color: #f5f7fa;
    cursor:pointer;
}

.product-catalog-item-image::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.product-catalog-item-border-right{
    border-right: 6px solid #f5f7fa;
}

.product-catalog-item-percent-badge{
    position: absolute;
    background: var(--culoare5);
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    bottom: 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.product-catalog-item-price-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 6px;
}

.product-catalog-item-name{
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}

.product-catalog-item-info{
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.product-catalog-item-info-wrapper{
    height:100%;
}

.product-catalog-item-price,
.product-catalog-item-price-meter{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.product-catalog-item-old-price{
    font-size: 12px;
    color: #434343;
}

.product-catalog-item-price-wrapper.with-meter{
    min-height:65px;
}

.product-catalog-item-price-wrapper.with-meter .product-catalog-item-price{
    font-size:14px;
}

.product-catalog-item-price-wrapper.with-meter{
    min-height:65px;
}

.product-catalog-item-price-wrapper.with-meter .product-catalog-item-price{
    font-size:14px;
}

.product-catalog-item-image-trigger{
    font-size: 12px;
    text-decoration: underline;
    margin-top: 6px;
    cursor: pointer;
    display: inline-block;
}

.product-catalog-item-details-trigger{
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

.product-catalog-item-bottom-buttons {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}





.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title {
    font-size: 28px;
    color: var(--culoare1);
}

.category-heading.level-2{
    border: none;
    padding: 0;
    padding-top: 30px;
}

.category-heading.level-3{
    padding: 15px 0;
    border-top: none;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-size: 16px;
    font-weight: 600;
}

.category-heading.level-3 i{
    color:var(--culoare3);   
}

#categories-menu{
    top: 30px;
    z-index: 1;
}

#categories-menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    letter-spacing: .2px;
    border: none;
    border-radius: 6px;
}

#categories-menu a i {
    margin-right: 12px;
    font-size: 18px;
    color: var(--culoare1);
}

#categories-menu .sub-categories a i {
    font-size: 14px;
}


#categories-menu a.product-catalog-left-column-2{
    background-color:var(--culoare3);
    color:#fff;
}

#categories-menu a.product-catalog-left-column-2 i{
    color:#fff;
}

/****/

#filter-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--culoare1);
    margin-bottom: 16px;
    width:100%;
}

.filter-top-title{
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.filter-top-title i{
    font-size:18px;
}

.badge-secondary{
    background-color: var(--culoare3);
}

#mobile-category-menu {
    position: fixed;
    top: 0;
    right: -200%;
    height: 100vh;
    background: #fff;
    padding: 16px 16px 90px 16px;
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid #ddd;
    z-index: 5001;
    width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#mobile-category-menu.open {
    right: 0;
}

#close-mobile-category-menu,
#close-mobile-account-menu{
    display:flex;
    width: auto;
    max-height: 32px;
    margin-left:auto;
    margin-bottom:0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
}

#close-mobile-category-menu i,
#close-mobile-account-menu i{
    font-size: 28px;
}

#overlay-menu-filter::after {
    content: '';
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 5000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#overlay-menu-filter.active::after {
    right: 0;
    visibility: visible;
    opacity: 1;
}

#filter-container {
    border-radius: 0;
    border: none;
    width:100%;
}

/*****/

#mobile-fixed-navbar{
    display:none;
}

#product-catalog-search-cont.fixed-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
    padding: 6px 12px;
}

#product-catalog-table.fixed-search-active {
    margin-top: 69px;
}

.card-body .table-responsive{
    min-height:100%;
}











