.page-section {
    background: #fff;
    padding: 25px;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.koyla-table {
    border-collapse: collapse;
    width: 100%;
    background: #F2F2F2;
}
.koyla-table th, .koyla-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.koyla-table th, .koyla-table td a {
    color: #000;
}
.cart .cart-table .btn:hover, .cart .cart-table .btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
    box-shadow: none;
}
.cart .cart-table .form-control {
    min-width: 50px;
}
.cart input.form-control {
    height: 44px;
}
.cart .cart-table .btn .fa {
    color: black;
}
.cart .buttons .btn {
    margin-left: 7px;
}
.checkout {
    border-top: 1px solid #ededed;
}

.checkout .section-head {
    border-bottom: 2px solid #383838;
    margin-bottom: 16px;
}

.checkout .section-head h1 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.checkout .section-head span {
    background: #383838;
    color: #ffffff;
    padding: 9px 14px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.checkout .address .title {
    color: #0089d0;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 12px;
}

.checkout .address .form-control {
    padding: 12px 15px;
    margin-top: 15px;
    height: 40px;
    box-shadow: none;
}

.checkout .address textarea.form-control {
    height: 95px;
    resize: none;
}

.checkout .accepted-logo {
    margin-top: 15px;
}

.checkout .accepted-logo h5 {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
}

.checkout .input-group .btn {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 12px;
}
.checkout .radio-inline {
    margin-left: 0 !important;
    margin-right: 7px !important;
    font-size: 13px;
    margin-bottom: 5px;
}

.accepted-logo img.logo {
    margin-right: 5px;
    border: 1px solid #e0e0e0;
}

.accepted-logo a {
    position: relative;
}

@media screen and (max-width: 767px) {
    .cart .page-section .input-group,
    .cart .buttons > div,
    .cart .buttons .btn,
    .cart .page-section input{
        width: 100%;
    }

    .cart .page-section input[type="text"] {
        display: block;
        margin-bottom: 10px;
    }

    .cart .page-section .input-group-btn {
        display: block;
        white-space: initial;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {

    .accepted-logo img.logo {
        margin-right: 0;
        border: 1px solid #e0e0e0;
        margin-bottom: 5px;
    }

}