
/*-------- 17. Checkout style ---------*/
.customer-zone > p {
    font-size: 16px;
    color: #0d2d4a;
    margin: 0 0 0px;
}

.customer-zone > p a {
    color: #004e72;
    display: inline-block;
    position: relative;
}

.customer-zone > p a::before, .customer-zone > p a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.customer-zone > p a::after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.customer-zone > p a:hover::before {
    background-color: #004e72;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.customer-zone > p a:hover::after {
    background-color: #004e72;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.customer-zone .checkout-login-info {
    display: none;
    margin: 20px 0 0;
}

.customer-zone .checkout-login-info p {
    color: #0d2d4a;
    font-size: 15px;
    line-height: 1.74;
    margin: 0 0 20px;
}

.customer-zone .checkout-login-info .sin-checkout-login label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0d2d4a;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .customer-zone .checkout-login-info .sin-checkout-login.mrg-small-device {
        margin: 0 0 25px;
    }
}

.customer-zone .checkout-login-info .button-remember-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 24px;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn input {
    width: auto;
    height: auto;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn label {
    color: #0d2d4a;
    font-size: 15px;
    margin: 0 0 0 12px;
}

.customer-zone .checkout-login-info .button-remember-wrap button {
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 41px;
    color: #ffffff;
    border-radius: 26px;
    background-color: #004e72;
}

.customer-zone .checkout-login-info .button-remember-wrap button:hover {
    background-color: #0d2d4a;
}

.customer-zone .checkout-login-info .lost-password a {
    color: #0d2d4a;
    font-size: 15px;
}

.customer-zone .checkout-login-info .lost-password a:hover {
    color: #004e72;
}

.customer-zone .checkout-login-info3 {
    width: 370px;
    margin: 27px 0 0;
    display: none;
}

@media only screen and (max-width: 767px) {
    .customer-zone .checkout-login-info3 {
        width: 100%;
    }
}

.customer-zone .checkout-login-info3 form {
    position: relative;
}

.customer-zone .checkout-login-info3 form input {
    padding: 3px 70px 3px 20px;
}

.customer-zone .checkout-login-info3 form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding: 2px 20px;
    font-size: 22px;
    border: none;
    background-color: transparent;
    color: #004e72;
    height: 100%;
    border-radius: 26px;
}

.customer-zone .checkout-login-info3 form button:hover {
    color: #ffffff;
    background-color: #0d2d4a;
}

.billing-info-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap h3 {
        margin: 0 0 15px;
    }
}

.billing-info-wrap .billing-info label,
.billing-info-wrap .checkout-account-toggle label,
.billing-info-wrap .billing-select label {
    color: #0d2d4a;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap .billing-info label,
    .billing-info-wrap .checkout-account-toggle label,
    .billing-info-wrap .billing-select label {
        margin: 0 0 5px;
    }
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .checkout-account-toggle input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap .billing-info input.billing-address,
    .billing-info-wrap .checkout-account-toggle input.billing-address,
    .billing-info-wrap .billing-select input.billing-address {
        margin: 0 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap .billing-info.mb-35,
    .billing-info-wrap .checkout-account-toggle.mb-35,
    .billing-info-wrap .billing-select.mb-35 {
        margin-bottom: 25px;
    }
}

.billing-info-wrap .billing-select {
    display: block;
}

.billing-info-wrap .billing-select .select2-container--default {
    width: 100%;
}

.billing-info-wrap .billing-select .select2-container--default .selection {
    width: 100%;
}

.billing-info-wrap .checkout-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.billing-info-wrap .checkout-account > input {
    width: auto;
    height: auto;
}

.billing-info-wrap .checkout-account > span {
    color: #0d2d4a;
    font-size: 15px;
    margin-left: 10px;
}

.billing-info-wrap .different-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.billing-info-wrap .different-address > input {
    width: auto;
    height: auto;
}

.billing-info-wrap .different-address > span {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.billing-info-wrap .additional-info-wrap {
    margin: 40px 0 0;
}

.billing-info-wrap .additional-info-wrap label {
    color: #0d2d4a;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px;
    display: block;
}

.billing-info-wrap .additional-info-wrap textarea {
    height: 100px;
    resize: vertical;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    padding: 10px;
    font-size: 15px;
    color: #666;
}

.billing-info-wrap .additional-info-wrap textarea:focus {
    background-color: transparent;
    border: 2px solid #4FC1F0;
}

.billing-info-wrap .checkout-account-toggle {
    margin-top: 30px;
}

.billing-info-wrap .checkout-account-toggle {
    display: none;
}

.billing-info-wrap .different-address.open-toggle {
    display: none;
}

.payment-details-area {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 45px;
}

@media only screen and (max-width: 767px) {
    .payment-details-area {
        margin-top: 40px;
        padding-top: 35px;
    }
}

.payment-details-area h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 37px;
}

@media only screen and (max-width: 767px) {
    .payment-details-area h4 {
        margin: 0 0 30px;
    }
}

.payment-details-area .payment-method {
    margin: 17px 0 0;
}

.payment-details-area .payment-method .sin-payment input {
    display: none;
}

.payment-details-area .payment-method .sin-payment label {
    padding: 13px 20px;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.payment-details-area .payment-method .sin-payment label span {
    width: 62px;
    margin-right: 11px;
    position: relative;
}

.payment-details-area .payment-method .sin-payment label span .nomal-img {
    opacity: 1;
    visibility: visible;
}

.payment-details-area .payment-method .sin-payment label span .active-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.payment-details-area .payment-method .sin-payment .payment-box {
    margin: 24px 0 22px;
    display: none;
}

.payment-details-area .payment-method .sin-payment .payment-box p {
    font-size: 15px;
    color: #0d2d4a;
    margin: 0;
}

.payment-details-area .payment-method .sin-payment.payment-selected label {
    background: #edf4fe;
    border: 1px solid #edf4fe;
    color: #387aff;
}

.payment-details-area .payment-method .sin-payment.payment-selected label span .nomal-img {
    opacity: 0;
    visibility: hidden;
}

.payment-details-area .payment-method .sin-payment.payment-selected label span .active-img {
    opacity: 1;
    visibility: visible;
}

.order-summary {
    background: #f8f8f8;
    padding: 36px 30px 34px;
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .order-summary {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-summary {
        margin-left: 0px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .order-summary {
        margin-left: 0px;
        margin-top: 30px;
        padding: 36px 15px 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-summary {
        padding: 36px 30px 34px;
    }
}

.order-summary .order-summary-title h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.order-summary .order-summary-top .order-summary-img-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 20px;
    }
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img a {
    display: block;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img a img {
    width: 100%;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
    font-size: 15px;
    margin: 0;
    width: 60%;
    line-height: 1.74;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
        width: 95%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
        width: 60%;
    }
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 span {
    color: #9b9b9b;
    font-weight: 700;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-price span {
    font-weight: 700;
    font-size: 15px;
    color: #004e72;
}

.order-summary .order-summary-middle ul {
    overflow: hidden;
    display: block;
    padding-left: 0;
}

.order-summary .order-summary-middle ul li {
    font-size: 15px;
    color: #0d2d4a;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-summary .order-summary-middle ul li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #004e72;
    display: block;
    text-align: right;
    margin: 0;
}

.order-summary .order-summary-middle ul li h4 span {
    margin: 0 5px 0 0;
    font-size: 15px;
    color: #0d2d4a;
    display: block;
    font-weight: 600;
}

.order-summary .order-summary-middle ul li h4 span.price {
    color: #0d2d4a;
    font-weight: 700;
    font-size: 15px;
}

.order-summary .order-summary-bottom h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0 0;
}

.order-summary .order-summary-bottom h4 span {
    float: right;
    font-size: 20px;
    color: #0d2d4a;
    font-weight: 700;
}

.input-style.coupon-content-mrg {
    margin: 23px 0 25px;
}

@media only screen and (max-width: 767px) {
    .input-style.coupon-content-mrg {
        margin: 15px 0 20px;
    }
}

.input-style.input-style-mb {
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .input-style.input-style-mb {
        margin: 0 0 15px;
    }
}

.input-style input {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 48px;
    color: #666;
    padding: 3px 20px;
    border-radius: 26px;
    font-size: 15px;
}

.input-style input::-moz-input-placeholder {
    color: #666;
    opacity: 1;
}

.input-style input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.input-style input:focus {
    background-color: #ffffff;
    border: 1px solid #004e72;
}

.input-style input, .input-style textarea {
    width: 100%;
}
