.header .categoriesWrapper .wrapperSubCats{
	z-index: 101;
}
img {
    width: auto;
}
img.topmenu {
    width: 100%;
	height: auto;
}
img.compare {
    width: 20%;
	height: auto;
}
.category.th .prtext{
	height: 45px; 
	min-height: 45px;
	overflow: hidden;
}
.price {
	min-height: 50px;
}
.oldPrice {
	min-height: 20px;
}
.oldPrice.nostrike:after {
    background: none;
}
.SeenPopUp__image {
    margin-right: 10px;
}
.category.th .product__code {
    display: block;
	font-size: 13px;
    color: #737373;
	padding-top: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.crumbs {
    padding-top: 10px;
    padding-bottom: 10px;
	color: #8f8f8f;
	font-size: 13px;
}
.list-inline {
    list-style: none;
	padding-left:9px;
}
.list-inline>li {
    display: inline-block;
	width: auto;
}
.list-inline>li:before {
    content: '\f105';
	color: #8f8f8f;
    font-family: 'FontAwesome 6';
    margin-left: 12px;
	margin-right: 12px;
}
.list-inline>li:first-child:before {
    content: '';
	margin: 0;
}
.list-inline>li>a:hover {
    color: #ff7e00;
}
.flex>span.info {
  padding-right: 10px;
  padding-top: 2px;
  font-size: 14px;
  color: #8f8f8f;
}
form.filter2 {
	margin: 0px;
	padding: 0px;
}
form.filter2>select {
	border: 1px solid #d1d1d1;
}
/*.owl-next .fa{
	color: #fff;
}*/
/*.owl-prev .fa{
	color: #fff;
}*/
.header .sharesCat__title.new {
    color: #0F8A43;
}
.header .sharesCat__title.hit {
    color: #F5991E;
}
.header .sharesCat__title.sale {
    color: #FF7E00;
}
.header .sharesCat__product-title {
    display: block;
    text-align: left;
    font-size: .9em;
    padding: 10px;
    background: rgba(244,244,244,.95);
    margin-top: 10px;
    height: 54px;
	max-height: 54px;
    padding-top: 3px;
    line-height: 1.3em;
}
.shares-page__time {
	height: 60px;
}
.tabCompare{
	width: 100%;
 	color: grey; 
	font-weight: 300;
}

.titleCompare{
	font-size: 16px;
    color: #16516d;
    font-weight: 400;
}
.shares-page__time{
	font-size: 14px;
}
.obzor{
	color: #737373;
}
.obzor>div>img, .obzor>p>img{
	width:100%!important;
}
.tape{
	position: absolute; 
	z-index: 2; 
	margin-left: 3%;
	margin-top: 6px;
	padding: 6px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
.tape.new{
	color: #fff;
	background: #2fc32d;
}
.tape.hit{
	color: #fff;
	background: #ff7e00;
}
.tape.hot{
	color: #fff;
	background: #cc0000;
}
.tape.sale{
	color: #fff;
	background: #00a0eb;
}
.catItem-icon2{
	min-width: 45px;
	text-align: center;
}

.product-page .availability:before
{
	background:#00cc00;
}
.product-page .availability.intransit:before
{
	background:#00a0eb;
}
.product-page .availability.outofstock:before
{
	background:#cc0000;
}
.product-page .availability.intransit:before
{
	background:#00a0eb;
}
.product__descriptionListAv{
	position: absolute;
	z-index: 0;
	padding-top: 5px;
	font-size: 11px;
	color: #00cc00;
}
.product__descriptionListAv.intransit{
	color: #cc0000;
}
.product__descriptionListAv.outofstock{
	color: #00a0eb;
}
.filter .square {
	color: #f5f5f5;
}

.e-mblock {
    position: relative;
}
.tape.redflag {
    color: #fff;
    background: #f00;
}


/*модальное окно*/

.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	width: 420px;
	margin-left: -200px;	
	background: #fff;
	border: 1px solid orange;
	border-radius: 4px; 
	z-index: 99999;
	opacity: 1;	
	max-width:100%;
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal-header {
    display: flex;
}
.modal-body {
    font-size: 16px;
    padding: 20px 0;
}
.modal-footer {
    display: flex;
    padding: 10px 0;
}
.btnpop {
    background: #cc6500;
    color: #fff;
    padding: 5px;
    width: 50%;
	text-align:center;
}
.btnpop:last-child {
    margin-left: 7px;
}
.btnpop.popup-none {
    background: none;
    color: #000;
}

/*модальное окно end*/