.search_field {
    background-color: #fff!important;
    border: 1px solid #e9e9e9!important;
    box-shadow: none!important;
    outline: 0!important;
    height: 40px;
    font-size: 13px;
    color: #999;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 25px;
    cursor: pointer;
}

.battery_search_form .bootstrap-select {
    display: none !important;
}
img.search_loader {
    width: 15px;
    position: absolute;
    top: 12px;
    display: none;
}
.search_field_div {
    position: relative;
}
.ch_search_loader img {
    width: 80px;
}
.ch_search_loader {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    background-color: rgba(255,255,255,0.9);
    padding: 10% 0 30%;
    text-align: center;
	display:none;
}

.ch_search_loader_2 img {
    width: 80px;
}
.ch_search_loader_2 {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    background-color: rgba(255,255,255,0.9);
    padding: 10% 0 30%;
    text-align: center;
	display:none;
}
.btn-group.bootstrap-select.search_field._hide {
    display: none;
}
.cart .images_area {
    float: left;
    padding: 0px;
}
.cart .details_area {
    float: left;
}
.cart .battery_des {
    float: left;
    text-align: left;
	width: 100%;
}
img.battery_det_loader { 
    width: 15px;
    position: relative;
    right: -6px;
    top: -1px;
    display: none;
}
.cart .battery_des ul {
    padding-left: 20px;
}
.cart .battery_des p {
    margin-bottom: 5px;
}
.rating-xs {
    font-size: 17px !important;
}
span.add_item_count {
    float: right;
    background-color: #EE3131;
    padding: 0px 5px;
    font-size: 11px !important;
    font-weight: bold;
    border-radius: 10px;
}
.item_det:hover {
   /* background-color: #ee31311f;*/
}
span.added_item_price {
    font-size: 17px !important;
    color: #ee3131;
    font-weight: bold;
}
.cart_details_popup {
    float: left;
    width: 250px;
    position: absolute;
    background-color: #fff;
    height: 300px;
    overflow-y: scroll;
    z-index: 999;
	display:none;
}
.cart_details_popup ul {
    margin: 0;
    padding: 0;
}
.cart_details_popup li {
    display: inline-block;
    list-style: none;
    padding: 0 0 0;
}
.item_det {
    float: left;
    width: 100%;
    padding: 6px 8px;
	border-bottom: 1px solid #000;
}
span.item_det_title {
    color: #000;
    font-size: 14px !important;
    margin: 4px 0 0 !important;
    float: left;
    width: 100%;
}
.item_det_img {
    float: left;
    width: 80px;
    border-radius: 5px;
}
.item_det_img img {
    border-radius: 5px;
}
.item_det_qunt {
    float: right;
    text-align: center;
    width: 130px;
    font-size: 20px !important;
    color: #000;
    padding: 15px 0;
}
button.place_or_btn {
    background-color: #EE3131;
    color: #fff;
    border-radius: 5px;
    border: none;
    width: 213px;
    padding: 5px 0;
    margin: 0px 10px 10px;
}
i.fa.fa-times.remove_item {
    color: #d51b1b;
    background-color: #fff;
    padding: 1px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 8px;
    font-size: 16px;
}
img.remove_item_loader {
    width: 20px;
    display: none;
}
.form-group {
    position: relative;
    overflow: hidden;
}
span.mobile_vailidate {
    position: absolute;
    top: 0px;
    right: -300px;
    background-color: #fe4141;
    font-size: 14px;
    padding: 11.6px 15px;
	color:#fff;
}
p.erroe_msg {
    position: absolute;
    bottom: 82px;
    font-size: 12px;
    font-weight: bold;
}
p.msg_text {
    position: absolute;
    bottom: 220px;
    font-size: 12px;
    font-weight: bold;
}
p.success_msg {
    position: absolute;
    bottom: 82px;
    font-size: 12px;
    font-weight: bold;
}
.user_popup{
	display:none;
	background-color: #fff;
}
.fonts-12 {font-size: 14px;}
button:disabled, button[disabled] {
    opacity: 0.8;
}
.accept_term{display:none;}
.custom_user_drop {
    background-color: #EE3131;
    color: #fff !important;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 13px;
	text-transform: capitalize;
}
a.dropdown-item {
    color: #000 !important;
    font-size: 15px;
    background-color: #eee;
}


/** Shop-Checkout Page **/
.bbb_saction {
    float: left;
    width: 100%;
    background-color: #ee3131;
    border-radius: 5px;
    padding: 6px 13px 15px;
    box-sizing: border-box;
    color: #fff;
	margin-bottom: 25px;
}
.bbb_saction h1, .bbb_saction h2, .bbb_saction h3, .bbb_saction h4, .bbb_saction h5, .bbb_saction h6 {
    color: #fff;
}
.bbb_btn {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 2px 15px;
    border-radius: 2px;
}
.bbb_btn:hover {
    border: 1px solid #000;
}
.bbb_saction ul {
    margin: 0;
    padding: 0;
}
.bbb_saction li {
    list-style: none;
}
.bbb_bat_model {
    float: left;
    width: 100%;
    font-size: 12px;
}
.bbb_bat_name {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.bbb_bat_capecity {
    float: left;
    width: 100%;
    font-size: 12px;
}
.bbb_product_count {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    padding: 0 5px;
    border-radius: 4px;
}
.bbb_bat_price {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    font-size: 15px;
    font-weight: 600;
}
.bbb_pro_item {
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    padding-top: 5px;
    position: relative;
}
.bbb_product_list {
    float: left;
    width: 100%;
}
.bbb_aply_coupon {
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.bbb_special_instru {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
textarea.special_instru_msg {
    float: left;
    width: 100%;
    height: 38px;
    border-radius: 3px;
}
.product_price_calculation table td {
    padding: 2px;
}
.product_price_calculation {
    float: left;
    width: 100%;
}
td.bill_detail_head {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 5px !important;
}
.bill_total_detail {
    border-top: 1px solid #fff;
}
.bbb_total_text {
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px !important;
}
.place_order_btn_area { 
    float: left;
    width: 100%;
    text-align: center;
}
button.final_place_order_btn.bbb_btn {
    font-size: 18px;
    padding: 3px 30px;
} 
div#add_address {
    width: 340px;
}
.btn-group.bootstrap-select {
    display: none !important;
}

i.fa.fa-trash-o.remove_item {
    color: #fff;
    padding: 1px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 3px;
    font-size: 16px;
    z-index: 99;
}

/** Shop-Checkout Page **/

i.fa.fa-trash-o.remove_item.in_pop {
    color: #d51b1b;
    background-color: #fff;
    padding: 1px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 8px;
    font-size: 16px;
    z-index: 9999;
}
.outofstock {
    float: left;
    width: 100%;
    background-image: url(../images/outofstock_img.png);
    height: 150px;
    position: absolute;
    background-size: 100% 100%;
    top: 1px;
}
.model_list {
    float: left;
    width: 100%;
}
.model_list h4 {
    background-image: url(/images/goodsign.png);
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 28px;
    vertical-align: middle;
    background-position: 3px;
}
.section-content {
    margin: 15px 0 25px;
}
.goback_btns {
    float: left;
    width: 100%;
}
.goback_btns ul {
    margin: 0 0 5px;
}
.goback_btns li {
    color: #ee3131;
    font-weight: bold;
    cursor: pointer;
    display: none;
    list-style: none;
    float: left;
    padding-right: 10px;
    margin-bottom: 5px;
}
