main{
    max-width: 100vw;
    overflow: hidden
}

html{
    max-width: 100vw;
    overflow-x: hidden;
}

body{
    line-height: 1.4;
    max-width: 100vw;
    overflow-x: hidden;   
}

.container-seneca{
    padding-left:100px;
    padding-right:100px
}

 /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
  border-left: 1px solid #000;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--culoare1); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--culoare1); 
}

.hidden{
    display:none;    
}

button{
    outline:none!Important;    
}

a:hover {
    color: var(--culoare1);
    text-decoration: none;
}

.form-control{
    border-radius:0px;
    box-shadow:none!Important;
    outline:none!Important;
}

.heading {
    letter-spacing: 1px;
    color: #000;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.heading::after {
    display:none;
}

.heading-left {
    font-size: 24px;
    font-weight: 400;
}

.breadcrumb{
    padding: 20px 10px 20px 0;
    margin: 0;
}

.breadcrumb li{
    display: inline-block;
    font-weight: 500;
}

.breadcrumb li a{
    text-decoration: none;
    color: rgb(102,102,102);
    display: inline-block;
    position: relative;
    z-index: 1;
}

#logo img {
    max-width: 100%;
    width: auto;
    max-height: none;
}

#top {
    border-bottom: none;
    background: #f9f9f9;
    color: #fff;
    min-height: 0px;
    padding:0;
}

#top .nav > .list-inline > .list-inline-item{
    padding: 10px 0;
    padding-right: 12px;
    margin-right: 6px;
    position: relative;
}

#top .nav > .list-inline > .list-inline-item:last-child{
    border-right:none;
}

#top .nav > .list-inline.list-right-header > .list-inline-item{
    border-right: none;
    padding: 6px 0;
    padding-right: 0px;
    margin-right: 0px;
    padding-left: 6px;
    margin-left: 0;
}


#top .nav > .list-inline.list-right-header > .list-inline-item:first-child{
    border-left:none;
}

#top .nav > .list-inline > .list-inline-item,
#top .nav > .list-inline > .list-inline-item a{
    color: #000;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
}

#top .nav > .list-inline > .list-inline-item .dropdown-menu a:active{
    color:#fff!Important;    
}

#top .nav > .list-inline > .list-inline-item i:not(.fa-caret-down){
    color: #777;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#top .nav > .list-inline > .list-inline-item i:not(.fa-caret-down):hover{
    color: var(--culoare1);
}

#top .nav > .list-inline.list-right-header > .list-inline-item i.fa-caret-down{
    margin-left:5px;
    margin-right:0;
}

#top .nav > .list-inline.list-right-header > .list-inline-item i{
    margin-left:0;
    margin-right:5px;
}

#top .nav > .list-inline > .list-inline-item:hover,
#top .nav > .list-inline > .list-inline-item a:hover{
    opacity:1;
}

#top .nav > .list-inline.list-right-header{
    width:100%;
    text-align:right;
}

.inner-top-header-list{
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-contacts{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

#header-contacts .list-inline-item{
    color: #000;
    font-size: 20px;
    letter-spacing: 0px;
    margin: 0;
}

#header-contacts .list-inline-item i{
    margin-right: 10px;
    color: var(--culoare1);
    font-size: 22px; 
}

header{
    background: #fff;
    color: #000;
    padding: 15px 0;
    position: relative
}

header a{
    color:#000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.btn{
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    padding: 6px 20px 6px;
    line-height: 1.5;
    font-size: 15px;
    border:1px solid var(--culoare1);
}

.btn-primary:hover{
    background-color:transparent;
    border-color:var(--culoare1);
    color:var(--culoare1);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
    background-color:transparent;
    border-color:var(--culoare1);
    color:var(--culoare1);
}

.btn-dark{
    background: var(--culoare2);
    border-color: var(--culoare2);
}

.btn-secondary{
    background:#fff;
    color:var(--culoare1);
}


#cart-contents-list .btn-sm{
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
}

#cart-contents-list .btn-sm i{
    font-size:12px;
}

#header-opt i{
    font-size: 20px;
}

#header-opt i.fa-caret-down{
    font-size: 14px;
}

#header-opt .list-inline-item{
    margin-left:10px;
    margin-right:0;
}

#header-opt .list-inline-item{
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
}

.br-dd{
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.menu-container {
    background: transparent;
    margin-bottom: 0;
}

#main-menu{
    align-items: center;
}

#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: #000;
    font-size: 14px;
    padding: 8px 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .5px;
}

#menu .navbar-nav > li > a:hover {
    background-color: transparent;
    color: var(--culoare1);
}

footer{
    color:#000;
    padding-top:30px;
    margin-top:0px;
}

footer a{
    color:#000;
    font-size: 15px;
    font-weight: 300;
}

#text-powered{
    border: none;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    background: #f9f9f9;
    padding: 12px 0;
}

#text-powered a{
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.logo-footer{
    width: 100%;
    display: block;
    margin-bottom: 20px;
    max-width: 260px;
}

.text-sublogo{
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 18px;
    font-style: italic;
    font-family: "Merriweather",serif;
}

.footer-socials-lista {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.footer-socials-lista li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footer-socials-lista li a {
    color: var(--culoare1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-socials-lista li a i{
    font-size: 22px;
}

.titlu-footer{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .5px;
}

.titlu-footer::after{
    content: '';
    display: inline-block;
    height: 2px;
    width: 60px;
    background: var(--culoare1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.info-footer{
    list-style:none;
    padding:0;
}

.info-footer li a{
    display: block;
    padding: 2px 0;
    color: #000;
    text-decoration: none;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.info-footer li a i{
    margin-right: 8px;
    font-size: 12px;
    color: var(--culoare1);
}

.contacte-footer{
    list-style:none;
    padding:0;
}

.contacte-footer li{
    margin-bottom:6px;
}

.contacte-footer li a{
    padding: 10px 0;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.contacte-footer li a i{
    margin-right: 12px;
    font-size: 19px;
    color: var(--culoare1);
    width: 20px;
    display: inline-block;
    text-align: center;
}

.netopia-banner-footer{
    width: 100%;
    max-width: 350px;
}

#newsletter-opener{
    margin-top: 15px;
    width: 100%;
}

#txtemail{
    height: 40px;
    max-width: 90%;
    color: #000;
    padding: 9px 9px 8px 15px;
    font-size: 18px;
    border-color: #fff;
    border-right: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Merriweather",serif;
    outline: none!Important;
    border-right: none!Important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-footer-nl .label-accept{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    float: left;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    font-weight:300;
}

.form-footer-nl .show-error{
    width: 100%;
    text-align: center;
    font-weight: 300;
    letter-spacing: .5px;
    font-size: 14px;
}

.form-footer-nl .label-accept a{
    color:#fff;
    font-size: 14px;
}

.form-footer-nl .label-accept input{
    margin-right:10px;
}

.col-info-footer{
   padding-left:5%;
}

#menu .dropdown-menu{
    padding:0;
    background:transparent;
    width:100%;
}

#menu .dropdown-menu .dropdown-menu{
    padding-top:6px;
}

#menu #main-menu > .nav-item.dropdown > .dropdown-menu > .dropdown-inner{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    background: var(--culoare4);
}

#menu .dropdown-inner{
    display: inline-block;
    width:100%;
}

#menu .dropdown-inner ul li a:hover{
    background:transparent;
    background:var(--culoare1);
}

#main-menu > .nav-item{
    display: inline-block;
    margin-right: 25px;
}


#main-menu > .nav-item.dropdown ul li > a{
    color: #fff;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--culoare2);
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
}

#main-menu > .nav-item.dropdown ul li:last-child > a{
    border-bottom:none;
}

#main-menu > .nav-item.dropdown ul li > a span{
    display:none;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner .list-unstyled{
    background: var(--culoare4);
    list-style: none;
    margin: 0;
    z-index: 10;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner li{
    padding: 4px 10px;
    display: inline-block;
    width: 100%;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner li a{
    color: #fff;
    display: inline-block;
    padding: 6px 0;
    font-size: 16px;
    width: 100%;
    border-bottom: none;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .5px;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner li ul li a{
    color: var(--culoare2);
    display: inline-block;
    padding: 0;
    font-size: 14px;
    margin-bottom: 0;
    text-transform:initial;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner li a i{
    color: #fff;
    margin-right: 5px;
    font-size: 10px;
}

#main-menu > .nav-item.dropdown ul li > a:hover{
    color:#fff;
    background:transparent;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown{
    position: unset;
}

#main-menu > .nav-item.dropdown > a > i{
    font-weight: 600;
    font-size: 14px;
    content: "\f0ca";
    color: #fff;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: 1px;
    display: none;
}

#main-menu > .nav-item.dropdown > i{
    font-weight: 600;
    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: 600;
    font-size: 14px;
    content: "\f0ca";
    color: #fff;
    text-align: center;
    position: relative;
    top: 1px;
}

#main-menu .nav-item i{
    font-size: 14px;
}


.w-24-percent{
    width: 24%;
}

.w-49-percent{
    width: 49%;
}

#menu .nav-item.dropdown .full-width-nav-item{
    display:block;
    width: auto;
    border-bottom: 1px solid #ddd;
}

#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu{
    position: absolute;
    left: 100%;
    padding: 0;
    width: fit-content;
    transition: all .0s;
}

#menu .nav-item.dropdown#main-nav-item-cat-wrapp .nav-item.dropdown > .main-dropdown-lvl2{
    background:var(--culoare4);
    min-height:245px;
}

#menu #main-menu > .nav-item.dropdown .dropdown-menu > a{
    text-transform: inherit;
    color: var(--culoare1);
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 13px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 4px;
}

#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu li a:hover{
    color:var(--culoare2);
}

#close-menu{
    display:none!Important;
}

.caret-responsive{
    display:none;
}

.dropdown-menu{
    border-radius:0px;
}

#header-opt .dropdown-cart .btn-primary i {
    font-size: 14px;
    margin-right:6px;
}

.border-none{
    border:none;
}

#search {
    margin-bottom: 10px;
    padding: 3px 0;
}

.utile-item > i{
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    top: 5px;
    position: relative;
    display: none;
}

#search .form-control-lg{
    border: none;
    font-size: 14px;
    outline: none;
    padding: 5px 10px;
    color: #000;
    line-height: 1.5;
    border-radius: 30px;
}



#search .btn {
padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: none;
    height: 28px;
    width: 28px;
    background: var(--culoare1);
    color: #fff;
    line-height: 1.8;
    border-radius: 100%;
    position: absolute;
    right: 3px;
    top: 5px;
}

#search .btn-lg i,
#search .btn-lg:hover i{
    font-size: 14px;
    color: #fff;
}

#search input::placeholder {
  color:#000;
  opacity: 1; /* Firefox */
}

#search input:-ms-input-placeholder {
  color:#000;
}

#search input::-ms-input-placeholder { 
  color: #000;
}

#header.sticky #cart{
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 100;
}

#header.sticky #cart > .dropdown-toggle{
    background: var(--culoare1);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
}

#header.sticky #cart > .dropdown-toggle #cart-header-img{
    width: 25px;
}

#header.sticky #cart > .dropdown-toggle #cart-total{
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: -6px;
    right: -10px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 22px;
}

#cart-header-img{
    width: 50px;
    position: relative;
    top: -6px;  
}

#cart .dropdown-toggle{
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#cart-total{
    position: absolute;
    top: -6px;
    right: 0;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    background: var(--culoare1);
    color: #fff;
    font-size: 12px;
    z-index: 2;
}

#cart-text{
    display: inline-block;
    position: relative;
    color: #000;
    font-weight: 300;
    margin-right: 5px;
}

#cart-text i{
    margin-right: 10px;
    margin-left: 5px;
    color: var(--blue);
    font-size: 16px;
}

#menu-section{
    background: #f9f9f9;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

footer{
    background: #fff;
    padding-top: 30px;
}

.pagination{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.pagination li{
    margin-right: 10px;
    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: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    box-shadow: none!Important;
    background: #f9f9f9;
}

.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:0px!Important;
}

.dropdown-cart {
    width: 300px;
}

#back-to-top{
    background:var(--culoare1);
    border-color:var(--culoare1);
    color:#fff;
}

.contacte-footer-banda {
    margin-top: 22px;
    padding: 20px 0;
    background: #f9f9f9;
}

.buc-contacte-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
}

.buc-contacte-footer a{
    color:#000;
}

.buc-contacte-footer i {
    margin-right: 10px;
    color: var(--culoare1);
    font-size: 22px;
}

#cart-total-list{
    color:#000;
    font-weight:300;
}

.list-menu-opts{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.list-menu-opts .list-inline-item a > i{
    color: #000;
    font-size: 22px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.list-menu-opts .list-inline-item a > i:hover{
    color: var(--culoare1);
}

.list-menu-opts .list-inline-item a > img,
.toggle-search-resp img{
    width:22px;
}

#cart .btn i{
    color:#fff;
    font-size:14px;
}

#cart .btn:hover i{
    color:var(--culoare1);    
}

.list-menu-opts .list-inline-item:not(:last-child){
    margin-right: 10px;
    margin-left: 8px;
}

.banner-footer{
    margin-bottom: 30px;
    padding-bottom: 30px;
    position:relative;
}

.banner-footer::after{
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    left:15px;
    width:calc(100% - 30px);
    height:1px;
    background:#ddd;
}

.banner-footer img{
    width: 100%;
    height: auto;
}

/* ###################################################css nou ############################################## */
.list-inline-item{
    position: relative;
}

.header-home{
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
    background: transparent;

}

/*=============== meniu css nou =================*/ 
#menu{
    min-height: auto;
}

.meniu-logo-utile-wrapper{
    background: rgba(31, 31, 31, .5);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.meniu-logo-utile-wrapper:hover{
    background: var(--culoare4);

}




.rand-meniu-logo-utile{
    height: 150px;
    align-items: center;

}

#logo a{
    display: block;
    text-align: center;
}

.utile{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.utile-item{
    display: inline-block;
    margin-right:20px;
    position: relative;
}

.utile-item #search {
    transition: all .5s;
}

.utile-item:last-child{
    margin-right: 0;
}

.utile-item i.fa-user{
    font-size: 20px;
    color: #fff;
}

.utile-item a i{
    font-size: 20px;
    color: #fff;
}

.utile-item a{
    display: block;
}

.utile-item a img,
.utile-item .btn-hidden-desk img{
    width:20px;
}

#cart-header-img{
    width: 20px;
    top: 0;
}

#cart .dropdown-toggle{
    display: inline-block;
}

#cart-total {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 17px;
    height: 17px;
    line-height: 16px;
    text-align: center;
    border-radius: 100%;
    background: var(--culoare1);
    color: #fff;
    font-size: 12px;
    z-index: 2;
}

#search{
    margin-bottom: 0;
    display: inline-block;
    padding: 0;
    position: relative;
    text-align: right;
}

#search > i{
    position: absolute;
    top: 50%;
    right: -50px;
    font-size: 20px;
    color: #fff;
    margin-top: -10px;
    display: none;
    cursor: pointer;
}

#search .btn{
   display: inline-block;
    height: auto;
    width: auto;
    background: transparent;
    padding: 0;
    position: relative;
    top: -16px;
    right: 0;
}

#search .btn-lg{
        border: none;
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    z-index: 30;
}

#search .btn-lg img{
    display: block;
}

.search-hidden-desk{
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.btn-hidden-desk{
    position:relative;
    z-index:2;
    right: 0;
    cursor: pointer;
}

.search-hidden-desk.search-visible{
    opacity: 1;
    visibility: visible;
}

.btn-hidden{
    position: absolute;
    top:0;
    right: 7px;
    cursor: pointer;
    z-index: 30;
}

#search .search-hidden-desk .form-control-lg{
    display: block;
    right: 0;
    opacity: 0;
    width: 0px;
    background: #f9f9f9;
    padding: 5px 10px;
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: auto;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
}

#search .search-hidden-desk.search-visible .form-control-lg{
    opacity: 1;
    width: 220px;

}

#header .btn-hidden{
    font-size: 20px;
}

#total-wishlist{
        display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    text-align: center;
    background: var(--culoare1);
    color: #fff;
    line-height: 17px;
    border-radius: 50%;
    right: -10px;
    top: -4px;
}

#menu .navbar-nav > li > a{
    color: #fff;
    position: relative;
}

#main-menu > .nav-item.dropdown > a > i{
    color: #fff;
}

#menu .navbar-nav > li > a:hover{
    color: #fff;
}

#menu .navbar-nav > li > a::before{
    position: absolute;
    top: 100%;
    margin-top:-2px;
    left: 0;
    width: 0;
    background: #fff;
    height: 2px;
    content: '';
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


#menu .navbar-nav > li > a:hover::before{
    width: 100%;
}

#main-menu > .nav-item.dropdown .nav-item.dropdown .nav-item.dropdown{
    border-bottom: none;
}


#main-menu > .nav-item.dropdown ul li .dropdown-inner .dropdown-inner li{
    padding: 2px 0;
}
/*=============== end of meniu css nou =================*/ 
/* submeniu nivel 1 */

.meniu-wrapper,
.main-nav-item-cat, 
#menu{
    position:unset;    
}

.meniu-wrapper{
    padding-right:0;    
}

#menu .nav-item.dropdown .dropdown-menu {
    position: absolute;
    margin-top: 2px;
    width: auto;
}

#main-category-button{
    cursor:pointer;
}

#menu .nav-item.dropdown.main-nav-item-cat .dropdown-menu{
    background: var(--culoare4);
}

#menu .nav-item.dropdown:not(.main-nav-item-cat):hover .dropdown-menu {
    margin-top: 0;
    display: block;
    width: auto;
    left: auto;
    right: auto;
    top: 63%;
    padding-top: 0;
}

#menu .nav-item.dropdown.main-nav-item-cat .dropdown-menu.arata-sublista{
    margin-top: 0;
    display: block;
    width: auto;
    left: auto;
    right: auto;
    top: 63%;
    padding-top: 0;
}

#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu.main-dropdown-lvl1,
#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu.main-dropdown-lvl2{
    top: 0;
}

#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu.main-dropdown-lvl2 > .dropdown-inner > .list-unstyled{
    column-count: 3;
    padding:15px;
}

#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    position: absolute;
    margin-left:30px;
    left:100%;
}

#menu .nav-item.dropdown .nav-item.dropdown:hover .dropdown-menu,
#menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu.arata-sublista{
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
    width: calc(1110px - 160px);
    top: 0;
}

#menu .nav-item.dropdown .dropdown-menu.arata-sublista{
    opacity: 1;
    visibility: visible;
    z-index:100;
}

#menu .nav-item.dropdown.main-nav-item-cat > .dropdown-menu{
    max-width:300px;
}

#menu .nav-item.dropdown .nav-item.dropdown .nav-item{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

#menu .nav-item.dropdown .nav-item.dropdown .nav-item.dropdown .dropdown-menu {
    position: relative;
    left: 0;
}

#main-menu > .nav-item.dropdown ul li{
    display: block;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner li{
    display: block;
}

#menu .nav-item.dropdown .nav-item.dropdown .nav-item.dropdown .dropdown-menu{
    width: auto;
    display:block;
}

#main-menu > .nav-item.dropdown ul li > a{
    width: auto;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner .dropdown-inner li a{
    border-bottom: none;
}


/* end of submeniu nivel 1 */
/* footer nou */
footer{
    background: var(--culoare4);
}

#text-powered{
    background: var(--culoare4);
}

#text-powered a{
    color: #fff;
}

.rand-text-powered{
    align-items: center;
}

.text-powered-text{
    color: #fff;
    text-align: left;
}

.text-powered-plati{
    text-align: right;
}

.footer-socials-lista{
    text-align: center;
    max-width: 260px;
    margin-top: 25px;
}

.titlu-footer{
    color: #fff;
}

.titlu-footer::after {
    background-color: var(--culoare2)
    
}

.contacte-footer li a{
    color: #fff;
}

.contacte-footer li a i{
    color: var(--culoare2);
}

.info-footer li a{
    color: #fff;
}

.info-footer li a i {
    color: var(--culoare2);
}

footer .container-fluid{
    padding: 0 100px;
}
/* end of footer nou */

.special-percent{
    position: absolute;
    top: 15px;
    left: 30px;
    color: #fff;
    background: #da4f49;
    width: 45px;
    height: 45px;
    font-size: 14px;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    z-index: 2;
}

.item-noutati-imagine .imagine-produs {
    width: 100%;
    height: auto;
    max-width:100%;
    max-height:100%;
}

.item-noutati{
    min-height:0px;
}

.item-noutati-imagine {
    height: auto;
    padding: 18%;
}

.item-noutati-imagine .imagine-produs::after{
    content:'';
    display:block;
    padding-bottom:150%;
}

.item-noutati .item-noutati-body {
    min-height: 160px;
}

.item-noutati .item-noutati-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.item-noutati .item-noutati-price .price-new{
    margin-right: 10px;
}

.item-noutati .item-noutati-price .price-old{
    color: #da4f49;
    font-size: 14px;
}

/*************************/

#toast {
    border-radius: 0px;
    background: #f5f5f5;
    border: none;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.5);
}

#toast .toast-header{
    background-color: var(--culoare1);
    color: #fff;
    border: none;
}

#toast .toast-header strong{
    font-weight: 400;
    text-align: center;
    width: 100%;
}

#toast .toast-header strong i{
    display:none;
}

#toast .toast-header .close{
    color: #fff;
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: 2px;
}

#toast .toast-body{
    background: transparent;
    padding: 15px 10px;
    text-align: center;
    line-height: 1.6;
    color: #000;
}

#toast .toast-body a{
    color:#000;
}


/*************************/

#cart-header-main-dropdown{
    position: fixed!Important;
    top: 0!important;
    right: -400px!Important;
    transform: translate3d(0px, -2px, 0px)!important;
    left: auto!Important;
    height: 100vh;
    padding: 0;
}

#cart-header-main-dropdown li{
    padding-left:15px;
    padding-right:15px;
}

#cart-header-main-dropdown #cart-total-list{
    margin-top:30px;    
}

#cart-header-main-dropdown #cart-contents-list {
    max-height: 60vh;
}

#cart-header-main-dropdown.show{
    right: 0px!Important;
}

#cart-header-main-close{
    display:none;
}

#cart-header-main-dropdown.show #cart-header-main-close{
    display: block;
    text-align: right;
    padding: 15px;
    background: var(--blue);
    margin-bottom: 40px;
    color: #fff;
}

#cart-header-main-close i{
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.mesaj-imp {
    color: #000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.common-home .mesaj-imp{
    color: #fff;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 2;
}



.col-nl-footer{
    padding: 20px 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width:100%;
    overflow:hidden;
}

.cont-nfo-nlf{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.col-nl-footer img{
    margin-right: 20px;
    max-width: 80px;
}

.col-nl-footer .info-text-nl{
    
}

.titlu-footer-nl{
    color: #fff;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.desc-newsletter{
    color: #9b9b9b;
    font-size: 14px;
}

.col-nl-footer .form-footer-nl{
    flex: 1;
    padding-left: 60px;
}

.col-nl-footer .form-footer-nl .btn{
    border-radius: 0px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    border: 1px solid var(--culoare1);
    padding: 8px 20px;
    font-size: 15px;
    text-transform: inherit;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
}

/*********************/

.col-mare-edituri{
    border-bottom: 1px solid #ddd;
    padding-bottom:15px;
    margin-bottom:30px;
}

.image-edit-cat{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-edit-cat::after{
    content:'';
    display:block;
    padding-bottom:50%;
}

.col-desc-edit-cat{
    font-size: 16px;
    line-height: 1.8;
}

.border-image-edit-cat{
    border:1px solid #ddd;
    padding:15px;
}


/***********************/

#popup-modal .modal-content{
    background: #fff;
    color: #000;
    border-radius: 0px;
    border:none;
}

.close.inchide-modal-popup{
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 1;
    color: #000;
    opacity: 1;
}

.close.inchide-modal-popup i{
    font-size:18px;
}

#popup-modal-row{
    display: flex;
    flex-flow: revert;
    align-items: stretch;
    justify-content: center;
    padding: 10px;
}

#popup-modal-image{
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cont-input-inscriere-club{
    margin-bottom:20px;
}

.cont-input-inscriere-club .btn{
    font-family: 'Nimbus Sans L', sans-serif;
    width: 100%;
    padding: 10px;
    background: #222;
    border-color: #222;
    font-size: 20px;
}

.cont-input-inscriere-club .btn:hover,
.cont-input-inscriere-club .btn:active,
.cont-input-inscriere-club .btn:focus,
.cont-input-inscriere-club .btn:active:focus{
    background-color: #222;
    border-color: #222;
    color:#fff;
}

#popup-modal-body{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 40px 0px;
}

#popup-modal .show-error{
    width:100%!Important;
    text-align:center;
}

#popup-modal .modal-header{
    border-bottom: none;
    padding-bottom: 0;
    color:#fff;
    padding: 15px;
    border-radius: 0px;
}

#popup-modal .modal-header h4{
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 15px;
}

.titlu-popup-modal{
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Nimbus Sans L',sans-serif;
}

.descriere-popup-modal{
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.descriere-popup-modal2{
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.cont-newsletter-modal .form-control{
    font-size: 16px;
    text-align: center;
    border-color: #000;
    color: #000;
    padding: 11px 15px;
    height: auto;
    font-family: 'Nimbus Sans L', sans-serif;
}

.cont-newsletter-modal .form-control::placeholder {
  color:#ddd;
  opacity: 1; /* Firefox */
}

.cont-newsletter-modal .form-control:-ms-input-placeholder {
  color:#ddd;
}

.cont-newsletter-modal .form-control::-ms-input-placeholder { 
  color: #ddd;
}

.cont-newsletter-modal .label-accept{
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
}

.cont-newsletter-modal .label-accept input{
    margin-right:5px;
}

.cont-newsletter-modal .label-accept a{
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

/***********************/

.bg-custom-info{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.bg-custom-info .heading{
    color:#fff!Important;
}





