#floatTip{
 position: absolute; /* Абсолютное позиционирование */
width: auto;
display: none; /* Прячем от показа */
border: 1px solid #666666; /* Параметры рамки */
padding: 4px 12px; /* Поля вокруг  текста */
font-size: 9pt; /* Размер  шрифта */
color: #333; /* Цвет текста */
background: #e3e3e3; /* Цвет фона */
text-align: center;
height: 30px;
}

.block-good{
  background: url('/images/fon3.jpg');
  padding-top: 20px;  
}
.foto-small-slide{
  padding: 0 3px;
}
.foto-isnew{
  position: absolute;
  top: 50%;
  max-width: 50%;
  left: 0px;  
  z-index: 20;
}
.foto-good .foto-isnew {
    top: 75%;
    left: -50px;
}
.foto-small-slide img{
  max-height: 150px;
  float: left;  
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}
.heart-active{
  background: url('/images/heart_fill.png') !important;
  background-size: cover !important;  
}
.main-info-good > h3{
    text-align: center;
    color: #757777;
    font-size: 1.5em;
}
.foto-small-slide img:hover{
  border: 1px solid red;  
}
.foto-good img{
  width: 100%;  
}
.foto-isnew-recomendations{
  max-width: 30%;
  position: relative;
  top: -50px;
}
.skidka-recomendations{
  padding: 5px 10px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 17px;
  background-color: red;  
  position: absolute;
  top:70px;
  text-align: center;
}
.foto-isnew-recomendations > img{
    width: 100%;
}
.recomendations_good{
  margin: 0 auto;
  max-width: 50%;
}
h5{
  padding: 0 10px;  
}
.foto-basket{
  width: 46px;
  height: 46px;
  font-size: 24px;
  border: 1px solid #ff0037;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 3%;
  cursor: pointer;
}
.foto-basket img{
  width: 75%;
  margin: 5px auto;
  display: block;  
}
.main-info-good{
  padding: 0 10px;
  text-align: justify;  
}
.main-info-good h1{
  text-align: center;
  font-size: 2em;
}
.main-info-good .text_add{
  font-size:18px;  
  color:#605959;
}
.block-good .product__price, .block-good .product__sizes{
  padding: 10px 0;  
}
.block-good .product__sizes{
  background: none;  
}
.block-good .product__sizes-item{
  background: none;
  border: 1px solid #ec9c9c;
  cursor: pointer;
  margin: 5px 10px;  
}
.block-good .product__sizes-item:hover{
  border: 1px solid red;
}
.block-good .product__sizes-item-inactive{
  background: none;
  border: 1px solid #a6a6a6;
  color: #a6a6a6;
  padding: 0 10px;
}
.block-good .product__sizes-item-active{
  background: none;
  border: 2px solid red;
  cursor: pointer;
  margin: 5px 10px;
  text-align: left;
  display: inline-table;
}

.chooser-size{
  display: none;
  position: absolute;
}
.block-good .product__sizes-list{
  position: relative;  
}
.block-good .product__sizes-list:hover .chooser-size{
display: block;
position: absolute;
background: whitesmoke;
padding: 10px;
top: 10px;
margin-top: -150px;
opacity: 0.9;
margin-left: 100px;
width: 340px;
}
.main-info-good input{
  font-size: 18px;
  margin: 0 2px;  
  text-align: center;
}
.main-info-good input[type=button]{
  font-size: 20px;
  width: 40px;
}
.main-info-good input.btc_buy{
  /*background: -webkit-gradient(linear,left top,left bottom,from(#dc3055),to(#f94f73));
  background: -moz-linear-gradient(#dc3055, #f94f73);
  background: linear-gradient(#dc3055,#f94f73);
  */
    background: #FF8102;
    color: #000 !important;
  width: 60%;
  height: 60px;
  float: left;
  min-width: 200px;
  margin: 0px;
}
.main-info-good input.btc_buy:hover{
  box-shadow: 3px 3px 7px rgba(85, 63, 63, 0.5);  
}
.wrapper-favorit-basket{
  padding: 20px 30px;  
}
.wrapper-favorit-basket .heart{
  width: 60px;
  height: 60px;
  background: url('/images/heart_grey.png');
  background-size: cover;
  display: inline-flex;
  margin-left: 5%;
}
.wrapper-favorit-basket .heart:hover{
  background: url('/images/heart_fill.png');
  background-size: cover;
  
}

/*================================================================*/
.characteristics {
  padding: 15px 25px;
  display: block;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-tabs {
	margin-bottom: 15px;
        border-bottom: 1px solid #adadad;
        font-size: 1.2em;
}
.nav > li {
	position: relative;
	display: block;
        
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
        padding: 0 15px;   
        
        border: 1px #c4c3c3 solid;
}
.nav-tabs > li > a{
   color:#625a5a; 
}
.nav-tabs > li > a:hover{
   color: red;

}
.nav-tabs > li.active, .nav-tabs > li.active:focus, .nav-tabs > li.active:hover {
        border: 1px solid gray;
	border-bottom-color: transparent;
        overflow: hidden;
}
.nav-tabs > li.active > a{
    color: red;
}

@media (min-width: 800px) {

    .main-info-good .text_add{
        margin: 0 10px; 
    }
    .foto-small-slide {
        padding: 0 15px;
    }
    .foto-small-slide img {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .block-good .product__sizes{
        margin: 0 10px;
     }
}

