/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.header-cart__count {
	color: #000000;
	font-size: 20px;
    background: #ffb400;
    padding: 5px;
}
.logo a img {
	border-radius: 10px;
    max-width: 200px;
}
#bx_incl_area_6_1, .menu-topest {
	display: none;
}
.text_header {
	margin: 0;
	word-spacing: 10px;
    font-weight: bold;
	font-size: 32px;
}
.bottom-icons-panel .header-cart__count, .bottom-icons-panel .icon-count {
	bottom: -13px;
}

.counter__action:after, .counter__action:before {
    background-color: #ffb400;
}
.counter__count {
	color: #222;
}
.sticker__item {
	background-color: #E6EDFD;
color: #000;
}

.sticker_item--new {
	background-color: #FCEDD0;
}

.sticker_item--roszdrav{
	background-color: #FCEDD0;
}

.sticker_item--italy{
	background-color: #E2EDE5;
}

.sticker_item--spani{
	background-color: #E2EDE5;
}
.sticker_item--russia{
	background-color: #E2EDE5;
}
.sticker_item--china{
	background-color: #E2EDE5;
}


@media (max-width: 991px) {
 jdiv[class*="wrap"] {
  bottom: 50px;
 }
}

.detail-block .tabs {
	border-bottom: 1px solid #ddd;
	overflow: visible!important;
	max-height: none;
}
.detail-block .tabs .nav-tabs {
	margin: 0 -3px;
}
.detail-block .tabs .nav-tabs li {
	border-radius: 6px 6px 0 0;
}
.detail-block .tabs .nav-tabs li.active a {
	position: relative;
	z-index: 5;
	overflow: visible;
}
.detail-block .tabs .nav-tabs li.active a:after {
	content: ''!important;
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.image-list .sticker {
	display: none;
}
.xstick {
	margin: 0 0 10px 0;
}
.xstick .sticker {
	position: static;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	flex-direction: row!important;
	justify-content: flex-start!important;
}
.xstick .sticker__item {
	color: #333;
}
.catalog-block__item {
	border-radius: 10px!important;
	overflow: hidden;
}
.catalog-block__info {
	background: #EFEFEF;
	margin: 0 -28px -22px -28px;
	padding: 20px 28px 22px;
}
@media(max-width: 600px) {
	.catalog-block__info {
		margin: 0 -16px -12px -16px;
		padding: 15px 16px 12px;
	}
}
.tizers-list {
	padding-bottom: 30px!important;
}
.sections-list__item-childs li {
	display: block!important;
}
.sections-list__item-childs-item-separator {
	display: none!important;
}
.sections-list__item-childs-item-name {
	font-size: 1.05em!important;
}
.sections-list__item-title {
	font-size: 1.3em!important;
}
.sections-list__item-childs li a {
	color: #333!important;
}
.sections-list__item-childs li a:hover {
	color: #ffb400!important;
}
body .tizers-list__items-wrapper.mobile-scrolled {
	overflow-y: hidden;
}
@media(max-width:767px){
	.sections-list__item-link svg{
		max-height:100px !important;
	}
}