/* *, *:before, *:after {   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
} */
#store-location-form label {
    display: block;
    margin-bottom: 5px;
}
#store-location-form label span {
    color: #f00;
}
.store-location-sec >label {
    padding-left: 15px;
    padding-right: 15px;
}
.credit-card-sec,
.billing-address-sec {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.store-location-sec input,
.credit-card-sec input,
.billing-address-sec input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cccccc;
    max-width: 100%;
}

.credit-card-sec input.has-error,
.store-location-sec input.error,
.billing-address-sec input.error {
    border-color: #f00;
}
.location-sec-info {
	margin-bottom: 50px;
}
.location-sec-info h3,
.credit-card-info h3,
.billing-address-info h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
}
.credit-card-sec:after,
.billing-address-sec:after {
    clear: both;
}
.credit-card-sec:after,
.credit-card-sec:before,
.billing-address-sec:after,
.billing-address-sec:before {
    display: table;
    content: " ";
}

.wid-5 {
    width: 5%;
    float: left;
	padding-top: 5px;
    position: relative;
    min-height: 1px;
}

.wid-25 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    position: relative;
    min-height: 1px;
}

.wid-35 {
    width: 35%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    position: relative;
    min-height: 1px;
}

.wid-50 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    position: relative;
    min-height: 1px;
}

.wid-100 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

#store-location-form span.error {
    color: #f00;
    position: absolute;
    left: 0;
    right: 0;
	bottom: -17px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

#store-location-form .pl-zero span.error {
    padding-left: 0;
}

.bill-form-submit-wrap {
	float: left;
	width: 100%;
}

.bill-form-submit {
    margin: 0 auto;
    text-align: center;
	width: 270px;
	border-radius: 50px;
	background-color: #da291c;
}

.bill-form-submit img {
	width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.bill-form-submit input[type="submit"] {
    background-color: #da291c;    
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    padding: 14px 0;
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    text-align: center;
    border: 0;	
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
}

.bill-form-submit:hover,
.bill-form-submit:hover input[type="submit"] {
    background-color: #f08f1c;
}

.bill-form-submit input[type="submit"]:focus {
    outline: 0;
}

.store-loc-fields #addStoreLoc {
    text-decoration: none;
    color: #f00;
    font-size: 32px;
    font-weight: bold;
}

.store-loc-fields #removeStoreLoc {
    text-decoration: none;
    color: #f00;
    font-size: 32px;
    font-weight: bold;
}

.pl-zero {
    padding-left: 0!important;
}
.pr-zero {
    padding-right: 0!important;
}

#store-location-form .pl-zero span.error {
    padding-left: 0!important;
}    
#store-location-form .pr-zero span.error {
    padding-right: 0!important;
}

#bill_cc_type {
    float: right;
}

.server-alert-box {
	float: left;
	width: 100%;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
	background-color: transparent;
    border: 0;
	float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.alert .close:focus, 
.alert .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.alert .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .wid-5,
    .wid-25,
    .wid-35,
    .wid-50 {
        width: 100%;
    }
    .wid-5 {
        text-align: center;
		margin-bottom: 25px;
		padding-top: 0;
    }
    .wid-50 .wid-50 {
        width: 50%;
    }
    #store-location-form {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wid-25,
    .wid-35,
    .wid-50 {
        padding-left: 10px;
        padding-right: 10px;
    }
    #store-location-form span.error {
        padding-left: 10px;
        padding-right: 10px;
    }
}