-----html+body--------------*/
html {height: 100%;font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body {color: #565656;line-height: 1.2;margin: 0;font-family: 'Roboto', sans-serif;font-size: 14px;width:100% !important;height:100%;font-weight: 400;}
/*---------------------------------*/

:focus {outline:none;-moz-outline-style: none;}

/*-----iframe----*/
iframe{
	border-width: 0px;
}
/*---------------------------------*/

/*-------ul li ol nav---------*/
ul {list-style-type: square; padding: 0; margin: 0;}
ul li {list-style: none;}
nav ul,nav ol {list-style: none;list-style-image: none;}
li > ul,li > ol {margin: 0;}
/*---------------------------------*/

/*--------style anchors--------*/
a {text-decoration: none;font-family: 'Roboto', sans-serif;color: #0b9dbc;line-height: 1; transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;outline: none;background: none;-moz-outline-style: none;}
a:visited {text-decoration: none; }
a:focus {outline: none; text-decoration: none}
a:active,a:hover {opacity:0.8;outline: 0; text-decoration: none; outline: none;}
a:hover {color:#015e9d;text-decoration: none;}
/*---------------------------------*/

/*--------style pharagraph---------*/
p {margin: 0; font-family: 'Roboto', sans-serif;}
/*---------------------------------*/

/*-----headings--------*/
h1,
h2,
h3,
h4,
h5,
h6 {clear: both; line-height: 1.3;}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1,h2,h3,h4,h5,h6 {margin: 0;font-family: 'Roboto', sans-serif;}
/*---------------------------------*/

/*------Placeholder-------------*/
::-webkit-input-placeholder {
	color: #989898;
}
:-moz-placeholder { /* Firefox 18- */
	color: #989898;  
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #989898;  
}
:-ms-input-placeholder {  
	color: #989898;  
}
/*---------------------------------*/

/*-------Custom classes------*/
.dispB {display: block;}
.dispI {display: inline-block;vertical-align: middle;}
.dispT {display: table;}
.dispTC {display: table-cell; vertical-align: middle;}

.txtaC {text-align: center;}
.txtaL {text-align: left;}
.txtaR {text-align: right;}

.floatR {float: right;}
.floatL {float: left;}
.click_disable
{
	pointer-events: none;
}
/*---------------------------------*/

/*-----Margins------*/
/*Top*/
.mg_t_10 { margin-top: 10px;}
.mg_t_15 { margin-top: 20px;}
.mg_t_20 { margin-top: 20px;}
.mg_t_30 { margin-top: 30px;}
.mg_t_40 { margin-top: 40px;}
.mg_t_50 { margin-top: 50px;}
.mg_t_60 { margin-top: 60px;}
.mg_t_70 { margin-top: 70px;}
.mg_t_80 { margin-top: 80px;}
.mg_t_90 { margin-top: 90px;}
.mg_t_100 { margin-top: 100px;}

/* Bottom */
.mg_b_10 { margin-bottom: 10px;}
.mg_b_15 { margin-bottom: 15px;}
.mg_b_20 { margin-bottom: 20px;}
.mg_b_30 { margin-bottom: 30px;}
.mg_b_40 { margin-bottom: 40px;}
.mg_b_50 { margin-bottom: 50px;}
.mg_b_60 { margin-bottom: 60px;}
.mg_b_70 { margin-bottom: 70px;}
.mg_b_80 { margin-bottom: 80px;}
.mg_b_90 { margin-bottom: 90px;}
.mg_b_100 { margin-bottom: 100px;}

/* Left & Right */
.mg_l_15 { margin-left: 15px; }
.mg_r_15 { margin-right: 15px; }

/*Paddings*/
.p_t_10 { padding-top: 10px;}
.p_t_20 { padding-top: 20px;}
.p_t_30 { padding-top: 30px;}
.p_t_40 { padding-top: 40px;}
.p_t_50 { padding-top: 50px;}
.p_b_10 { padding-bottom: 10px;}
.p_b_20 { padding-bottom: 20px;}
.p_b_30 { padding-bottom: 30px;}
.p_b_40 { padding-bottom: 40px;}
.p_b_50 { padding-bottom: 50px;}

/* .main_content {
	min-height: 80%;
	min-height: calc(100vh - 152px - 285px);
} */

.poz_r {position: relative;}
.poz_a {position: absolute;}
.poz_f {position: fixed;}

.setMW img {
	max-width: 100%;
}

.txtUpr {text-transform: uppercase;}
/*---------------------------------*/

/*HEAD*/
.resp_ico i {
	color: #2199ff;
	font-size: 20px;
	padding: 5px 0 5px 5px;

}

.resp_ico {display: none;}

.head {
	padding: 11px 0 15px 0;
}

.cauta p {
	font-size: 12px;
	color: #545454;
}

.floatElem {
	float: left;
}

.form_cauta select {
	background: #f6f6f6;
	color: #565656;
	padding: 4px 15px;
	border: 1px solid #eaeaea;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	border-radius: 0;
	position: relative;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.selectbox1 {max-width: 130px; width: 100%; position: relative; float: left;}
.selectbox1:before {
	content: '';
	position: absolute;
	background: url(../images/carrot.png) no-repeat;
	width: 6px;
	height: 4px;
	top: 50%;
	right: 3px;
	z-index: 2;
}

.product_cart {
	position: absolute;
	z-index: 1;
	background: #fff;
	left: -63px;
	width: 227px;
	padding: 7px 15px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 14px 3px rgba(0,0,0,0.75);
	display: none;
	max-height: 357px;
	overflow-x: auto;
}

.border_cos {
	border-bottom: 1px solid #ddd;
}

.vezi_total_cos {
	background: #ddd;
}

.vezi_total_cos a {
	display: block;
	color: #000;
	text-align: center;
	padding: 6px 0;
	width: 100%;
	font-weight: 400;
}

.vezi_total_cos a,
.suma_totala p,
.total_pay_for_product p,
.titlu_produs_cos p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.titlu_produs_cos p {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px;
}

.pret_produs_cos p {
	color: #1d8fcb;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.pret_produs_cos {margin-bottom: 2px;}

.imagine_produs_cos {
	width: 55px;
	height: 61px;
	float: left;
	margin-right: 9px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}

.editeaza_sterge a {
	font-size: 12px;
	color: #000;
	margin-bottom: 2px;
	margin-right: 5px;
	display: block;
}

.editeaza_sterge img {
	vertical-align: sub;
	padding-right: 5px;
}

.form_cauta input {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 0;
	border-left: 0;
	padding: 5px 10px;

}
.type_text {
	float: left;
	max-width: 230px;
	width: 100%;
	position: relative;
}

.type_text input {width: 100%;}

.form_cauta button {
	border: 1px solid #eaeaea;
	background: #003d7e;
	padding: 5px 7px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.respBtn {display: none;}

.nav_head_list a {
	font-size: 12px;
	color: #1a1a1a;
	font-family: 'Roboto', sans-serif;
}

.nav_head_list li {
	display: inline-block;
	padding: 0 5px;
}

.nav_head_list li:first-child {
	padding-left: 0;
}

.nav_head_list li:last-child {
	padding-right: 0;
}

.cosul_meu p,
.creeaza_cont p,
.logheaza p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #1a1a1a;
}

.login_nav li { display: inline-block; padding: 0 7px;}

.login_nav i {
	font-size: 20px;
	color: #003d7e;
}

.login_nav {
	text-align: center;
}

.produse_in_cos {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	padding: 5px 6px;
}

.produse_in_cos span {
	color: #666666;
	font-size: 13px;
}

.cosul_meu {position: relative;}
.cosul_meu a {
	border: 1px solid #eaeaea;
	background: #003d7e;
	padding: 5px 7px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.intra_in_cont a, .creeaza_cont a, .txtaL a{
	width: 100%;
	border-radius: 5px;
	background: #003d7e;
	display: block;
	border: 1px solid #ccd8e5;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 6px 10px;
}

.creeaza_cont a {
	font-size: 14px;
}


/*END HEAD*/

/*MENU*/
.navigation_list li {
	float: left;
	border-right: 1px solid #a9a9a9;
	position: relative;
}

.navigation_list li:last-child {
	border-right: 0;
}

.navigation_list a {
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
	display: block;
	background: #0a0a0a;
	padding: 10px 81.9px;
	text-align: center;
	color: #fff;
	position: relative;
}

.navigation_list li:nth-child(2):before {
	content: '';
	position: absolute;
	top: 42%;
	width:11px;
	height: 8px;
	background: url(../images/arrow-down.png) no-repeat;
	right: 18px;
	z-index: 1;
}

.arrowRight {
	width: 27px;
	height: 33px;
	/*background: url(../images/arrow-down.png) no-repeat;*/
	position: absolute;
	right: 3px;
	z-index: 9;
	top: 0px;
	display: block;
	padding: 7px 7px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.arrowRightRotate {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.img_arrow {
	background: url(../images/arrow-down.png) no-repeat;
	width: 11px;
	height: 8px;
	display: block;
}

.nr_produse span {
	font-size: 8px;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
	color: #fff;
}

.nr_produse {
	position: absolute;
	top: -10px;
	right: 20px;
	background: red;
	padding: 2px 10px;
	text-align: center;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
} 

.navigation_list a:hover {
	background: #1d8fcb;
	color: #fff;
}

.dropdown_list {
	position: absolute;
	background: #1d8fcb;
	left: 0;
	display: none;
	z-index: 2;
	width: 290px;
	overflow-y: auto; 
	overflow-x: hidden; 
	max-height: 400px;
	height: auto;
}

.drop_principal_list {
	display: none;
	/*height: 490px;*/
	
}

.dropdown_list li {
	border-right: 0;
	display: block;
	width: 100%;
	padding: 0 11px;
}

.dropdown_list a {
	background: #1d8fcb;
	display: block;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #005095;
	text-align: left;
	font-size: 12px;
	clear: both;
	float: none;
}

.drop_principal_list a:last-child() {
	border-bottom: 0;
}

.dropdown_list > li > a  {text-transform: uppercase;}


.dropdown_list a:focus {color: #fff;}

.dropdown_list a:hover {
	color: #FFFFFF;
}

.dropdown_list li:nth-child(2):before {
	position: relative;
}

.dropdown_list .active_link {
	color: #1690f9 !important;
}

.navigation_list .active_link {
	background: #1d8fcb;
	color: #fff;
}

.dropdown_second {
	position: relative;
	/*left: 192px;*/
	width: 100%;
	top: 0;
	display: none;
	/*height: 442px;*/
	overflow-y: auto;
	overflow-x: hidden;
	cursor: n-resize;
}

.dropdown_list::-webkit-scrollbar {
	width: 5px;
	border: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.3);
}

.dropdown_list::-webkit-scrollbar-thumb {
	width: 3px;
	margin: auto;
	background: #000;
}

.dropdown_list {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); }


.dropdown_second li {
	background: #1d8fcb;
}

.dropdown_second li > a {
	text-transform: none;
}
/*END MENU*/

/*DETALIU PRODUS*/
.breadcrubs_list a {
	font-size: 14px;
	color: #646464;
}

.comanda_rapida a {
	font-size: 15px;
	color: #e41e26;
	text-decoration: underline;
}

.breadcrubs_list .active_breadcrumb {
	color: #1690f9;
}

.breadcrubs_list li {
	display: inline-block;
}

.slider_on_page .item {
	border: 1px solid #003d7e;
	margin-right: 5px;
}

.slider_on_page #sync1 {
	margin-bottom: 5px;
	height:490px;
}

.slider_on_page .sync_second {
	position: relative;
}

.slider_on_page .owl-next,
.slider_on_page .owl-prev {
	position: absolute;
	top: 40%;
}

.slider_on_page .owl-prev {
	left: 0;
	background: #e41e26 url(../images/arrow-left-slider.png)no-repeat center !important;
	width: 16px;
	height: 16px;
}

.slider_on_page .owl-next {
	right: 4px;
	background: #e41e26 url(../images/arrow-right-slider.png)no-repeat center !important;
	width: 16px;
	height: 16px;
}

.slider_on_page .owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	margin: 0;
	color: transparent;
	background: #e41e26;
	border-radius: 0;
	width: 16px;
	height: 16px;
}

.slider_on_page .sync_first .item {
	height: 277px;
}

.titlu_produs p {
	font-size: 20px;
	color: #003d7e;
	font-family: 'Roboto',sans-serif;
}

.cuvinte_despre_produs p {
	color: #646464;
	font-size: 16px;
}

.wishilist {padding-top: 4px;}
.cod_produs p,
.wishilist a {
	color: #646464;
	font-size: 11px;
	text-decoration: underline;
}

.wishilist a {text-transform: uppercase;}

.cod_produs p {text-decoration: none;}
.cod_produs {margin-bottom: 13px;}
.stare_produs a {
	color: #fff;
	background: #003d7e;
	text-align: center;
	font-size: 11px;
	padding: 5px 5px;
}

.titlu_descriere_produs h3 {
	color: #646464;
	font-size: 13px;
}

.lista_beneficii li,
.descriere_detaliata_produs p {
	color: #646464;
	font-size: 11px;
}

.lista_beneficii {padding-left: 15px;}

.lista_beneficii li {
	list-style-type: circle;
}

.titlu_transport p {
	font-size: 24px;
	color: #646464;
	text-transform: uppercase;
}

.gratuit p {
	text-transform: uppercase;
	color: #e41e26;
	font-size: 18px;
}

.comenzi_mai_mari_de {margin-top: -20px;}

.comenzi_mai_mari_de span {
	font-size: 14px;
	color: #646464;
	padding-right: 11px;
}

.comenzi_mai_mari_de img {
	vertical-align: bottom;
}

.comenzi_mai_mari_de a {
	font-size: 14px;
	text-decoration: underline;
	color: #646464;
	padding-left: 40px;
}

.pret_vechi span {
	font-size: 24px;
	color: #646464;
	font-family: 'Roboto',sans-serif;
	text-decoration: line-through;
}

.cumpara {
/*	background: #efefef;*/
	padding: 4px;
}

.pret_nou span {
	font-size: 36px;
	color: #e41e26;
}

.tva_inclus span {
	font-size: 14px;
	color: #646464;
}

.puncte_de_fidelitate {
	color: #e41e26;
	font-size: 16px;
}

.castiga_puncte p {
	color: #646464;
	font-size: 16px;
}

.sistem_de_fidelitate i {
	color: #646464;
	font-size: 15px;
	vertical-align: middle;
}

.sistem_de_fidelitate a {
	font-size: 14px;
	text-decoration: underline;
	color: #646464;
}

.pret_fidelitate {
	padding: 30px 24px 40px 0px;
	border-bottom: 1px solid #d7d7d7;
}

.comanda_prin_telefon p {
	font-size: 13px;
	color: #646464;
	text-align: right;
	font-family: 'Roboto',sans-serif;
}

.numere_telefon a {
	font-size: 15px;
	color: #e41e26;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
}

.metoda_unu {
	padding-top: 10px; 
	margin-bottom: 15px;
}

.introduceti_numarul p {
	font-size: 15px;
	color: #646464;
	text-align: center;
	font-family: 'Roboto',sans-serif;
}

.introduceti_numarul {
	width: 70%;
	margin: 0 auto 20px;
}

.formular_numar {position: relative;}
.formular_numar input {
	border: 1px solid #cccccc;
	background: #fdfdfd;
	padding: 6px 10px;
	width: 100%;
	max-width: 254px;
	position: relative;
}
.formular_numar input:focus {
	border: 1px solid #003d7e;
}

.formular_numar button {
	background: #003d7e url(../images/arrow-right-slider.png)no-repeat center;
	border: 0;
	border-radius: 0;
	width: 17px;
	height: 30px;	
	position: absolute;
	top: 0px;
}

.cumpara_text {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}
.cumpara_text_indisponibil {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
} 
.cumparaBtn button:hover .cumpara_text_indisponibil{
	color:#003d7e;
}
.shop {
	font-size: 18px;
	color: #fff;
}

.cumparaBtn button {
	background: #154b85;
	border-radius: 6px;
	padding: 12px 10px;
/*	max-width: 308px;*/
	width: 100%;
	border: 2px solid transparent;
	transition: 0.5s;
}

.cumparaBtn button:hover {
	background: #fdfdfd;
	border: 2px solid #154b85;
	color: #154b85;
}

.cumparaBtn button:hover .cumpara_text,
.cumparaBtn button:hover .shop {
	color: #154b85;
}

.border_around {
	border: 1px solid #c3c3c3;
}

.rating_comentarii {
	max-width: 1097px;
	padding: 10px 15px 0 15px;
	width: 100%;
	margin: 0 auto;
}

.titlu_rating h3 {
	font-size: 16px;
	color: #0a0a0a;
	font-weight: bold;
}

.review {
	padding-top: 5px;
}

.text_acorda_nota,
.parere p,
.nota_review {
	font-size: 16px;
	color: #0a0a0a;
	font-weight: bold;
}

.parere {
	text-align: right;
}

.numar_comentarii {
	color: #4e4e4e;
	font-size: 16px;
}


.rating {
}

.rating:not(:checked) > input {
	position:absolute;
	top:-9999px;
	clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
	float:right;
	width:25px;
	padding:0 .1em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:200%;
	line-height:1.2;
	color:#a9a8a8;
}

.rating:not(:checked) > label:before {
	content: "\2611";
}

.rating > input:checked ~ label {
	color: #f70;
	text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: gold;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
	color: #ea0;
	text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
	position:relative;
	top:2px;
	left:2px;
}

.comment {
	border: 1px solid #c6c5c5;
	padding: 15px 20px;
	margin-top: 30px;
}

.titlu_review_adaugat p {
	font-size: 12px;
	color: #0a0a0a;
	font-weight: bold;
}

.nume_user p {
	font-size: 12px;
	color: #008aff;
}

.after_time p {
	font-size: 10px;
	color: #525252;
}

.comm_details p {
	font-size: 12px;
	color: #727272;
	text-align: justify;
}

.rank_status p {
	font-size: 12px;
	color: #0a0a0a;
	font-weight: bold;
}

.title_similar_product h2 {
	font-size: 26px;
	color: #003d7e;
	font-family: 'Roboto',sans-serif;
}

.similar_product_chosen_by p {
	font-size: 16px;
	color: #0a0a0a;
	font-family: 'Roboto',sans-serif;
}

.bg_product {
	min-height: 261px;
}

.card__background {
	min-height: 100%;
}

.product_ex {
	border: 1px solid #efefef;
}

.add_product_to_cart  {position: relative;}
.add_product {
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto',sans-serif;
}

.add_product {vertical-align: bottom;}

.add_product_fara_stoc {
	font-size: 14px;
	color: #e41e26;
	font-family: 'Roboto',sans-serif;
}

.add_product_fara_stoc {vertical-align: bottom;}
.adauga_in_cos {
	background: #1d8fcb;
	padding: 16px 0;
	display: block;
	position: relative;
	width: 100%;
	height: 48px;
}

.q_show_on_resp {display: none !important;}

.like {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 12px 14px;
	border-left: 1px solid #90a9c6;
	cursor: pointer;
}

.like:hover {
	color: #FFD700;
}

.like i {
	color: #fff;
	font-size: 24px;
}

.product_code p,
.name_of_product p {
	font-size: 14px;
	color: #666666;
}

.product_code p {
	font-size: 12px;
}

.product_detail {
	padding: 8px 0;
}

.product_price_old span {
	font-weight: 600;
	color: #666666;
	font-size: 12px; 
}

.product_price_new span {
	font-weight: 600;
	color: #e41e26;
	font-size: 15px; 
}

.sale p {
	font-size: 13px;
	color: #fff;
}

.sale {
	background: url(../images/sale.png) no-repeat;
	width: 51px;
	height: 44px;
	position: absolute;
	top: 20px;
	right: 8px;
	padding-top: 11px;
}

.styleForm textarea,
.styleForm input {
	border: 1px solid #cccccc;
	background: #fdfdfd;
	padding: 6px 10px;
	width: 100%;
	position: relative;
	width: 100%;
	padding: 5px 15px;
}

.styleForm textarea {min-height: 150px; transition: 1s;}

.styleForm textarea:hover {
	border-color: #154b85;
}

.styleForm input:focus {
	border: 1px solid #154b85;
}

.sendBtn_comandaRapida button {
	border: 1px solid #cccccc;
	padding: 10px 25px;
	background: #154b85;
	color: #fff;
	transition: 0.5s;
	text-transform: uppercase;
}

.sendBtn_comandaRapida button:hover {border: 1px solid #154b85; background: #fff; color: #154b85;}
.comanda_rapida_form  {display: none;}
/*END DETALIU PRODUS*/

/*CREEAZA CONT*/
.set_image_as_bg {
	min-height: 351px;
	position: relative;
}

.set_image_as_bg a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.stype_name_of_page {
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
}

.style_title_of_what_choose_client {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

.title_of_what_choose_client {
	border-bottom: 1px solid #cbcbcb;
}

.forgot_pass a {
	text-decoration: underline;
	font-size: 12px;
	color: #000;
}

.style_other_type_of_input input {
	padding: 6px 10px;
	background: #efefef;
	border:1px solid #efefef;
	width: 100%;
	margin-bottom: 15px;
}

.style_other_type_of_input input:last-child {
	margin-bottom: 0;
}

.style_other_type_of_input input:focus {
	border:1px solid #cbcbcb;
	transition: 1s;
}

.btn_send {
	width: 100%;
	background: #e41e26;
	padding: 6px 10px;
	border: 0;
}

.btn_send span {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.btn_send {
	background: #e41e26;
	background-image: linear-gradient(#fff, #fff);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size .5s, color .5s;
	-webkit-transition: background-size .5s, color .5s;
	-moz-transition: background-size .5s, color .5s;
	-o-transition: background-size .5s, color .5s;
	border: 1px solid transparent;
	transition: 1s;
}

.btn_send_facebook,
.btn_send:hover {
	background-size: 100% 100%;
	color: #7c0000;
}

.btn_send:hover span{
	color: #e41e26;
	font-weight: bold;
}

.btn__add {
	width: 100%;
	background: #67af1a;
	padding: 6px 10px;
	border: 0;
}

.btn__add span {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.btn__add {
	background: #67af1a;
	background-image: linear-gradient(#fff, #fff);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size .5s, color .5s;
	-webkit-transition: background-size .5s, color .5s;
	-moz-transition: background-size .5s, color .5s;
	-o-transition: background-size .5s, color .5s;
	border: 1px solid transparent;
	transition: 1s;
}

.btn__add_facebook,
.btn__add:hover {
	background-size: 100% 100%;
	color: #7c0000;
}

.btn__add:hover span{
	color: #67af1a;
	font-weight: bold;
}

.check,
.style_choose_type_of_person {
	display: inline-block;
}

.check {
	width: auto !important;
	margin: 0 10px 0 0 !important;
}

.check:active {
	background: red;
}

.style_choose_type_of_person {
	font-size: 12px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.fill_form {
	margin-bottom: 50px;
}

.fill_form input[type="radio"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #efefef;
	width: 15px !important;
	height: 15px;
	border-radius: 100%;
	padding: 0;
	outline: none;
}
.fill_form input[type="radio"].check:checked {
	background: #e41e26;
	border: 0;
	outline: none;
}

.choose_type_of_person {
	margin-bottom: 15px;
}

.set_img_on_right_page {
	margin: 68px 0 73px 0;
}

.add_bg_on_right_page {
	min-height: 351px;
	position: relative;
}

.add_bg_on_right_page a {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
}

.add_bg_on_right_page a:hover {
	background: rgba(0, 0, 0, 0.2);
}

.fill_form select {
	padding: 6px 10px;
	background: #efefef;
	border: 1px solid #efefef;
	width: 100%;
	border-radius: 0;
	color: #aeacac;
	height: 30px;
	margin-bottom: 15px;
	overflow: hidden;
}
/*END CREEAZA CONT*/

/*COS*/
.titlu_produs_comandat h2 {
	color: #0a0a0a;
	font-size: 20px;
	text-transform: uppercase;
}

.auth_title {padding: 10px 0px 0 0px; margin-bottom: 20px;}
.auth_title h2 {
	font-size: 14px;
	font-weight: bold;
	color: #282828;
	text-transform: uppercase;
}

.auth_cos_page { padding: 20px 0; border-bottom: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; margin-bottom: 30px;}

body .auth_input_style {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #d1d1d1;
	background: #fff;
	/*text-transform: uppercase;*/
}

body .auth_input_style:focus {
	border-color: #003d7e;
}

.authBtn_from_cos {
	width: 100%;
	background: #003d7e;
	border: 1px solid #003d7e;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.5s;
}

.authBtn_from_cos:hover {
	background: #fff;
	border-color: #003d7e;
	color: #003d7e;
}

.costuri_pagina_cos p {
	font-size: 15fpx;

}

/*.auth_form_from_cos {padding: 0 15px;}*/

.set_details_h_f,
.product_img_fav {
	min-height: 255px;
}

.produs_nou_fav {
	text-align: right;
	padding: 8px 13px;
}
.produs_nou_fav a {
	color: #e41e26;
	font-size: 12px;
	font-family: 'Roboto',sans-serif;
	padding: 3px 13px;
	background: #fff;
	cursor: default;
}

.border_bottom_fav {
	border-bottom: 1px solid #dddddd;
}

.produs_in_stoc {padding-top: 5px;}
.produs_in_stoc p {
	color: #fff;
	font-size: 10px;
	width: 100%;
	background: #003d7e;
	text-align: center;
	padding: 4px 0px;
	font-family: 'Roboto',sans-serif;
}

.sterge_produs a {
	display: block;
	background: #fff;
	text-transform: uppercase;
	font-size: 10px;
	color: #e41e26;
	padding: 8px 5px;
	text-align: center;
	border-radius: 5px;
}

.status_produs_fav {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}

.product_code_fav p,
.comod p,
.set_auto h3 {
	font-size: 26px;
	color: #003d7e;
	font-family: 'Roboto',sans-serif;
}

.comod p {
	font-size: 18px;
	color: #646464;
}

.list_info_fav li,
.info_produs_fav p,
.product_code_fav p {
	font-size: 12px;
	color: #646464;
	font-family: 'Roboto',sans-serif;
}

.list_info_fav li,
.info_produs_fav p {
	font-size: 16px;
}

.list_info_fav {padding-left: 15px;}
.list_info_fav li {
	list-style-type: circle;

}

.pret_cantitate {
	background: #efefef;
	padding: 9px 0;
}

.puncte_de_fidelitate_fav p,
.txtPretunitar {
	font-size: 20px;
	color: #0a0a0a;
	font-family: 'Roboto',sans-serif;
}

.pret_unitar {
	color: #003d7e;
	font-size: 20px;
	font-family: 'Roboto',sans-serif;
}

.puncte_de_fidelitate_fav {padding: 9px 0;}
.puncte_de_fidelitate_fav p {
	text-transform: uppercase;
}

.styleInputCantitate input {
	border: 1px solid #dadada;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	width: 22px;
	height: 21px;
}

.styleInputCantitate span {vertical-align: middle;}
.qminus,
.qplus {padding: 0 5px; color: #aeaeae ; font-weight: bold; font-size: 15px;}

.qminus:hover,
.qplus:hover {color: #000;}

.titplu_date_livrare p {
	color: #e41e26;
	font-size: 14px;
	font-family: 'Roboto',sans-serif;
}

.titplu_date_livrare {
	padding: 10px 5px;
	background: #e9e9e9;
}

.no_pad {padding: 0;}

.lateral_border {border-left: 1px solid #fff; border-right: 1px solid #fff;}

.default_color_order p {
	color: #646464;
}

.choose_person input[type="radio"] {
	width: 10px !important;
	height: 10px;
	margin: 0 2px 0 0 !important;
	border: 1px solid #d0d0d0;
}

.input_date_personale {
	margin-bottom: 30px;
}

.choose_person  {
	margin-bottom: 10px;
}

.titlul_cos h3,
.titlul_cos p {
	color: #646464;
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
}

.choose_person label {
	color: #646464;
}

textarea.diff_placeholder::-webkit-input-placeholder { font-size: 12px; color: #646464; font-family: 'Roboto',sans-serif; }
textarea.diff_placeholder::-moz-placeholder { font-size: 12px; color: #646464; font-family: 'Roboto',sans-serif; }
textarea.diff_placeholder:-ms-input-placeholder { font-size: 12px; color: #646464; font-family: 'Roboto',sans-serif; }
textarea.diff_placeholder:-moz-placeholder { font-size: 12px; color: #646464; font-family: 'Roboto',sans-serif; }
input.diff_placeholder::-webkit-input-placeholder { font-size: 12px; color: #646464; font-family: 'Roboto',sans-serif; }
input.diff_placeholder::-moz-placeholder { font-size: 12px; color: #646464; font-family: 'Roboto',sans-serif; }
input.diff_placeholder:-ms-input-placeholder { font-size: 12px; color: #646464; font-family: 'Roboto',sans-serif; }
input.diff_placeholder:-moz-placeholder { font-size: 12px; color: #646464; font-family: 'Roboto',sans-serif; }
input.costPr::-webkit-input-placeholder { font-size: 18px; color: #0d437d; font-family: 'Roboto',sans-serif; }
input.costPr::-moz-placeholder { font-size: 18px; color: #0d437d; font-family: 'Roboto',sans-serif; }
input.costPr:-ms-input-placeholder { font-size: 18px; color: #0d437d; font-family: 'Roboto',sans-serif; }
input.costPr:-moz-placeholder { font-size: 18px; color: #0d437d; font-family: 'Roboto',sans-serif; }

.costPr {text-align: center;}

.style_cos_detail select,
.style_cos_detail textarea,
.style_cos_detail input {
	background: #f9f9f9;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
	width: 100%;
	margin-bottom: 10px;
}

.style_cos_detail input:last-child {
	margin-bottom: 0;
}

.style_cos_detail textarea {
	height: 70px;
	margin-bottom: 6px;
	width: 100%;
}

.style_cos_detail select {
	/*-webkit-appearance: none;*/
	font-size: 12px;
	position: relative;
	width: 100%;
}

.alta_adresa {
	width: auto !important;
	vertical-align: top;
}

.details_about_cos {
	border-bottom: 1px solid #e4e4e4;
}
.facturare {margin: 0; font-size: 16px; font-weight: 400; font-family: 'Roboto',sans-serif;}
.agree label {
	font-size: 12px;
	color: #646464;
	vertical-align: text-top;
	margin: 0;
}

.agree input[type=checkbox] {
	width: auto !important;
}

.underlineTC {text-decoration: underline;}

.plasarea_comenzii p {
	font-size: 14px;
	color: #646464;
	font-family: 'Roboto',sans-serif;
}

.send_order button {
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
	background: #e3474d;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	border: 0;
}

.send_order { padding-bottom: 20px; border-bottom: 1px solid #e4e4e4;}

.change_active_color input[type="radio"].check:checked {
	background: #0c427c;
	border: 0;
	outline: none;
}

.valuta,
.payU,
.title_cost_transport p {
	font-size: 18px;
	color: #646464;
	font-family: 'Roboto',sans-serif;
}

.payU {
	text-transform: uppercase;
}

.valuta {
	color: #003d7e;
}

.remove_bottom_margin select {
	margin-bottom: 0;
	padding: 4px 5px;
}

.radio_choosen label {
	font-weight: 400;
}

.total_de_plata {
	text-align: right;
	background: #003d7e;
	padding: 10px;
}

.total_de_plata p {
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto',sans-serif;
}

.lanseaza_comanda button {
	background: #0c427c;
	text-align: center;
	padding: 12px 40px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
}

.set_specific_height {
	min-height: 172px;
}
/*END COS*/

/*TERMENI CONDITII*/
.terms {
	padding: 0 15px;
}

.terms p {
	font-size: 14px;
	color: #0a0a0a;
	font-family: 'Roboto',sans-serif;
	margin-bottom: 15px;
}

.terms p:last-child {
	margin-bottom: 0px;
}
/*END TERMENI CONDITII*/

/*PAGINA LISTA*/
.ul#accordion {
	padding:0;
	border:1px solid #ececec;
	width:200px;
}

ul#accordion li a {
	background:#0a0a0a;
	padding:0.5em;
	display:block;
	color:#ececec;
	text-decoration:none;
	font-family: 'Roboto',sans-serif;
}

ul#accordion li {
	margin-bottom: 15px;
}

ul#accordion li ul {
	margin:0;
	padding: 10px;
}

ul#accordion li ul li {
	padding:2px;
	margin:0;
	position: relative;
}

ul#accordion li ul li a {
	padding:5px 0;
	color:#646464;
	background:none;
	font-size: 12px;
	position: relative;
}

ul#accordion li ul li a:hover {
	color:#1d8fcb;
}

.set_accordion_bg {
	background: #efefef;
}

.set_accordion_bg a {
	color: #646464;
}

.drop_piese {
	padding-left: 15px;
	display: none;
}

.plus_icon_on_dropdown {position: relative;}
/*
.plus_icon_on_dropdown a:after {
	position: absolute;
	content: '';
	background: url(../images/plus-icon.png)no-repeat center/cover;
	width: 15px;
	height: 15px;
	right: 0;
	top: 0px;
	}*/
	.blue_plus_icon {
		
		right: -14px;
		top: 0;
	}

	.active_dropdown {
		display: block ;
	}

	.actualizeaza {
		vertical-align: middle;
		padding-left: 15px;
	}

	.drop_piese li a:after {
		content: '';
		position: relative;
	}

	.active_link_dropdown {
		font-weight: bold;
	}

	.pagination_list li {
		display: inline-block;
		margin: 0 3px;
	}

	.pagination_list a {
		font-size: 12px;
		color: #646464;
		display: block;
		background: #fff;
		font-family: 'Roboto',sans-serif;
		padding: 3px 7px;
		border: 1px solid #c4c4c4;
	}

	.pagination_list .active_pag, .pagination_list .active_pag a  {
		color: #fff;
		background: #1d8fcb;
	}
	/*END PAGINA LISTA*/

	/*INDEX*/
	.multiple_products {
		min-height: 300px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.multiple_products a {
		display: block;
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		color: #fff;
		font-size: 25px;
		font-family: 'Roboto',sans-serif;
		text-align: center;
		padding: 25px 0;
	}

	.owl_carousel_items .item {
		margin-right: 15px;
	}
	.owl_carousel_slider .item {
		margin: 15px;
	}

	.setdiffMH {
		min-height: 320px;
	}

	.produse_in_pagina a {
		font-size: 14px;
		font-family: 'Roboto',sans-serif;
		color: #003d7e;
		padding-right: 5px;
	}

	.produse_in_pagina select {
		border: 1px solid #9b9b9b;
		padding: 6px;
		border-radius: 5px;
		background: #fff;
	}

	select.select_pagination::-webkit-input-placeholder { font-size: 14px; color: #003d7e; font-family: 'Roboto',sans-serif; }
	select.select_pagination::-moz-placeholder { font-size: 14px; color: #003d7e; font-family: 'Roboto',sans-serif; }
	select.select_pagination:-ms-input-placeholder { font-size: 14px; color: #003d7e; font-family: 'Roboto',sans-serif; }
	select.select_pagination:-moz-placeholder { font-size: 14px; color: #003d7e; font-family: 'Roboto',sans-serif; }


	.adauga_obiectele_selectate {text-align: right;}

	.adauga_obiectele_selectate a {
		padding: 5px 10px;
		background: #990000;
		color: #fff;
		font-family: 'Roboto',sans-serif;
		border-radius: 5px;
	}

	.lista_produse,
	.owl_carousel_slider {width: calc(100% + 30px) !important;margin-left: -15px;margin-right: -15px;}
	.setOH {overflow: hidden;}

	/*table*/
	.tableOfPage table { 
		width: 100%; 
		border-collapse: collapse; 
		background: #eee; 
	}

	.tableOfPage th { 
		background: #ebebeb; 
		color: #003d7e; 
		font-size: 12px;
		font-family: 'Roboto',sans-serif;	
	}

	.tableOfPage td, th { 
		padding: 16px 0px 16px 10px; 
	}

	.tableOfPage td:last-child, th:last-child {border-right: 0;}

	.txtUppr {text-transform: uppercase;}

	.tableOfPage tr:nth-child(even) {background: #ebebeb;}
	.tableOfPage tr:nth-child(odd) {background: #fafafa;}

	.tableOfPage tbody td {padding: 10px;}

	/*end table*/

	.poza {
		display: block;
		width: 72px;
		height: 77px;
	}

	.titlu_produs_in_pagina {
		font-weight: 600;
		font-size: 12px;
	}

	.style_of_product_page {
		color: #494848;
		font-size: 10px;
	}

	.beneficii_reducere {
		color: #1690f9;
	}

	.vezi_promotia {
		color: #e41e26;
		font-size: 10px;
		font-family: 'Roboto',sans-serif;
		display: block;
		padding-top: 10px;
	}

	.setMaxWid {
		width: 50%;
		float: left;
	}

	.pret_fara_tva {
		font-size: 12px;
		color: #494949;
	}

	.more_than_x_products {
		color: #1d8fcb;
		font-size: 12px;
		text-align: center;
	}

	.cart_design_product {
		background: #1d8fcb;
		border-radius: 50%;
		display: block;	
		text-align: center;
		width: 24px;
		height: 24px;
		margin: 0 auto 7px;
		padding: 6px;
	}

	.cart_design_product i {
		color: #fff;
	}

	.input_quantity span {
		font-size: 24px;
		color: #717171;
	}

	.input_quantity input {
		background: #fff;
		border: 1px solid #acacac;
		border-radius: 10px;
		max-width: 40px;
		width: 100%;
		vertical-align: text-bottom;
		text-align: center;
	}

	.adauga_in_cos_index {
		background: #990000;
		color: #fff;
		font-size: 10px;
		text-align: center;
		padding: 6px;
		border-radius: 10px;
		text-decoration: none;
	}

	.setWidth_on_adauga_in_cos {width: 97px;}

	.left_side_index_menu .panel-default>.panel-heading {
		background: #0a0a0a;
		color: #fff;
	}

	.left_side_index_menu .panel-heading {
		padding: 3px 5px;
		border-radius: 0;
	}

	.left_side_index_menu .pull-right {
		font-size: 12px;
		color: #fff;
		top: 3px;
	}

	/*.left_side_index_menu .panel-title span {display: }*/
	.left_side_index_menu .panel-title a {
		font-size: 14px;
		color: #fff;
		font-family: 'Roboto',sans-serif;
	}

	.left_side_index_menu .panel-body {
		background: #efefef;
		border: 0;
		padding: 15px 21px 15px 15px;
		height: auto;
		max-height: 779px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.left_side_index_menu .panel-group .panel {margin-bottom: 12px; border: 0; border-radius: 0;}


	/*END INDEX*/

	/*CONTACT*/
	.setTitle_on_page {margin: 20px 0 30px 0; text-align: center;}
	.setTitle_on_page h2 {
		color: #0a0a0a;
		font-family: 'Roboto',sans-serif;
		font-size: 20px;
		font-weight: bold;
	}

	.contact_on_center {
		max-width: 977px;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}

	.contact_input {
		border: 1px solid #eaeaea;
		padding: 8px 15px;
		width: 100%;
		margin-bottom: 11px;
		transition: 0.3s;
	}

	.contact_input:hover {
		border: 1px solid #1d8fcb;
	}

	textarea.contact_input {min-height: 150px;}

	.sendContactForm {
		text-align: right;
	}

	.style_sendContactForm_btn {
		background: #000;
		color: #fff;
		font-size: 16px;
		text-align: center;
		font-family: 'Roboto',sans-serif;
		border: 0;
		padding: 8px 25px;
	}

	.style_sendContactForm_btn i {
		padding-left: 10px;
	}

	/*iframe*/
	.iframe_map iframe {
		min-height: 420px;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.mapscroll-wrap, .mapscroll-overlay {
		width: 100%!important;
	}
	/*end iframe*/
	/*END CONTACT*/

	/*FOOTER*/
	.footer_bottom {
		background: #1d8fcb;
		padding-top: 40px;
	}

	.servaldom_title h1 {
		color: #fff;
		font-size: 17px;
		font-family: 'Roboto',sans-serif;
	}

	.nav_footer_links a,
	.contact_details a,
	.acces_point p {
		color: #fff;
		font-size: 14px;
		font-family: 'Roboto',sans-serif;
		display: block;
	}

	.be_first p,
	.title_news h3,
	.useful_title h3 {
		color: #fff;
		font-size: 17px;
		font-family: 'Roboto',sans-serif;
	}

	.be_first p {
		font-size: 12px;
	}

	.footer_newsletter form input {
		border: 1px solid #fff;
		padding: 6px 15px;
		background: transparent;
		width: 100%;
		margin-bottom: 6px;
	}

	input.other::-webkit-input-placeholder { font-size: 12px; color: #848282; font-family: 'Roboto',sans-serif; }
	input.other::-moz-placeholder { font-size: 12px; color: #848282; font-family: 'Roboto',sans-serif; }
	input.other:-ms-input-placeholder { font-size: 12px; color: #848282; font-family: 'Roboto',sans-serif; }
	input.other:-moz-placeholder { font-size: 12px; color: #848282; font-family: 'Roboto',sans-serif; }

	.footer_newsletter form input:focus{
		border: 1px solid #0088fd;
		background: #fff;
	}

	.footer_newsletter button {
		border: 1px solid #fff;
		padding: 6px 27px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		background: transparent;
		transition: 0.5s;
	}

	.footer_newsletter button:hover {
		border: 1px solid #0088fd;
		background: #fff;
		color: #1d8fcb;
	}

	.copyright p,
	.two_sites p {
		color: #fff;
		font-size: 12px;
		font-family: 'Roboto',sans-serif;
	}

	.two_sites {margin-bottom: 5px;}

	.setTA {text-align: right;}

	.copyright {margin-bottom: 10px;}
	/*END FOOTER*/

	/*Modifies*/
	.setdiffMH {position: relative;}
	.setdiffMH a {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	input.error_input,
	select.error_input,
	textarea.error_input
	{
		border: 1px solid red!important;
	}
	label.error_input {color: red!important;}

	/* #newsletter_email::-webkit-input-placeholder {
		color: #fff;
	}
	#newsletter_email:-moz-placeholder { 
		color: #fff;
	}
	#newsletter_email::-moz-placeholder { 
		color: #fff;
	}
	#newsletter_email:-ms-input-placeholder {  
		color: #fff;
	} */
	/* RZ */


	/*DULGHERU*/
	.error_color
	{
		color: red!important;
	}

	.success_color
	{
		color: green!important;
	}

	#address-new-box{

		display:none;

	}
	.none
	{
		display: none;
	}








	/* ACCOUNT CUSTOM */
	.custom_account .text_title {
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.custom_account .wrapText>p {
		font-size: 16px;
	}
	.custom_account .account_menu li a {
		display: block;
		font-size: 16px;
		font-family: "Source Sans Pro"!important;
		padding: 10px 0px;
		border-bottom: 1px solid #ccc;
	}
	.custom_account .account_menu li a:hover {
		color: #787878;
	}
	.active_acc_menu {
		font-size: 18px;
		font-weight: bold;
		color: #787878;
	}
	.custom_account .account_table {
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.custom_account .account_table span {
		font-weight: bold;
	}
	.custom_account .account_variable p,
	.custom_account .account_variable a {
		margin: 0;
		font-size: 16px;
		padding: 5px 0px;
		font-family: "Source Sans Pro"!important;
		display: block;
		text-align: center;
	}
	.custom_account .account_variable a {
		text-decoration: underline;
	}
	.custom_account .account_table_title {
		text-align: center;
	}
	.custom_account .address-new-title,
	.custom_account .address-new-required {
		padding-bottom: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	.custom_account .address-new-details td {
		padding: 0px;
		vertical-align: middle;
		font-size: 12px;
		font-weight: bold;
	}
	.custom_account .address-new-details tr {
		border-bottom: 10px solid transparent;
	}
	.custom_account .first_line_group,
	.custom_account .sec_line_group {
		border-bottom: 1px solid #ccc;
	}
	.custom_account .address-title {
		font-family: "Source Sans Pro"!important;
		font-size: 16px;
	}
	.custom_account p.slogan {
		margin: 0;
		padding-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
		font-family: "Source Sans Pro"!important;
	}
	.custom_account .newsletter_content input[type="email"] {
		height: 34px;
		display: inline-block;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.custom_account .wrapText h6 {
		font-size: 16px;
		font-weight: bold;
	}
	.custom_account .form-group label {
		cursor: pointer;
	}


	.input_cont,
	.adr_livrare input,
	.adr_livrare select
	{
		background: #f9f9f9;
		border: 1px solid #d1d1d1;
		padding: 6px 10px;
		width: 100%;
		margin-bottom: 10px;
	}

	p.error,
	span.error
	{
		color:red;
		margin-bottom: 10px;
	}
	input.error,
	select.error,
	textarea.error
	{
		border:1px solid red;
	}
	/* ACCOUNT CUSTOM END*/

	.adr_livrare input[type='button'],
	.adr_livrare input[type='submit']
	{
		width: 100%;
		background: #003d7e;
		border: 1px solid #003d7e;
		padding: 5px 10px;
		color: #fff;
		text-transform: uppercase;
		transition: 0.5s;
	}

	.adr_livrare input[type='button']:hover,
	.adr_livrare input[type='submit']:hover
	{
		background: #fff;
		border-color: #003d7e;
		color: #003d7e;
	}
	.vat
	{
		vertical-align: top;
	}

	#cancel-new-address,
	.cancel-edit-address
	{
		width: 90%!important;
	}

	.adr_livrare table
	{
		width: 100%;
	}

	.vis_hidd
	{
		visibility: hidden;
	}

	.cursor_pointer
	{
		cursor: pointer;
	}

	.header_sticky {
		position: fixed;
		background: #fff;
		width: 100vw;
		left: 0;
		top: 0;
		z-index: 10;
	}

/*.main_content {
	margin-top: 156px;
}
*/

.main_content .set_diff_h_for_index {
	margin-top: 156px;
}

.main_content .set_diff_mt_from_index {margin-top: 260px;}

.m_style_input_agent_clienti {
	font-size: 14px;
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

.m_input_style {
	max-width: 100%;
	padding: 5px;
}

#myTable_filter input
{
	border: 1px solid #eaeaea;
}
#myTable_filter input:focus,
.m_input_style:focus {
	border: 2px solid #0b9dbc;
}

.m_settxtacOnTh th {text-align: left;}

.m_change_style_on_icon {
	font-size: 18px;
	color: #0b9dbc;
	padding-top: 8px;
}

.m_style_about_comp {
	vertical-align: bottom;
}

.m_numbers_about_comp {
	color: #0b9dbc;
}

.noPadL {
	padding-left: 0;
}

.m_product_img_fav {
	display: none;
}

/*  SECTIONS  */
.m_produs_section .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.m_produs_section .col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.m_produs_section .col:first-child { margin-left: 0; }

/*  GROUPING  */
.m_produs_section .group:before,
.m_produs_section .group:after { content:""; display:table; }
.m_produs_section .group:after { clear:both;}
.m_produs_section .group { zoom:1; /* For IE 6/7 */ }

.m_produs_section .span_5_of_5 {
	width: 100%;
}
.m_produs_section .span_4_of_5 {
	width: 79.68%;
}
.m_produs_section .span_3_of_5 {
	width: 59.36%;
}
.m_produs_section .span_2_of_5 {
	width: 39.04%;
}
.m_produs_section .span_1_of_5 {
	width: 18.72%;
}

.m_titlu_produs_comandat {
	font-size: 15px;
	padding: 0 5px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.txtPretunitar {
	font-size: 15px;
}

.m_pret_unitar {font-size: 16px;}

.m_cod_produs_nr {
	font-size: 16px;
	color: #003d7e;
}

.m_cod_produs p {
	text-transform: uppercase;
	color: #0a0a0a;
}

.m_denumire_produs,
.m_cod_produs {
	background: #efefef;
	padding: 9px 0;
	text-align: center;
}

.style_m_taxa_transport {
	color: red;
}

.quantity_custom {
	margin: auto;
	text-align: center;
	margin-bottom: 15px;
}

.style_custom_quantity_input {
	width: 50px;
	text-align: center;
	border: 1px solid #acacac;
	border-radius: 10px;
}

.style_custom_quantity_input:focus {
	border: 1px solid #1d8fcb;
	/* height: 22px; */
}

.qminus, .qplus {
	color: #1d8fcb;
}


.uppercase 
{
	text-transform: uppercase;
}

.acc_r p,
.acc_r i
{

	font-size: 13px;
}
.detaliu_cod_produs p
{
	font-size: 12px;
}
/* Diana */

.styleInputCantitate input {
	width: 50px;
}
.npl
{
	padding-left: 0 !important;
}
.npr
{
	padding-right: 0 !important;
}

.transp_grat
{
	color: #069006;
}
/* Diana */
.wrap_info_contact {
	display: flex;
}
.img_info_contact {
	margin-right: 10px;
}
.img_info_contact i {
	font-size: 20px;
}
.desc_info_contact a {
	font-size: 17px;
	color: #565656;
	display: inline-block;
	padding-top: 2px;
}
.main_reminder {
	margin-top: 300px;
}
.main_content_parola {
	min-height: calc(100vh - 152px - 415px)!important;
}
.product_detail > div a {
	text-transform: uppercase;
	font-size: 15px;
}
.swal_popup {
	width:49%;
	display: inline-block;
	padding: 5px;
}
.swal_select {
	padding: 5px;
	margin-left: 5px;
}

.logo-por img {
	width: auto;
	height: 80px;
}
.logo-por {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cosul_meu { cursor: pointer; }
.fb-login img {height: 50px; }
/*.fb-login { display: flex; justify-content: center; align-items: center; }*/
.fb-login { display: none; }
.fb_iframe_widget { display: flex !important; justify-content: center; height: 27px; margin-bottom: 10px;}
.g-signin2 { display: flex; justify-content: center; }


.card__container {
	margin-bottom: 20px;
	flex: 1;
	display: flex;
}

.card {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	position: relative;
}

.card__head {
	height: 25vh;
	object-fit: cover;
}

.card__img img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	border-radius: 5px;
}

.card__contain {
	padding: 10px;
	padding-bottom: 0;
	min-height: 200px;
}

.card__contain--prod {
	min-height: 150px;
}

.card__body p {
	margin-bottom: 10px;
}

.card__title {
	font-size: 14px;
	width: 100%;
}

.pret_fara_tva{
	font-size: 18px;
}

.card__code {
	font-size: 12px;
}

.card__stock {
	font-size: 13px;
}

.card__btn {
	display: inline-block;
	width: 50%;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	transition: all .3s;
}

.card__btn:hover{
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
	transform: scale(.97);
}

.card__add {
	margin: 20px 0;
} 

.card__background {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*
.row-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
*/


.img-default {
	max-height: 100%;
}

.pret_vechi {
	margin-bottom: 0 !important;
}

.card__discount {
	padding: 10px 10px;
	background-color: rgb(255, 66, 0);
	width: auto;
	color: #fff;
	padding: 10px 27px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	position: absolute;
	top: 5%;
	left: -.8rem;
}

.card__discount::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-color: inherit;
	border-style: solid;
	border-left: 0;
    border-bottom: 0;
	border-top: .8rem solid #979797;
	border-right:  .8rem solid white;
	transform: rotate(90deg);
}

.setLateralPad .row {
	width: 100%;
	margin: 0;
}

.m_show_resp_details.acc_r {
	margin-top: 15px;
	text-align: center;
}

.details__row {
	margin-top: 25px;
}

.details__title {
	margin-bottom: 10px;
	font-size: 25px;
	color: #003d7e;
	font-family: 'Roboto',sans-serif;
}

.details__owl-items {
	cursor: pointer;
}

.owl-item > .item.setMW {
/*	display: flex;*/
}

.item.setMW {
	border: none;
}

.item.setMW img {
	margin: 0 auto;
	max-height: 100%;
/*	display: block;*/
}

.details__desc-prod {
	font-size: 24px;
}

.details__desc-det p {
	font-size: 16px;
	text-align: justify;
}

.details__price span {
	font-size: 26px;
}

.details__availability a {
	font-size: 12px;
	padding: 10px 10px;
	border-radius: 5px;
	display: inline-block;
}

.formular-trimitere-info .form-control{
	margin-top: 10px;
}

.imagine_produs_cos.setMW a {
	height: 100%;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
}

.review__text-label, .rating__label {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.rating {
	margin: 0;
}

.rating__stars {
	margin-bottom: 20px;
	display: inline-block;
}

.my-rating {
	margin-left: -3px;
}

.review__text {
	width: 100%;
	border-radius: 3px;
	padding: 10px;
	border: 1px solid #999;
	height:90px;
}

.review__text:focus, .review__title:focus {
	border: 1px solid lightblue;
}

.review__title {
	display: block;
	width: 100%;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #999;
	margin-bottom: 15px;
	padding: 0 10px;
}

.review__title-label span {
	font-size: 12px;
	color: #777;
}

.review__add {
	background-color: #154b85;
	padding: 10px 15px;
	border: none;
	border-radius: 3px;
	color: #fff;
	margin: 5px auto 0 auto;
/*	display: block;*/
}

.row__rev {
	margin-top: 40px;
}

.rev-list__number {
	font-size: 15px;
	color: #777;
}

.rev-list__name {
	color: #005eb8;
}

.rev-list__date {
	font-size: 13px;
}

.rev-list__title {
	margin-bottom: 5px;
}

.rev-list__stars {
	margin-left: -3px;
}

.rev-list__stars .jq-star {
	cursor: auto;
}

.rev-list__comm {
	margin-top: 5px;
}

.review__error {
	font-size: 17px;
	margin-bottom: 5px;
}

.mobil-pay {
	text-align: center;
	margin-bottom: 10px;
}

.mobil-pay__image {
	max-width: 100%;
	min-height: 64px;
}


.rating_stars{
    width: 100px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nr_stele{
    position: relative;
    background: url('../images/star-rating-f.png') repeat-x;
    -webkit-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}

.nr_stele .rating_value{
    font-family: FontAwesome;
    color: #762268;
    font-size: 16px;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url('../images/star-rating.png') repeat-x;
    -webkit-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}

.rev-list__value {
    position: absolute;
    left: -13px;
}

.rtg {
    float:left;
	margin-left: -5px;
}

.rtg:not(:checked) > input {
    position:absolute;
    left:-9999px;
    clip:rect(0,0,0,0);
}

.rtg:not(:checked) > label {
    float:right;
    width:auto;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:19px;
    line-height:1.2;
    color:#ddd;
}

.rtg:not(:checked) > label:before {
	/* content: '★ '; */
	/* content: "\f111"; */
}

.rtg > input:checked ~ label {
	color: #ffae00;
}

.rtg:not(:checked) > label:hover,
.rtg:not(:checked) > label:hover ~ label {
    color: #f70;
}

.rtg > input:checked + label:hover,
.rtg > input:checked + label:hover ~ label,
.rtg > input:checked ~ label:hover,
.rtg > input:checked ~ label:hover ~ label,
.rtg > label:hover ~ input:checked ~ label {
    color: #ea0; 
}

.rtg > label:active {
    position:relative;
    top:2px;
    left:2px;
}



/* REDESIGN 06.06.19 */

.promotions {
	margin-top: 210px;
	padding:50px 0px 55px;
	text-align:center;
	width:100%;
  }
  .promotions__list {
	margin: 0 auto;
    width: max-content;
	text-align:center;
	position: relative;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .promotions__list-item:not(:last-child), .promotions__list-item2:not(:last-child) {
	margin-right: 20px;
  }
  
  .promotions__list-item, .promotions__list-item2 {
	padding-bottom: 10px;
	position: relative;
  }
  
  .promotions__list-item:hover > .promotions__sub-list {
	-webkit-transition-delay: 0ms;
			transition-delay: 0ms;
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
	visibility: visible;
	width: max-content;
  }
  .promotions__list-item  .promotions__sub-item:hover > .promotions__sub-list2{
	-webkit-transition-delay: 0ms;
			transition-delay: 0ms;
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
	visibility: visible;
	width: max-content;
	right:0;
  }
  .promotions__sub-item2 a{
	color: #18295c;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: color 200ms;
	transition: color 200ms;
	/* font-weight: 600;
    font-size: 12px; */
  }
  .promotions__list-item:hover > .promotions__list-link {
	color: #18295c;
  }
  
  .promotions__list-item:hover > .promotions__list-link::after {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
  
  .promotions__list-link, .promotions__list-link:active, .promotions__list-link:link {
	color: #706e6f;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
  }
  
  .promotions__list-link::after {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transform-origin: 0%;
			transform-origin: 0%;
	background-color: #18295c;
  }
  
  .promotions__sub-list ,  .promotions__sub-list2 {
	position: absolute;
	width:max-content;
	/* left: 0; */
	right:0;
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
	-webkit-transition: opacity 150ms ease 150ms, visibility 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
	transition: opacity 150ms ease 150ms, visibility 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
	transition: opacity 150ms ease 150ms, transform 150ms ease 150ms, visibility 150ms ease 150ms;
	transition: opacity 150ms ease 150ms, transform 150ms ease 150ms, visibility 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
	-webkit-transform-origin: top;
			transform-origin: top;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  /* .promotions__sub-list2{
	left: -100%;
  } */
  .promotions__list-item:last-child .promotions__sub-list{
	/* left: -100%; */
	right:0;
  }
  .promotions__sub-item:not(:last-child) , .promotions__sub-item2:not(:last-child) {
	margin-right: 20px;
  }
  
  .promotions__sub-link, .promotions__sub-link:active, .promotions__sub-link:link {
	color: #18295c;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: color 200ms;
	transition: color 200ms;
  }
  
  .promotions__sub-link:hover {
	color: #00dfee;
	text-decoration: none;
  }
  /*# sourceMappingURL=styles.css.map */
.promotions h1{
	text-transform: uppercase;
	font-weight:900;
	font-size:28px;
	color: #9ac33c;
	font-family: 'Roboto', sans-serif;
	margin-bottom:30px;
}







.produse_content{
	position: relative;
	padding:30px 30px 20px;
	-webkit-box-shadow: 0px 0px 48px -29px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 48px -29px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 48px -29px rgba(0,0,0,0.75);
	width: -webkit-fill-available;
	width:100%;
}
.produse_title_and_rating p a{
	text-transform: uppercase;
	font-weight:600;
	font-size:16px;
	color: #01ddeb;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.2px;
	line-height: inherit;
}
.produse_title_and_rating>p{
	margin-bottom:20px;
}
.produse_title_and_rating p a:hover{
	color:#00888f;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.produse_raiting{
  width:auto;
  display:inline-block;
  position: relative;
} 

  .score {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
  }
  
  .score-wrap {
	display: inline-block;
	position: relative;
	height: 19px;
  }
  
  .score .stars-active {
	color: #ffac54;
	position: relative;
	z-index: 5;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	float: left;
  }
  
  .score .stars-inactive {
	color: #e1e1e1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-text-stroke: initial;
	/* overflow: hidden; */
  }
  .score-wrap .fa{
	font-size: 11px;
	margin-left: 0px;
	/* border: 1px solid #ffac54; */
    border-radius: 50%;
  }
  .produse_raiting p{
	color: #ffac03;
    font-weight: bold;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .produse_container{
		transition:all .8s;	  
  }
  .produse_container:hover{
		transform: scale(1.04);
		transition:all .8s;
  }
  .produse_title_and_rating div p a{
	  text-transform: unset;
	  color:#828282;
	  font-weight: 500;
	  font-size:14px;
	  font-family: 'Roboto', sans-serif;
  }
  .card__head {
	height: 200px;
	width: 80%;
    margin: 0 auto;
}
.produse_disponibilitate{
	font-weight: 600;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:5px!important;
}
.produse_disponibilitate_disponibil{
	color:#69b70c;
}
.produse_disponibilitate_indisponibil{
	color:#b70c0c;
}
.produse_disponibilitate_limitat{
	color:#ff9000;
}
.produse_cantitate{
	color:#00ddeb;
	font-weight: 700;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
}
.qminus, .qplus {
    color: white;
	background-color: #00ddeb;
	border:1px solid  #00ddeb;
    border-radius: 50%;
	font-size: 12px;
	transition:all .5s;
	font-weight:bold;
}
.qminus:hover, .qplus:hover {
    color: #00ddeb;
	background-color: white;
	transition:all .5s;
}
.qminus{
	margin-right:10px;
}
.qplus{
	margin-left:10px;
}
.style_custom_quantity_input {
    width: 80px;
    text-align: center;
    border: 0px solid #acacac;
    border-radius: 7px;
    color: #00ddeb;
    padding: 4px 0px;
	background-color: #ebebeb;
	font-weight:bold;
}
.details__availability{
	margin-bottom: 50px;
}
.produse_pret p{
	display:inline-block;
}
.produse_pret p:first-child{
	text-transform: uppercase;
	color:#102058;
	font-weight: 800;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	margin-right:5px;
	margin-bottom:0px!important;
}
.produse_pret p:nth-child(2){
	color:#102058;
	font-weight: 800;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	margin-right:5px;
	margin-bottom:0px!important;
}
.produse_pret .produse_pret_vechi{
	color:#840f0f;
	font-weight: 800;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	margin-right:5px;
	text-decoration: line-through;
}
.produse_adauga_buton{
	margin:0;
}
.produse_adauga_buton a{
	display: inline-block;
    width: 187px;
    border-radius: 5px;
    padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background:#102058;
	color:white;
}
.produse_adauga_buton a i{
	margin-left:10px;
}
.produse_adauga_buton a:hover{  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: all .3s;
}
.produse_promo{
	position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -41px;
    top: 40%;
    padding: 0;
    vertical-align: middle;
    width: 165px;
    height: 53px;
    text-align: center;
    z-index: 5;
    background-color: #9ac33c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: white;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: inherit;
}
.pagination_list a {
    border: 0px solid #c4c4c4;
    color: #102058;
	font-weight: 900;
	font-size:16px;
	padding: 3px 3px;
}
.pagination_list .active_pag, .pagination_list .active_pag a {
    color: #00dfee;
    background: #ffffff;
}
.pagination_list {
	margin-top:35px;
}
.produse_promo_display_none{
	display:none;
}
.produse_pret .produse_pret_vechi_display_none{
	display:none;
}

.main_content .set_diff_mt_from_index {
    margin-top: 240px;
}
#produse_carousel .owl-item{
    padding: 10px 20px;
}
#review_carousel .owl-item{
    padding: 10px;
}
.produse_content_carousel{
	-webkit-box-shadow: 0px 0px 48px -35px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 48px -35px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 48px -35px rgba(0,0,0,0.75);
}
#produse_carousel .owl-buttons .owl-prev:before, #review_carousel .owl-buttons .owl-prev:before, #desktop_produse_noi_carousel .owl-buttons .owl-prev:before,
#produse_carousel .owl-buttons .owl-next:before,  #review_carousel .owl-buttons .owl-next:before, #desktop_produse_noi_carousel .owl-buttons .owl-next:before
{
  content:"‹";
  color: #000000;
  font-size:30px;
  line-height:27px;
  font-weight:bold;
  border-radius: 5px;
}
#produse_carousel .owl-buttons .owl-next:before , #review_carousel .owl-buttons .owl-next:before, #desktop_produse_noi_carousel .owl-buttons .owl-next:before{
  content:"›";
}
#desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-next{
	right:-55px!important;
	top:50%!important;
}
#desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-prev{
	left:-55px!important;
	top:50%!important;
}

#produse_carousel .owl-controls .owl-buttons div, #review_carousel  .owl-controls .owl-buttons div, #desktop_produse_noi_carousel .owl-controls .owl-buttons div{
	color: #082951;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 5px;
	padding: 9px 18px;
    font-size: 12px;
    background: #f0f0f0;
    filter: Alpha(Opacity=50);
	opacity: 1;
	border-radius: 0px;
}
#review_carousel  .owl-controls .owl-buttons div{
	padding: 7px 16px;
}

#produse_carousel .owl-controls .owl-buttons .owl-next,  #review_carousel .owl-controls .owl-buttons .owl-next, #desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-next{
    position: absolute;
    right: -40px;
	top: 42%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
    border: 1px solid transparent;
}
#produse_carousel .owl-controls .owl-buttons .owl-prev, #review_carousel .owl-controls .owl-buttons .owl-prev, #desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: -40px;
	top: 42%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    border: 1px solid transparent;
}
.produse_noi_lista{
	text-align:center;
	padding:25px 0px;
	margin-bottom:15px;
}
.produse_noi_lista a{
	color:#00ddeb;
	font-weight: 700;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	cursor:pointer;
}
.produse_noi_lista a:hover{
	color: #082951;
}
.produse_noi_titlu{
	margin-top:20px;
	text-align:center;
	padding:30px 0px;
	margin-bottom:15px;
}
.produse_noi_titlu h1{
	color:#00ddeb;
	font-weight: 900;
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}


/* DETALIU PRODUS */
.produs_detaliu{
	padding-top:60px;
	margin-top:185px;
}
.breadcrubs_list_detaliu a{
	color:#102058;
	font-weight: 900;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.breadcrubs_list_detaliu .active_breadcrumb {
	color: #00ddeb;
	font-weight: 900;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.produs_detaliu_button{
	margin-top:20px;
}
.produs_detaliu_button button{
	padding:9px 14px;
	border:1px solid #00ddeb;
	background-color:#00ddeb;
	border-radius:5px;
	color:white;
	font-weight: bold;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	transition:all .5s;
}
.produs_detaliu_button button:hover{
	background-color:white;
	transition:all .5s;
	color:#00ddeb;
}
.details__title{
	color: #00ddeb;
	font-weight: 900;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.detaliu_cod_produs p{
	color: #102058;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:20px;
}
.lista_produse_wrap{
	flex-wrap: wrap;
	display: flex;
}
.lista_produse_wrap .card__container{
	flex: none;
}
.lista_produse_wrap_carousel{
	flex-wrap: wrap;
	display: flex;
	flex: none;
}

#produse_carousel, #review_carousel, #desktop_produse_noi_carousel{
	flex-wrap: wrap;
    display: flex!important;
}
#produse_carousel .produse_title_and_rating>p, .produse_title_and_rating>p, #review_carousel .produse_title_and_rating>p, .produse_title_and_rating>p, #desktop_produse_noi_carousel .produse_title_and_rating>p, .produse_title_and_rating>p{
    min-height: 55px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.detaliu_produs_decriere h4{
	color: #082951;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:3px;
}
.detaliu_produs_decriere p{
	color: #082951;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.details__price, .pret_nou span{
	color: #082951;
	font-weight: 800;
	font-size: 20px;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
}
.details__price p, .pret_nou {
	display: inline-block;
}
.detaliu_produs_cantitate{
	text-align:right;
	padding:0px 0px 20px;
}
.detaliu_produs_cantitate p{
	color: #69b70c;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.details__availability a{
	background-color:#69b70c;
	padding:10px 0px;
	color: white;
	font-weight: 700;
	font-size: 12px;
	border-radius:5px;
	width:100%;
	cursor: initial;
} 
.comanda_prin .quantity_custom p{
	display:inline-block;
	color: #00ddeb;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-right:10px;
}
.quantity_custom{
	margin-bottom:20px;
}

.cumparaBtn button{
	background: #082951;
	padding:5px 0px;
	border-radius:5px;
	width:100%;
}
.cumpara_text{
	color: white;
	font-weight: 700;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: initial;
}
#detaliu_produs_contact{
	/* display: none; */
	visibility: hidden;
	opacity:0;
	-webkit-transition: all 1s ease-in-out linear;
	-moz-transition: all 1s ease-in-out linear;
	-ms-transition: all 1s ease-in-out linear;
	-o-transition:all  1s ease-in-out linear;
	transition: all 1s ease-in-out linear;
}
.detaliu_produs_show_class{
	/* display:block!important; */
	visibility: visible!important;
	opacity:1!important;
	/* -webkit-transition:all  1s ease-in-out linear;
	-moz-transition:all  1s ease-in-out linear;
	-ms-transition:all  1s ease-in-out linear;
	-o-transition: all 1s ease-in-out linear;
	transition: all 1s ease-in-out linear;  */
}
#detaliu_produs_show_contact{
	width:100%;
	background-color:#e3e7f8;
	padding:16px 0px;
	text-align:center;
	border-radius:5px;
	margin-top:30px;
	cursor:pointer;
	border:1px solid #e3e7f8;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#detaliu_produs_show_contact h2, #detaliu_produs_contact h2{
	color: #5d5d5d;
	font-weight: 700;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
#detaliu_produs_show_contact:hover{
	border:1px solid #5d5d5d;
}
#detaliu_produs_contact .form-control{
    border: 0px;
	border-bottom: 2px solid #a9a9a9;
	box-shadow: inset 0 1px 1px transparent;
	border-radius:0px;
	text-align: center;
    padding: 6px 12px 0px;
}
#detaliu_produs_contact p{
	color: #00ddeb;
	font-weight: 500;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	display:inline-block;
}
#detaliu_produs_contact{
    -webkit-box-shadow: 0px 0px 27px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 27px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 27px -11px rgba(0,0,0,0.75);
    padding: 15px 25px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 9;
    background: white;
    border: 1px solid transparent;
    border-radius: 5px;
	width: -webkit-fill-available;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	cursor:pointer;
}
.detaliu_produs_contact_button{
	background-color:#00ddeb;
	padding:5px 0px;
	border:1px solid #00ddeb;
	color:white;
	font-size:14px;
}
.detaliu_produs_contact_button:hover{
	background-color:#ffffff;
	color:#00ddeb;
	border:1px solid #00ddeb;
}
.formular-trimitere-info{
	position: relative;
}
/* .detaliu_produs_show_contact_class{
	background-color:white!important;
} */
#sync1{
	-webkit-box-shadow: 0px 16px 16px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 16px 16px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 16px 16px -13px rgba(0,0,0,0.75);
	padding:25px;
}
#sync1 .item{
	text-align:center;
	height: inherit;
}
.detaliu_produs_decriere .rating__label{
	color: #ffae00;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-top:20px;
}
.rev-text{
	margin-top:20px;
}
.review__text-label{
	color: #ffae00;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.detaliu_produs_adauga_review{
	background-color: #ffae00;
	color:white;
	padding:10px 0px;
	width:230px;
	border:1px solid #ffae00;
	border-radius:5px;
	margin-top:10px;
	-webkit-transition:  0.5s linear;
	-moz-transition:  0.5s linear;
	-ms-transition:  0.5s linear;
	-o-transition:  0.5s linear;
	transition:  0.5s linear;
}
#detaliu_produs_review{
	text-align:right;
}
.detaliu_produs_adauga_review:hover{
	background-color:  white;
	color:#ffae00;
	-webkit-transition:  0.5s linear;
	-moz-transition:  0.5s linear;
	-ms-transition:  0.5s linear;
	-o-transition:  0.5s linear;
	transition:  0.5s linear;
}
.detaliu_produs_review_title{
	padding: 20px 0px;
	min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.detaliu_produs_review_title>p{
	color: #102058;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:5px;
}
.detaliu_produs_review_continut, .detaliu_produs_review_continut p{
	padding:10px;
	border:1px solid #e1e1e1;
	border-radius:5px;
	color: #e1e1e1;
	font-weight: 500;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
#review_carousel .owl-controls .owl-buttons .owl-prev, #desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-prev{
	top: 54%;
	left: -45px;
}
#review_carousel .owl-controls .owl-buttons .owl-next, #desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-next{
	right: -45px;
	top: 54%;
}
.review_carousel_nr{
	padding:25px 25px 10px;
}
.review_carousel_nr p{
	color: #5d5d5d;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.setFooterToBottom{
	margin-top:150px;
}
.promotions_home{
	margin-top: 0px;
    padding: 0px 0px 70px;
}
.produse_noi_titlu_acasa{
	margin-top: 20px;
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.details__availability {
    margin-bottom: 25px;
}
#desktop_produse_noi_carousel .item img{
	width: 100%;
	height: unset;
}
.alert {
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
.yahoo-login-button{
	background-color:#530364;
	max-width: 156px; 
	padding:4px;
	text-align: center;
	margin:0 auto;
	border-radius: 2px;
	text-shadow: 0 -1px 0 #27002f;
	cursor:pointer;
}
.yahoo-login-button a{
	color:#fff; 
	font-size: 13px;
	font-weight: 600;
}
.yahoo-login-button:hover{
	-webkit-box-shadow: 0 0 3px 3px rgba(83, 3, 100, 0.3);
	box-shadow: 0 0 3px 3px rgba(83, 3, 100, 0.3);
}
.header_ue{
	margin-bottom:20px;
}
.home{
	margin-top: 210px;
}
.footer_ue{
	text-align: center;

}
.footer_ue h4,.footer_ue h5, .footer_ue h6{
	color: #102058;
	font-size: 16px;
	margin-bottom:7px;
}
.footer_ue h4{
	font-size:18px;
}
.footer_ue h6{
	font-size:14px;
}
.footer_ue a{
	color: #00ddeb;
	font-size: 16px;
}
.footer_ue a:hover{
	color: #102058;
}
.footer_ue div{
	padding:10px 0px;
}
.promotions__list-item:first-child .promotions__sub-list {
    /* left: -100%; */
    left:0;
}
.wishilist{
	text-align:center;
	overflow:hidden;
	margin:10px 0px;
}
.wishilist a{
    background: #082951;
    padding: 10px 5px;
    border-radius: 5px;
	width: 205px;
	text-decoration: unset;
	color:white;
	font-size:12px;
	float:right;
}
.like {
    position:unset;
    display: block;
    padding: 0;
    border-left: 0px solid #90a9c6;
}
.like i {
    color: #fff;
    font-size: 15px;
}
.like:hover {
    color: #fff;
}
.fill_form{
	margin-bottom:10px!important;
}









@media screen and (min-width: 1360px){
	.c1560 {
		width: 90%;
	}
	.blue_plus_icon {
		
		display: none;
	}
}

@media screen and (min-width: 1580px){
	.c1560 {
		width: 1560px;
	}
}

@media screen and (max-width: 1450px){
	.produse_content {
		padding: 30px 15px 20px;
	}
	.card__contain {
		padding: 0px 0px 10px;
	}
	.produse_title_and_rating p a {
		font-size: 14px;
	}
	.produse_title_and_rating>p {
		margin-bottom: 12px;
	}
	.card__contain--prod {
		min-height: 130px;
	}
	.logo-por img {
		height: 70px;
	}
	.home {
		margin-top: 185px;
	}
}
@media screen and (max-width: 1200px){
	.produs_detaliu {
		padding-top: 60px;
		margin-top: 145px;
	}
	.cumpara {
		padding: 4px;
		margin-top: 30px;
	}
	.logo-por img {
		height: 63px;
	}
	.main_content .set_diff_mt_from_index {
		margin-top: 190px;
	}
	.promotions {
		margin-top: 0;
	}
	.home {
		margin-top: 158px;
	}
}
@media screen and (max-width: 1000px){
	.produse_title_and_rating p a {
		font-size: 17px;
	}
	.promotions__list-link, .promotions__list-link:active, .promotions__list-link:link {
		font-weight: 600;
		font-size: 12px;
	}
	.promotions__sub-link, .promotions__sub-link:active, .promotions__sub-link:link{
		font-weight: 600;
		font-size: 12px;
	}
    #desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-prev {
		position: initial;
		left: 0px;
		top: 0;
	}
	#desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-next {
		position: initial;
		right: 0px;
		top: 0;
	}
	.promotions__sub-item2 a{
		font-weight: 600;
		font-size: 12px;
	  }
	  .produs_detaliu {
		padding-top: 60px;
		margin-top: 205px;
	}
}
@media screen and (max-width: 992px){
	.main_content {
		margin-top: 0px!important;
	}
	.slider_on_page #sync1 {
		margin-bottom: 5px;
		height: 380px;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.descriere_produs{
		margin-top:40px;
	}
	.detaliu_produs_decriere .rating__label{
		display: inline-block;
	}
	.rtg{
		display: inline-block;
		vertical-align: text-top;
		float: unset;
	}
	.rtg:not(:checked) > label{
		font-size: 16px;
	}
	#detaliu_produs_show_contact {
		padding: 12px 0px;
	}
	.owl-theme .owl-controls {
		width: 100%;
	}
	#desktop_produse_noi_carousel .item img{
		width: 100%;
		height: unset;
	}
	.logo-por {
		margin-bottom: 10px;
	}
	.header_ue {
		margin-bottom: 5px;
	}
	.logo-por .logo_regio{
	    height: 50px;
	}
	.main_content .set_diff_mt_from_index {
		margin-top: 250px;
	}
	.home {
		margin-top: 220px;
	}
}

@media screen and (max-width: 800px){
	#produse_carousel .owl-controls .owl-buttons .owl-next, #review_carousel .owl-controls .owl-buttons .owl-next, #desktop_produse_noi_carousel  .owl-controls .owl-buttons .owl-next{
		position: initial;
		right: 0px;
		top: 0;
	}
	#produse_carousel .owl-controls .owl-buttons .owl-prev,  #review_carousel .owl-controls .owl-buttons .owl-prev, #desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-prev{
		position: initial;
		left: 0px;
		top: 0;
	}
	#produse_carousel .owl-controls .owl-buttons div, #review_carousel .owl-controls .owl-buttons div, #desktop_produse_noi_carousel .owl-controls .owl-buttons div{
		padding: 17px 14px 9px;
	}
}
@media screen and (max-width: 768px){
	.g-signin2{
		display: block;
		margin: 0 auto;
    	width: min-content;
	}
	.fb_iframe_widget{
		display:block!important;
		height: auto;
		text-align: center;
	}
	.logo-por .logo_regio{
	    height: 50px;
	}
	.footer_ue h4,.footer_ue h5, .footer_ue h6{
		font-size: 14px;
		margin-bottom:5px;
	}
	.footer_ue h4{
		font-size:16px;
	}
	.footer_ue h6{
		font-size:14px;
	}
}

@media screen and (max-width: 650px){
	.promotions__list {
		display: block;
	}
	.promotions__list-item {
		padding-bottom: 20px;
		display: inline-block;
		width: 45%;
	}
	.promotions__list-item:hover > .promotions__sub-list, .promotions__sub-list,.promotions__sub-list2  {
		background-color: #f0f0f0;
		padding: 20px;
		z-index: 4;
		width: -webkit-fill-available;
	}
	.promotions__sub-list2 a
	{
		
		font-size: 12px;
	}
	.promotions__sub-list2 
	{
		width: 100%!important;
	}
	#produse_carousel .owl-controls .owl-buttons div, #review_carousel .owl-controls .owl-buttons div,#desktop_produse_noi_carousel .owl-controls .owl-buttons div{
		padding: 14px 9px 7px 12px;
	}
	#produse_carousel .owl-buttons .owl-prev:before, #produse_carousel .owl-buttons .owl-next:before,  #review_carousel .owl-buttons .owl-prev:before, #review_carousel .owl-buttons .owl-next:before,
	#desktop_produse_noi_carousel .owl-buttons .owl-prev:before, #desktop_produse_noi_carousel .owl-buttons .owl-next:before
	{
		font-size: 26px;
	}
	#produse_carousel .owl-controls .owl-buttons .owl-next, #review_carousel  .owl-controls .owl-buttons .owl-next,  #desktop_produse_noi_carousel .owl-controls .owl-buttons .owl-next{
		padding: 14px 12px 7px 12px;
	}
	.produse_noi_titlu {
		margin-top: 0px;
	}
	.slider_on_page #sync1 {
		height: 280px;
		width: 100%;
	}
	#sync1 {
		padding: 10px;
	}
	.breadcrubs_list_detaliu .active_breadcrumb {
		font-weight: 500;
		line-height: 35px;
	}
	.produs_detaliu_button {
		margin-top: 5px;
	}
	.details__title {
		font-weight: 600;
		font-size: 18px;
	}
	.detaliu_produs_decriere .rating__label {
		margin-top: 0px;
	}
	.detaliu_produs_adauga_review {
		width: 150px;
	}
	.cumpara {
		padding: 4px;
		margin-top: 20px;
	}
	.detaliu_produs_cantitate {
		padding: 0px 0px 5px;
	}
	.cumpara_text, .shop {
		font-size: 12px;
	}
	.details__price, .pret_nou span {
		font-size: 16px;
	}
	.review_carousel_nr {
		padding: 0px 0px 0px 25px;
	}
	.review_carousel_nr p {
		font-size: 14px;
	}
	.produse_noi_titlu h1 {
		font-weight: 600;
		font-size: 18px;
	}
	.produse_noi_titlu {
		padding: 30px 0px 0px;
	}
	#produse_carousel .owl-item, #review_carousel.owl-item,  #desktop_produse_noi_carousel .owl-item{
		padding: 10px 15px;
	}
	#desktop_produse_noi_carousel .owl-item{
		padding: 10px 0px;
	}
	#desktop_produse_noi_carousel .item img {
		width: 100%;
		height: unset;
	}
	.promotions__list {
		width: auto;
	  }
	  .header_ue {
		margin-bottom: 0px;
	}
	.logo-por .logo_regio{
	    height: 45px;
	}
	.promotions__list-item:hover > .promotions__sub-list, .promotions__sub-list, .promotions__sub-list2 {
		width: max-content;
	}
	.produs_detaliu {
		padding-top: 60px;
		margin-top: 175px;
	}
}
@media screen and (max-width: 500px){
	.promotions__list-item {
		width: 100%;
		text-align: center;
		margin-right: 0px!important;
	}
	.promotions {
		padding: 30px 0px 15px;
	}
	.produse_title_and_rating p a {
		font-size: 14px;
		font-weight: 500;
	}
	#desktop_produse_noi_carousel .item img{
		width: 100%;
		height: unset;
	}
	.logo-por img {
		height: 45px;
	}
	.logo-por .logo_regio{
		height: 34px;
	}
	.main_content .set_diff_mt_from_index {
		margin-top: 210px;
	}
	.home {
		margin-top: 185px!important;
	}
	.promotions__list-item:hover > .promotions__sub-list, .promotions__sub-list, .promotions__sub-list2 {
		width: -webkit-fill-available;
	}
	.produs_detaliu {
		padding-top: 60px;
		margin-top: 158px;
	}
}







