html{ overflow-x:hidden;}
body {
	background:url("../images/site/bg.png") repeat-x scroll 0 0 #034678;  /*scos de black friday*/ 
	/*background:#000; adaugat de black friday*/
	margin: 0 auto;
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*color: #4F5155;*/
	color:#000000;
}
.body-site{width:1000px; margin:0 auto;}
.bg-logo{
	background:url("../images/site/bg-logo.png"); /*scos de black friday*/ 
	width:488px;
	height:109px;
	margin-left:-140px;
	float:left;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.w-full{
	width:100%;
}
.w-full img{
  max-width: 100%;
  height: auto;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    margin: 0px 0px 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.product-price-box-cart{
	display:none;
}
.tc .slide{
	width:100%;
}
.bg-logo a img{margin-left:140px;margin-top:10px;}
.breadcrumb li {
    display: flex;
    align-items: center;  
    color: #555;
}

.breadcrumb li a {
    text-decoration: none;
    font-weight: bold;
    color: #007bff;
    transition: color 0.3s ease;
}

.breadcrumb li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.breadcrumb li i {
    margin-right: 5px;
    color: #6c757d;
}

.breadcrumb li:last-child {
    color: #6c757d;
    font-weight: normal;
    pointer-events: none; /* Dezactiveaza hover pe ultimul element */
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #ddd;
}


.row.no-gutter {
	/*margin: 0;*/
}
.row.no-gutter .col-6 {
	padding: 0.5rem;
}
.price-voucher-title,.economy-title {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.price-info {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.1;
	text-align: right;
	text-shadow: 1px 1px 1px #ccc;
}
.price-info i{
	font-weight: normal;
	font-size: 0.6rem;
}
.align-items-center{
	margin: 10px auto;
}
a {
	color: #494747;
	background-color: transparent;
	text-decoration:none;
	/*text-shadow:1px 1px 1px #ccc;*/
}
a:hover{
	color: #494747;
	background-color: transparent;
	text-decoration:underline;
}
h1 {
	color: #494747;
	background-color: transparent;
	font-size: 26px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0 0 14px 0;
	padding:13px 15px 0 15px;
	float:left;
}
h2{
	color: #494747;
	background-color: transparent;
	font-size: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-weight: bold;
	margin: 0 0 14px 0;
	padding:0 15px 0 15px;
	float:left;
}
.form_info_customer h2{
	padding:0;
}
.footer .fa-angle-right {
  color: red;
  font-weight: bold;
  margin-right: 5px;
  font-size: 15px;
}
.btn-back{
	cursor:pointer;
	background-color: #ff6600; /* Culoarea de fundal */
    color: #ffffff;           /* Culoarea textului */
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
	margin-bottom:4px;
    gap: 8px; }
.btn-back svg{width: 16px;
    height: 16px;
    fill: currentColor;}
.btn-back:hover{
	background-color: #cc5200;
}
.page-ajax,.page-ajax-search{padding:10px 0;clear:both;text-align: center; width:100%;}
.page-ajax a, .page-ajax-search a {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    color: #007bff; /* Albastru deschis pentru linkuri */
    text-decoration: none;
    border-radius: 4px; /* Colturi rotunjite */
    transition: all 0.3s ease; /* Efect de tranzitie pentru hover */
}

.page-ajax a:hover,.page-ajax-search a:hover  {
    background-color: #007bff;
    color: #fff; /* Alb pe hover */
    border-color: #007bff;
}

.page-ajax strong,.page-ajax-search strong {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #007bff;
    color: #fff; /* Alb pentru pagina curenta */
    border: 1px solid #007bff;
    border-radius: 4px; /* Colturi rotunjite */
    font-weight: bold;
}

.page-ajax a:first-child, 
.page-ajax a:last-child, .page-ajax-search a:first-child, 
.page-ajax-search a:last-child {
    font-weight: bold; /* Pune in evidenta linkurile de inceput si sfarsit */
}

/*.page-ajax a[disabled] {
    pointer-events: none; 
    background-color: #f1f1f1;
    color: #ccc;
    border-color: #ddd;
    cursor: not-allowed;
}*/ /* Dezactiveaza interactiunea */

.static h2{
	background: url("../images/site/arrow-down-of.png") no-repeat scroll left top;
	text-indent:25px;
	color: #494747;
	/*background-color: transparent;*/
	font-size: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding:15px 0 0 15px;
	text-transform:uppercase;
	float:left;
	width:100%;
}

.form-group sup{
	color:red;
	font-size:14px;
	top:0px;
}
#rating-stars {
    display: flex;
    /*flex-direction: row-reverse;*/ /* Inversam stelele pentru a fi ordinea corecta */
    justify-content: flex-start;
    gap: 5px;
}

.star {
    font-size: 20px;
    cursor: pointer;
    color: #ccc; /* Initial gri */
    transition: color 0.2s ease-in-out;
}
.star.hovered,
.star.selected {
    color: gold; /* Culoare galben auriu */
}

.star.full {
	color: gold;
}
.star.partial {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1
}
.star.partial::before {
	content: '\2605';
	position: absolute;
	height: 100%; 
	left: 0;
	top: 0;
	width: var(--percent);
	overflow: hidden;
	color: gold;
	pointer-events: none;
}

.page a{text-decoration:underline;}
.static ul{ list-style-image:url("../images/site/bullet-of.png"); font-size:24px; padding:0 30px; margin:0; clear:both;}
.static ul li{ font-size:16px; color:#494747;}
code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}
#body{
	padding: 25px 10px 25px 10px;
	float:left;
	/*margin-bottom:20px;*/
	width:960px;
	margin: 0 auto;
}
	
.footer{
	text-align: center;
	font-size: 12px;
	/*background: url("../images/site/bg-footer.png") repeat-x scroll left top;*/
	/*background: linear-gradient(180deg, #020e19 0%, #06315b 100%);*/
	background: linear-gradient(180deg, #062040 0%, #0a4a80 100%);
	height:auto;
	margin-top:20px;
	float:left;
	width:100%;
	bottom:0;
	position:relative;
}
#container{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	/*border: 1px solid #D0D0D0;*/
	
}

#carouselExampleIndicators {
    max-width: 600px; /* Ajusteaza dimensiunea dorita */
    margin: 0 auto;
    overflow: hidden; /* Ascunde continutul care iese în afara */
}

.carousel-inner img {
    /*max-height: 400px;*/ /* Ajusteaza inaltimea dorita */
    object-fit: cover; /* Evita deformarea imaginii */
}




.label {
    color: #000000;
    float: left;
    margin: 5px;
    text-align: center;
    width: 125px;
	font-weight:bold;
}
.register {
    /*background-color: #F0F0F0;*/
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    /*margin-left: 20px;*/
    width: 100%; /*445px;*/
	float:left;
	box-shadow:0 0 12px #D0D0D0;
	background: #f2f3f3 url("../images/site/bg-form1.png") repeat-x;
}
.input {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 5px;
   /* width: 170px;*/
	border-radius:5px 5px 5px 5px;
	box-shadow:0 0 12px #D0D0D0;
}
.button {
    clear: both;
    cursor: pointer;
    float: left;
    margin: 0 0 5px 165px;
}
.box-register{
	margin:0 auto;
	/*width:465px;*/
	padding:20px 0;
	float:left;
}
.err{
	text-align:left;
	color:red;
	font-weight:bold;
	box-shadow: 0 0 12px #D0D0D0;
	background-color:#FCF7BF;
	border-radius: 5px 5px 5px 5px;
	margin:10px 0;
	padding:10px;
	/*width:630px; */
	float:left;
}
.clear{
	clear:both;
}
.site{
	float:left;
	width:100%;
	background-color:#ffffff;
	border-radius:8px 8px 8px 8px;
	box-shadow: 0 0 48px #D0D0D0;
	margin-bottom:6px;
	padding:0 15px;
}
.btn-buy{
	float:left;
	margin:0 0 10px 40px;	
}
.text-btn{
	margin:2px 0;
	float:left;
	width:200px;
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:25px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #101010;
}
.text-btn span{
	font-size:34px;
}
.text-btn:hover{
	margin:2px 0;
	float:left;
	width:200px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:25px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #222222;
}
h3{color:#000000;margin:0;font-size:23px;}
.site-container{float:left;margin-top:10px;width:1000px;}
.offer-title{/*background-color: #ccffcc; border-bottom: 1px solid #060; */float:left;border-radius:8px 8px 0 0;width:100%; color:#000000; font-size:22px; }
.offer{float:left; color:#033d4a;padding-bottom:10px; }
.offer .offer-content{float:left;width:250px;margin:10px;/*background-color:#99CCCC;border-radius:2px 2px 2px 2px;*/}
.offer .offer-detail{float:left;border-top:1px solid #ffffff; border-bottom:1px solid #ffffff; width:250px;}
.offer .offer-price{float:left;width:250px; text-align:center; font-size:20px;color:#000000;font-weight:bold;margin:5px 0;}
.offer .offer-discount{float:left;font-size:15px; font-weight:bold; width:124px; text-align:center;padding:5px 0;border-right:1px solid #ffffff;color:#000000;border-bottom:1px solid #ffffff;}
.offer .offer-economy{float:left;font-size:15px;font-weight:bold; width:125px; text-align:center;padding:5px 0;color:#000000;border-bottom:1px solid #ffffff;}
.offer .offer-time{float:left; font-weight:bold; font-size:15px; width:248px; text-align:center;margin:-5px 0 20px 0; color:#000;text-shadow: 1px 1px 1px #ccc;}
.box-order .offer-time{ font-weight:bold; font-size:15px; width:100%; text-align:center;  color:#000;text-shadow: 1px 1px 1px #ccc; }
.site-offers{ background-color: #FFFFFF; border-radius: 8px 8px 8px 8px; box-shadow: 0 0 48px #D0D0D0;  float: left;  width: 765px;margin-top:10px;}
.site-offers .title-offers{float:left; width:545px;color:#000000; text-align:left;}
.site-offers .box-offers .details{ /*background-color: #99CCCC; border-radius: 2px 2px 2px 2px;*/  float: left;  margin: 10px 0 0 0;  width: 567px; height:50px; }
.site-offers .box-offers{margin:10px 0 0 10px; float:left;}
.details .offers-info{float:left; padding:10px;height:30px;text-align:center; background: url("../images/site/bg-clock-countdown.png") repeat-x;}
.countdown-time-offers{height:40px; padding:5px 0 0 0;float:left; background-color:#99CCCC;}
.btn-details{float: left;  text-align: center; width:175px; margin:13px 0;  background-image:url("../images/site/view-details.png"); height:42px; line-height:42px;}
.btn-details a{ color: #000;font-family:Arial;  text-transform: uppercase;font-size: 14px;font-weight: bold;}
.btn-details a:hover{color:#fff;text-decoration:none;}
.countdown-time{background-color:#ffffff;}
.btn-details span{	font-size:34px; float:right;margin-top:-7px;}
.form-offer{/*float:left;width:765px;*/ width:100%; z-index: 1000;}

.right{/*float:left;width:228px;*/height:auto;color:#000000;}
.right .title-right{ border-radius:8px; transition: border-radius 0.15s ease-in-out; will-change: border-radius;   background-image: linear-gradient(to right top, #ec4f00, #e55e00, #de6b00, #d77600, #d08000); min-height:37px; text-align:center; font-family:Calibri; font-weight:bold; font-size:19px; color:#ffffff; padding:10px 5px;line-height:18px;}
.right .title-right.open {
    border-radius: 8px 8px 0 0;
}
.right .categ{background:#ffffff;font-weight:bold;width:100%;float:left; padding:5px;;font-size:14px;color:#339196;cursor:pointer;}
.right .categ .arrow{background-image:url("../images/site/arrow-down.png");width:6px; height:5px;float:right;margin:4px 10px 0 5px;}

.right .categ.active {
  background: linear-gradient(135deg, #339196, #006666);
  color: #ffffff;
  transition: background 0.3s ease, color 0.3s ease;
}

.left{float:left;}
.rightcol{float:right;}
.right .categ .arrow-right{background-image:url("../images/site/arrow-right.png");width:8px; height:8px;float:left;margin:5px 5px 5px 12px;}
.right .categ .arrow-down-city{background-image:url("../images/site/arrow-down-city.png");width:8px; height:8px;float:left;margin:5px 5px 5px 10px;}
.right .box-margin{height:10px;width:100%; border-radius:0 0 8px 8px;float:left;}
.right .view-city{background:#ffffff;font-weight:bold;width:100%;float:left; font-size:14px;color:#000000;display:none;}
.view-offers-city{float:left;padding:4px 4px 4px 36px;width:100%;cursor:pointer; color:#E95100; text-decoration:none;}
.view-offers-city:hover{float:left;padding:4px 4px 4px 36px;width:100%;cursor:pointer; color:#E95100; text-decoration:none;}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#div_to_popup,.div_popup_cart {display:none;}
.comanda-voucher{width:100%;border-bottom:1px solid #000000;float:left;color:#003366; font-weight:bold;}
.input-form {  background: url("../images/site/input-bg.gif") repeat-x scroll 0 bottom #FFFFFF;border: 1px solid #CCCCCC;color: #003366;font-size: 12px;font-weight: bold;padding-left: 3px;}
.necesar {	color: red;}
.table-comenzi { background-color: #2064A0;}
.table-comenzi .rowcom1{background-color: #EFEFEF;}
.table-comenzi .rowcom0 { background-color: #FFFFFF;}
.menu { height: 46px; float:left; width:100%;}
.ulmenu {margin: 0;	padding: 0;}
.ulmenu li { margin: 0;	padding: 0;	list-style: none; float: left; font-size: 18px; line-height:30px; font-family:Arial;/*Moolboran;*/} 
.ulmenu li a { display: block; margin: 0 20px 0 0;	padding: 11px 0px;	color: #000;  font-weight:bold; text-align: center;	text-decoration: none; }
.ulmenu li a:hover { color:#fff; }
.ulmenu li a.active { color:#fff; }
.content-details{float:left;width:100%;}
.static,.page{float:left; /*padding:15px;*/ font-size:16px; text-align:justify;line-height: 23px;font-family:Calibri; color:#494747; /*text-shadow:1px 1px 1px #ccc;*/}
.product-detail p{font-size:16px;font-family:Calibri;}
p{margin:0 0 10px 0;}

.ulmenu li .button-menu-left{
	background: url("../images/site/button-menu-left.png");
	width:7px;
	height:35px;
	float:left;
}
.ulmenu li .button-menu-center{
	padding:2px 0px;
}
.ulmenu li .button-menu-center{
	background: url("../images/site/button-menu-center.png") repeat-x;
	height:35px;
	padding:2px 0px;
	float:left;
}
.ulmenu li .button-menu-right{
	background: url("../images/site/button-menu-right.png");
	width:7px;
	height:35px;
	float:left;
}
.discount{position:relative;}
.box-order{/*background: url("../../images/site/box-comanda.png");*/ width:100%; min-height:auto; box-shadow:0 10px 12px #cccccc;border-radius:8px;  background-image: linear-gradient(to top, #f1f3f3, #d6e8e9, #bbdddf, #9ed2d5, #80c7cc, #70c4ca, #5fc1c9, #4abec7, #45c2cc, #40c7d0, #39cbd5, #31d0d9); border:1px solid #bbbbbb;}
.content-right{ background:#ffffff; border-radius:0px 0px 8px 8px; /*width:228px;*/ width:100%; float:left;padding-bottom:20px;}
.box-discount{background: url("../images/site/discount.png"); width:78px; height:76px; margin-left:85px; float:left; margin-top:-75px; position:relative; z-index:10; }
.box-discount span{color:#ffffff; font-size:30px; font-weight:bold;margin:15px 0 0 11px;float:left;}
.box-discount b{font-size:11px; float:left; color:#ffffff;margin:-5px 0 0 14px;}
.box-discount-list{/*background: url("../images/site/discount_list.png");*/ width:50px; height:49px;   position:absolute; right:0; z-index:10; }
.box-discount-list span{color:#ffffff; font-size:18px; font-weight:bold;margin:7px 0 0 11px;float:left;} 
.box-discount-list b{font-size:9px; float:left; color:#ffffff;margin:-3px 0 0 4px;}
.box-price{float:left;color:#ffffff;font-weight:bold; font-size:16px; width:90px; text-align:center;  margin-top:30px; }
.box-low-price{float:right;color:#ffffff;font-weight:bold; font-size:16px; width:100%; /*width:90px;*/ margin-top:30px; text-align:center;}
.voucher-economy{ float:left; margin-top:12px; font-weight:bold; color:#00477d;display: flex;
    gap: 10px;}
.price-voucher-title{ text-align:center; height:26px; line-height:26px; font-size:12px; background:#ffffff; float:left; border-radius:5px; border:1px solid #999999; width:100%;margin-bottom:3px;}
.price-shippment-free{ 
  text-align: center;
  font-size: 12px;
  background: #ffffff;
  float: left;
  border-radius: 5px;
  border: 1px solid #999999;
  width: 100%;
  font-weight:bold;
  margin-bottom: 10px;
  padding: 5px; /* Asigura spatiu interior */
  box-sizing: border-box; /* Include padding-ul in dimensiuni */
  word-wrap: break-word; /* Asigura ca textul lung este impartit */
 }
.economy-title{ text-align:center; height:26px; line-height:26px; font-size:12px; background:#ffffff; float:left; border-radius:5px; border:1px solid #999999;width:100%;}
.price-voucher{ text-align:center; height:26px; line-height:26px; font-size:18px; background:#ffffff; float:left; border-radius:5px; border:1px solid #999999; width:100%;margin-bottom:3px; }
.economy{text-align:center; height:26px; line-height:26px; font-size:18px; background:#ffffff; float:left; border-radius:5px; border:1px solid #999999;width:100%;}

a.buy-now{
		/*background: url("../../images/site/buy-now.png"); width:179px; height:43px;*/
		border-radius:8px;   
		/*background-image: linear-gradient(to right top, #ec4f00, #e55e00, #de6b00, #d77600, #d08000); */
		
		/* Gradient portocaliu */
		
		
		/*background: linear-gradient(to bottom, #ff9933, #cc6600); 
		border: 1px solid #ff6600;		
		transition: transform 0.2s ease;*/
		color:#000;
		float:none; 
		/*padding:10px; */
		margin:10px auto; 
		/*line-height:43px;*/ 
		text-align:center;
		clear:both;
		width:100%;
		float:left;
		border: 1px solid #ff6600;
		
		overflow: hidden;
  background: linear-gradient(115deg, #ff9933 0%, #cc6600 69.9%, #ec4f00 70%, #ec4f00 100% ) !important;
  align-items: center !important;
  padding: 8px 15px 8px 12px !important;
  min-height: 40px !important;
  max-height: 40px !important;
		
} 

#button_order_cart {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: #0073e6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
  text-shadow:none;
}

#button_order_cart:hover {
  background-color: #005bb5;
}

.bg-clock .buy-now{margin:20px 0; float:left;}
a.buy-now{ font-family:Tahoma; /*font-family: Open Sans,Helvetica,Arial,sans-serif;*/  font-weight:bold; font-size:14px; color:#000; text-transform:uppercase; text-align: left; }
a.buy-now span{float:left;}
a.buy-now:hover{
	text-decoration:none; 
	/*background: linear-gradient(to bottom, #ff7043, #d32f2f);*/ /* Gradient mai rosiatic */
	background: linear-gradient(115deg, #ff7043 0%, #d32f2f 69.9%, #ff9933 70%, #cc6600 100% ) !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Umbra subtila */
    color: #fff;
}
.buy-now .fa-shopping-cart{
	  color: #fff;	 
	  position:relative;
	  float:right;
	  min-height: 40px !important;
  	  max-height: 40px !important;
	  line-height:22px;
	  margin-right:10px
}

.bg-clock{/*background: url("../../images/site/bg-clock.png"); */
background: #f5f7f2;
background-image: -webkit-linear-gradient(top, #f5f7f2, #FFF); 
background-image:    -moz-linear-gradient(top, #f5f7f2, #FFF); 
background-image:     -ms-linear-gradient(top, #f5f7f2, #FFF); 
background-image:      -o-linear-gradient(top, #f5f7f2, #FFF); 
background-image:         linear-gradient(top, #f5f7f2, #FFF);
/*width:248px; */

min-height:211px; 

margin-top:14px;  border:1px solid #bbbbbb; border-radius:10px; margin-top:20px;}

.bg-clock .offer-time{color:#033d4a; }
.offers-info h3{color:#00477d;}
.title-offers a{font-weight:bold;}
.footer-site{
	/*width:1000px; 
	margin:0 auto;*/
	font-size:15px;
	border-bottom: 1px solid #4a5a6f;
}
.footer-site .links{float:left; margin:0px;width:100%;}
.footer .margin-top-footer{margin-top:30px;}
.footer-site .links h4{color:#fff;float:left;font-size:22px;/*text-shadow:1px 1px 1px #ccc;*/width:100%;text-align:left;border-bottom: 1px solid #4a5a6f; padding-bottom: 10px; font-weight:600;}
.footer-site .links a, .footer-site span.links ul li{color:#ffffff;float:left;width:100%;text-align:left;/*text-shadow:1px 1px 1px #ccc;*/list-style-type: none; }
.footer-site .links ul{padding:0;margin:0;float:left; list-style:none; color:#fff; text-align:left;}
.footer-site .links ul li{line-height: 22px;}
.sep-categ{border-bottom:1px dashed #e95100;width:92%; float:left; margin-left:5%;}
.btn-link{
	  font-size:14px;
	  line-height:22px;
	  color: #fff;
	  font-weight:500;
	  padding-bottom:10px;
	  border-bottom: 1px solid #4a5a6f;
	  padding-left:0;
	  margin-bottom:5px;
	  position: relative;
	  text-align:left;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-bottom: 1px solid #4a5a6f;
    text-decoration: none; 
}

.btn-link.collapsed {
    border-bottom: 1px solid #4a5a6f !important;
}
.fa-chevron-down, .fa-chevron-up{
	position: absolute;
    right: 0px;
    top: 10px;
}
.title-right .fa-chevron-down, .title-right .fa-chevron-up{
	right: 25px;	
}
.sep-footer{
	/*background: url("../images/site/sep-footer.png") repeat-y left top !important;;
	width:3px; 
	height:136px; 
	float:left; 
	margin-top:40px;*/
	background: url("../images/site/sep-footer.png") repeat-y left top !important;
  	height: 190px;
}
.sep-line{
   border-right: 1px solid #fff; 
   height: 10px; 
   display: inline-block;   
   margin: 0 5px;
}
.footer-site .desc-footer{width:100%;color:#ffffff;  margin:15px auto;}
.left-register{background: url("../images/site/left-register.png"); width:8px; height:18px; float:left;}
.bg-register-left{background: url("../images/site/bg-register-left.png") repeat-x; height:18px; float:left;}
.right-register{background: url("../images/site/right-register.png"); width:11px; height:18px; float:left;}
.bg-register-right{background: url("../images/site/bg-register-right.png") repeat-x; height:18px; float:left;}
.bg-register-left a, .bg-register-right a ,.bg-register-left {color:#000000; font-weight:bold; height:18px; line-height:18px;}
.bg-register-left a:hover, .bg-register-right a:hover {color:#ffffff; text-decoration:none;}
.bg-register-right span{color:#ffffff;float:left;}
.input:focus{box-shadow:0 0 15px #FFFFFF}
.inputsubmit{/*background: url("../images/site/aboneaza.png"); width:37px; height:27px;*/float:left; cursor:pointer; margin-left:-2px; height:40px; width:37px; background-color:#ffe234; border-radius:0px 5px 5px 0; border:none; border-right:2px solid #ffc21b; border-top:2px solid #ffc21b;  border-bottom:2px solid #ffc21b; font-weight:bold; font-size:17px; /*line-height:26px;*/ }
.inputsubmit:hover{color:#ed4f00;}
.inputfield{float:left; border:2px solid #d1cecf; border-radius:10px 0 0 10px; height:40px;  padding-left:10px;width:84%;}
.sep-text{float:left; width:100%;border-top:1px solid #666666; padding:5px 0;}
.title-text{text-decoration:underline;color:#339196; text-transform:uppercase}
.recomanda{float:left;padding:10px 0;width:100%;text-transform:uppercase; color:#339196;font-size:18px; font-weight:bold; font-family:Calibri;}
.relatii-clienti{float:left;margin:10px 10px 0 10px;text-align:justify;line-height: 23px;font-family:Calibri; color:#666666;font-size:15px;}
.relatii-clienti span{color:#339196;font-weight:bold;text-align:left;}
.order-title{font-size: 20px; margin-top:5px; color:#000000; text-align:left;}
.sep-map{float:left; margin:0 0 0 10px; border-left:3px solid #034678; height:350px;}


.box-price span, .box-low-price span{font-size:22px; font-weight:bold;}
.detalii-plata{float:left; border-radius:8px; background-color:#fff; color:#red; width:650px; padding:15px; border:5px solid #e7a62e;}
.detalii-plata h1{color: #494747;  font-family: Calibri;  font-size: 30px;    line-height: 27px; width:100%;    margin-bottom: 12px;}
.detalii-plata h2{color: #494747;  font-family: Calibri;  font-size: 18px;  font-weight: bold;  margin: 5px 0;}
.detalii-plata a{float:right; margin:-45px 0 0 0;}
.detalii-plata ol{color: #494747;  font-family: Calibri;  font-size: 18px;  font-weight:bold; float:left;}
.detalii-plata ol li{float:left;}
.content-offer{float:left;width:100%;}
.content-offer h1{margin-left:32px;}



a.suport-online{display:block; position:fixed; right:5px; bottom:0; width:133px; z-index:999; border-radius:5px 5px 0 0; box-shadow:0 0 12px #D0D0D0; padding:7px 10px; background:url("../images/site/buy-now.png") repeat scroll 0 0 transparent; color:#000; text-align:center; font-weight:bold;}
a.suport-online:hover{color:#fff; text-decoration:none;}
.buton-submit{background:url("../images/site/buy-now.png") repeat scroll 0 0 transparent; padding:6px 15px; color:#fff; font-weight:bold; border:none; border-radius:5px;cursor:pointer;}
.buton-submit:hover{color:#000;}
.suport-textarea{width:400px; height:100px; resize: vertical; background: url("../images/site/input-bg.gif") repeat-x scroll 0 bottom #FFFFFF;border: 1px solid #CCCCCC;color: #003366;font-size: 12px;font-weight: bold;padding-left: 3px;}
.box-suport-online{float:left; border-radius:8px; background-color:#fff; color:#red; max-width:350px; padding:15px; border:5px solid #e7a62e;}
.close-but{float:right;maring:5px;}
.error {
    color: red;
    font-weight: bold;
}
.erori {
    color: red;
    font-size:14px;
    font-weight: bold;
    padding: 10px 0;
}
.relatii-clienti h5{margin:0 5px 0 0;line-break: anywhere;}

.title-widget a{color:#005893;text-shadow: 1px 1px 1px #CCCCCC;font-family:Calibri;}
.old-price {
    color: #9C9C9C;
    font-size: 14px;
    text-decoration: line-through;
 font-family:Calibri;
}
.new-price{color:#005893;font-family:Calibri;font-size:18px;font-weight:bold;}
.details a{background-color:#e95100; color:#fff; text-decoration:none;padding:2px 10px; border-radius:3px; float:right; margin:0 30px 0 0;font-family:Calibri; font-size:14px; }
.details a:hover{color:#000;text-decoration:none;}
.prev{ width: 73px; height: 18px;  margin-left: 113px; background: url("../images/site/up2.png") no-repeat; z-index: 9999; cursor: pointer;}
.next{ width: 73px; height: 18px; margin-left: 113px; background: url("../images/site/down2.png") no-repeat; z-index: 9999; cursor: pointer;}







.site-products{ float: left;  width: 765px;/*margin-top:10px;*/}
.box-product{
	margin-bottom: 10px;
	padding:5px;	
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: #fefefe;
	/*height: 390px !important;*/
	
	display: flex !important;
    flex-direction: column !important;
    height: 97% !important;
	
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;	
	width:100%;		
}
.product-pd{padding-left:0px;}
.last-item-of-line {
    margin-right: 0px !important;
}
.title-product{
	margin-top: 10px;
	text-transform: none;
	text-align:center;
	padding:0 20px;
	height:35px;
	overflow: hidden !important;
}
.box-product img{margin:0px auto;display:none;text-align:center; max-width:100%; height:auto; min-height:230px; max-height: 230px;  /*min-height:340px; max-height:340px;*/}
.box-product .product img.active{
	display:block;
	margin:0px auto;
	text-align:center;
	max-width:100%; 
	height:auto;
}


.box-price-prod{
	height:30px;
	/*padding:0 5px;*/
	padding:0 2px;
}
.price-product{
	/*margin-top: 10px;*/
	text-transform: none;
	text-align: center;
	color: #8e8e8e !important;
}
.price{
	float:left;
	/*line-height: 35px !important;*/
	color: #00477d !important;
	font-size: 16px !important;
	font-weight: bold;
	text-decoration:line-through;
}
.low_price{
	float:right;
	/*line-height: 35px !important;*/
	color: #00477d !important;
	font-size: 16px !important;
	font-weight: bold;
}
.box-suport-online h2{padding:0;}
.header_nav{
	list-style-type: none;
	/*float: right;*/
	padding:0;
	margin-top:30px;
}
.shopping_cart {
    padding: 15px 27px 10px 43px;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url('../images/site/cart.gif') no-repeat 10px 9px #eee;
    cursor: pointer;
}
.cart_block .block_content {
    padding: 8px 8px 15px 8px;
}
.cart_block .cart_block_summary {
    display: none;
}
#cart_block {
    z-index: 9999;
    display: none;
    position: absolute;
    top: 75px;
    height: auto;
	padding:5px;
    width: 92%;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius-bottomright: 3px;
    -webkit-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 1px 0 #C6C6C6;
    background: #eee;
}
.price_cart,.shipping_cost,.cart_total{
	text-align:right;
	float:right;
	/*line-height: 15px !important;*/
	color: #ee4f00 !important;
	font-size: 12px !important;
	text-transform:lowercase;
}
.cart_total{font-weight:bold;}
.info_cart{padding:8px 3px 3px 3px;}
#cart_block .remove_item_cart a {
    display: inline-block;
    height: 12px;
    width: 12px;
	float:right;
	margin-left:3px;
	margin-top:1px;
    background: url('../images/site/delete.gif') no-repeat 0 0;
}
#cart_block_list .items{margin-bottom:8px;}
.full_site {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 48px #D0D0D0;
}
.summary_cart{
	padding:15px;	
}
.content_cart {
	display: table;
	width: 100%;
	border: 1px solid #999;
	border-collapse:collapse;
}
.tr {display: table-row;}
.tc {
	display:table-cell;
	vertical-align:top;
	/*background-color: #fff;*/
	border: 1px solid #999;
	padding:5px 10px;
}
.content_cart .tr:hover{
	background-color:#f8f8f8;
}
.tc2 {width:50%;padding-left:10px;}
.tc1, .tc3, .tc4 {width: 10%; text-align:center;}
.tc5 {width: 15%; text-align:center;}
.tc6 {width: 5%; text-align:center;}
.flexbox{ 
     display: table;
	 height:150px;
}
.center_text{ 
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%; 
}
.footer .center{
	margin:50px 0 0 0;
	color:#fff;
	font-size:15px;
}
.center{
	color:white;
}
.currency_cart{text-transform:lowercase;}
.delete_button img{
	margin: auto;  /* Magic! */
 	max-width: 100%;
  	max-height: 100%;
}
.delete_button{
	margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:150px;
    height: 100%;
    width: 100%;
}
.header_cart .tc{font-weight:bold;}
.qty_cart .minus,.qty_cart .plus{
	display: block;
	float: left;
	border: 1px solid #dbdbdb;
	color: #333;
	font-weight: 300;
	height: 32px;
	width: 38px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	background-color:#f8f8f8;
}
.qty_cart input[type="text"] {
    display: block;
    float: left;
    /*border: 1px solid #dbdbdb;*/
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;   
    width: 38px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    border-top: 0;
    border-bottom: 0;
}
.qty_cart {
    width: 40px;
	margin:0 auto;
	float:none;		
}
.qty_cart a:hover{text-decoration:none;}
.flex{
	height:150px;
	display:flex;
	align-items: center;
    justify-content: center;
}
.cell{
	display:table-cell;
	vertical-align:top;
	padding:5px 10px;
}
.checkout_cart{
	float:right; 
	text-align:right;  
	
	display:table; 
	background: #f8f8f8;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
}
.order_total{
	margin-top: 0;
	padding: 15px;	
	font-weight:bold;
	font-size: 120%;
}
.order_total .border_order{border-top: 1px solid #e8f2d1;}
#checkout_cart .alert{
    background-image: none;
    margin-top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 10px;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	border-radius: 0;
	font-weight:bold;
}
#checkout_cart .alert-danger{
	background-color: #f2dede;
	color: #a94442;
	background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	background-repeat: repeat-x;
	border-color: #dca7a7;
}
.conf_order{float:right;margin:20px 0 20px 0;}
.form_info_customer{
	padding:15px 0;
}
.form_info_customer .text label{
	width:120px;
	text-align:right;
	float:left;
	margin:5px 10px 0 0;
	text-shadow: 1px 1px 1px #ccc;
	font-weight:bold;
	color: #494747;
	background-color: transparent;
	font-size:13px;
	text-align:left;
}
.form_info_customer select{
	width:235px !important;
}
.form_info_customer input[type="text"],.form_info_customer select, .form_info_customer textarea{
	width:235px;
	border: 1px solid #DDDDDD;
	padding: 6px 8px;
	resize: vertical;
}
.buyer_type{
	position:relative; 
	top:3px;
	float:left;
}
.form_info_customer .choose_buyer_type{
	width:400px;
	margin:0 auto;
	float:left;
	margin-bottom:10px;
}
.form_info_customer .choose_buyer_type .left{
	margin-right:20px;
}
.form_info_customer .choose_buyer_type label{
	margin:0px 2px;
	float:left;
}
.type_company{display:none;}
.box_form_customer{float:left;with:400px;}
.method_post{float:left;margin-top:30px;}
.carrier{clear:both;float:left;margin:10px 0;}
.carrier img{float:left; margin-top:-8px;}
.carrier input{float:left;}
.box_form_customer sup, .method_post sup{color:red;}
.payment{
	float:left;
	width:500px;
	margin:0 0 10px 0;
}
.method_post textarea{float:left; width:400px;margin:0 0 20px 0;}
.qty_prod .minus,.qty_prod .plus{
	display: block;
	float: left;
	/*border: 1px solid #dbdbdb;*/
	color: #333;
	font-weight: 300;
	height: 40px;
	width: 28px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	background-color:#eb891a;
	
}
.qty_prod .minus{border-radius:3px 0 0 3px;}
.qty_prod .plus{border-radius:0 3px 3px 0;}
.qty_prod input[type="text"] {
    display: block;
    float: left;
    /*border: 1px solid #dbdbdb;*/
   /* border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;*/   
    width: 30px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    border:0;
}
.qty_prod {
   /* width: 200px;*/
	margin:20px 0;
	float:right;
	/*float:left;		*/
}
.qty_prod a:hover{text-decoration:none; color:#fff;}
.qty_offer{float:left; font-weight:bold; font-size:15px;color:#136176; margin:0 10px 0 0;}
.image-popup-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    border-bottom: 0;
   /* height: 75px;*/
    display: block;
   /* float: left;*/
    margin: 0 5px 5px 0;
   /* width: 75px;*/
}
.image-popup-link img{border-radius:8px;}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}
.product-detail li{
	font-size:16px;
	line-height: 16px;
    padding: 5px 0;
}
.product-property-list li {
    position: relative;
    width: 47%;
    float: left;
    line-height: 16px;
    padding: 5px 0;
    text-align:left;  
    margin-right: 2%;
}
.box-body .product-video{
	padding:20px 0;
	text-align:center;
}
.ext-links{
	margin:10px auto;
	float:none;
	/*width:306px;*/
	width:100%;
}
.ext-links a{margin-left:5px;}
.ext-links a:first-child{margin-left:0;}
.page h1{padding-top:10px; width:100%; padding-left:0;}
.page h2{color:#494747; margin-bottom:10px;color:#494747;float:none;padding:0;text-decoration:underline;font-size:20px;}
.page .detail-company p{margin-bottom:0;}
.page .detail-company{margin-bottom:10px;float:left; width:320px;}
.class-info{padding:0px 10px 10px 10px;font-size:14px;float:left;font-family: Calibri;text-shadow: 1px 1px 1px #ccc;}
.class-info .tva{text-align:center;margin-top:5px; float:left;}
.class-info ul{list-style:none;padding:0;margin:0;}
.class-info ul li{border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:15px;float:left; width:100%;}
.class-info ul li:last-child{border-bottom:0;margin-bottom:0px;}
.class-info img{float:left;margin-right:5px;margin-bottom:10px;}
.class-info b{font-size: 14px;font-family: Calibri;text-shadow: 1px 1px 1px #ccc;color:#000;vertical-align:middle;line-height:12px;}
.stock{	
	/*margin:0 auto; 
	width:100px;*/	
	float:left;	
}
.stockinfo{
	font-size: 14px;
	font-family: Calibri;
	/*text-shadow: 1px 1px 1px #ccc;*/
	color: #000;
	vertical-align: middle;
	font-weight:bold;
	/*color:#6fdb1c;*/
	/*float:left;
	margin:15px auto;*/
}
.is-invalid {
    border: 1px solid red !important;
    background-color: #ffe6e6;
}

.invalid-feedback, .invalid-field {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}
.required{margin:10px 0;}

.count-reviews{z-index:9999999;font-size:16px;font-weight:bold;margin-top: -2px;  float: left;}
.form-review{margin:20px 0}
.form-review .star{font-size:48px;}
.sep-box{float:left;margin:5px 5px 0 5px;border-right:2px solid black;height:11px;}
.box-review-product,.box-review-product-home{float:left;margin:-4px 10px 0 0;}
.box-review-product-home .star{font-size:22px;}
.stockinfo img{float:left;margin:2px 5px 0 0;}
.stockinfo span{float:left;text-transform:uppercase;}
.stockEmpty img{float:left; margin:16px 5px 0 30px;}
.stockEmpty dt{text-align:center;}
.image-link img{margin-top:2px;margin-right:1px !important;border-radius:8px;border:1px solid #ccc;}
.image-link img:first-child{margin-right:0;}
.image-link:hover{text-decoration:none;}
.image-link img.active{border:2px solid #000;}
ul.ulpages{margin:0 20px;padding:0;}




/**, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/


/*.box-product::before, .box-product::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #ec4f00;
}

.product::before, .product::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #ec4f00;
}
.box-product:hover::before, .box-product:hover::after{
  width: 100%;
}
.box-product:hover .product::before, .box-product:hover .product::after{
  height: 100%;
}*/
/*----- .hover-effect -----*/
/*.hover-effect::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.hover-effect::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.hover-effect .product::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.hover-effect .product::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.hover-effect:hover::before, .box-product:hover::after{
  left: 0;
}
.hover-effect:hover .product::before, .hover-effect:hover .product::after{
  top: 0;
}*/



.back_shopping{font-weight:bold;margin:5px;float:left;font-size:14px;}
.back_shopping span{margin-top:-1px;float:left;}



.search-box {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1001;
  margin-top: 30px;
}
.search-box .autocomplete-loading{border-radius:8px; background:#fff; border:1px solid #999;width:100%;padding:12px 10px;}
/*.search-button{padding:0;margin:0;border:0;cursor:pointer; pointer-events: auto;}*/
.search-box .search-button {
  padding: 0;
  margin: 0;
  border: 0;
  background: #ec4f00;
  border-radius: 0 8px 8px 0;
  font-size: 20px;
  color: #fff;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
  pointer-events: auto;
}
.search-box .search-button .fa{vertical-align:middle;}
.hide{display:none;}
.search-box .loading {
    position: absolute;
    top: 25%;
	right: 50px;
}
.suggest-box{z-index:11;}
.suggest-box ul{position:absolute;z-index:11;background:#fff;list-style:none;}
.search-box .suggest-box .in {
    margin: 0 5px;
    background: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-box-shadow: 0 2px 8px rgba(1,1,1,0.53);
    -webkit-box-shadow: 0 2px 8px rgba(1,1,1,0.53);
    box-shadow: 0 2px 8px rgba(1,1,1,0.53);
}
.reset {
    border: none;
	margin:0 0 0 -4px;
    padding: 0px;
    background: none;
	width:100%;
	/*width:470px;*/
	border-radius: 8px;
}
.reset .img img{float:left; margin-right:10px;}
.search-box .suggest-box li {
    border-bottom: 1px dotted #999;
}
.search-box .suggest-box li:hover{
	background-color:#f0f0f0;
}
.search-box .suggest-box li:first-child:hover{
	background-color:#f0f0f0;
	border-radius: 8px 8px 0 0;
}
.search-box .suggest-box li:last-child:hover{
	background-color:#f0f0f0;
	border-radius: 0 0 8px 8px;
}
.search-box .suggest-box li a .img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal; 
}
.search-box .suggest-box li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;   
	cursor:pointer;
}
.load_img {
    background: #fff url('../images/site/ajax-load.gif') center center no-repeat;
}
.ratio_big_img {
    padding-bottom: 100%;
}
.wrapper {
    background-color: #fff;
    float: left;
    height: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cookie-block {
			position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
			background: rgba(0,0,0,0.8); /* fundal negru transparent */
			padding: 15px 0;
			z-index: 9999;
		}
		
		.cookie-message {
			color: #ffffff; /* text alb */
			font-size: 15px;
			line-height: 1.5;
			font-weight:600;
		}
		
		.cookie-message a {
			color: #ffffff;
			text-decoration: underline;
		}
		
		.cookie-message a.btn-link {
			text-decoration: none;
			font-weight: 600;
			padding: 6px 15px;
			border-radius: 6px;
			margin-left: 10px;
		}
		
		.cookie-accept {
			background: #28a745; /* verde accept */
			color: #fff !important;
		}
		
		.cookie-decline {
			background: #dc3545; /* rosu refuz */
			color: #fff !important;
		}
		
		.cookie-accept:hover,
		.cookie-decline:hover {
			opacity: 0.9 !important;
			text-decoration: none;
		}
		
		
.static .box-body .table-specification{
	width: 100%;
	float::left;	
    border-collapse: separate;
	display: table;
}

.static .box-body .table-specification div.tr-table-specification:nth-of-type(even) {
  background-color: #a3e0fb;/*d6eeee;  */
  float:left;
  width:100%;
  display: table-row;
  border-bottom: #fff 1px solid;
}
.static .box-body .table-specification div.tr-table-specification:nth-of-type(odd) {
  background-color: #e7e9eb;
  float:left;
  width:100%;
  display: table-row;  
  border-bottom: #fff 1px solid;
}
.static .box-body .table-specification .td-table-specification{
	width:50%;
	font-size:400;
	float:left;
	/*text-indent:10px;
	border-right: 1px solid white;*/
	display: table-cell;
	text-align:left;
	/*flex-grow: 1;*/
    display: inline-flex;
}
.static .table-specification .tr-table-specification .table-row {
    display: table-row;
	width:100%;
	float:left;
	flex-grow: 1;
    display: inline-flex;
}
.static .table-specification .tr-table-specification .table-row .border-cell-first{
	border-right:#fff 1px solid;
	padding: 3px 10px;
	flex-grow: 1;
   /* display: inline-flex;*/
	min-height: 100%;
}
.static .table-specification .tr-table-specification .table-row .border-cell{
	padding: 3px 10px;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  z-index: 99999;
}
.whatsapp-float img {
   width: 50px;
   height: 50px;
}






<!-- START RESPONSIVE STYLE -->
.container{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }   
   
}
.no-gutter > [class*='col-'] {
    padding-right:3px;
    padding-left:3px;
}
.mgtop{margin-top:10px;/*float:left;*/}
.cumpara{width:100%;}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
#likebox-wrapper * {
   width: 100% !important; margin:15px 0;
}
@media (max-width: 1440px) {
	.box-product img{ 
		height:auto; 
		min-height:auto; 
		max-height: auto;
	}  
	.box-review-product-home .star{font-size:18px;}
	.box-review-product-home{margin-top:-2px;}
	.low_price{font-size:15px !important;}
}
@media screen and (max-width: 1200px) { 
  .inputfield {
   width:80%;
  }
  .product-property-list li{width:100%;}
  .box-product img{ height:auto; min-height:auto; max-height: auto;}  
 /* .box-product{height: 365px !important;}*/
   .box-review-product-home .star{font-size:22px;}
   .box-review-product-home{margin-top:-5px;}
   .low_price{font-size:17px !important;}
}
@media screen and (max-width: 1000px) { 
  .inputfield {
   width:70%;
  }  
  .price, .low_price{font-size:13px !important;}
  .buy-now .fa-shopping-cart{margin-right: 0px;}
  .buy-now span{font-size: 13px;}
  a.buy-now{font-size:13px;line-height: 22px;} 
  .box-review-product-home{margin-top:0px;}
  .box-review-product-home .star{font-size:12px;}
  .bg-logo a img{width:120px;margin-top:20px;}
 /* .box-product{
  	height: 345px !important;
  }
  .box-product img{
  	min-height: auto;
  }*/
}
@media screen and (max-width: 765px) { 
	.box-review-product-home{margin-top:-5px;}
	.box-review-product-home .star{font-size:22px;}
	.method_post{
		float:left;
		width:100%;
	}	
	.header_nav{
		margin-top:20px;
	}
	.product-pd{
		padding-right: 15px;
 		padding-left: 15px;
	}
	.price, .low_price{font-size:17px !important;}
	.buy-now .fa-shopping-cart{display:block;}
    .buy-now span{font-size: 14px;}
	
	
	#checkout_cart {
        overflow-x: auto; /* Permite scroll orizontal */
        -webkit-overflow-scrolling: touch; /* Permite o scrollare mai lina pe iOS */       
		width:100%;
    }
    .desc-mobil, .facebook-box{
		display:none;
	}
	.product-price-box-cart{
		display:block;
	}	
	
    .menu-icon-mob {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 2px;
        width: 20px;
    }

    .menu-icon-mob span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        border-radius: 3px;
		margin-right:5px;
    }

   
    .toggle-menu {
        cursor: pointer;
    }
	
	
	/*.box-product{
		height: 380px !important;
	 }*/
}
@media (min-width: 768px) {
    .menu-icon-mob {
        display: none;
    }

    .toggle-menu {
        cursor: default; /* Eliminam efectul de hover */
        pointer-events: none; /* Previne orice click */
    }
}
@media screen and (max-width: 575px) { 
	/*.box-product img {
		width:50%;
	}*/	
	.box-image-carousel{
		height:47px;
	}
	.bg-logo a img{width:224px;}
	.qty_offer{
		margin:0;
	}
	.box-image-carousel img{
		height: 47px;
	}	
	
	.box-discount{
		margin-top:0px;
	}	
	.product-pd{
		padding-right: 15px;
 		padding-left: 15px;
	}
	.count-reviews{font-size:14px;margin-top:0px;}
	.star{font-size:18px;}
	a.buy-now{padding:8px 10px 8px 5px !important; font-size:12px;}
	.buy-now .fa-shopping-cart{line-height:25px;}   
	#cart_block{top:65px;}
	/*.box-product{
		height: 405px !important;
	 }*/
}
@media screen and (max-width: 360px) { 
	/*.box-product img {
		width:80%;
	}*/		
	.method_post{		
		width:100%;
	}
	.carrier label{
		display:block;
	}
	.box-total-cart{
		width:100%;
	}
	.tc{
		font-size:9px;
	}
	.product-pd{
		padding-right: 15px;
 		padding-left: 15px;
	}		
}
@media screen and (max-width: 310px) { 
	.box-product img {
		width:95%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) { 
	/*.box-order{
		height:200px;
	}*/
}
.cookie-block {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background:  rgba(0, 0, 0, 0.8);/* #034678;*/ 
   /* opacity: 0.8;*/
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.cookie-block a{color:#fff;text-decoration:underline;}
.cookie-block a:hover{color:#d67700;text-decoration:underline;text-shadow:none;}
.box-paypal-btn{float:left;width:50%;margin-top:10px;}





.bg-menu {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  margin-top: 1px;
  background-image: linear-gradient(to right top, #ec4f00, #e55e00, #de6b00, #d77600, #d08000);
}

.menu-list {
  list-style: none;
  /*display: flex;*/
  padding: 0;
  margin: 0;
  font-weight:bold;
  font-size: 15px;
}

.menu-item > a div.menu-span{
	float: left;
    width: 13px;
    margin: 3px 8px 0px 0px;
}
.menu-item > a  div.menu-span span {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.menu-item li a{
  padding: 10px 20px; 
  position: relative; 
}
.menu-item {
  position: relative;
}
.arrow-categ{
	float: right;
    font-size: 20px;
    margin-right: -15px;
}
.categories{
	padding:0;
}

.menu-item > a {
  display: block;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  float: left;
  position: relative; /* Necesita pentru pseudo-elemente */
}
.menu-item:not(:last-child) > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); /* Centreaza separatorul pe verticala */
  width: 2px; /* Grosimea separatorului */
  height: 60%; /* Inaltimea separatorului */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0)); /* Gradient pentru efect */
  opacity: 0.7; /* Transparenta subtila */
 /* border-radius: 5px;*/ /* Rotunjirea marginilor separatorului */
  /*box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);*/ /* Efect de stralucire */
}
.menu-item:last-child > a::after {
  display: none; /* Elimina separatorul pentru ultimul element */
}
.dropdown-menu ul li > a{border-right:none;}

.menu-item > a:hover {
  /*background-color: #444;*/
}

/* Dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
 /* top: 100%;*/
  top: 25px;
  left: 0;
  background-color: transparent;
  padding: 20px 15px;
  border:0;
  margin:0;
  z-index:999999;
  width: 100%; 
}
.categories{background-color:#fff;}


.menu-item:hover .dropdown-menu {
  display: block; /* Afisam meniul */
}


.categories ul {
  list-style: none;
  padding: 0;
}

.categories li {
  padding: 5px 0;
  position: relative;
  text-indent: 10px;
}

.categories a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.categories a:hover {
  color: #007bff;
}

.subcategories {
  display: none;
}

.subcategory-group {
  display: none;
}

.subcategories h3 {
  font-size: 18px;
  color: #007bff;
}

.subcategories ul {
  list-style: none;
  padding: 0;
}

.subcategories li {
  padding: 5px 0;
}

.subcategories a {
  text-decoration: none;
  color: #555;
}

.subcategories a:hover {
  color: #007bff;
}
/* Modificare hover pentru a include si subcategoriile */
.categories li:hover {
  background-color: #f1f1f1; /* Culoare de fundal pentru hover pe categoria principala */
  cursor:pointer;
}

/* Permite afisarea subcategoriilor cand mouse-ul este pe categoria principala SAU pe subcategorii */
.menu-item:hover .subcategories {
  display: block;  
}

.menu-item:hover .subcategory-group {
  display: block; 
}

/* Permite si afisarea subcategoriilor cand mouse-ul este pe subcategorii */
.subcategories:hover {
  display: block;
}
.arrow-right-categ {
  display: inline-block;
  position:absolute;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333; /* Culoarea sagetii */
  margin: 6px auto; /* Aliniere dreapta */
  right: 10px;
  height: 7px;
}

.category:hover .arrow-right {
  border-left-color: #007bff; /* Sageata schimba culoarea pe hover */
}



/*-----menu mobil --------*/

 #mobileMenuNav ul {
      list-style: none;
      margin: 0;
      padding: 0;	
    }

    #mobileMenuNav ul li {
      border-bottom: 1px solid #d6d6d6;
    }

    #mobileMenuNav ul li a {
      display: block;
      background: white;
      padding: 10px 15px;
      color: #333;
      text-decoration: none;
      transition: 0.2s linear;
      border-left: 1px solid #d6d6d6;
    }

    #mobileMenuNav ul li a:hover {
      color: rgb(255, 112, 3);
      background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(255, 112, 3,0.1) 100%);
    }

    #mobileMenuNav ul ul {
      background-color: rgba(255, 112, 3, 0);
    }

    #mobileMenuNav ul li ul li a {
      background: white;
      border-left: 4px solid #f17c35;
      padding: 10px 20px;
      border-bottom: 1px solid #fbefe5;
    }

    #mobileMenuNav ul li ul li a:hover {
      border-left: 4px solid rgba(194, 75, 153, 0.8);
    }

    .categoriiPrincipale > a {
      color: #fff !important;
      font-size: 19px;
      font-family: Calibri, 'Open Sans', sans-serif;
      background: #ed6d17 !important;
      padding: 15px 35px 15px 15px !important;
      border-left: 5px solid #d06015;
    }

    .mMSubItem a {
      background-color: #f7f7f7 !important;
    }

    .producatorimeniu-mob {
      padding-bottom: 100px;
      text-align: center;
    }

    .producatorimeniu-mob img {
      max-width: 100%;
    }

    @media (max-width: 404px) {
      .hidden-xxs {
        display: none !important;
      }
    }
	
	#mobileMenu {
		display: none;
	}
	
	/* Meniul desktop (pentru rezolutii mai mari de 768px) */
	.bg-menu {
		display: block;
	}
	
	/* Meniul desktop devine ascuns pe dispozitivele mobile */
	@media (max-width: 768px) {
		.bg-menu {
			display: none;
		}
	
		/* Meniul mobil devine vizibil pe dispozitivele mobile */
		#mobileMenu {
			display: block;
		}
	}
<!-- END RESPONSIVE STYLE -->


