.category-description{
    font-size: 16px;
    font-weight: 400;
}

.cont-poza-categorie{
    min-height: 65px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f59034;
    /*border: 1px solid #ddd;*/
    border-bottom: none;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cont-poza-categorie::after{
    content:'';
    display:block;
    padding-bottom:50%;
}

.cont-poza-categorie img{
    max-width: 100%;
    width:100%;
}

.cont-titlu-categorie{
    border-radius: 0px;
    min-height: 0px;
    font-weight: 400;
    color: #000;
    padding: 15px 10px;
    display: flex!Important;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-family: "Merriweather", serif;
}

.buc-categorie{
    margin-bottom:15px;
}

#categorii{
    margin:30px 0 15px;
}

.new-label{
    border: 1px solid;
    padding: 2px 5px;
    display: inline-block;
    color: var(--culoare2);
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.stock-label{
    position: absolute;
    left: 0;
    top: 35px;
    background: #fff;
    margin: 0;
    border: 1px solid;
    padding: 2px 5px;
    display: inline-block;
    font-size: 15px;
}

.stock-label-0{
    color:#ffc107;
}

.stock-label-1{
    color:#28a745;
}

.stock-label-2{
    color:#28a745;
}

.heading-categorie{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.thumb-categorie{
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumb-categorie h1{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.25px;
    background: rgba(0,0,0,.5);
    margin: 160px 0 30px;
    display: inline-block;
    padding: 10px;
}

.product-layout {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.product-layout-content{
    border:1px solid #ddd;
    position:relative;
    overflow:hidden;
    text-align:center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.product-layout-content:hover{
    border: 1px solid var(--culoare1);
}

.slide-produs-content{
    flex:1;
}

.product-layout img{
    max-width:100%;
}

.imagine-produs-wrapper{
    overflow:hidden;
}



.slide-produs-content{
    padding: 10px;
    text-align: left;
}

.titlu-produs-home{
    color: #000;
    min-height: 0px;
    text-align: left;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-family: "Merriweather",serif;
    min-height:60px;
    text-align:center;
}

.slide-produs-content .price{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: "Merriweather",serif;
    font-style: italic;
    text-align:left;
}

.descriere-produs-home{
    margin-bottom: 15px;
    font-size: 16px;
    min-height: 90px;
}

.price-produse-home .price-old {
    font-weight: 400;
    text-decoration: line-through;
    color: #ed1c24;
    font-size: 12px;
}

.produs-item-descriere-buton {
    display: block;
    margin: auto;
}

.btn.btn-cart {
    background: var(--culoare1);
    color: #fff!Important;
    border-radius: 0px;
    padding: 0;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 35px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    border: 1px solid var(--culoare1);
}

.btn.btn-cart:hover{
   background:#fff;
   color: var(--culoare1)!important;
}


#btn-details {
    line-height: 35px;
    text-align: center;
    border: 1px solid var(--culoare1);
    color: var(--culoare1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

#btn-details:hover{
    background: var(--culoare1);
    color: #fff;
}

#btn-details a{
    display:block;
    transition: all .5s;
    -webkit-transition:all  .5s;
    -ms-transition:all  .5s;
    -o-transition:all  .5s;
    -moz-transition:all  .5s;
}

#btn-details:hover a{
    color: #fff;
}


/*.btn-cart i {*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    margin-right: 10px;*/
/*    padding-top: 4px;*/
/*    -webkit-transition: all .3s ease;*/
/*    -moz-transition: all .3s ease;*/
/*    transition: all .3s ease;*/
/*    background:transparent;*/
/*}*/

.btn.btn-cart i{
    font-size: 16px;
    display: inline-block;
    margin-right:5px;
    background: transparent;
}

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




.product-layout .btn.btn-wishlist {
    color: #fff;
    background: var(--culoare1);
    font-size: 16px;
    margin-right: 0px;
    line-height: 1;
    border: none;
    height: 30px;
    padding: 0;
    padding-top: 7px;
    width: 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 0px;
    position:absolute;
    top:25%;
    margin-right:-35px;
    border: 1px solid var(--culoare1);
}

.product-layout:hover .btn.btn-wishlist{
    margin-right:0;
    
}

.product-layout .btn.btn-wishlist:hover{
    background: #fff;
    
    
}

.btn.btn-wishlist:hover i{
    color: var(--culoare1)!important;
}

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

.produs-content{
    padding: 10px;
    text-align: center;
}

.cont-search-page{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-search-page input{
    height:36px;
}
.heading-categorie h1 {
    font-size: 24px;
}
a.cont-titlu-categorie h2 {
    font-size: 16px;
    margin:0;
}

.list-group-header{
    font-size: 18px;
    padding: 11px 0 11px 0px;
    color: #000;
    letter-spacing: .5px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 25px;
    text-align: left;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    font-weight: 700;
}

.list-group-header::after{
    content: '';
    display: inline-block;
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}
    
#display-control{
    border-bottom: 1px solid #ddd;
    justify-content: flex-end;
}

#column-left .list-group-item {
    position: relative;
    display: block;
    padding: 15px;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
    font-size: 16px;
}

#column-left .list-group-item.active{
    border-bottom: none;
    background: #f9f9f9;
    color: var(--culoare1);
}

#toggle-mobile-category-menu,
#close-mobile-category-menu{
    display:none;
}

/* css nou */

#product-category{
   margin:30px auto; 
}
#product-category .title-category{
    text-align:center;
    position:relative;
    z-index:1;
    padding-bottom:10px;
    margin-bottom:30px;
    font-size:30px;
    font-family: "Merriweather", serif;
    
}

#product-category .title-category::before{
    position:absolute;
    bottom:0;
    width: 40px;
    left:50%;
    margin-left:-20px;
    height:2px;
    background: var(--culoare1);
    content:'';
    z-index:2;
}

.category-item{
    border:1px solid var(--culoare1);
    border-radius:15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    overflow:hidden;
}

.category-item:hover{
    box-shadow: 0 0 12px 0 var(--culoare1);
}

.category-item h2{
    font-size:22px;
}

.category-item .cont-titlu-categorie{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    color: #000;
}

.category-item .category-item-image{
    overflow:hidden;
}

.category-item:hover .cont-titlu-categorie{
    color: var(--culoare1);
}

.category-item .category-item-image .cont-poza-categorie{
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    transition:all .5s;
    overflow:hidden;
}

.category-item:hover .category-item-image .cont-poza-categorie{
    transform:scale(1.1);
}

.category-item-description{
    padding:0 15px 15px ;
    font-size:16px;
}

.category-item .category-item-link a{
    display:inline-block;
    padding:10px 25px;
    border:1px solid var(--culoare1);
    border-radius:15px;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    z-index:3;
    position:relative;
    overflow:hidden;
    background:#fff;
    color:var(--culoare1);
    
}

.category-item:hover .category-item-link a{
    color: var(--culoare1);
    background: #fff;
    position:relative;
    z-index:3;
}

.category-item .category-item-link a:hover{
    color: #fff;
    background:#fff;
    
    
}

.category-item .category-item-link a:before{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background:var(--culoare1);
    content:'';
    z-index:-1;
    border-radius:15px;
     transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    overflow:hidden;
    
}

.category-item .category-item-link a:hover::before{
    width:100%;
}

.product-layout{
    display:block;
    overflow:hidden;
    position: relative;
    margin-bottom: 15px;
}

.product-layout .imagine-produs{
    width:100%;
    max-width:100%;
    transition:all .5s;
    display:block;
    text-align: center;
}

.product-layout:hover .imagine-produs{
    transform:scale(1.1);
}

.modal-header{
    border-bottom: none!important;
}

.footer-contact-form-sect button.btn{
    margin: 0 auto;
    display: block;
    background: var(--culoare1);
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.footer-contact-form-sect button.btn:hover{
    color:var(--culoare1);
    background:#fff;
}

.footer-contact-form-sect input,
.footer-contact-form-sect textarea{
    width:100%;
    margin-bottom: 15px;
    padding-left:10px;
}

.footer-contact-form-sect input:focus,
.footer-contact-form-sect textarea:focus{
    box-shadow: 1px solid var(--culoare1);
}

.footer-contact-form-sect input{
    height:30px;
}

.footer-contact-form-sect textarea{
    height:80px;
}


#content{
    min-height: auto;
}
























