[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
/*    position: absolute;*/
    position: fixed;
    opacity: 0;
    
    /* customizable */
    transition: all 0.1s ease;
    padding: 10px;
    color: #333;
	border: 1px;
    border-radius: 10px;
	border-color: red;
    box-shadow: 2px 2px 1px silver;    
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: white;
    margin-top: 20px;
    margin-left: 30px;    
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}






.minHeight{
	min-height: 75px;
}
.drop-login{
	min-width: 350px;
}
.regform .radio-block {
	text-align: left;
	width:100%;
	margin:0 auto;
	font-size:16px;
    font-family: cuprumregular;

	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
}
.regform label {
	text-align: center;
	//width:100%;
	margin:0 auto;
	font-size:16px;
	//text-transform:uppercase;
}

.regform input, textarea {
	background: #ffffff;
	border:1px solid #aaaaaa;
	border-radius:3px;
	margin-bottom:5px;
	margin-left:8px;
	padding:0px 5px;
}
.regform a.entersite_btn {
	color: #FFF !important;
	background-color: #E85538 !important;
	background-image: linear-gradient(to bottom, #E85538 0%, #E4003A 100%) !important;
	border-width: 1px 0px;
	border-color: #E85538 transparent #E4003A !important;
	box-shadow: none;
	border-radius:3px;
    font-family: cuprumregular;
    font-size: 17px;
	text-transform:uppercase;
	text-align:center;
	margin:0px 7px;
}
.regform a.entersite_btn:hover{
	color: #FFF;
	background-color: #FF5534 !important;
	background-image: linear-gradient(to bottom, #FF5534 0%, #E4003A 100%) !important;
}

/*Кнопки корзины*/
.btn-del-cart{
    height: 32px;
    width: 32px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    clear: both;
    padding-left: 8px;
    padding-right: 8px;
    background: #D7312F;
}

.btn-del-cart:hover{
  color: #fff !important;
  opacity: 0.8;
}
.btn-del-cart:before{
    width: 16px;
    height: 100%;
    float: left;
    background:url("../images/cart_minus.png") no-repeat scroll left center;
    content: " ";
    margin-right: 15px;
}
.WhiteFon{
    background: #ffffff;
}
.sticker { margin-top:5px; /*border:1px solid red;*/}
.image-hover2 .sticker { margin-top:-15px; margin-bottom:-5px;}
.sticker i.fa {
	font-size:18px;
	color: rgba(215,49,47,1);
}
.sticker i.fa:hover {
	color: rgba(215,49,47,0.7);
}
.top-header {
background: #f6f6f6;
}
.product-tab .mytab{
  width: 100%;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.dost li:hover{
   background: #afafaf;
}