
.offer-button, .offer-button-bye{
    width: 150px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    outline: none;
    border: 0px;
}
.offer-button-bye{
    background: #ff7f11;
}
.offer-button:hover, .offer-button-bye:hover{
    opacity: 0.8;
    cursor: pointer;
}
.image{
    width: 400px; 
    
}
.smallImage{
    width: 398px; 
    height: 398px;
    line-height: 398px;
    border: 1px solid #ccc;
    position: relative;
    

}
.smallImage img{
    max-height: 398px;
    max-width: 398px; 
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

}
.product-images img.active {
    background-color: #fff;
    cursor: default;
    pointer-events: none;
    border: 1px solid #0f7dc0;
}
.offer-title, .offer-title-active{
    cursor: pointer;
    text-align: left;
    font-size: 16px;
}
.offer-title-active {
    border-left: 3px solid #ff7f11;
    padding-left: 5px;
    font-size: 18px;
    background: #f5f5f5;
}