.images-container{
    position: relative;
}
#best_price_container {
    margin-top: 13px;
    background: #f60 url(../img/best_price_white.png) left -5px no-repeat;
    color: #fff;
    padding: 4px 15px 2px 80px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
#best_price_container h4{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}
#best_price_container p{
    color: white;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
}
#show_more_better_price h4{
    background: #f60 url(../img/best_price_white35.png) 8px center no-repeat;
    color: white;
    padding: 10px 15px 10px 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
#show_more_better_price ul{
    padding-left: 10px;
}
#show_more_better_price li::before{
    content: "- ";
    padding-right: 8px;
    color: green;
  }
#show_more_better_price h5{
    color: black;
    font-size: 14px;
    font-weight: normal;
}
#show_more_better_price h6{
    color: black;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
}
#show_more_better_price label{
    font-size: 16px;
    text-align-last: left;
    line-height: 30px;
}
#show_more_better_price .border_orange{
    padding: 10px;
    border: 2px solid #f60;
}
#show_more_better_price .form-control{
    background: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
}
#show_more_better_price .mb-1{
    margin-bottom: 0.25rem!important;
}