.fixedproduct{
	position:fixed;
    padding: 10px 20px;
    background: #FFF;
    border: 1px solid #ccc;
    top: 0px;
    width: 100%;
    z-index: 1000;
    height: 0px;
    visibility: hidden;
    box-shadow: 0 5px 5px #aaa;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
}  
h2{
    margin-top:12px;
}
/**
@media screen and (max-width: 1200px){
     .fixedproduct{
        width:95%;  
     }
}*/
@media screen and (max-width: 768px){
    h2{
        font-size:14px;
    }
    .fixedproduct #reduction_percent, .fixedproduct #reduction_amount, .fixedproduct #old_price{
        display: none !important;
    }
}
@media screen and (max-width: 420px){
    .fixedproduct{
        display: none !important;
    }
}
.box-info-product-fixedproduct{
    margin-top:11px;
}
.block_fixedproduct_image, .block_fixedproduct_info, .block_fixedproduct_buy{
    visibility: hidden;
}
.block_fixedproduct_info p{
    display: inline-block;
}
.pb-left-column #image-block .new-box, .pb-left-column #image-block .sale-box {
    z-index: 800;
}
.impuestos{
    display: inline-block;
}