.subscribe_error_container, .search_error_container {
	display: none;
	position: absolute;
	color: red;
	top: 10px;
	right: 33%;
}
.search_error_container {
	display: none;
	position: absolute;
	color: red;
	top: 10px;
	right: 50%;


	/*display: none;*/
	/*position: absolute;*/
	/*background-color: inherit;*/
	/*color: red;*/
	/*left: 5px;*/
	/*align-items: center;*/
	/*width: 50%;*/
	/*height: 80%;*/
	/*top: 5px;*/
	/*text-align: center;*/
	/*padding-left: 25px;*/
}

img.product-no-image{
	opacity: 0.2 !important;
}

.no-items-placeholder{
	margin: 30px 0;
	text-align: center;
	font-size: 1.2em;
}

.page_numbers_toolbar ul li a.prev_page {
	background: #ea3a3c;
	color: #fff;
}
.page_numbers_toolbar ul li a.prev_page {
	width: 55px;
	position: relative;
}


.page_numbers_toolbar ul li a.prev_page::before {
	position: absolute;
	content: "";
	height: 30px;
	width: 11px;
	border-left-color: #ea3a3c;
	border-width: 15px 0 15px 11px;
	border-style: solid;
	right: 100%;
	transform: rotate(180deg);
}

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

.product_action ul li a.active{
	background-color: #ea3a3c;
	color: #fff;
}


#search_form input.error{
	border: 1px solid #ea3a3c;
}


.privacy_link_container{
	text-align: right;
}

.modal_tab_img {
	text-align: center;
}

.modal_tab_imga a{
	display: inline-block;
}

.single_brand_item a{
	cursor: default;
}

.slider_content.sale{
	margin-top: 30px !important;
}

.product_thumb{
	max-height: 270px;
}

.single_brand{
	padding: 10px;
}

.owl-item .small_product_name a{
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*!* line-height: 28px; *!*/
	/*!* max-height: 52px; *!*/
	/*-webkit-line-clamp: 3;*/
	/*-webkit-box-orient: vertical;*/

	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 5.6em;
	line-height: 1.8em;
}