.hidden-xl {
	display: none;
}

.hidden-xs {
}

@media (max-width: 1000px) {
	.hidden-xl {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both !important;
	height: 1px;
}

.color-red
{
	color: #FF0000;
	float: left;
	margin-top: 45px;
	margin-right: 20px;
}

/**Sticky Header**/

.header-wrp {
	/*background: #0069b3;*/
	position: relative;
	transition: 0.2s linear;
	top: 0px;
}

@media (min-width: 1000px) {
	.header-wrp.fixed-header {
		position: fixed !important;
		top: 0px;
		left: 0;
		width: 100%;
		z-index: 300;
		box-shadow: 0px 0px 5px #ddd;
		transition: 0.2s linear;
	}
}

/*end Sticky Header*/

#livesearch {
	background-color: #e3e366;
	z-index: 50;
	/*top: 120px;
	right: 65px;*/
	top: 80px;
	position: absolute;
	width: 307px;
}

@media (max-width: 1500px) {
	#livesearch {
		top: 220px;
	}
}

@media (max-width: 1000px) {
	#livesearch {
		top: 210px;
	}
}

.bg-beige {
	background-color: #fcf7f3;
}

.bg-kaki {
	background-color: #767442;
}

.color-kaki {
	color: #767442;
}

.favbtn, .favbtn:hover
{
	background-color: #767442;
	color: #FFFFFF;
}

.searchfield {
	font-size: 16px;
	min-width: 250px;
}

.searchfield::placeholder {
	color: #000000;
	opacity: 0.9; /* Firefox */
}

.searchfield::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #000000;
}

.topbar {
	background-color: #ffffff;
}
.topbar__nav--left {
	margin: 0 auto;
	display: inline-block;
	width: 60%;
}

.prd_panel_img {
	width: 100%;
	/*border: 1px solid #2be1ed;
	background-color: #FFFFFF;*/
	height: 250px !important;
	white-space: nowrap;
	text-align: center;
	margin: 0;
}

.prd_panel_img img {
	max-width: 100%;
	height: auto;
	/*max-height: 250px;*/
}

.prd_panel_img_2 {
	width: 100%;
	/*border: 1px solid #2be1ed;
	background-color: #FFFFFF;*/
	height: 200px !important;
	white-space: nowrap;
	text-align: center;
	margin: 0;
}

.prd_panel_img_2 img {
	max-width: 100%;
	height: auto;
	max-height: 200px;
}

.link-white-100 {
	color: #ffffff;
	font-size: 21px;
}

.link-white-100:hover {
	color: #dab69c;
}

.price {
	font-size: 14px;
	color: #7c6e65;
}

.old_price {
	font-size: 14px;
	text-decoration: line-through;
	color: #797979;
}

.new_price {
	font-size: 14px;
	color: #ff0000;
}

.price_single {
	font-size: 22px;
	color: #000000;
}

.old_price_single {
	font-size: 22px;
	text-decoration: line-through;
	color: #797979;
}

.new_price_single {
	font-size: 22px;
	color: #ff0000;
}

.amount {
	margin: 0 auto;
	font-weight: normal;
}

.buy_btn {
	background: transparent;
	border: none;
	margin-right: 30px !important;
	display: inline-block;
	text-transform: uppercase;
	color: #161619;
	margin-left: 45px;
}

.buy_btn:hover {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

@media (max-width: 1000px) {
	.buy_btn {
		margin-left: 10px;
		margin-right: 20px !important;
	}
}

/*product gallery*/

.thumbs {
	/*background-color: #e6991a;*/
	text-align: center;
	margin: 0 auto;
}

.thumb_div
{
	width: 120px;
	height: 120px;
	text-align: center;
	margin: 0px 5px;
	display: inline-block;
}

.thumb_div img
{
	cursor: pointer;
}

/*
.thumbs img {
	height: 120px;
	cursor: pointer;
	margin-right: 85px;
	margin-left: -70px;
}
*/

/*end product gallery*/

.product-card__badges-list {
	top: 18px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 1;
}

.label_categ {
  right: 0px;
}

.label_product {
  right: 70px;
}

.product-card__badge {
	font-size: 11px;
	border-radius: 1.5px;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 5px 8px 4px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.product-card__badge {
	margin-right: 4px;
}

.product-card__badge--sale {
	background: #ff3333;
	color: #fff;
}

.product-card__badge--new {
	background: #767442;
	color: #fff;
}

.product-card__badge--hot {
	background: #614ba6;
	color: #fff;
}

.account_btn {
	color: #767442;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 28px;
	display: block !important;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	width: 100%;
	max-width: 400px;
	margin-bottom: 10px;
	float: none;
}

.account_btn:hover {
	color: #ffffff;
	border-color: #ffffff;
	background-color: #767442;
}

.font_footer {
	font-size: 16px;
}

/* ionut */
html {
	scroll-behavior: smooth;
}
.produs-in-cos:hover {
	text-decoration: underline;
}
#cos-cumparaturi-container .btn {
	border: 1px solid #666 !important;
	font-size: 16px;
}
