#slider-home .slide {
	height: 635px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 100%;
}

#slider-home .slide::before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    background: rgba(31, 31, 31, .5);
}

#slider-home .owl-prev,
#slider-home .owl-next {
	position: absolute;
	top: calc(50% - 15px)
}

#slider-home .owl-prev i,
#slider-home .owl-next i {
	border-radius: 100%;
	padding: 0 10px;
	background: transparent;
	color: var(--culoare1);
	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: 22px;
}

#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;
}

#buc-slide-home {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#slider-home {
	width: 100%;
	display: inline-block;
	height: 600px;
	overflow: hidden;
}


/*########################################## CSS Nou #################################*/

.slider-home.container-fluid {
	padding: 0;
	position: relative;
}

#slider-home {
	height: 100vh;
}

#slider-home .owl-stage-outer,
#slider-home .owl-stage,
#slider-home .owl-item,
#slider-home .item,
#slider-home .item-continut {
	height: inherit;
}

#slider-home .owl-nav {
	z-index: 50;
}

#slider-home .owl-prev,
#slider-home .owl-next {
	z-index: 30;
}

.item-continut {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	z-index: 800;
}

.item {
	position: relative;
	z-index: 200;
}

#slider-home .slide {
	height: 100vh;
	display: block;
}

.item-titlu {
	color: #fff;
    font-family: 'Merriweather', serif;
    
}

#slider-home .item-descriere{
    text-align:center;
}

/* modul feature */

#modul-feature {
	margin: 50px auto;
}

.modul-feature.container-fluid {
	padding: 0 0 0 100px;
}

.modul-feature-title {
	font-size: 52px;
	line-height: 75px;
	font-weight: 700;
	margin-bottom: 30px;
}

.rand-modul-feature {
	align-items: center;
}

.modul-feature-link {
	display: inline-block;
	padding: 15px 40px;
	background: var(--culoare1);
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 5;
}

.modul-feature-link:hover {
	color: #fff;
}

.modul-feature-link::before {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	background: #222;
	content: '';
	z-index: -1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.modul-feature-link:hover::before {
	top: 0;
	bottom: 0;
}


.modul-feature-link-pepoza {
    display: inline-block;
    padding: 15px 40px;
    background: var(--culoare1);
    color: #fff;
    font-size: 16px;
    z-index: 5;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    top: auto;
    bottom: 20%;
    height: fit-content;
}

.modul-feature-link-pepoza:hover {
	color: #fff;
}

.modul-feature-link-pepoza::before {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	background: #222;
	content: '';
	z-index: -1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.modul-feature-link-pepoza:hover::before {
	top: 0;
	bottom: 0;
}




.modul-feature-image-content {
	overflow: hidden;
}

/*.modul-feature-image-wrapper .modul-feature-image {*/
/*	background-size: 100%;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	transition: all 1s;*/
/*	-webkit-transition: all 1s;*/
/*	-moz-transition: all 1s;*/
/*	-ms-transition: all 1s;*/
/*	-o-transition: all 1s;*/
/*	overflow: hidden;*/
/*	width: 100%;*/
/*}*/

.modul-feature-image-wrapper .modul-feature-image img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    
}

.modul-feature-image-wrapper:hover .modul-feature-image img{
	transform: scale(1.1);
}

/* end modul feature */


/* modul noutati */

#modul-reduceri {
	margin-top: 50px;
    margin-bottom: 50px;
}

#modul-noutati {
	margin-top: 50px;
	margin-bottom: 50px;
}

.modul-noutati-title {
	margin-bottom: 50px;
    padding-left: 85px;
    font-weight: 700;
    font-size: 40px;
}


#slider-noutati .owl-prev,
#slider-noutati .owl-next,
#slider-reduceri .owl-prev,
#slider-reduceri .owl-next{
	position: absolute;
	top: 35%;
}

#slider-noutati .owl-prev i,
#slider-noutati .owl-next i,
#slider-reduceri .owl-prev i,
#slider-reduceri .owl-next i{
	border-radius: 100%;
	padding: 0 10px;
	background: transparent;
	color: var(--culoare1);
	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: 32px;
}

#slider-noutati .owl-prev,
#slider-reduceri .owl-prev{
	left: 15px;
}

#slider-noutati .owl-next,
#slider-reduceri .owl-next{
	right: 15px;
}

#slider-noutati .owl-prev i:hover,
#slider-noutati .owl-next i:hover,
#slider-reduceri .owl-prev i:hover,
#slider-reduceri .owl-next i:hover{
	opacity: .8;
}


#slider-noutati .owl-item ,
#slider-reduceri .owl-item {
	margin-bottom: 50px;
}

.item-noutati {
	padding: 0 15px;
	min-height: 810px;
}

.item-noutati-imagine{
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;

}

.item-noutati-imagine .imagine-produs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 400px;
}

.item-noutati .item-noutati-body {
	padding: 20px;
	position: relative;
	height: 120px;
	z-index: 2;
	-webkit-box-shadow: 0px 10px 13px -7px #ffffff, 5px 5px 15px 5px rgba(255, 255, 255, 0);
	box-shadow: 0px 10px 13px -7px #ffffff, 5px 5px 15px 5px rgba(255, 255, 255, 0);
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background: #fff;
	transform: translateY(0);
}

.item-noutati:hover .item-noutati-body {
	-webkit-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px 8px 9px 0px rgba(0, 0, 0, 0.1);
}

.item-noutati:hover .item-noutati-body {
	height: auto;
	position: relative;
	z-index: 30;
	transform: translateY(-50px);
}

.item-noutati-title {
	font-size: 16px;
	margin-bottom: 10px;
	min-height: 35px;
}

.item-noutati-title a {
	color: #222;
}

.item-noutati-price{
    font-size: 20px;
    margin-bottom: 15px;
}


.item-noutati-footer-btn {
	display: inline-block;
}

.item-noutati-footer-btn .btn.btn-cart {
	color: #222;
    position: relative;
    z-index: 4;
    padding: 5px 0;
    z-index: 4;
    font-size: 14px;
    border: none;
    text-transform: initial;
}

.item-noutati-footer-btn .btn.btn-cart::before {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	content: '';
	height: 2px;
	width: 20%;
	background: #222;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	z-index: 5;
}

.item-noutati-footer-btn .btn.btn-cart:hover::before {
    width: 100%;
}

.item-noutati #item-noutati-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	transform: translateY(70px);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.item-noutati:hover #item-noutati-footer {
	transform: translateY(0);
}

.quickview-wishlist-lista {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: inline-block;
}

.quickview-wishlist-item {
	display: inline-block;
	margin-right: 15px;
}

.quickview-wishlist-item:last-child {
	margin-right: 0;
}

.btn-wishlist {
	cursor: pointer;
}

.btn-wishlist i {
	font-size: 16px;
	transition: all .5px;
	-webkit-transition: all .5px;
	-moz-transition: all .5px;
	-ms-transition: all .5px;
	-o-transition: all .5px;
	display: block;
	padding: 5px;
	color: #222;
}

.btn-wishlist i:hover {
	color: var(--culoare1);
}

.quickview-wishlist-item a {
	color: #222;
}

.quickview-wishlist-item a:hover {
	color: var(--culoare1);
}

.quickview-wishlist-item a i {
	font-size: 16px;
	display: block;
	padding: 5px;
}


.btn-vezi-carti {
	text-align: center;
}

.btn-vezi-carti a {
	display: inline-block;
	padding: 15px 30px;
	background: #222;
	color: #fff;
	position: relative;
	z-index: 4;
}

.btn-vezi-carti a:hover {
	color: #fff;
}

.btn-vezi-carti a::before {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	content: '';
	z-index: -1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.btn-vezi-carti a:hover::before {
	top: 0;
	bottom: 0;
	background: var(--culoare1);
	z-index: -1;
}

/* end modul noutati */

/* modul paralax */

#modul-paralax {
    height: 100%;
    max-height: 600px;
    background: var(--culoare1);
    background-position: center;
    background-size: 100%;
    padding: 60px 0;
}

#modul-paralax .modul-paralax-imagine {
	text-align: center;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

#modul-paralax:hover .modul-paralax-imagine {
	transform: scale(1.2);
}

#modul-paralax .modul-paralax-imagine img{
    max-height: 400px;
    width: auto;
}

.rand-modul-paralax {
	display: flex;
	align-items: center;
}

.modul-paralax-continut {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.modul-paralax-title {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
}

.modul-paralax-subtitle {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}

.modul-paralax-link {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.modul-paralax-link:hover {
	color: #fff;
	text-decoration: none;
}

.modul-paralax-link::before {
	position: absolute;
	bottom: 0;
	content: '';
	left: 0;
	height: 2px;
	background: #fff;
	width: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.modul-paralax-link:hover::before {
	width: 100%;
}


/* end modul paralax */


/* modul servicii */

.modul-servicii-wrapper {
	height: inherit;
}

.modul-serv-item-wrapper{
   background-position: center;
   background-size: cover;
   height: 125px;
   background-repeat: no-repeat;
   display: flex;
   align-items: center;
   justify-content: center;
   position:relative;
}

.modul-serv-item-wrapper::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(31, 31, 31, .3);
}

.modul-servicii-item {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.modul-servicii-title {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 400;
}

.rand-modul-servicii {
	align-items: center;
	height: inherit;
}


/* end modul servicii */
/* modul newsletter */
#modul-newsletter{
    margin: 50px 0;
}

.newsletter-content{
    text-align: center;
    background-size: contain;
    background-position: 49% 25px;
    background-repeat: no-repeat;
    height: 250px;
}

.newsletter-content #txtemail{
    color: initial;
    border: 1px solid;
    height: 40px;
    width: 75%;
    font-size: 16px;
    background: transparent;
}

#modul-newsletter .label-accept{
    display: block;
    width: 30%;
    text-align: left;
    margin: 0 auto;
    float: none;
}

#newsletter-wrapper{
    width: 40%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-button{
    height: 40px;
    padding: 0 20px;
    background: #222;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.newsletter-button::before{
    position: absolute;
    top: 50%;
    bottom: 50%;
    content: '';
    left: 0;
    right: 0;
    background: var(--culoare1);
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.newsletter-button:hover::before{
    top: 0;
    bottom: 0;
}

.newsletter-content-title{
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}

.newsletter-content-subtitle{
    margin-bottom: 20px;
    font-size: 22px;
}

.show-error{
    display: block;
    text-align: left;
    width: 30%;
    margin: 0 auto;
}

.label-accept a{
    color: #222;
}
/* end modul newsletter */
/* modul recomandari */
#modul-recomandari{
    margin: 50px 0;
}

.modul-recomandari-title{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 85px;
}
.modul-recomandari-item{
    position: relative;
}
.modul-recomandari-imagine-item-wrapper{
    background: var(--culoare1);
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
}

.modul-recomandari-item-imagine-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recomandari-item-imagine-title{
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
}

.recomandari-item-imagine-link{
    color: #fff;
    text-decoration: none;
}

.recomandari-item-imagine-link:hover{
    color: #fff;
    text-decoration: none;
}

.modul-recomandari-link-wrapper{
    margin-top: 30px;
    text-align: center;
}

.modul-recomandari-link{
    display: inline-block;
    padding: 15px 35px;
    background: #222;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 4;
    
}

.modul-recomandari-link:hover{
    color: #fff;
    text-decoration: none;
}

.modul-recomandari-link::before{
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    background: var(--culoare1);
    content: '';
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.modul-recomandari-link:hover::before{
    top: 0;
    bottom: 0;
}
/* end modul recomandari */