/*BBRAIN STYLES*/
.old span
{ 
    font-size: 15px; 
    text-decoration: line-through; 
	color: #999;
	font-weight: bold;
}
.product-item-price-container{
	display: flex;
	flex-direction: row-reverse;	
}
.product-item-price-container .product-item-price-old{
    font-size: 14px; 
    text-decoration: line-through; 
	color: #999;
	position:relative;
	top:5px;
	left:4px;
}
.red_price{
	color: #c12424 !important;
}

.sticker_discount {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 42px;
    height: 42px;
background-color:#ff4040;
/*border:1px solid #fff;*/
	color:#fff;
    border-radius: 21px;
    line-height: 42px;
    text-align: center;
    z-index: 1000;
    font-size: 14px;
	font-weight:bold;
}

.badge_alt{
	box-shadow:none !important;
}
/*#aut_form a span{
	height:35px;
}*/



.help-tip{
	position:relative;
	cursor:pointer;	
}
.help-tip:hover div{
    display:inline-block;
    transform-origin: 100% 0%;
 
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
 
}
 
.help-tip div {  
	position: absolute;
	display:none;
	bottom: 25px;
	left: -6px;
    background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #505050;
    padding: 5px;

    /*-moz-box-shadow: 0 1px 1px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 1px rgba(0,0,0,.16);*/
	border: 1px solid #e6e3e3;
	min-width:130px;
 
}
 
.help-tip div:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    border-color: rgba(0,0,0,.16) transparent transparent transparent;
    z-index: 1;
}
 
.help-tip div:after{
    content: " ";
    position: absolute;
    top: 98%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
}

.icon_position{
	position:absolute;
	right:-1px;
	top:-5px;
	z-index:10000;
	width:65px;
	height:65px;
	box-shadow:none !important;
}
..list_item .image .icon_position img{
	max-width:100%;
	box-shadow:none !important;
}
.sale-products-gift .product-item-image-alternative{
	opacity:1 !important;
}

.DISCOUNT_BLOCK{
	display:block;
	height:60px;
	text-align:center;
	color:#fff;
	background:#ff0000;
	padding:5px 0px;
	font-size:14px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	
}
.DISCOUNT_BLOCK .title{
	font-weight:bold;
	font-size:16px;
}
.DISCOUNT_BLOCK div{
	width:100%;
}
.right-phone-end{
	display:flex;
}
.icons_soc{
	display:flex;
	
}
.icons_soc img:not(:first-child){
	max-width:100%;
	margin:0px 5px;
}
/*
.cancel_text, .cancel_button{
	display:none !important;
}*/

.nav>li>a:hover, .nav>li>a:focus {
	outline:0 !important;
}
