html,body{
	/*background: #969696;*/
	/* background: url('/imagini/eroti-bg.jpg');
	background-size: cover;
	background-attachment: fixed; */
}

#siteContent{
	margin-bottom: 30px;
}

.imagine{
	border: 1px solid #eee;
	padding: 10px;
}

.imagine-produs{
	max-width: 100%;
}

h3.title{
	font-family: 'Verdana';
	font-weight: 300;
	color: #6A6565;
	font-size: 24px;
}

p.dimensiune{
	color: #6A6565;
	font-size: 20px;
	font-family: 'Verdana';
	font-weight: 100;
	margin-top: 10px;
}

p.spec-title{
	color: #6A6565;
	font-family: 'Verdana';
	font-weight: 100;
	font-size: 16px;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 30px;
}

div.spec{
	margin-bottom: 30px;
}

p.anotimp{
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 20px;
	color: #6A6565;
	margin-top: 5px;
}

	p.anotimp.iarna{
		color: #0090DF;
	}

	p.anotimp.vara{
		color: #E44200;
	}

div.etichete{
	margin-top: 10px;
}

div.spec img.eticheta{
	margin-bottom: 5px;
	width: 100%;
	max-width: 270px;
	display: block;
}

div.stele{
	margin-top: 40px;
}

div.stele p.text{
	display: inline-block;
}

div.stele i{
	font-size: 20px;
	color: var(--bs-danger);
}

div.stele p.text{
	color: #6A6565;
	font-size: 20px;
	font-family: 'Verdana';
	font-weight: bold;
	margin-left: 10px;
	position: relative;
	top: 1px;
}

div.stele p.text span.highlight{
	color: var(--bs-danger);
}

div#pretSection{
	background: #F4F4F4;
	border: 1px solid #EEEEEE;
	padding: 30px 15px 30px 15px;
	border-radius: 3px;
	font-family: 'Verdana';
	font-weight: bold;
}

	div#pretSection .h3.pret{
	    font-size: 30px;
	    color: var(--bs-danger);
		font-weight: bold;
	}

	div#pretSection .h3.pret span.moneda{
		font-size: 25px;
		color: var(--bs-danger);
		margin-top: 5px;
	}

	div#pretSection span.pret_vechi {
	    position: relative;
	    color: #707070;
	    font-size: 21px;
	}

	div#pretSection p.stocText{
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

		div#pretSection p.stocText span.disponibil{
			color: #23A566;
		}

		div#pretSection p.stocText span.indisponibil{
			color: var(--bs-danger);
		}

	div#pretSection p.livrareText{
		margin-bottom: 35px;
	}


	div#pretSection div#cosSection{

	}

		div#pretSection div#cosSection p.text{
			color: #6A6565;
			font-size: 16px;
			margin-bottom: 10px;
		}

	div#pretSection a.adaugaInCosButton{
		color: var(--bs-white);
		margin-top: 5px;
		font-size: 18px;
		width: 100%;
		text-align: center;
		cursor: pointer;
		background: transparent linear-gradient(180deg, #E82B32 0%, #BB2025 100%) 0% 0% no-repeat padding-box;
		border-radius: 20px;
		padding: 4px;
	}

		div#pretSection a.adaugaInCosButton img{
			width: 20px;
		}

	div#pretSection .form-control:disabled, .form-control[readonly] {
	    background-color: var(--bs-body-bg);
	    opacity: 1;
	}

	div#pretSection #incCartQty,
	div#pretSection #decCartQty{
		color: var(--bs-white);
		width: 100%;
	}

	div#pretSection #incCartQty{
		background: var(--bs-success);
	}
	div#pretSection #incCartQty:hover{
		background: var(--bs-success-bg-subtle);
	}

	div#pretSection #decCartQty{
		background: var(--bs-danger);
	}
	div#pretSection #decCartQty:hover{
		background: var(--bs-danger-bg-subtle);
	}

div#cardsSection{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #848484;
	margin-top: 20px;
	font-size: 18px;
	color: var(--bs-white);
	font-family: 'Verdana';
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	margin-bottom: 15px;
}

	div#cardsSection .iconita{
		font-size: 40px;
	}


div.productMenu{
}

div.productMenu ul.menu{
	color: var(--bs-white);
}

	div.productMenu ul.menu li{
		font-family: 'Verdana';
		font-weight: bold;
		font-size: 20px;
		background: #848484;
	    padding: 1px 8px;
	    transition: all 0.2s ease;
	    cursor: pointer;
	}

		div.productMenu ul.menu li.active{
			background: #4E4E4E;
		}

			div.productMenu ul.menu li:hover{
				background: #4E4E4E;
			}


div#productDetails{
}

	div#productDetails div.productDetail{

	}

.carouselProduse{
	/* background: var(--bs-white); */
	/* border-radius: 10px; */
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16) */
}

div.carouselProduse img{
	display: inline-block;
}

/*///////////////////////////////////////////////////////*/
	div.carouselProduse div#titleSection{
		text-transform:uppercase;
		color: #6A6565;
		font-family: 'Verdana';
		font-weight: bold;
	}

	div.carouselProduse div.row{
		padding: 0 !important;
	}

	div.carouselProduse div.home-rec-prod{
		padding-top: 15px;
		padding-bottom: 30px;
		/*padding-left: 4px !important;*/
		/*padding-right: 4px !important;*/
	}
	
	div.carouselProduse div.title_zone{
		padding-top: 15px !important;
	}

		div.carouselProduse div.title_zone .h3.big_title{
			font-family: 'Verdana';
			font-weight: bold;
			font-size: 27px;
			color: rgba(106, 101, 101, 1);
		}

		div.carouselProduse div.title_zone .h4.middle_title{
			font-family: 'Verdana';
			font-weight: bold;
			font-size: 17px;
			color: rgba(106, 101, 101, 1);
		}

		div.carouselProduse div.title_zone .h3.little_title{
			font-family: 'Verdana';
			font-size: 16px;
			color: rgba(106, 101, 101, 1);
			margin-top: 5px;
			margin-bottom: 15px;
		}

		div.carouselProduse.info-section{
			margin-bottom: 5px;
		}

		div.carouselProdusediv.eticheta{
			border: 0;
			margin-top: 0;
			font-family: 'Verdana';
		}

		div.carouselProdusediv.eticheta .column{
			border-right: 0;
			padding: 1px !important;
		}

		div.carouselProdusediv.eticheta .column.last{
			border-right: 0 !important;
		}

			div.carouselProdusediv.eticheta .column .icon{
				width: 30px;
			    position: relative;
			    top: -2px;
			}

		div.carouselProduse div.title_zone .h3.pret{
			font-family: 'Verdana';
			font-weight: bold;
			font-size: 25px;
			color: rgba(216, 0, 0, 1);
			margin-top: 15px;
		}

			div.carouselProduse div.title_zone .h3.pret span.moneda{
				font-family: 'Verdana';
				font-weight: bold;
				font-size: 20px;
				color: var(--bs-danger);
				margin-top: 5px;
			}

			div.carouselProduse div.title_zone span.pret_vechi{
  				position: relative;
  				color: rgba(112, 112, 112, 1);
  				font-family: 'Verdana';
  				font-size: 15px;
			}

				div.carouselProduse div.title_zone span.pret_vechi:before {
					position: absolute;
					content: "";
					left: 0;
					top: 50%;
					right: 0;
					border-top: 1px solid;
					border-color: inherit;

					-webkit-transform:rotate(-5deg);
					-moz-transform:rotate(-5deg);
					-ms-transform:rotate(-5deg);
					-o-transform:rotate(-5deg);
					transform:rotate(-5deg);
				}

	div.carouselProduse div.title_zone a.adaugaInCosButton{
	    display: inline-block;
		background: transparent linear-gradient(180deg, rgba(232, 43, 50, 1) 0%, rgba(187, 32, 37, 1) 100%) 0% 0% no-repeat padding-box;
		border-radius: 20px;
	    font-family: 'Verdana';
	    font-weight: bold;
	    font-size: 16px;
	    color: var(--bs-white);
	    margin-top: 10px;
	    padding: 4px 10px;
	}

		div.carouselProduse div.title_zone a.adaugaInCosButton .icon{
			width: 20px;
		}

	div.carouselProduse p.stocText{
		color: #23A566;
		font-family: 'Verdana';
		font-weight: bold;
		font-size: 14px;
		margin-top: 7px;
	}

	div.carouselProduse p.livrareText{
		font-family: 'Verdana';
	}
/* //////////////////////////////////////////////// */


div#produseSimilare{
	
}

	div#produseSimilare .row{
	}

	div#produseSimilare .row .textSection{

	}

		div#produseSimilare .row .textSection .name{
		    color: #6A6565;
		    font-family: 'Verdana';
			font-weight: bold;
		    font-size: 16px;
		}

		div#produseSimilare .row .textSection p.nota{
			color: var(--bs-danger);
    		font-size: 15px;
		}

		div#produseSimilare .row .textSection p.dimensiune{
		    color: #6A6565;
		    font-family: 'Verdana';
		    font-weight: 100;
		    font-size: 15px;
		    margin: 0;
		}

		div#produseSimilare .row .textSection p.anotimp{
			font-family: 'Verdana';
			font-weight: bold;
    		font-size: 15px;
		}

		div#produseSimilare .row .pret{
			font-family: 'Verdana';
			font-weight: bold;
			font-size: 24px;
			color: var(--bs-danger);
		}

		div#produseSimilare .row .timp_livrare{
			font-family: 'Verdana';
			font-weight: 100;
			font-size: 14px;
		}


	div#produseSimilare .row .eticheta{
	    display: block;
	    margin-bottom: 5px;
	    max-width: 100%;
	}


	div#produseSimilare .row.special{
		box-shadow: 0px 0px 5px #01703B;
		border-bottom: 0;
	}

		div#produseSimilare .row.special .headAnunt{
			font-family: 'Verdana';
			font-weight: bold;
		    text-transform: uppercase;
		    color: #6A6565;
		    font-size: 25px;
		    border-bottom: 1px solid #6A6565;
		}

	a.veziDetaliiButon{
		background: #6A6565;
		font-family: 'Verdana';
		font-weight: bold;
		font-size: 16px;
		color: #FCFCFC;
		padding: 8px 10px;
		border-radius: 3px;
		display: inline-block;
		margin-bottom: 5px;
	}

	p.stocText {
	    color: #23A566;
	    font-family: 'Verdana';
		font-weight: 300;
	    font-size: 14px;
	    margin-top: 7px;
	}
	
#header{
	margin-bottom: 0 !important;
}

div#productMain{
	
}

	div#productMain div#headBar{
		background: transparent linear-gradient(180deg, #F7F7F7 0%, #EEEEEE 100%) 0% 0% no-repeat padding-box;
	}

		div#productMain div#headBar p.titlu{
			font-family: 'Verdana';
			font-weight: bold;
			font-size: 25px;
			color: #6A6565;
		}

		div#productMain div#headBar p.dimensiune{
			font-family: 'Verdana';
			font-weight: bold;
			font-size: 20px;
			color: #6A6565;
		}

	div#productMain div#body{
		background: var(--bs-white);
	}

		div#productMain div#body div#left{
			padding: 15px;
		}

			div#productMain div#body div#left .col{
				padding: 0;
			}

		div#productMain div#body div#pretSection{
			padding: 15px;
			background: #EEEEEE;
		}

.xzoom3{
	box-shadow: none !important;
    max-width: 100%;
	width: 200px;
}



.eticheta{
	/* margin-top:40px; */
}
/* END */