.select_text {
	background-color: #f6f6f6;
	padding: 20px 20px 20px 25px;
	position: relative;
	margin: 15px 0;
}
.select_text:before {
	content: ' ';
	display: block;
	width: 4px;
	background-color: #cacaca;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.select_text_green {
	background-color: #f9dde9;
	padding: 20px 20px 20px 25px;
	position: relative;
	margin: 15px 0;
}
.brands_wrapper .owl-stage {
	/* width: 100% !important; */
}
.brands_wrapper .owl-stage .owl-item {
	width: auto !important;
}
.select_text_green:before {
	content: ' ';
	display: block;
	width: 4px;
	background-color: #eb90b5;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.static_page ol {
	counter-reset: myCounter;
	margin-left: 0;
	padding-left: 5px;
	color: rgb(100, 100, 100);
}

.static_page ul,
ul.line {
	line-height: 2;
}

.static_page li,
ul.line li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 50px;
}
.static_page ul li:before,
ul.line li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 30px;
	height: 3px;
	background-color: #eb90b5;
}
.footer-item-copy {
	margin-top: 22px;
}
.footer-item-copy-item a,
.footer-item-copy-item span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.dropdown-z {
	position: relative;
	display: inline-block;
}

.dropdown-content-z {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 230px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown-z:hover .dropdown-content-z {
	display: block;
}
.header-bottom-line .logo.top-logo svg {
	width: 155px;
}
.mf-error {
	color: red;
}
.product-item-detail-properties-item.brand
	.product-item-detail-properties-value
	a,
.product-detail-description-link {
	color: #eb90b5 !important;
}
.main_banner picture img {
	object-fit: contain;
}
.brand-menu .show_one .brand-item {
	min-height: 415px;
}
.accordion-tabs li.tab-head-cont section {
	padding: unset;
}
.location-city {
	background-color: #ffb2d199;
	padding: 20px;
}
.tab-content br {
	display: none;
}


@media screen and (max-width: 992px) {

.brand_box .brand_content img{
	width: 100%;
}
}