.btn {
	/* padding: 7.5px 12px; */
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #033FAC;
	background-repeat: repeat-x;
	background-image: none;
	border-color: #033FAC;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.btn-primary:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #EC2121;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-primary:hover:before  {
	left: 0;
	right: 0;
	color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #2B8CDB;
	background-position: 0 -15px;
	border-color: #2B8CDB;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: none;
	border-color: #b3b3b3 #b3b3b3 #b3b3b3 #b3b3b3;
}
.btn-default:hover {
	color: #fff;
	background-color: #2180ba;
	border-color: #b3b3b3 #b3b3b3 #b3b3b3 #b3b3b3;
}
.btn-checkout {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #42a754;
	background-repeat: repeat-x;
	border-color: #42a754;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.btn-checkout:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #EC2121;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-checkout:hover:before  {
	left: 0;
	right: 0;
	color: #fff;
}
.btn-checkout:hover, .btn-checkout:active, .btn-checkout.active, .btn-checkout.disabled, .btn-checkout[disabled] {
	color: #fff;
	background-color: #2B8CDB;
	background-position: 0 -15px;
	border-color: #2B8CDB;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.fundal {
	background-color: #ecf8ff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	box-shadow: 0px 0px 7px #ccc;
	border-radius: 5px;
}
.panou-acc {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 3px 3px 0px rgba(27,27,27,0.2);
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.nrcomanda {
	color: #2b8cdb;
	font-size: 17px;
	font-weight: bold;
  }
  .prettotal {
	color: #42a754;
	font-weight: bold;
  }
  
  @keyframes shadow-pulse
  {
	0% {
	  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}
	100% {
	  box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
  }
  .pulse {
	margin: 20px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background: #5cb85b;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
	animation: shadow-pulse 1s infinite;
	font: 13px/70px 'Barlow Semi Condensed', sans-serif;
  }
  .badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
	cursor: default;
}
/* .bg-light:hover {
    color:#0d6efd !important;
} */
.bg-primary {
    background-color: #0d6efd;
}
.bg-secondary {
    background-color: #6c757d;
}
.bg-success {
    background-color: #198754;
}
.bg-danger {
    background-color: #dc3545;
}
.bg-warning {
    background-color: #ffc106;
}
.bg-info {
    background-color: #0dcaf0;
}
.bg-light {
    background-color: #f8f9fa;
}
.bg-dark {
    background-color: #212529;
}
.bg-card {
    background-color: #a65cb8;
}
.text-dark {
    color: #212529;
}
.progres {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	margin-left: 6%;
	margin-right: 6%;
}
.progres-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.one, .two, .two-half, .three{
	position:absolute;
	margin-top:-10px;
	z-index:1;
	height:40px;
	width:40px;
	border-radius:25px;
	border: solid 3px #337ab7;
	padding: 8px 0px 0px 10px;
	color: #fff;
}
.one{
	left:5.5%;
}
.two{
	left:47.6%;
}
.two-half {
	left:70.6%;
}
.three{
	left:90%;
}
.primary-color{
	background-color:#5cb85c;
}
.warning-color{
	background-color:#f0ad4e;
}
.no-color{
	background-color:inherit;
	color: #337ab7;
}
.ott-label {
	height: 20px;
	margin-bottom: 20px;
	margin-left: 6%;
	margin-right: 6%;
}
.one-label, .two-label, .two-half-label, .three-label{
	position:absolute;
	z-index:1;
	height:auto;
	width:auto;
}
.one-label{
	left:2%;
}
.two-label{
	left:42.2%;
}
.two-half-label {
	left:64%;
}
.three-label{
	left:87%;
}
.pretw{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: inherit;
	line-height: 1;
}
.pretw-vechi {
	color: #e40000;
	font-weight: bold;
	text-decoration: line-through;
}
.pretw-nou {
	color: #42a754;
	font-weight: bold;
}
.pretcos{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: inherit;
	line-height: 1;
	font-weight: bold;
}
.pretcos-nou {
	color: #42a754;
}
.progrescart {
	height: 20px;
	margin-bottom: 20px;
	color: #d9534f;
	text-align: right;
	font-weight: 600;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progrescart-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding-right: 5px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progrescart-bar-incomplet {
	background-color: #f0ad4e;
}
.progrescart-bar-complet {
	background-color: #4bb543;
}
.stepper-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
}
.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	@media (max-width: 768px) {
	  font-size: 12px;
	}
}
.stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: -50%;
	z-index: 2;
}
.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 7px solid #ccc;
	width: 100%;
	top: 17px;
	left: 50%;
	z-index: 2;
}
.stepper-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc;
	margin-bottom: 6px;
}
.activat {
	color: #fff;
	background: #4bb543 !important;
}
.verde {
	color: #4bb543;
}
.alb {
	color: #fff;
}
.stepper-item.active {
	font-weight: bold;
}
.stepper-item.completed .step-counter {
	background-color: #4bb543;
}
.stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 7px solid #4bb543;
	width: 100%;
	top: 17px;
	left: 50%;
	z-index: 3;
}
.stepper-item:first-child::before {
	content: none;
}
.stepper-item:last-child::after {
	content: none;
}
  /* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	border-top: 3px solid #d9534f;
	color: #08c;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #08c;
}
footer a:hover {
	color: #d9534f;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #08c;
}
.footer-ribbon:before {
	border-right: 10px solid #005580;
	border-top: 18px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
	z-index:-1;
}
.footer-ribbon {
	background-color: #08c;
	margin: -49px 0 25px;
	padding: 10px 20px 6px;
	position: absolute;
}
.footer-ribbon span {
	color: #fff;
	font-style: italic;
	font-size: 15px;
}
#search {
	position: relative;
	z-index: 3;
  }
#search + #umbras {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.7);
}
#search:focus + #umbras, #search:focus-within + #umbras {
	display: block;
	z-index: 2;
}
#cart + #umbrac {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.4);
	z-index: 1000002;
}
#cart:hover + #umbrac {
   display: block;
   z-index: 3;
}
.drpdwn:hover .dropdown-cos {
	display: block;
}
.dropdown-cos.pull-right {
	right: 0;
	left: auto;
}
.dropdown-cos {
	position: absolute;
	top: 100%;
	display: none;
	padding: 5px 0;
	margin: 1px 0 0;
	text-align: left;
	list-style: none;
	border: 0px;
	border-radius: 0px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
#cart .dropdown-cos {
	min-width: 100%;
	font-size: 12px;
	margin-right: -30px;
	margin-top: 0px;
	background: #fff;
	z-index: 1001;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}
#cart .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 6px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 0px solid #ddd;
}
#cart .img-thumbnail {
	border: none;
}
#cart .dropdown-cos li > div {
	min-width: 427px;
	padding: 0 10px;
}
.badge-cos {
	color: #fff;
	left: -3px;
	top: -10px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 10px;
	background-color: #c33;
	font-size: 78%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	position: relative;
	display: inline-block;
}
.transport-gratuit {
	color: #008000;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
}
.transport-cost {
	color: #31708f;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
}
.welc {
    padding-left: 10px;
    padding-right: 10px;
}
.drpdwn {
    float: left;
    overflow: hidden;
}
.drpdwn .drp-btn {
    font-size: 15px;
    outline: none;
    color: #2b8cdb;
    padding: 7px 15px;
    background-color: #fff;
    font-family: inherit;
    border: solid 1px #fff;
    border-bottom: none;
}
.drpdwn .fa-cfc {
    color: #2b8cdb;
    font-size: 20px;
}
.drpdwn:hover .drp-btn {
    border: solid 1px #2b8cdb;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    position: relative;
    z-index: 4;
}
.drpdwn:hover .favorite {
    border: solid 1px #2b8cdb;
    border-radius: 15px;
}
.continut-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 155px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    z-index: 5;
}
.continut-dropdown a {
    float: none;
    color: #444;
    padding: 7px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.continut-dropdown a:hover {
    color: #fff;
    background-color: #2b8cdb;
}
.drpdwn:hover .continut-dropdown {
    display: block;
}
.full-header {
  padding-top: 4px;
  border-bottom: 2px solid #c33;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #fff;
}
.full-header-isfix {
	margin-top: 87px;
  }
.meniu {
	background: #2b8cdb;
}
#menu {
    min-height: 40px;
		text-align: center;
}
.navbar {
    margin-bottom: 0px;
}
#search .input-lg {
    height: 30px;
    margin-top: 5px;
    border: solid 1px #2b8cdb;
    border-radius: 15px 0 0 15px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
}
.btn-search {
    color: #2b8cdb;
    background-color: #fff;
    border: solid 1px #2b8cdb;
    border-radius: 0 15px 15px 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    padding: 7px 15px;
    line-height: 6px;
    font-size: 15px;
    margin-top: 5px;
    -webkit-box-shadow: inset -1px 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset -1px 1px 1px rgb(0 0 0 / 8%);
}
.nav-cat-link {
	display: block;
	padding: 10px 20px;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.nav-cat-link:hover {
	color: #fff;
}
.nav-cat {
	float: left;
}
.nav-cat:hover {
	background: #c33;
}
.nav-cat:hover .nav-sub {
	max-height: 550px;
}
.nav-cat .nav-sub:before, .nav-cat .nav-sub:after {
	content: "";
	display: table;
}
.nav-cat .nav-sub:after {
	clear: both;
}
.nav-sub {
	position: absolute;
	overflow: hidden;
	background: #fff;
	max-height: 0px;
	margin-top: 2px;
	z-index: 3;        
	-webkit-transition: max-height 250ms ease;
	-moz-transition: max-height 250ms ease;
	-o-transition: max-height 250ms ease;
	transition: max-height 250ms ease;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.nav-box {
	float: left;
	position: relative;
	width: 200px;
	padding: 5px;
	margin: 5px;
}
.nav-box-shadow:hover {
	border-radius: 3px;
	box-shadow: 0px 0px 10px 2px #ddd;
	background-color: #fff;
	float: left;
}
.nav-box hr {
	margin-top: 1px;
	margin-bottom: 1px;
}
.nav-title {
	float: left;
	width: 100%;
	font-weight: bold;
	color: #2b8cdb;
	text-transform: uppercase;
	border-bottom: solid 1px transparent;
}
.nav-title a {
	color: #2b8cdb;
}
.nav-title:hover {
	color: #2b8cdb;
	border-bottom: solid 1px #f00;
}
.nav-box hr {
	margin-top: 1px;
	margin-bottom: 1px;
}
.nav-link {
	float: left;
	width: 100%;
	color: #000;
	padding: 2px 2px 2px 4px;
	border-bottom: solid 1px transparent;
	font-size: 14px;
}
.nav-link:hover {
	color: #2B8CDB;
	border-bottom: solid 1px #f00;
}
/* product list */
.product-thumb {
	border: 1px solid #2180ba;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: auto;
	transition: all .2s;
}
.product-thumb:hover {
	box-shadow: 1px 5px 15px 5px #AAAAAA;
	border-radius: 10px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	text-align: center;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 100px;
}
@media (min-width: 1200px) {
	.product-thumb .caption {
		padding: 0 10px;
		min-height: 120px;
	}
	.product-thumb .caption .product-name a {
		font-size: 12px;
	}
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .caption .product-name {
	margin-bottom: 5px;
	text-align: center;
	max-height: 80px;
	overflow: hidden;
}
.product-thumb .caption .product-name a {
	color: #2180BA;
	font-weight: bold;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 130px;
	}
	.product-thumb .caption .product-name {
		max-height: 100px;
	}
	.product-thumb .caption .product-name a {
		font-size: 14px;
	}
}
.titlu {
	margin-top: 10px;
	border-bottom: solid 1px #2b8cdb;
  }
  .thumbnail {
	border: none;
  }
  .ribbon-sale {
	position: absolute;
	right: 16px;
	top: 10px;
	z-index: 1;
	overflow: hidden;
	height: 20px;
	padding-left: 20px;
	padding-right: 4px;
	background: #c33;
	color: white;
	font-size: 14px;
	font-weight: bold;
	-webkit-clip-path: polygon(0% 50%, 20% 0, 100% 0, 100% 100%, 20% 100%);
	clip-path: polygon(0% 50%, 20% 0, 100% 0, 100% 100%, 20% 100%);
  }
  .ribbon-new {
	position: absolute;
	right: 16px;
	top: 35px;
	z-index: 1;
	overflow: hidden;
	height: 20px;
	padding-left: 20px;
	padding-right: 4px;
	background: #2b8cdb;
	color: white;
	font-size: 14px;
	font-weight: bold;
	-webkit-clip-path: polygon(0% 50%, 20% 0, 100% 0, 100% 100%, 20% 100%);
	clip-path: polygon(0% 50%, 20% 0, 100% 0, 100% 100%, 20% 100%);
  }
  .blue {
	color: #2b8cdb;
  }
  .red {
	color: #cc3333;
  }
  .fs13 {
	font-size: 13px;
  }
  .mb15 {
	margin-bottom: 15px;
  }
  .pret {
	font-size: 27px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: inherit;
	line-height: 1;
  }
  .pret-baza {
	color: #42a754;
	font-weight: bold;
  }
  .pret-vechi {
	color: #e40000;
	font-weight: bold;
	text-decoration: line-through;
  }
  .caddfav {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
  }
  #product  .quantity-adder {
	display: block;
	position: relative;
  }
  #product .quantity-adder .quantity-number input {
	display: inline-block;
	height: 41px;
	padding: 2px;
	text-align: center;
	width: 40px !important;
	border:1px solid #d9d9d9;
	border-radius: 4px 0px 0px 4px;
	font-size: 14px;
  }
  #product .quantity-adder .add-action {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 20.5px;
	line-height: 22px;
	position: relative;
	text-align: center;
	width: 20.5px;
	background:#cc3333;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	box-shadow:0 2px 2px rgba(255, 255, 255, 0.2) inset
  }
  #product .quantity-adder .add-action:hover {
	background:#2B8CDB;
  }
  .adauga-cos {
	float: left;
	position: relative;
	width: 68%;
	height: 41px;
  }
  .adauga-fav {
	float: left;
	position: relative;
  }
  @media (max-width: 1200px) {
	.adauga-cos {
	  width: 61%;
	  height: 41px;
	}
  }
  @media (max-width: 991px) {
	.adauga-cos {
	  width: 58%;
	  padding: 9.8px 0px;
	}
	.adauga-fav {
	  padding: 9.8px 5px;
	}
  }
  @media (max-width: 768px) {
	.adauga-cos {
	  width: 50%;
	  position: fixed;
	  bottom: 38px;
	  left: 0px;
	  z-index: 999;
	}
	.adauga-fav {
	  width: 15%;
	  right: 15px;
	  position: absolute;
	}
  }
  .btn-outline-warning {
	color: #f0ad4e;
	background-image: none;
	background-color: transparent;
	border-color: #f0ad4e;
	border-radius: 0px 4px 4px 0px;
	height: 41px;
  }
  .btn-outline-warning:hover {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  }
  @media (max-width: 767px) {
	  #product .quantity-adder .add-action {
	  display: inline-block;
	  font-size: 20px;
	  height: 41px;
	  width: 41px;
	  line-height: 16px;
	  margin-left: 4px;
	  border-radius: 4px;
	  padding: 11px;
	}
	#product .quantity-adder .quantity-number input {
	  width: 80px !important;
	  border-radius: unset;
	}
	.telcontact {
	  line-height: 27px;
	}
  }
  .panou-slc {
	font-size: 12px;
	font-weight: bold;
  }
  .panou-la-comanda {
	color:#31708f;
	margin-bottom: 4px;
	font-size: 11px;
  }
  .panou-in-stoc {
	color:#3c763d;
	margin-bottom: 4px;
  }
  .panou-indisponibil {
	color:#8a6d3b;
	margin-bottom: 4px;
  }
  .panou-limitat {
	color:#8a6d3b;
	margin-bottom: 4px;
  }
  .panou-in-stoc {
	color:#3c763d;
	margin-bottom: 4px;
  }
  .panou-taxa {
	color: #666;
	margin-bottom: 4px;
  }
  .panou-estimare {
	color:#3c763d;
	margin-bottom: 4px;
  }
  .panou-txt {
	font-size: 12px;
	margin-bottom: 4px;
  }
  .telcontact {
	color: #09f;
	font-size: 15px;
  }
  @media (min-width: 1200px) {
	/*.col-lg*/
	.msg-whatsapp {
	  display: none;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	/*.col-md*/
	.msg-whatsapp {
	  display: none;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	/*.col-sm*/
	.msg-whatsapp {
	  display: none;
	}
  }
  .capitalize {
	text-transform:capitalize;
  }
  .tab-descriere {
	color: #2b8cdb;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #ddd;
	border-top: 4px solid #2b8cdb;
	padding: 10px 5px 6px 10px;
	margin-bottom: 15px;
	cursor: pointer;
  }
  .ribbon-stock-green {
	position: absolute;
	left: 10px;
	top: -5px;
	z-index: 2;
	overflow: hidden;
	width: 100px;
	height: 100px;
	text-align: right;
  }
  .ribbon-stock-green span {
	background: #5cb85c;
  }
  .ribbon-stock-green span::before {
	border-top-color: #5cb85c;
	border-left-color: #5cb85c;
  }
  .ribbon-stock-green span::after {
	border-top-color: #5cb85c;
	border-right-color: #5cb85c;
  }
  .ribbon-stock-green span {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	width: 120px;
	display: block;
	box-shadow: 0 3px 10px -5px #000;
	position: absolute;
	top: 26px;
	left: -24px;
  }
  .ribbon-stock-green span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid gray;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid gray;
  }
  .ribbon-stock-green span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid gray;
	border-bottom: 3px solid transparent;
	border-top: 3px solid gray;
  }
  .product-thumb .price {
	color: #42a754;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
  }
  @media (min-width: 1200px) {
	.product-thumb .price {
	  font-size: 14px;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	.product-grid .product-thumb .caption {
	  min-height: 140px;
	}
	.product-thumb .caption .product-name {
	  max-height: 100px;
	}
	.product-thumb .price{
	  font-size: 16px;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.product-thumb .caption .product-name a {
	  font-size: 14px;
	}
	.product-grid .product-thumb .caption{
	  min-height: 160px;
	}
	.product-thumb .caption .product-name {
	  max-height: 140px;
	}
  }
  .product-thumb .price-new {
	font-weight: 600;
  }
  .product-thumb .price-old {
		color: #e40000;
		text-decoration: line-through;
		margin-left: 10px;
		font-size: 75%;
  }
  /*buton-cos-fav*/
  .product-thumb .buton-cos-fav {
		border: 1px solid #2180BA;
		overflow: auto;
		border-radius: 4px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
  }
  .product-thumb .buton-cos-fav button {
		width: 80%;
		border: none;
		float: left;
		background-color: #2180BA;
		color: #fff;
		line-height: 38px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		/* display: inline-block; */
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		overflow: hidden;
		border-radius: 3px;
  }
  .buton-cos-fav button:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		bottom: 0;
		background: #EC2121;
		height: 4px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
  }
  .product-thumb:hover .buton-cos-fav button:hover:before  {
		left: 0;
		right: 0;
		color: #fff;
  }
  .product-thumb:hover .buton-cos-fav button {
		background-color: #033FAC;
		width: 80%;
		color: #fff;
  }
  .product-thumb .buton-cos-fav button + button {
		width: 20%;
		background-color: #fff;
		color: #2180BA;
  }
  .product-thumb:hover .buton-cos-fav button + button {
		width: 20%;
		background-color: #fff;
		color: #2180BA;
  }
  .orange {
		color: #f0ad4e;
  }
  /*END buton-cos-fav*/
  .editeaza_produs {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 2000;
  }
  .editeaza_produs a {
		background-color: #42a754;
		padding: 8px 10px;
		display: block;
		font-size: 14px;
		color: #fff;
		border-bottom-left-radius: 5px;
  }
  .alerta-lichidare {
		padding: 8px 14px 8px 14px;
		color: #a94442;
		background-color: #f2dede;
		border-left: solid 5px #a94442;
		border-radius: 4px;
		margin-bottom: 20px;
  }.img-thumbnail {
		display: inline-block;
		max-width: 100%;
		height: auto;
		padding: 4px;
		line-height: 1.42857143;
		background-color: #fff;
		border: 0px solid #ddd;
		border-radius: 4px;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
  }
  .thumbnail {
		border: 1px solid #ddd;
		display: block;
		padding: 4px;
		margin-bottom: 20px;
		line-height: 1.42857143;
		background-color: #fff;
		-webkit-transition: border .2s ease-in-out;
		-o-transition: border .2s ease-in-out;
		transition: border .2s ease-in-out;
  }
  .subcategory {
		padding: 4px 7px;
		-webkit-transition: border .2s ease-in-out 0s;
		-moz-transition: border .2s ease-in-out 0s;
		-ms-transition: border .2s ease-in-out 0s;
		-o-transition: border .2s ease-in-out 0s;
		transition: border .2s ease-in-out 0s;
  }
  .subcategory:hover {
		box-shadow: 0 2px 6px rgb(0 0 0 / 15%)
  }
  .subcategory img {
		max-width: 60px;
  }
  .subcategory .name-wrapper {
		height: 60px;
		margin-left: 70px;
  }
  .display-table {
		display: table;
		height: 100%;
		width: 100%;
		overflow: hidden;
  }
  .display-table-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
		width: 100%;
  }
  .display-table-cell h5 {
		margin-top: 2px;
		margin-bottom: 2px;
		font-size: 12px;
  }
  .insigna {
		color: #fff;
		left: -3px;
		top: -10px;
		padding-right: 6px;
		padding-left: 6px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-radius: 10px;
		background-color: #f0ad4e;
		font-size: 78%;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		position: relative;
		display: inline-block;
  }
	span.ascuns-xs, span.ascuns-sm, span.ascuns-md, span.ascuns-lg {
		display: inline;
	}
	/* xs */
	@media (max-width: 767px) {
		.ascuns-xs {
			display: none!important;
		}
		.full-header-isfix {
			margin-top: 50px;
		}
		.isearch-container{
			left: 15px !important;
			right: 15px !important;
			min-width: 300px!important;
			width: auto !important;
			
		}
		#menu .see-all {
			padding: 10px 20px !important;
		}
		#menu div.dropdown-menu {
			text-align: center;
		}
		#menu .nav > li > a:hover, #menu .nav > li.open > a {
			border-bottom: 1px solid #c83544;
		}
	}
	/* sm */
	@media (min-width: 768px) and (max-width: 991px) {
		.ascuns-sm {
			display: none!important;
		}
		#logo {
			margin: 8px 0 10px 0;
		}
		.drpdwn .drp-btn {
			padding: 7px 6px!important;
		}
		#search .input-lg {
			margin-top: 0px;
			margin-bottom: 7px;
		}
		.btn-search {
			margin-top: -7px;
		}
		.nav-cat-link {
			padding: 10px 5px;
		}
		.full-header-isfix {
			margin-top: 77px;
		}
	}
	/* md */
	@media (min-width: 992px) and (max-width: 1199px) {
		.ascuns-md {
			display: none!important;
		}
		#search .input-lg {
			margin-top: 0px;
			margin-bottom: 7px;
		}
		.btn-search {
			margin-top: -7px;
		}
		.full-header-isfix {
			margin-top: 77px;
		}
	}
	/* lg */
	@media (min-width: 1200px) {
		.ascuns-lg {
			display: none!important;
		}
	}
	/* shiny */
	.shiny {
		font-size: 15px;
	}
	.shiny:after {
			position: absolute;
			content: '';
			display: inline-block;
			top: -180px;
			left: 0;
			width: 30px;
			height: 100%;
			background-color: #fff;
			animation: shiny-btn1 3s ease-in-out infinite;
	}
	@-webkit-keyframes shiny-btn1 {
			0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
			80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
			81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
			100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
	}
	/* end shiny */

	.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 93%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #2b8cdb;
}
.modal.left .modal-body {
  padding: 0px;
}
/*Left*/
.modal.left.fade .modal-dialog{
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
       -o-transition: opacity 0.3s linear, left 0.3s ease-out;
          transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog{
  left: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border-bottom: 1px solid #ec2121;
  background-color: #2b8cdb;
}
.modal-header h4 {
  color: #fff;
	text-align: center;
}
.modal-header .close {
  margin-top: -26px;
  font-size: 33px;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  /* border-top: 1px solid transparent; */
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
#menu .dropdown-inner a {
	padding: 12px 20px !important;
}
/* end MODAL MENIU MOBILE*/

.alertcos {
	padding: 15px 14px 15px 14px;
  position: fixed;
  top: 100px;
  right: 150px;
  border-radius: 4px;
  z-index: 999;
}
.alertcos-success {
  color: #1cb162;
  font-size: 14px;
  background-color: #c4f3d8;
  border-color: #d6e9c6;
  border-left: solid 5px #1cb162;
}
button.closecos {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    padding-left: 10px;
}
.closecos {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
/* xs */
@media (max-width: 767px) {
	.alertcos{
		bottom: 90px;
		left: 0px;
		top: unset;
		right: unset;
	}
}