
.page.single-checkout-page {min-height: 50px;margin-bottom: 30px;}

form#billing-form {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom:30px;
}

.single-checkout-page-title h1 {
    padding-top: 50px;
    position: relative;
    font-size: 40px;
    font-weight: 400 !important;
    text-transform: uppercase;
}

img.country-flag_flag{
    height: 63px;
    width: 84px;
}

.single-checkout-selector {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid;
    width: max-content;
    margin: 0 auto;
    background-color: initial;
    background-image: url("../img/download.png");
    background-repeat: no-repeat;
    background-size: 17px 12px;
    padding: 0px 23px 0px 0;
    margin-top: 20px;
    background-position: 100%;
}

.country-flag {
    display: inline-block;
    width: 40px;
}

.checkout-step-box.signin {
    background: #EEE;
    margin: 10px;
    display: block;
    position: relative;
    border-radius: 5px;
    padding: 5px 5px;
}

.step-header-box {
    background: #000;
    height: 40px;
    border-radius: 5px;
    color: white;
}

span.step-no {
    background: white;
    color: black;
    padding: 4px 15px;
    border-radius: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

span.step-title {
    display: inline-block;
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}


.step-body-box ul {
    list-style: disc;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
}
.step-body-box {
    padding-bottom: 20px;
}
.step-body-box li {
    margin-bottom: 10px;
}

.list-link {
    text-decoration: underline;
}

span.list-title {
    font-size: 16px;
    font-weight: 500;
}
.step-inputs .select-wrap{
    background: none;
    border: none !important;
    width: 100%;
}
.step-inputs .select-wrap select{
    float: none;
}
.step-inputs input, .step-inputs select{
    width: 99%;
    display: block;
    /* margin-left: 30px; */
    border: #000 2px  solid;
    margin-top: 10px;
    background:  white;
    height: 40px;
    font-size: 12px;
}

.step-inputs.phone input{
    width: 99%;
}

.step-inputs.third {
    flex: 1;
}
.step-inputs.two-third {
    flex: 2;
   
}

.step-inputs.country-phone-width {
    flex: .4;
}

#PhoneNumber{
    width:95%
}

.step-inputs.two-third input {
    margin-left: 12px !important;
}
.step-inputs{
    position: relative;
}
.step-input.row{
    display: flex;
    width: 100%;
}

.step-inputs .required {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black !important;
}

.checkout-buttons {
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.step-body-box .cart-head{
    display: none;
}
.step-body-box .remove-cart-item{
    display: none;
}

.step-body-box .cart-headings.mob{
    display: none;
}

.step-body-box .cart-colums.right{
    display: none;
}

.step-body-box .total-info{
    margin: 20px;
}

.step-body-box .cat-mobile-item .product-picture {
    margin-right: 17px;
    width: 94px;
    max-height: 150px;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 2px;
}

.step-body-box .cart-total label{
    font-weight: 300;
    text-transform: uppercase;
}
.step-body-box .cart-headings{
    display: none;
}
ul.country-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
    margin-top: 50px;
    max-height: 65vh;
    overflow: scroll;
}

li.country-item {
    margin-bottom: 20px;
    width: 50%;
}

p.uit-country-selector-link {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    line-height: 1.5;
    padding: 0;
    transition: opacity .2s;
}
.country_selection_popup.popup {
    background: #fff;
    height: 120%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    width: calc(100% + 1px);
    z-index: 9000;
}

.address_selection_popup.popup,
.new_address_selection_popup.popup{
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    overflow: scroll;
    top: 0;
    transform: translateZ(0);
    width: calc(100% + 1px);
    z-index: 9000;
}
.address-list-container span.step-title {
    width: 100%;
}
.popup-close {
    position: absolute;
    right: 15px;
    top: 115px;
    width: 20px;
    height: 20px;
}

.country_selection_popup.popup .single-checkout-page-title,
.address_selection_popup.popup .single-checkout-page-title,
.new_address_selection_popup.popup .single-checkout-page-title
{
    margin-top: 100px;
    text-align: center;
} 

.country_selection_popup.popup.hide{
    display: none;
}

.address_selection_popup.popup.hide{
    display: none;
}
.new_address_selection_popup.popup.hide{
    display: none;
}


.change-address-button {
    position: absolute;
    top: 80px;
    right: 20px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
}
span.select-address-button {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 24px;
    justify-content: center;
    width: 24px;
    position: absolute;
    top: 120px;
    right: 20px;
}

span.select-address-button.selected::before {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 14px;
    height: 14px;
    position: absolute;
    background: #000;
    content: "";
    transition: .2s;
}
.select-address-button a{
    width: 30px;
    height: 30px;
}

span.button-1.new-address {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    align-content: center;
    background: black !important;
}

.checkout-pages-body .button-1.payment-method-next-step-button{
    width: 95% !important;
}


span.button-1.new-address a {
    color: white;
    width: 100%;
    display: block;
    height: 100%;
    align-content: center;
}
.checkout-pages-body .cart-colums.left{
    width: 100%;
}
.checkout-pages-body .cart-total td.cart-total-left{
    padding-left: 0;
}
.checkout-pages-body .cart-colums {
    /*padding: 35px;*/
}
.checkout-pages-body .cat-mobile-item{
    padding: 15px;
}
.checkout-pages-body .manufacturer {
    font-weight: 400;
}
.checkout-pages-body .cat-mobile-item .product .product-name {
    font-size: 14px;
}
.checkout-pages-body .cart-mobile .attributes {
    font-size: 13px;
    margin-bottom: 6px;
}
.address-list-container {
    margin-top: 50px !important;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    margin-bottom: 50px;
}
.address_selection_popup.popup .checkout-buttons{
        margin-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
        width: 300px;
        margin: 0 auto;
}
@media all and (max-width:767px) {
    .address-list-container {
        display: block;
       
    }
    .step-body-box .cat-mobile-item .product-picture {
        margin-right: 17px;
        width: 95px;
        max-height: 140px;
        border: 1px solid;
        border-radius: 7px;
    }
    .address-list-container span.step-title {
        width: 100%;
    }
    .address_selection_popup.popup .checkout-buttons{
        margin-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
        width: 95%;
    }
    .step-inputs input, .step-inputs select{
        width: 86%;
        display: block;
        margin-left: 30px;
        border: #000 2px  solid;
        margin-top: 10px;
        background:  white;
        height: 50px;
        font-size: 16px;
    }
    .step-inputs.phone input{
        width: 94%;
    }
    .step-input.row{
        display: flex;
        width: 90%;
    }
}