    /* main styles */
*{
    box-sizing: border-box;
}
:root {
    --font: 'Open Sans', sans-serif;

}
body{
    margin: 0;
    font-family: var(--font);
}
.checkout-products {
    background: #FAFAFA;
}
.container{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
/* end main styles */
.button-18 {
    margin-top:10px;
    margin-left:10px;
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 280px;
    min-height: 22px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}
.button-18:hover,
.button-18:focus {
    background-color: #16437E;
    color: #ffffff;
}
.button-18:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
}
.button-18:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}
.remove-additional-product img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
img.img_security_mob{
    display: none;
}
/* header styles */
.scr-header .container.flex-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}
.scr-header{
    background: #F2FBFF;
    border-bottom: 1px solid #bddfed;
}
.scr-header .header-logo{
    display: inline-block;
}
.scr-header .header-logo img{
    max-width: 320px;
}
/* end header styles */
.scr-main.flex-box{
    display: flex;
    flex-wrap: wrap;
}
.scr-main .checkout-payment{
    background: #F2FBFF;
    width: 56%;
    flex-shrink: 0;
}
.scr-main .form-area{
    padding: 40px;
    padding-left: calc((100vw - 1105px)/2 + 40px);
}
.scr-main .checkout-products{
    padding: 20px;
    background: #fafafa;
    width: 44%;
    flex-shrink: 0;
    border-left: 1px solid #dadada;
    padding-right: calc((100vw - 1105px)/2 + 10px);
}
.scr-main .checkout-products h2 {
    display: none;
}
.scr-main .paybal-block{
    display: none;
    text-align: center;
}
.scr-main .paybal-block-title{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.56);
    margin-bottom: 15px;
}
.scr-main .paypal-btn{
    padding: 12px 90px;
    display: inline-flex;
    align-items: center;
    background: #FFC439;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}
.scr-main .paypal-btn:hover {
    background: #F2BA36;
}
.scr-main .ali-separator{
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.scr-main .ali-separator+.fields-group .group-title{
    margin-top: 15px;
}
.scr-main .ali-separator span{
    color: rgba(0,0,0,0.56);
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 14px;
}
.scr-main .ali-separator:before,
.scr-main .ali-separator:after{
    content: '';
    height: 1px;
    flex-grow: 1;
    background: #bddfed;
}
.scr-main .group-title{
    font-size: 24px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
}
.input-wrap{
    margin-bottom: 15px;
    position: relative;

}
.input-wrap input{
    width: 100%;
    height: 48px;
    padding: 0 11px;
    border-radius: 5px;
    border: 1px solid #dedede;
    outline: none;
    font-size: 13px;
}
.error-message{
    font-size: 12px;
}
.input-wrap input.error{
    border: 1px solid rgb(206,55,101) !important;
}
.input-wrap .hidden {
    display: none;
}
.mobuile-suibmit-btns.form-area{
    display: none;
}
.add-tooltip{
    cursor: pointer;
}
.single-icon{
    pointer-events: none;
}
.single-icon,
.add-tooltip{
    position: absolute;
    top: 50% ;
    transform: translateY(-50%);
    right: 15px;
    display: flex;
}
.add-tooltip:hover .tooltip{
    display: block;
}
.tooltip{
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    font-size: 12px;
    color: #fff;
    background: #171717;
    padding: 14px;
    text-align: center;
    border-radius: 5px;
    display: none;
}
.tooltip:after{
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #171717;
}
.checkbox-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.checkbox-wrap input{
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #dedede;
    cursor: pointer;
}
.select-wrap{
    position: relative;
    margin-bottom: 15px;
}
.select-arr{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateZ(-48%);
    pointer-events: none;
}
.select-label{
    position: absolute;
    top: 9px;
    left: 12px;
    font-size: 12px;
    color: rgba(0,0,0,0.56);
    pointer-events: none;
}
.select-wrap select{
    width: 100%;
    height: 48px;
    padding: 0 11px;
    border-radius: 5px;
    border: 1px solid #dedede;
    appearance: none;
    padding-top: 15px;
    outline: none;
    cursor: pointer;
}
.select-wrap select:focus,
.input-wrap input:focus{
    outline: 2px solid #1773b0;
    border: 1px solid transparent;
}
.checkbox-wrap label{
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #000;
    margin-left: 10px;
    cursor: pointer;
}
.add-field{
    color: #1773b0;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    padding-left: 2px;
}
.inp-col-2 {
    display: flex;
    column-gap: 15px;
    margin-bottom: 0;
}
.inp-col-2 .input-wrap {
    width: 50%;
}
.inp-col-2 .wrap-inner input{
    width: 100%;
}
input[type="radio"] {
    cursor: pointer;
}
.input-wrap input::-moz-placeholder{
    color: #777;
    opacity: 1!important;
}
.input-wrap input::-webkit-input-placeholder{
    color: #777;
}
.input-wrap:last-child{
    margin-bottom: 0;
}
.form-subtitle{
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 15px;
}
.highlight-text{
    margin: 0;
    font-size: 14px;
    background: #ddf5ff;
    padding: 17px;
    color: rgba(0,0,0,0.56);
}
.wrap-inner{
    position: relative;
}
.group-label{
    color: rgba(0,0,0,0.56);
    font-size: 14px;
    margin-top: 0;
}
.payment-label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px;
    background: #fff;
    border: 1px solid #dedede;
    position: relative;
    cursor: pointer;
}
.payment-label.active ,
.payment-label.active-border {
    background: #F1F5FE;
}
.payment-label.active:after,
.payment-label.active-border:after {
    border: 1px solid #3571AC;
    border-radius: inherit;
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    inset: -1px;
    pointer-events: none;
    z-index: 1;
}
.payment-label span {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.payment-fields{
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    background: #F4F4F4;
    padding: 17px;
}
.payment-subfields .payment-fields {
    border-bottom: 1px solid #dedede;
}
.submit-field{
    margin: 30px 0;
}
.submit.hidden {
    display: none;
}
.submit {
    padding: 10px 18px;
    width: 100%;
    background: #1773B0;
    font-size: 16px;
    font-weight: 700;
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-family: inherit;
}
.submit svg {
    height: 24px;
    margin-left: 10px;
}
.submit:hover{
    background: #105989;
}
.payment-text{
    margin: 0;
    text-align: center;
}
.copyright{
    border-top: 1px solid #bddfed;
    margin: 0;
    color: rgba(0,0,0,0.56);
    font-size: 12px;
    padding: 21px 0;
    padding-left: calc((100vw - 1105px)/2 + 40px);
    background: #F2FBFF;
    width: calc(56% + 1px);
    border-right: 1px solid #dadada;
}
.top-radius{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bottom-radius{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.imposed-payment+.payment-fields{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #dedede;
}



.checkbox-animate label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.checkbox-animate label input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
/* checkbox */
.input-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
    top: 0;
    margin-right: 7px;
    transition: 0.4s;
    background: #fff;
    flex-shrink: 0;
}

.input-check::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: scale(0) rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 4px;
    transition: 0.4s;
}

.checkbox-animate label input:checked ~ .input-check {
    background-color: #3571AC;
    border-color: #3571AC;
}

.checkbox-animate label input:checked ~ .input-check::before {
    transform: scale(1) rotate(-45deg);
}
input.label-top.active {
    padding-top: 13px;
}
input.label-top.active ~ .floating-label{
    top: 8px;
    bottom: 10px;
    font-size: 11px;
    opacity: 1;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 15px;
    color: #777;
    transition: 0.2s ease all;
    font-size: 13px;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill ~ .floating-label {
    opacity: 0;
}

/* end checkbox */
.dropdown-second,
.dropdown-sub{
    display: none;
}
.dropdown-second .border-bottom {
    border-bottom: 1px solid #dedede;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
main {
    background: #fafafa;
}

.check-box-circle {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    flex-shrink: 0;
    margin-right: 10px;
    display: inline-flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
[type="radio"]:checked + .check-box-circle {
    background: #1773B0;
    border-color: #1773B0;
}
.check-box-circle:before {
    display: flex;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #fff;
}
.order-estimate{
    position: sticky;
    top: 0;
    padding: 20px;
}
.produts-list{
    margin-bottom: 17px;
}
.product-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item:not(:last-child){
    margin-bottom: 15px;
}
.product-image{
    position: relative;
    background-color: #fff;
}
.product-image img{
    width: 64px;
    height: 64px;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}
.quantity{
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: #6E6E6E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -11px;
    right: -11px;
}
.new_product-name p span{
    padding-left: 5px;
    color: #0000008f;
    font-size: 12px;
}
.new_product-name p{
    display: flex;
    align-items: center;
    text-align: center;
    color: #0000008f;
    padding: 0 15px;
    font-size: 12px;
    margin: 0;
}
.new_product-name p svg{
    width: 14px;
    height: 14px;
}
.product-name{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 15px;
    margin: 0;
}
.price{
    display: flex;
    flex-direction: column;
}
.price .new-currency-discount{
    font-size: 12px;
}
.number,
.currency{
    white-space: nowrap;
    font-size: 14px;
}
.price .number{
    text-decoration: line-through;
    font-size: 12px;
    text-align: center;
}
.coupon-wrap{
    display: flex;
    margin-bottom: 20px;
}
.coupon-sbmt{
    height: 48px;
    border: 1px solid transparent;
    padding: 0 15px;
    background: #1773B0;
    color: #fff;
    border-radius: 5px;
    margin-left: 12px;
    cursor: pointer;
    transition: .3s;
}
.coupon-error{
    color: rgb(207, 56, 101);
    font-size: 14px;
    display: none;
    margin: 0;
}
.coupon-sbmt:hover{
    background: #105989;
}
.coupon-sbmt.disable{
    border: 1px solid #dedede;
    color: rgba(0,0,0,0.56);
    background: #F1F1F1;
    pointer-events: none;
}
.coupon-wrap .input-wrap{
    margin-bottom: 0;
    flex-grow: 1;
}
.input-wrap.hidden {
    display: none;
}
.products-price,
.coupon-price,
.shipping{
    display: flex;
    justify-content: space-between;
}
.total-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-number{
    font-weight: 700;
}
.price-estimate{
    font-size: 14px;
}
.total-number{
    display: flex;
    align-items: flex-end;
}
.total-title,
.total-num,
.curr-sign{
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.total-num{
    margin: 0 8px;
}
.price-estimate > div:not(:last-child){
    margin-bottom: 8px;
}
.total-label,
.total-curr{
    font-size: 12px;
    color: rgba(0,0,0,0.56);
}
.mobile-summary {
    display: none;
}

.mobile-line {
    height: 14px;
    width: calc(100% + 40px);
    margin: 15px 0 15px -20px;
    background: #E1F4FE;
    display: none;
}
.price-estimate img.reviews_img{
    max-width: 350px;
    padding-top: 40px;
}

@media(max-width: 1199px) {
    img.img_security_mob.show_mob{
        display: block;
        max-width: 350px;
        margin:10px auto;
    }
    .mobile-line {
        display: flex;
    }
    .checkout-form .submit-field {
        display: none;
    }
    .mobuile-suibmit-btns.form-area{
        display: block;
    }
    .checkout-form .checkout-form {
        display: flex;
        flex-direction: column;
    }
    .submit-field {
        margin-top: 0;
        margin-bottom: 0;
    }
    .scr-main .checkout-products h2 {
        display: flex;
        padding-left: 20px;
        margin: 0;
    }
    .scr-main .group-title {
        margin-top: 0;
    }
    .mobile-summary {
        background:#E1F4FE;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-summary p {
        margin: 0;
        font-size: 13px;
        color: #4A82B6;
    }
    .mobile-summary .txt {
        max-width: 610px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        width: 100%;
    }
    .mobile-summary .txt img {
        margin-left: 5px;
        transition: .3s;
    }
    .mobile-summary .txt.open img {
        transform: rotate(180deg);
    }
    .dropdow-price {
        display: none;
    }
    .scr-main.flex-box {
        flex-direction: column;
    }
    .scr-main .checkout-payment,
    .scr-main .checkout-products{
        width: 100%;
        max-width: 610px;
        margin: auto;
        background: #F2FBFF;
    }
    main {
        background: #F2FBFF;
    }
    .scr-main .checkout-products {
        padding: 0;
    }
    .scr-main .form-area {
        padding: 20px 20px 0px;
    }
    .scr-main .checkout-products {
        border: none;
    }
    .copyright {
        width: 100%;
        border-right: none;
        padding-left: calc((100% - 570px) / 2);
    }
    .mobile-summary .checkout-products {
        background: #FAFAFA;
    }
    .scr-main .mobuile-suibmit-btns {
        padding-top: 0;
    }
    .checkout-form .fields-group {
        display: flex;
        flex-direction: column;
    }
    .scr-header .container.flex-box {
        padding: 20px;
    }
    .copyright {
        margin-top: 20px;
    }
}
@media(max-width: 767px) {
    .coupon-sbmt.disable-blue {
        background: #E1F4FE;
    }
    .scr-main .paypal-btn {
        width: 100%;
        justify-content: center;
    }
    .scr-main .paybal-block-title {
        margin-top: 0;
    }
    .tooltip {
        right: -15px;
        transform: none;
        left: auto;
    }
    .tooltip:after {
        transform: translateX(52px);
    }
}
@media(max-width: 610px) {
    .copyright {
        padding-left: 20px
    }
    .inp-col-2 {
        flex-direction: column;
    }
    .inp-col-2 .input-wrap {
        width: 100%;
        margin-bottom: 15px;
    }
    .scr-header .header-logo img {
        max-width: 250px;
    }
    .price-estimate img.reviews_img,
    img.img_security_mob.show_mob{
        max-width: 300px;
    }
}