.kb_checkout_popup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.kb_checkout_popup {
    background: #f4f7f4;/*Monika 25062019*/
    color: #222;
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 9999999;/*Monika 25062019*/
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
    text-align: left;
}
.kb_checkout_popup.active {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
}
.kb_checkout_popup.active {
    width: 400px;
}
.kb_checkout_closePopup {
    position: fixed;
    right: 20px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    display:block;
    background: #df4a32;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 1.3;
}
.kb_checkout_login_form {
    padding-top: 10px;
    background: #fbfbfb;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
}
#kb_socialLogin_buttons {
    text-align: center;
}
#kb_socialLogin_buttons input[name=FacebookLogin], #kb_socialLogin_buttons input[name=GoogleLogin] {
    height: 35px!important;
    width: 160px!important;
    color: transparent;
    cursor: pointer;
    padding: 8px;
    margin-bottom: 15px;
    background-position: center!important;
    box-sizing: border-box;
}
#kb_socialLogin_buttons input[name=FacebookLogin] {
    border: none;
    background-color: #3c5a99!important;
    border-radius: 3px;
}
#kb_socialLogin_buttons input[name=GoogleLogin] {
    border: none;
    background-color: #df4a32!important;
    border-radius: 3px;
}
.orOption {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.kb_checkout_popup h4 {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #14367c;
    background: transparent;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
.review-step-payment dt.selected {
    background: #dbeaf9;
    border: 1px solid #a8b6cf;
    color: #14367c;
}
.kb-form-group {
    margin-bottom: 10px;
}
.kb-form-group input, .kb-form-group select {
    box-sizing: border-box;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    margin: 0;
    vertical-align: top;
    border: 1px solid #d8e3f7;
    border-radius: 4px;
    height: 32px;
    font-size: 12px;
}

a.kb_check_forgot_link, a.goBackTologin {
    float: left;
    color: #143683;
    font-size: 13px;
}
button.button.kb_check_loginbtn {
    background: #38ab90;
    border: 1px solid #148e71;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
}
span.loginClose {
    text-transform: capitalize;
    border: 2px solid #d74935;
    padding: 8px 17px;
    border-radius: 5px;
    color: #d74935;
    font-weight: 600;
    float: right;
    cursor:pointer;
}
#button-coupon, #button-voucher {
    background: #38ab90;
    border: 1px solid #148e71;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 11px !important;    
    width: auto !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 5px !important;
    text-align: center !important;    
    font-weight: bold;
    border-top-left-radius: 0;/*Monika 25062019*/
    border-bottom-left-radius: 0;/*Monika 25062019*/
}
#button-coupon, #button-reward {
    background: #38ab90;
    border: 1px solid #148e71;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 11px !important;    
    width: auto !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 5px !important;
    text-align: center !important;    
    font-weight: bold;
    border-top-left-radius: 0;/*Monika 25062019*/
    border-bottom-left-radius: 0;/*Monika 25062019*/
}
.buttons-set {
    text-align: right;
    margin-bottom: 10px;
}
.kb_check_forgot {
    background: #fbfbfb;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    display: inline-block;
}
#kb-btn-forgot {
    background: #38ab90;
    border: 1px solid #148e71;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
}
.kb_check_shopping h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #14367c;
    background: transparent;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
.payment-buttons {
    margin-top: 15px;
}
.kb_check_shopping {
    margin-top: 10px;
}
.cart-item .item-image {
    margin: 0px;
    float: left;
    max-width: 70px;
    max-height: 70px;
    padding: 4px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.cart-item .item-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.item-details {
    float: left;
    display: inline-block;
    max-width: 220px;
    padding-left: 10px;
    box-sizing: border-box;
}
.item-details .product-title {
    font-size: 13px;
    font-weight: normal;
    color: #2f2f2f;
    padding: 0;
    padding-top: 5px;
    border: 0;
}
.item-details .quantity input {
    border: 0;
    background: #ffffff;
    display: inline-block;
    width: 60px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-right: 10px;
    border: 1px solid #d8e3f7;
    border-radius: 4px;
}
.delt-item {
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.item-cost {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 600;
    color: #1436a0;
}
.cart-item {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.kb-cart-total{
    text-align:right;
}
.kb_action_buttons {
    margin-top: 30px;
    text-align: center;
}
.kb_action_buttons .paypal_btn {
    background: #1b82ef;
    border: 1px solid #1471d4;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    width: 88%;
    margin-bottom: 12px;
}
.kb_action_buttons .shop_more {
    background: #38ab90;
    border: 1px solid #148e71;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 88%;
    margin-bottom: 12px;
}
.kb-cart-total {
    text-align: right;
    font-size: 18px;
    margin-bottom: 20px;
}
.kb-cart-total .value {
    color: #f45c44;
    font-weight: 600;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

    opacity: 1;

}
div#kb_cart_step1 {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 300px;
    width: 400px;
    padding: 20px 30px 30px 20px;
    box-sizing: border-box;
    background: #f4f7f4;
}
.kb_checkout_popup #kb_cart_step2 {
    left: 395px;
    position: absolute;
    top: 0;
    width: 400px;
    padding: 20px 30px 30px 20px;
    box-sizing: border-box;
    background: #f7f7f7;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
#kb_cart_step3 {
    left: 795px;
    position: absolute;
    top: 0;
    width: 400px;
    padding: 20px 30px 30px 20px;
    box-sizing: border-box;
    background: #f4f7f4;
}
.kb_shopping_address h3{
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #14367c;
    background: transparent;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
#kb_cart_step3 h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #14367c;
    background: transparent;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
.kb_checkout_popup.active.step2 {
    width: 800px;
}
.kb_checkout_popup.active.step3 {
    width: 1200px;
    background: #f4f7f4;
}
#kb_cart_step2 .kb-form-group {
    width: 48%;
    display: inline-block;
    margin-right: 1%;    
    vertical-align: top;
}
#kb_cart_step2 .kb-form-group.full-width-field {
    width: 100%;
}
#kb_cart_step2 .kb-form-group.full-width-field > label {
    width: 100%;
}
#kb_cart_step2 .kb-form-group.full-width-field input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.kb_agreement.kb-form-group.full-width-field input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
#kb_cart_step2 .input-box.invoiceField input {
    width: 100%;
    margin-top: 10px;
}
#kb_collect_password input {
    box-sizing: border-box;
    width: 100% !important;
}
#kb_collect_password{margin-top:10px;}
.kb_checkout_closePopup{z-index:999999;    cursor: pointer;}
.goto-payment-step{
    background: #38ab90;
    border: 1px solid #148e71;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 88%;
    margin-bottom: 12px;
}
li.shipping_type_list {
    list-style: none;
    width: 100%;
    padding: 0;
    background: #fbfbfb;
    margin-bottom: 5px;
    padding: 8px 5px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    position: relative;
}
div#kb_cart_step3 ul {
    margin: 0;
    padding: 0;
}
li.shipping_type_list span.price {
    float: right;
    font-size: 15px;
    color: #14367c;
}
li.shipping_type_list label {
    width: 100%;
    font-size: 14px;
}
.shipping_type_list input {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 999;
    opacity: 0;
    cursor: pointer;
}
.kb-split-view.kb-small-gap>* {
    width: 49%;
    height: 100%;
    position: relative;
}
.kb-split-view.kb-small-gap>*.left {
    float: left;
    padding-right: 5px;
}
.kb-split-view>*.right {
    float: right;
    padding-left: 0;
}
.sp-methods .input-group {
    width: 100%;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    margin-top: 10px;
    position: relative;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.05);
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.2px;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    font-size: 11px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.sp-methods .input-group label {
    position: absolute;
    line-height: 38px;
    height: 38px;
    left: 10px;
    top: 0;
    font-size:16px;
}
.sp-methods .payment_input {
    cursor: pointer;
}
.sp-methods .input-group .input-control {
    width: 100%;
    height: 100%;
    border: 0 none transparent;
    background: none;
    background-color: transparent;
    -webkit-appearance: none;
    outline: none;
    color: #656565;
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
    box-shadow: none;
    min-height: 40px;
}
.sp-methods .input-group label.icon+* {
    padding-left: 50px;
}
.review-step-payment dt {
    border: 1px solid #F4F4F4;
    background: #fbfbfb;
    padding: .5rem .8rem .2rem .8rem;
    margin-bottom: 0.9rem;
    font-weight: 500;
    position: relative;
}
.review-step-payment input.radio {
    float: left;
    margin-top: 0px !important;
    visibility: hidden;
    height: 0;
    width: 0;
}
.sp-methods label {
    font-size: 16px;
}
.sp-methods .form-list {
    display: none;
}
.sp-methods .selected .form-list {
    display: block;
    list-style: none;
}
.form-horizontal {
    display: block;
    list-style: none;
}
.kb-split-view.kb-small-gap {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.fa:before{
    font-family: "FontAwesome";/*Monika 25062019*/
}
dl.sp-methods .fa {
    font-size: 22px;
    padding: 5px 10px 5px 0;
}
.split-view>* {
    width: 50%;
    height: 100%;
    position: relative;
}
.split-view .right {
    float: right;
}
.split-view .left {
    float: left;
}
.discount-box input {
    box-sizing: border-box;
    box-shadow: none;
}
.discount-box .btn {
    background: #38ab90;
    color: #fff;
}
.gift-card-section input {
    box-sizing: border-box;
    box-shadow: none;
}
.gift-card-section .input-group-btn .btn {
    background: #38ab90;
    color: #fff;
}
.discount-section .fa {
    float: right;
    cursor: pointer;
    width: 25px;
    text-align: center;
}
.gift-card-section {
    margin-top: 10px;
    margin-bottom: 20px;
}
.kb_agreement {
    margin-bottom: 20px;
}
.kb_check_order_summary .table tr td {
    border: 0;
    padding: 4px 0;
}
.kb_check_order_summary .table tr td:last-child {
    text-align: right;
}
.kb_check_order_summary .table tr:last-child {
    background: #e7f1e7;
}
.review-step-payment dt input[type=radio] {
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 999;
    top:0;
    opacity:0;
}
.discount-codes{display:none;}
.holder-details {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.holder-details [class*="wire-"] {
    font-weight: 500;
    color: #0071a1;
    font-size: 15px;
    padding-top: 6px;
}
.holder-details [class*="wire-"]:first-child {
    padding-top: 0;
}
fieldset.form-list ul {
    list-style: none;
}

.kb_checkout_popup .form-list .fa {
    opacity: 0.5;
    line-height: 1.5;
}
.kb_checkout_popup .form-horizontal input {
    box-sizing: border-box;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    margin: 0;
    vertical-align: top;
    border: 1px solid #d8e3f7;
    border-radius: 4px;
    height: 32px;
    font-size: 12px;
}

.kb_checkout_popup.form-horizontal label {
    font-size: 12px;
    font-weight: normal;
}

.kb_checkout_popup .form-horizontal .fa {
    opacity: 0.5;
    line-height: 1.5;
}
dl.sp-methods .fa {
    font-size: 22px;
    padding: 5px 10px 5px 0;
}
.bg-shadow {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;/*Monika 25062019*/
    display:none;
}
.kb_checkout_popup .btn.btn-confirm {
    background: #38ab90;
    border: 1px solid #148e71;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 88%;
    margin-bottom: 12px;
}
li.shipping_type_list.selected {
    background: #dbeaf9;
    border: 1px solid #a8b6cf;
    color: #14367c;
}
.kb-form-group em {
    color: #e43434;
}

.kb-reward-points title {
    font-size: 12px;
}
.kb-reward-points title b {
    font-size: 15px !important  ;
}
.kb-form-group label {
    margin-bottom: 1px;
}
.kb_cart_items_list {
    overflow: auto;
    max-height: 315px;
}
@media only screen and (max-width: 650px)
{
    .kb_checkout_popup.active {
        width: 100% !important;
    }
    div#kb_cart_step1, .kb_checkout_popup #kb_cart_step2, div#kb_cart_step3{
        width:100%;
        clear: both;
        float: left;
        padding: 20px 15px 0 !important;
        position: static;
        height: auto;
    }
    div#kb_cart_step1{
        padding-top:5px !important;
    }
    .item-details{width:165px;}
    .kb_action_buttons .paypal_btn, .kb_action_buttons .shop_more, .goto-payment-step, .btn.btn-confirm{width:100%;}
    /*BOC monika 04062019*/
    .kb_checkout_popup #kb_cart_step2, div#kb_cart_step3{
        display:none;   
    }
    .kb_checkout_popup.step2 #kb_cart_step2{
        display:block
    }
    .kb_checkout_popup.step3 #kb_cart_step3{
        display:block
    }
    /*EOC monika 04062019*/
}

@media only screen and (max-width: 420px)
{
    .discount-form .input-group-btn{white-space:normal}
    button.button.btn-cancel-coupon {
        padding: 0 7px;
        margin-top: 5px;
        font-weight: normal;
        font-size: 13px;
        margin-left: 0 !important;
    }
}
.kb_checkout_popup .loader_div{
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  z-index: 99;
  opacity:0.7;
  display:none;
  background: lightgrey url('loading12.gif') center center no-repeat;
}
.kb_checkout_popup .loader {
    background:url(loading12.gif) no-repeat !important; 
    height:20px;
    width:20px;
    float:right;
    display:none;
    margin-right: 20px !important;
    position: static;
}
.kb_payment_section #payment legend {
    margin: 0px;
}

.kb_payment_section #payment label {
    display: block;
    width: 100%;
    text-align: left;
    padding-left:0px;
}
.kb_payment_section #input-card-save {
    width: 15px;
}

.kb_payment_section #payment .col-sm-10 {
    width: 100%;
    padding-left:0px;
    padding-right:0px;
}

.kb_payment_section #payment .col-sm-3 {
    padding-left: 0px;
    width: 50%;
    padding-right: 0px;
}

.kb_payment_section #payment .form-group {
    margin: 0px 0px 5px 0px !important;
}

.kb_checkout_popup .warning {
    color: red;
    font-size: 12px;
}

.kb_checkout_popup .errorsmall {
    color: red;
    font-size: 12px;
}
.kb_checkout_login_form .fbButton{
    background: url(catalog/view/theme/default/image/kbstepcheckout/facebookLogin.png) no-repeat;
    cursor: pointer;
    background-size: contain;
    height: 30px;
    border: none;
    background-color: #3c5a99!important;
    border-radius: 3px;
}
.kb_checkout_login_form .googleButton{
    background: url(catalog/view/theme/default/image/kbstepcheckout/googleLogin.png) no-repeat;
    cursor: pointer;
    background-size: contain;
    height: 30px;
    border: none;
    background-color: #df4a32!important;
    border-radius: 3px;
}
.kb_checkout_login_form .googleButton, .fbButton{
    height: 35px!important;
    width: 160px!important;
    color: transparent;
    cursor: pointer;
    padding: 8px;
    margin-bottom: 15px;
    background-position: center!important;
    box-sizing: border-box;
}
/*BOC Monika 25062019*/
#coupon_code, #voucher_code {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.discount-codes .kb-form-group.table td {
    padding: 5px 0;
}
/*EOC Monika 25062019*/