#slider-home .slide{
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index:2;
    display: inline-block;
}

#slider-home .slider-home-overlay{
    position:absolute;
    left:0;
    top:0;
    width: calc(100% - 2px);
    height: calc(100% - 4px);
    background:rgba(0,0,0,.2);
    z-index:3;
}

#slider-home .owl-prev,
#slider-home .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

#slider-home .owl-prev i,
#slider-home .owl-next i{
    border-radius: 100%;
    padding: 0 10px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

#slider-home .owl-prev{
    left: 15px;
}

#slider-home .owl-next{
    right: 15px;
}

#slider-home .owl-prev i:hover,
#slider-home .owl-next i:hover{
    opacity:.8;
}

.slider-home-text-wrapper{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    margin:auto;
    width:calc(100% - 200px);
    z-index:5;
}

.slider-home-title{
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    display:block;
    width:fit-content;
    margin-bottom:10px;
}

.slider-home-description{
    color: #fff;
    line-height: 1;
    font-weight: 600;
    font-size: 42px;
    display:block;
    width:fit-content;
    margin-bottom:20px;
}

.slider-home-button{
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-style: italic;
    display:block;
    width:fit-content;
    font-size: 16px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.slider-home-button:hover{
    color:#fff;
    border:1px solid #fff;
}

.text-wrap {
    position: absolute;
    display: block;
    overflow: visible;
}

.title-wrapper {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 110px;
    top: 155px;
    z-index: 9;
    width: 500px;
}

.description-wrapper {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 110px;
    top: 210px;
    z-index: 10;
    width: 700px;
}

.text-layer-title p {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
}

.text-layer-description p {
    color: #fff;
    line-height: 54px;
    font-weight: 600;
    font-size: 48px;
}

#cont-slide-home{
    margin-bottom:30px;
}

#buc-slide-home{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider-home{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.slider-btn {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #fff;
    position: absolute;
    bottom: 100px;
    left: 110px;
}

.slider-btn a {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.slider-btn a:hover{
    color:var(--culoare1);
    border-color:var(--culoare1);
}

#menu .nav-item.dropdown > .dropdown-menu.first-drop  {
    display: block;
    z-index: 997;
}

.showcase-cat-grid {
    height: 100%;
    width: 100%;
}

.showcase-cat-grid .grid-item {
    width: 25%;
    min-height: 250px;
    float: left;
    padding: 15px;
}

.showcase-cat-grid .grid-item-w100 {
    width: 100%;
    float: left;
    border-bottom: 30px solid #fff;
}

.showcase-cat-grid .grid-item--width2 { width: 50%;}
.showcase-cat-grid .grid-item--width3 { width: 75%;}

.showcase-cat-grid .grid-item--height1 { height: 25%;}
.showcase-cat-grid .grid-item--height2 { height: 50%;}
.showcase-cat-grid .grid-item--height3 { height: 75%;}
.showcase-cat-grid .grid-item--height100 { height: 100%;}
.showcase-cat-grid .grid-item--height-c { height: 540px;}

.showcase-cat-grid .grid-item .category-feat {
    position: relative;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: .12em;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    max-height: 100%;
    overflow: hidden;
}

.showcase-cat-grid .grid-item .category-feat img {
    height: 100%;
    width: 120%;
    overflow: hidden;
    transition: all .3s;
    
}

.showcase-cat-grid .grid-item .category-feat img:hover {
    transform: translateX(10px);
}

.showcase-cat-grid .grid-item .category-feat h4 {
    background-color: #fff;
    margin: 0;
    padding: 13px 25px 8px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
}

.prod-feature-wrap {
    margin-top: 90px;
}

.prod-feature-wrap .prod-title {
    text-align: center;
    padding: 0 0 25px;
}

.prod-feature-wrap .prod-title .short-title {
    font-style: italic;
    color: #8b8b8b;
}

.prod-feature-wrap .prod-title .section-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 29px;
    line-height: 1.55em;
    letter-spacing: .2em;
}

.prod-feature-wrap .prod-display .prod-cat-filter {
    display: flex;
    justify-content: space-evenly;
}

.prod-feature-wrap .prod-display .prod-cat-filter a {
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 11px;
    line-height: 1.6em;
    letter-spacing: .2em;
}

.prod-display-grid {
    margin-top: 40px;
}

.prod-display-grid .grid-item .product-inner {
    margin: 0 0 40px;
}

.prod-display-grid .product-inner .product-image {
    position: relative;
    display: inline-block; 
    vertical-align: top; 
    width: 100%;
    min-height: 200px;
}

.prod-display-grid .product-inner .product-image .prod-box img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.prod-display-grid .product-inner .product-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 24px 0 5px;
}

.prod-display-grid .product-inner .product-content .product-info {
    text-align: left;
    flex: 1 1 100%;
    min-width: 73%;
}

.prod-display-grid .product-inner .product-content .product-info .product-title {
    font-size: 15px;
    text-transform: uppercase;
}

.prod-display-grid .product-inner .product-content .product-price-wrap {
    text-align: right;
    flex: 0 1 100%;
    justify-content: flex-end;
}

.prod-display-grid .product-inner .product-content .product-price-wrap .product-price {
    font-size: 13px;
    font-style: italic;
    color: #1d1d1d;
    padding-right: 2px;    
}

.prod-display-grid .product-inner .product-buy {
    display: flex;
    justify-content: center;
}

.prod-display-grid .product-inner .product-buy .add-prod-btn {
    background: transparent;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.prod-display-grid .product-inner .product-buy .add-prod-btn a {
    color: #000;
}

.banner-req-offer {
    width: 100%;
    height: 100%;
    margin: 30px auto;
}

.banner-req-offer .banner-wrapper {
    position: relative;
}

.banner-req-offer .banner-wrapper .banner-image {
    width: 100%;
    height: 100%;
}

.banner-req-offer .banner-wrapper .banner-image img {
    width: 100%;
    height: 100%;
}

.banner-req-offer .banner-wrapper .banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateY(-50%);
    margin-right:15px;
    margin-bottom:15px;
}

.banner-req-offer .banner-wrapper .banner-txt .short-title h4 {
    color: var(--culoare1);
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
}

.banner-req-offer .banner-wrapper .banner-txt .offer-desc h3 {
    color: #fff;
    line-height: 54px;
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom:0;
}


.new-prod .new-prod-image {
    margin: 0 0 40px;
}

.new-prod .new-prod-image img {
    width: 100%;
    height: 100%;
}

/* ############################################css nou##################################### */
/*modul grid*/
.grid-item1 { grid-area: header; }
.grid-item2 { grid-area: menu; }
.grid-item3 { grid-area: main; }
.grid-item4 { grid-area: right; }
.grid-item5 { grid-area: footer; }
.grid-item6 { grid-area: item6; }
.grid-item7 { grid-area: item7; }

.grid-container {
  display: grid;
  grid-template-areas:
    'menu menu menu item7 item7 item7 header header header header header header'
    'menu menu menu main main main main main main right right right'
    'item6 item6 item6 main main main main main main footer footer footer';
  grid-gap: 15px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  
}

.grid-container > div.grid-item1,
.grid-container > div.grid-item2,
.grid-container > div.grid-item7,
.grid-container > div.grid-item6,
.grid-container > div.grid-item3,
.grid-container > div.grid-item4,
.grid-container > div.grid-item5{
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    
    
}

/*.grid-container > div.grid-item1:hover,*/
/*.grid-container > div.grid-item2:hover,*/
/*.grid-container > div.grid-item7:hover,*/
/*.grid-container > div.grid-item6:hover,*/
/*.grid-container > div.grid-item3:hover,*/
/*.grid-container > div.grid-item4:hover,*/
/*.grid-container > div.grid-item5:hover{*/
/*    transform: scale(1.03);*/
/*    transform: translateX(6px);*/
    
/*}*/


.grid-item1::after{
    content:'';
    display:block;
}

.grid-item2::after{
    content: '';
    display: block;
    padding-bottom: 200%;
}

.grid-item7::after{
    content: '';
    display: block;
    padding-bottom: 47%;

}

.grid-item7::after{
    content: '';
    display: block;
    padding-bottom: 47%;
    
}

.grid-item6::after{
    content: '';
    display: block;
}

.grid-item3::after{
    content: '';
    display: block;
    padding-bottom: 100%; 
}

.grid-item4::after{
    content: '';
    display: block;
}

.grid-item5::after{
    content: '';
    display: block;
}

.overlay-grid-item-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.overlay-grid-item{
    position: absolute;
    bottom: 5%;
    right: 3%;
    z-index:4;
}

.overlay-grid-title{
    margin-bottom: 0;
}

.overlay-grid-link{
    padding: 5px 25px;
    background: var(--culoare1);
    color: #000;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index:4;
    overflow: hidden;
}



.overlay-grid-link:hover{
    color: #000;
}


.grid-item1 .overlay-grid-link::before,
.grid-item2 .overlay-grid-link::before,
.grid-item3 .overlay-grid-link::before,
.grid-item4 .overlay-grid-link::before,
.grid-item5 .overlay-grid-link::before,
.grid-item6 .overlay-grid-link::before,
.grid-item7 .overlay-grid-link::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    content: '';
    z-index:-1;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
}

.grid-item1:hover .overlay-grid-link::before,
.grid-item2:hover .overlay-grid-link::before,
.grid-item3:hover .overlay-grid-link::before,
.grid-item4:hover .overlay-grid-link::before,
.grid-item5:hover .overlay-grid-link::before,
.grid-item6:hover .overlay-grid-link::before,
.grid-item7:hover .overlay-grid-link::before{
    width: 100%;
}


/*end modul grid */
/* modul colectie */
#modul-colectie{
    margin: 30px auto 0 auto;
}

.modul-colectie-header{
    text-align: center;
    margin-bottom: 30px;
    
}

.modul-colectie-subtitlu{
    font-size: 18px;
    color: #8b8b8b;
    font-family: 'EB Garamond', serif;
    font-style: italic;
}

.modul-colectie-titlu{
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.nav.nav-tabs#collectionTab{
    justify-content: center;
    border-bottom:none;
    margin-bottom: 30px;
    gap:15px;
}

.nav.nav-tabs#collectionTab .nav-link{
    padding: 0;
    border: none;
    display: block;
    position: relative;
    z-index: 1;
    color: #8b8b8b;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    width: fit-content;
    position: relative;
}

.nav.nav-tabs#collectionTab .nav-link:hover{
   border: none;
}

.nav.nav-tabs#collectionTab .nav-link.active{
    border: none;
}

.nav.nav-tabs#collectionTab .nav-link::before{
    position: absolute;
    bottom: 0;
    content: '';
    z-index: 3;
    height: 2px;
    background: #8b8b8b;
    width: 0;
    transition: all .5s;
    left: 0;
}

.nav.nav-tabs#collectionTab .nav-link:hover::before{
    width: 100%;
}

.nav.nav-tabs#collectionTab .nav-link.active::before{
   width: 100%; 
}

.nav.nav-tabs#collectionTab .nav-item{
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.collection-item{
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.collection-item-image{
    position: relative;
    z-index: 1;
    overflow: hidden;
    
    
}
.collection-item .collection-item-image::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.8s;
    background-color: rgba(139, 139, 139, 0.2);
    z-index: 3;
}

.collection-item:hover .collection-item-image::before{
    opacity: 1;
    transform: perspective(0px) rotateX(0deg);
}
.collection-item .collection-item-image::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.8s;
    background-color: rgba(139, 139, 139, 0.2);
    z-index: 3;
}

.collection-item:hover .collection-item-image::after{
    opacity: 1;
    transform: perspective(0) rotateX(0deg);
}
.overlay-collection-item-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:4;
    
}

.collection-item .overlay-collection-item-content{
    transform: translateX(300px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.collection-item:hover .overlay-collection-item-content{
    transform: translateX(0);
}

.overlay-collection-item-content span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #8b8b8b;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border: 1px solid #8b8b8b;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    cursor:pointer;
}

.overlay-collection-item-content span:hover{
    color: var(--culoare1);
    border: 1px solid var(--culoare1);
}

.overlay-collection-item-content a i{
    font-size: 20px;
    line-height: 30px;
}

.collection-item-image img{
    width: 100%;
    max-width: 255px;
}
.grid-item1 .bling-hover,
.grid-item2 .bling-hover,
.grid-item3 .bling-hover,
.grid-item4 .bling-hover,
.grid-item5 .bling-hover,
.grid-item6 .bling-hover,
.grid-item7 .bling-hover{
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    content: '';
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);

}

.grid-item1:hover .bling-hover,
.grid-item2:hover .bling-hover,
.grid-item3:hover .bling-hover,
.grid-item4:hover .bling-hover,
.grid-item5:hover .bling-hover,
.grid-item6:hover .bling-hover,
.grid-item7:hover .bling-hover{
    -webkit-animation: bling 1s forwards ease;
	animation: bling 1s forwards ease
}

.collection-item-body{
    padding: 20px 0;
    text-align: center;
}

.collection-item-title{
    margin-bottom: 15px;
    font-weight: 600;
    
}

.collection-item-link{
    color: #000;
    text-decoration: none;
    position: relative;
    
}

.collection-item-link:hover{
    color: #000;
}

/*.collection-item .collection-item-link::before{
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    content: '';
    background: #000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    
}

.collection-item:hover .collection-item-link::before{
    width: 100%;
}*/


.collection-item-categorie{
    color: var(--culoare1);
    font-size: 16px;
    margin-bottom: 5px;
}

.collection-item-price{
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.collection-item-btn{
    text-align: center;
    position: relative;
}

.collection-btn-link{
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    transition: all .5s;
    cursor:pointer;
}

.collection-btn-link:hover{
    text-decoration: none;
    color: #fff;
    border: 1px solid var(--culoare1);
    background: var(--culoare1);
    
}

.collection-item-price{
    color: #8b8b8b;
}

.collection-item-price #product-special{
    color: var(--culoare1);
    font-weight: 600;
}

.collection-item-price #product-price{
    text-decoration: line-through;
}

.produs-item-descriere-buton{
    background: var(--culoare1);
    color: #fff;
    display: inline-block;
}

.produs-item-descriere-buton i{
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    color: var(--culoare1);

}

.produs-item-descriere-buton .btn{
    padding: 0;
    border: none;
    color: #fff;
    
}

.produs-item-descriere-buton .btn.btn-wishlist i {
    position: relative;
    right: -4px;
}

.produs-item-descriere-buton .btn.btn-cart i {
    position: relative;
}

.btn-cart-disable i{
    background: #8b8b8b;
    color: #fff;
}



/* end of modul colectie */

/* modul banner slider */
#modul-banner-slider{
    margin: 30px auto;
}

.banner-slider-item{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-slider-item  a.banner-slider-link-wrapper{
    display: block;
    position: relative;
    z-index:  1;
    margin-bottom:30px;
}
.banner-slider-item-imagine{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    
}

.banner-slider-item-imagine::after{
    display: block;
    padding-bottom:70%;
    content: '';
}

.overlay-banner-slider-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
}

.overlay-banner-slider-eticheta{
        position: absolute;
    right: 15px;
    top: 30px;
    z-index: 5;
    font-size: 30px;
    font-weight: 600;
    font-family: "EB Garamond";
    font-style: italic;
    transform: rotate(-25deg);
    
}

.overlay-banner-slider-titlu-btn{
    position: absolute;
    z-index: 6;
    bottom: 30px;
    right: 15px;
    
}

.overlay-banner-slider-titlu{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.overlay-banner-slider-titlu-link{
    color: #000;
    font-weight: 600;
}

.overlay-banner-slider-titlu-link:hover{
    color: #000;
}

.overlay-banner-slider-btn{
    text-align: right;
    
    
}

.overlay-banner-slider-link{
    color: #000;
    text-decoration: none;
    font-family: "EB Garamond";
    font-size: 16px;
    font-style: italic;
    position: relative;
    z-index: 1;
    
}

.overlay-banner-slider-link:hover{
    color: #000;
    
}

.overlay-banner-slider-link::before{
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000;
    content: '';
    z-index: 7;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.overlay-banner-slider-link:hover::before{
    width: 100%;
}

.banner-slider-item .bling-hover{
    position: absolute;
    top: -10%;
    left: 0;
    z-index:4;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    content: '';
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
}

.banner-slider-item:hover .bling-hover{
    -webkit-animation: bling 1s forwards ease;
	animation: bling 1s forwards ease
}

@-webkit-keyframes bling {
	100% {
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 160%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 160%, 0)
	}
}

@keyframes bling {
	100% {
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 160%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 160%, 0)
	}
}
/* end of modul banner slider */
/* modul blog */
#modul-blog{
    margin: 30px 0;
}

.modul-blog-header{
    text-align: center;
    margin-bottom: 50px;
}

.modul-blog-subtitle{
    font-size: 18px;
    color: #8b8b8b;
    font-family: 'EB Garamond', serif;
    font-style: italic;   
}
.modul-blog-title{
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.modul-blog-item .modul-blog-item-image-wrapper{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.modul-blog-item .modul-blog-item-image-wrapper .modul-blog-item-image{
    transition: all .5s;
}

.modul-blog-item .modul-blog-item-image-wrapper:hover .modul-blog-item-image{
    transform: scale(1.2);
}

/*.modul-blog-item .modul-blog-item-image-wrapper::before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    height: 50%;*/
/*    display: block;*/
/*    opacity: 0;*/
/*    text-align: center;*/
/*    transform: perspective(400px) rotateX(-90deg);*/
/*    transform-origin: top;*/
/*    transition: all 0.8s;*/
/*    background-color: rgba(139, 139, 139, 0.5);*/
/*    z-index: 3;*/
/*}*/

/*.modul-blog-item:hover .modul-blog-item-image-wrapper::before{*/
/*    opacity: 1;*/
/*    transform: perspective(0) rotateX(0);*/
/*}*/

/*.modul-blog-item .modul-blog-item-image-wrapper::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0px;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*    height: 50%;*/
/*    display: block;*/
/*    opacity: 0;*/
/*    text-align: center;*/
/*    transform: perspective(400px) rotateX(90deg);*/
/*    transform-origin: bottom;*/
/*    transition: all 0.8s;*/
/*    background-color: rgba(139, 139, 139, 0.5);*/
/*    z-index: 3;*/
/*}*/

/*.modul-blog-item:hover .modul-blog-item-image-wrapper::after{*/
/*    opacity: 1;*/
/*    transform: perspective(0) rotateX(0)*/
/*}*/
.modul-blog-item-image-link{
    display: block;
}

#modul-blog .row{
    row-gap:15px;
}


.modul-blog-item .modul-blog-item-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.modul-blog-item-image::after{
    display: block;
    padding-bottom: 125%;
    content: '';
}

.modul-blog-item-body{
    padding: 25px 0 0;
}


.modul-blog-item-date{
    margin-bottom: 10px;
    color: #8b8b8b;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    font-family: 'EB Garamond';
}

.modul-blog-item-title{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing:2px;
}

.modul-blog-item-link{
    color: #000;
}

.modul-blog-item-link:hover{
    color: #000;
    text-decoration: none;
}

.modul-blog-item-desc{
    color: #8b8b8b;
    line-height: 1.8;
    margin-bottom: 10px
    
}

.modul-blog-btn-link{
    font-family: 'EB Garamond';
    font-style: italic;
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #000;
}

.modul-blog-btn-link:hover{
    color: #000;
    text-decoration: none;
}

.modul-blog-btn-link::before{
    position: absolute;
    bottom: -1px;
    height: 1px;
    background: #fff;
    content: '';
    z-index: 3;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.modul-blog-btn-link:hover::before{
    width:100%;
}

.modul-test{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.modul-test-content-wrapper{
    display: flex;
    align-items: flex-start;
}

.modul-test-quote{
    
    border: 1px solid #000;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 40px;
}

.modul-test-quote i{
    display: block;
    line-height: 100px;
    width: 100px;
    height: 100px;
    font-size: 50px;
}

.modul-test-content{
    text-align: left;
    display: inline-block;
    overflow: hidden;
}

.modul-test-titlu{
    z-index: 2;
    font-family: "EB Garamond",serif;
    font-size: 40px;
    color: var(--culoare1);
    font-style: italic;
    margin-bottom: 25px;
}

.modul-test-desc{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
    width: 80%;
    
}

#test-slider .owl-nav{
    display: none;
}
#test-slider .owl-dots{
    display: block!important;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -100px;
}
#test-slider .owl-dot{
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#test-slider .owl-dot:hover{
    border: 1px solid #000;
}





#test-slider .owl-dot span{
    width: 6px;
    height: 6px;
    background: #8b8b8b;
    display: block;
    transform: rotate(45deg);
}

#test-slider .owl-dot:hover span{
    background: #000;
}

#test-slider .owl-dot.active{
    border: 1px solid #000;
}

#test-slider .owl-dot.active span{
    background: #000;
}

.modul-test-name{
    color: #8b8b8b;
    font-size: 18px;
}

#modul-testimoniale{
    margin: 0 auto 100px auto;
}
/* end of modul blog */

/* modul categorii */

.modul-categorii-mobile{
    display:none;
}

.categorii-left-item1{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:1;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display:block;
}

.categorii-left-item1::after{
    content: '';
    display: block;
    padding-bottom: 212%;
}

.overlay-categorii-item{
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 3;
}

.overlay-categorii-item span{
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    
}

.overlay-categorii-item span:hover{
    color: #000;
    text-decoration: none;
}

.categorii-left-item2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display:block;
}

.categorii-left-item2::after{
    display: block;
    content:'';
    padding-bottom: 100%;
}

.categorii-right-item1{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 15px;
    display:block;
}

.categorii-right-item1::after{
    display: block;
    content:'';
    padding-bottom: 100%;
}

.categorii-right-item2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
    display:block;
}

.categorii-right-item2::after{
    display: block;
    content:'';
    padding-bottom: 47%;
}

.categorii-right-item3{
   background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display:block;
}

.categorii-right-item3::after{
    display: block;
    content:'';
    padding-bottom: 100%;
}

.categorii-right-item4,
.categorii-right-item5{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display:block;
}

.categorii-right-item4{
    margin-bottom: 30px;
}

.categorii-right-item4::after,
.categorii-right-item5::after{
    display: block;
    content:'';
    padding-bottom: 100%;
}

.categorii-left-item1 .bling-hover,
.categorii-left-item2 .bling-hover,
.categorii-right-item1 .bling-hover,
.categorii-right-item2 .bling-hover,
.categorii-right-item3 .bling-hover,
.categorii-right-item4 .bling-hover,
.categorii-right-item5 .bling-hover{
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    content: '';
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);

}

.categorii-left-item1:hover .bling-hover,
.categorii-left-item2:hover .bling-hover,
.categorii-right-item1:hover .bling-hover,
.categorii-right-item2:hover .bling-hover,
.categorii-right-item3:hover .bling-hover,
.categorii-right-item4:hover .bling-hover,
.categorii-right-item5:hover .bling-hover{
    -webkit-animation: bling 1s forwards ease;
	animation: bling 1s forwards ease
}

/* Informatii livrare */

#informatii-livrare-home{
    position: relative;
    margin:50px 0;
}

#informatii-livrare-home .informatii-livrare-col{
    
}

.informatii-livrare-items{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:30px;
}

.informatii-livrare-items .informatii-livrare-wrapper{
    flex:0 1 calc(33% - 11px);
}


.informatii-livrare-wrapper{
    display: flex;
    align-items: center;
    cursor:pointer;
    justify-content:center;
    width:100%;
}

.informatii-livrare-icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--culoare1);
    position: relative;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
}

.informatii-livrare-icon img{
    width: 32px;
    height: 32px;
}

.informatii-livrare-info{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 15px;
}

.informatii-livrare-title{
    font-size: 18px;
    font-weight: 600;
}

.informatii-livrare-subtitle{
    font-size: 14px;
    font-weight: 500;
}





