#hiddenBlock {
	display:none;
}
.ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.title {
	width: 132px;
}
.quickview__value--quantity.increase,
.quantity__value.decrease {
	border-radius:0;
}
#added {
	position: relative;
	margin-top: 40px;
}

#added p {
	background: #f8f9fa;
	padding: 10px 20px;
}
#added a {co-lor:#fff;}

button#closeButton {
	border: none;
	background: #111;
	color: #fff;
	position: absolute;
	top: -10px;
	right: -8px;
	border-radius: 5px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 4px;
}
span.in_cart {
	display: block;
}
.qtyincart {
	color: #f51c1c;
	font-weight: 400;
}
#cart-qty {
	padding:0 5px;
	color: #f51c1c;
	font-weight: 400;
	
}
.added span.in_cart {
	position: absolute;
	top: -1px;
	right: 0;
	z-index: 10;
}
.added span.in_cart:after {
	text-transform: none;
	color: #ffffff;
	font-weight: 400;
	background: red;
	padding: 0 10px 3px;
}
.added ~ span.in_cart:after {
	text-transform: none;
	color: #f51c1c;
	font-weight: 400;
}



span.incart {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #f51c1c;
	color: #fff;
	padding: 0 10px;
}

span.incart {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #f51c1c;
	color: #fff;
	padding: 0 10px;
}




.ajax_search {
	display:none;
	position: absolute;
	top: 56px;
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
	cursor: default;
	z-index:100;
	text-align: left;
}
.ajax-result-product {
	background:#f6f7f9;
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	margin-bottom:10px;
	padding:10px;
}
.ajax-result-product .link_product {
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.ajax-result-product .img_product {
	max-width: 100%;
	max-height: 100px;
	margin-bottom: 10px;
}
.ajax-result-product .link_product:hover {
	color:#222;
}
.ajax-result-product .price_product {
	color: #777;
	font-size: 12px;
	margin-top: 20px;
	display: block;
}
.ajax-result-product .btn-cart a {
	background: #3474d4;
	margin-top: 20px;
	padding: 4px 10px 4px 8px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	float: right;
}
.ajax-result-product .btn-cart a, .ajax-result-product .btn-cart a:hover {
	color: #fff !important;
	cursor:pointer;
}
.ajax-result-product .btn-cart a:hover {
	background:#555;
}
.full_results {
	padding: 20px 0 0;
}
.full_results p {
	/*color: #222;
		font-size: 12px;
	border-bottom: 1px solid #eee;*/
	padding-bottom: 5px;
	margin-bottom: 10px;
}

