.wrapper-full #checkout-checkout{
    width: 1180px;
    padding: 0;
    margin: auto;
}
@media (max-width: 1180px){
    .wrapper-full #checkout-checkout{
        width: 100%;
    }
}
.wrapper-full #checkout-checkout #content {
    margin-bottom: 30px;
}
.wrapper-full #checkout-checkout h1{
    font-size: 36px ;
    font-weight: 600;
    color: #666;
}
.wrapper-full #checkout-checkout .rowCheckout{
display: flex;
}
.wrapper-full #checkout-checkout .mb-3 {
    margin-bottom: 1rem!important;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
}
@media (max-width: 980px) {
    .wrapper-full #checkout-checkout .mb-3 {
        width: 100%;
    }
    .wrapper-full #checkout-checkout #content {
        padding: 0 20px;
    }
}
@media (max-width: 770px) {
    .wrapper-full #checkout-checkout .rowCheckout {
        display: block;
    }
}



#checkout-checkout fieldset legend {
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    border: none;
}
@media (min-width: 768px){
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
#checkout-checkout select {
    height: 38px;
    font-size: 1.3rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.order-pay label{
    min-height: 18px;
    padding-left: 0.8rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.order-pay img{
    height:52px
}
.order-pay input{
    width: 16px;
}
.order-pay .mpay input{
    border: 1px solid #777;
    border-radius: 0;
    height: 45px;
    max-width: 100%;
    padding: 0 30px 0 20px;
    background: none;
    font-size: 13px;
    resize: none;
    line-height: 45px;
    width: 100%;
    color: #222222;
}
.order-pay select{
    border: 1px solid #777;
    background: none;
    height: 40px;
    width: 480%;
    margin-right: 4%;
    padding: 0 20px;
    color: #222222;
}
.order-pay .mpay img{
    height:30px;
}
#order-pay{
    border:1px solid #000}
.none{
    pointer-events:none}
#checkout-payment-method .method-list {
    padding: 3px 11px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 5px;
}
#checkout-payment-method .fix {
    display: block;
}
#checkout-payment-method .method-list .title {

    line-height: 30px;
    font-weight: 400;
    font-family: tahoma, arial, sans-serif;
}
#checkout-payment-method .method-list .img {
    float: right;
    height: 30px;
}
#checkout-payment-method .method-list .img img {
    height: 30px;
}
#checkout-payment-method .method-card {
    background: #f8f8f8;
    padding: 15px 8px 8px;
    margin-top: 5px;
    border: 1px solid #eee;
    font-weight: 400;
    display: none;
    padding: 12px 24px;
}
#checkout-payment-method .method-card .row {
    margin-bottom: 10px;
}
#checkout-payment-method .method-card label {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    width: 112px;
}
#checkout-payment-method .method-card label.required em {
    color: red;
    margin-right: 2px;
}
#checkout-payment-method .method-card .input-box {
    display: inline-block;
    font-weight: 400;
    width: 64%;
}
#checkout-payment-method .method-card .input-box input {
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 3px;
    width: 208px;
}
.rowCheckout input,.rowCheckout select{
    height: 40px !important;
}
.method-list.method__giveinstant label.fix{
    margin: 0;
}
.method-list.method__giveinstant label.fix span.title input{
    height: 20px !important;
    width: 20px !important;
}
@media (min-width: 768px){
    .rowCheckout .col-md-7 {
        width: 58.333333%;
    }
}
.form-check.form-switch.form-switch-lg .form-check-input{
    width: 16px !important;
    height: 16px !important;
    margin-left: -0.1em;
    margin-top: 0.2em;
}
.btn.btn-primary.main-checkout__btn{
    height: 42px;
}
