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

body{
    line-height:1.4;    
}

 /* 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); 
}


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 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: "Merriweather", serif;
    padding-bottom: 10px;
}

.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;
}

#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:0;

}

header a{
    color:var(--culoare1);
    -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{
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

#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: #fff;
    font-size: 14px;
    padding: 8px 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .5px;
    border-bottom:3px solid transparent;
}

#menu .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fff;
    border-bottom:3px solid #fff;

}

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

footer a{
    color:#000;
    font-size: 16px;
    font-weight: normal;
}

.col-info-footer1{
    padding-left:60px;
}

#text-powered{
    border: none;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    background: var(--culoare1);
    padding: 6px 0;
    margin:0;
}

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

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

.text-sublogo{
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 16px;
}

.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;
    color: var(--culoare1);
}

.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:hover{
    color:#000;
    letter-spacing:.5px;
}

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

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

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

.contacte-footer li a{
    padding: 2px 0;
    color: #000;
    font-size: 17px;
    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;
}

#newsletter-wrapper{
    position:relative;
}

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

#txtemail{
    height: 40px;
    font-size: 14px;
    border-color: var(--culoare1);
    border-right: none;
    font-weight: 400;
    font-family: "Merriweather",serif;
    position: relative;
    padding-left: 10px;
    width: 100%;
    background: #fff;
}

#txtemail:focus{
    outline:none;
}

.newsletter-button{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--culoare1);
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    border: 2px solid var(--culoare1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-button:hover{
    background: #fff;
    border:2px solid var(--culoare1);
    color: var(--culoare1);
}
.label-accept{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    float: left;
    font-size: 16px;
    color: #212529;
    margin-top: 10px;
}

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




#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;
    width: 100%;
    background: #fff;
}

#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{
    display:block;
    position: relative;
    
}

#main-menu > .nav-item.dropdown ul li{
    position: relative;
}


#main-menu > .nav-item.dropdown ul li > a{
    color: #000;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
    position: relative;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

#main-menu > .nav-item.dropdown ul li:hover > a{
    transform: translateX(30px);
}

/*#main-menu > .nav-item.dropdown ul li::before{*/
/*    position:absolute;*/
/*    top:50%;*/
/*    margin-top: -7px;*/
/*    left:10px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: var(--culoare1);*/
/*    content:'';*/
/*    border-radius: 50%;*/
/*    z-index: 5;*/
/*    transform: scale(0);*/
/*    -webkit-transform: scale(0);*/
/*    -moz-transform: scale(0);*/
/*    -ms-transform: scale(0);*/
/*    -o-transform: scale(0);*/
/*    transition: all .5s;*/
/*    -webkit-transition: all .5s;*/
/*    -moz-transition: all .5s;*/
/*    -ms-transition: all .5s;*/
/*    -o-transition: all .5s;*/
    
/*}*/

/*#main-menu > .nav-item.dropdown ul li:hover::before{*/
/*    transform: scale(1);*/
/*}*/

#main-menu > .nav-item.dropdown ul li .submenu-item-icon{
    position: absolute;
    top: 7px;
    left: 10px;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition-delay: .1s;
}

#main-menu > .nav-item.dropdown ul li:hover .submenu-item-icon{
    transform: scale(1);
}



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

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

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

#main-menu > .nav-item.dropdown ul li .dropdown-inner li a{
    color: #000;
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
}

#main-menu > .nav-item.dropdown ul li .dropdown-inner li a i{
    color:var(--culoare1);
    margin-right:5px;
}

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

#main-menu > .nav-item.dropdown .nav-item.dropdown{
    position: relative;
    border-bottom:1px solid #ddd;
}

#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;
}

#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: #000;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

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

#main-menu > .nav-item.dropdown ul i{
    margin-left: 15px;
}

.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;
}

#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(--culoare1);
}

#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-telephone{
    display: flex;
    align-items: center;
    justify-content: center;
}

#telephone{
    
    margin-right: 10px;
    align-items: center;
    color:#777;
} 

#telephone i{
    display: initial;
    margin-right: 5px;
    font-size: 20px;
    color: var(--culoare1);
}
#search {
    margin-bottom: 0;
    padding: 3px 0;
    
}

#search .form-control-lg{
    border: 1px solid #ddd;
    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: 5px;
    top: 8px;
}

#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;
}

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

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

#menu .nav-item.dropdown .dropdown-menu{
    padding: 0;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    display: block;
    top: 115%;
    -webkit-transition:all .2s ease-in;
    -moz-transition:all .2s ease-in;
    transition:all .2s ease-in;
    width:200px;
    
}


#menu .nav-item.dropdown .dropdown-menu.arata-sublista{
    margin-top:0!important;
    opacity:1;
    visibility:visible;
    top:100%;
}
    



/*#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: var(--culoare1);
}

footer{
    background: #fff;
}

.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;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

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

.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);
}

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

#cart .btn:not(.btn-danger):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 */
.header-wrapper{
    padding:30px  0;
}
.fa-caret-down:before {
    content: "\f107";
}

#search{
    position:relative;
    width:100%;
}

#search input[type="text"]{
    position:relative;
    width:100%;
    height:50px;
    border-radius:25px;
    border:2px solid var(--culoare1);
    padding-left:10px;
}

#search input[type="text"]:focus{
    outline:none;
}

#search input[type="text"]::placeholder{
    color:#777;
}

#search .btn{
    position:absolute;
    top:8px;
    width:40px;
    height:40px;
    background:var(--culoare1);
    right:5px;
    color:#fff;
    border:none;
    border-radius:50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

#search .btn:hover{
   opacity: .8; 
}

.row-header-logo-search-cart{
    align-items:center;
}

.header-cart{
    padding-left:40%;
    text-align:right;
}

.header-cart-content{
    display:flex;
    align-items:center;
    position:relative;
    z-index:10;
    cursor:pointer;
}

.header-cart-content .cart-content-wrapper{
    display:none;   
    padding-top:10px;
    position: absolute;
    z-index: 9999;
    right: 0;
    top:100%;

    text-align:left;
    background:#fff;
}



.cart-content{
    width: 360px;
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    
}

.header-cart-content .header-cart-icon{
    margin-right:10px;
}

.header-cart-content .header-cart-icon i{
    color:#666666;
    font-size:50px;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
}

.header-cart-content:hover .header-cart-icon i{
    color: var(--culoare1);
}

.header-cart-content .header-cart-text-items h4,
.header-cart-content .header-cart-text-items p{
    margin-bottom:0;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -otransition:all .5s;
}

.header-cart-content:hover .header-cart-text-items h4,
.header-cart-content:hover .header-cart-text-items p{
    color: var(--culoare1);
}

.header-cart-text-items{
    display:flex;
    flex-direction:column;
    height:50px;
    justify-content:space-between;
    
}

.cart-item{
    display:flex;
    position:relative;
    z-index:1;
    margin-bottom:20px;
}

.cart-item-image{
    display:inline-block;
    margin-right: 20px;
    border:1px solid var(--culoare1);
    
}

.cart-item-image img{
    width:80px;
}

.cart-item-content{
    display:inline-block;
    width:100%;
}



.cart-item-content h4{
    font-weight:700;
}

.card-item-close{
    position:absolute;
    top:0;
    right:0;
    
}


.card-item-close i{
    color: var(--culoare1);
    font-size:25px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    
}

.card-item-close i:hover{
    color:#ff0000;
}

.cart-body{
    border-bottom: 1px solid var(--culoare1);
}

.cart-subtotal{
    border-bottom:1px solid var(--culoare1);
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    
}

#cart-subtotal-text,
#cart-price{
    margin-bottom:0;
}

.cart-footer{
    padding:10px 0 0 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.cart-view-cart{
    display:block;
    width:100%;
    text-align:center;
}

.cart-view-cart a{
    display:block;
    padding:10px 0;
    background:var(--culoare1);
    color:#fff;
    border:1px solid var(--culoare1);
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    
}

.cart-view-cart a:hover{
    background:#fff;
    color:var(--culoare1);
}

.header-top-wrapper{
    padding:5px 15px;
    background:#f9f9f9;
}

.account-wishlist-cart-list{
    margin-bottom:0;
    list-style:none;
    text-align:right;
    
}

.account-wishlist-cart-item{
    display:inline-block;
    margin-right:20px;
    
}


.account-wishlist-cart-item:last-child{
    margin-right:0;
}

.account-wishlist-cart-item a{
    color: var(--culoare1);
}

.account-wishlist-cart-item a:hover{
    color: var(--culoare1);
}

.footer-bg{
    clear: both;
    width: 100%;
    background-image: url('../../image/catalog/design/bg-footer.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    
}

.footer-content-wrapper{
    padding: 50px 0;
    border-top: 4px solid var(--culoare1);
    background: #f9f9f9;
}

#footer-soc-list{
    padding:0;
    margin-bottom:0;
    list-style:none;
}

.footer-soc-item{
    display:inline-block;
    margin-right:5px;
}

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

.footer-soc-link{
    display:inline-block;
    width:35px;
    height:35px;
    text-align:center;
    background:var(--culoare1);
    line-height:35px;
    color:#fff;
    border-radius:50%;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    border:1px solid var(--culoare1);
}

.footer-soc-link:hover{
    color: var(--culoare1);
    background:#fff;
    
}




/* cart info */

.cart-info{
    display:flex;
    align-items:center;
    margin-left:20px;
}

.cart-info-icon{
    display: inline-block;
    margin-right: 10px;
}

.cart-info-icon i{
    color: #777;
    font-size:40px;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
}

.cart-info:hover .cart-info-icon i{
    color:var(--culoare1);
}

.cart-info .cart-info-text-wrapper{
    font-size: 14px;
    color:#777;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition-delay: 1s;
}

.cart-info:hover .cart-info-text-wrapper{
    color:var(--culoare1);
}

.subtitlu-modul{
    color:#000;
}


/*header nou */

.big-header-container-wrapper{
    padding: 30px 0;
}

#mag-tel{
    align-self: center;
    color: #fff;
    font-weight: 700;
    text-align: right;
}

#mag-tel-icon{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.btn-resp-search{
    display:none;
}

.search-icon-resp{
    display:none;
}

.list-inline-item{
    line-height:35px;
}

.active-search-resp{
    display:block!important;
}


#wishlist-resp{
    position:relative;
    z-index:1;
}

#wishlist-resp{
    display:none;
}

#wishlist-resp i{
    font-size: 20px;
}

#wishlist-text-resp{
    position: absolute;
    top: -8px;
    display: inline-block;
    font-size: 14px;
    min-width: 18px;
    padding: 0 3px;
    height: 18px;
    background: var(--culoare1);
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    right: -12px;
    border: 1px solid var(--culoare1);
}

/* css modal */
#cerere-oferta-form input,
#cerere-oferta-produs-form input{
    width:100%;
    height:30px;
    margin-bottom:15px;
    padding-left:10px;
    
}

#cerere-oferta-produs-form textarea,
#cerere-oferta-form textarea{
    margin-bottom:15px;
    width:100%;
    height:80px;
    padding-left: 10px;
}

#cerere-oferta-produs-link,
#cerere-oferta-link{
    background: var(--culoare1);
    color:#fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

#cerere-oferta-produs-link:hover,
#cerere-oferta-link:hover{
    color: var(--culoare1);
    background: #fff;
}

.modal-header .close {
    position: absolute;
    float: none;
    right: 15px;
    z-index: 20;
    background: var(--culoare1);
    color: #fff;
    margin: 0;
    padding: 5px 8px;
}

.lista-meniu-resp{
    display:flex;
    align-items: center;
    justify-content: space-between;
    list-style:none;
    height:40px;
    display:none;
    padding: 0;
}


.toggle-menu-resp i,
.toggle-search-resp i{
    color: #fff;
    font-size: 22px;
}

.cart-info-resp{
    display: none;
}


#telephone-header{
    display:flex;
    align-items: center;
}

#telephone-header a{
    font-size: 20px;
}

#telephone-header a span{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

#telephone-header > span{
    margin-right: 8px;
    color: var(--culoare1);
}

#telephone-header > span i{
    font-size: 22px;
}

#telephone{
    display: none;
}

.rand-logo-tel-search-cart{
    align-items: center;
}

#content{
    min-height: auto;
}

header.active-band {
    padding-top: 0;
}

.custom-header-band{
    background: var(--culoare1);
}

.custom-header-band-text {
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    font-size: 16px;
    text-wrap: balance;
    line-height: 1.4;
    text-align: center;
}





























