/* 
    Created on : May 29, 2017, 4:27:52 PM
    Author     : Josiah Gerald
*/
.bg-white{ background: #fff !important;}
.bg-grey{ background: #F9F9F9 !important}
.banner-text{
    padding: 5px 20px;
    color: #334478;
    font-size: 1.2em;
}
.boxed-content{ 
    box-shadow: 1px 10px 10px rgba(0,0,0,.2);
    padding: 30px;
    border-bottom: 1px solid #eaeaea;
}
.text-black{ color: #000 !important; margin-top: 0px; }
.bg-purple{ background: #a349a3 !important}
.text-white{color: #fff !important}
.login-box{
    margin: 0 auto;
    width: 50%;
}
.text-sm{ font-size: 75%;}
.btn-browse-store{
    background: #fff;
    border: 2px solid #f00;
    color: #000;
    margin-left: 20px;
}
.d-inline-block{ display: inline-block !important; }
.mt-50{margin-top: 50px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-10{margin-top: 10px;}
.mb-30{margin-bottom: 30px;}
.the_offerings {
    text-align: left;
    margin-left: 80px;
}
.product-details-payment{
    background: #efefef;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.btn-flat{
    border-radius: 0px;
}
@media only screen and (max-width:768px){
    .the_offerings {
        margin-left: 0px;
    }
}
#help-order{
    background: #efefef;
    padding: 30px;
    text-transform: uppercase;
    max-width: 260px;
    z-index: 999;
}
#help-order #first-help-text{
    font-size: 20px;
    color: #725ca5;
    text-shadow: 1px 1px rgba(0,0,0,0.4);
}
#help-order #sec-help-text{
    color: #fff;
    background-color: #725ca5;
    margin-top: 10px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
}
.full_page_photo {
    background-size: cover;
}
.form-control {
    width: 100%;
}
.form-input{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.form-filter{
    margin: 20px 0;
}