#checkoutw{
    background-image: url("/static/img/lback.jpg");
    background-position: center;
    background-size: cover;
    padding: 40px;
}
#checkoutw > div{
    display: flex;
    min-height: 60vh;
    background: white;
    border-radius: 2px;
    border: 2px solid #dfdfdf;
}
.sidechkout > img{
    width: 45%;
}
.sidechkout{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    border-right: 2px solid #dfdfdf;
}
.mainchecko{
    width: 80%;
    padding: 3px;
}
.chktabs span.active{
    background: var(--sbcolor);
    color: var(--lcolor);
    border: 2px solid var(--lcolor);
    font-weight: 600;
    border-radius: 2px;
}
.chktabs span.done{
    background: var(--lcolor);
    color: white;
    border-color: var(--lcolor);
}
.chktabs span{
    width: 25%;
    margin: 3px;
    border-radius: 1px;
    text-align: center;
    padding: 6px 2px;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
}
.chktabs{
    display: flex;
    margin-bottom: 18px;
    justify-content: space-evenly;
}
.twoips{
    display: flex;
}
.tabcnts{
    margin-top: 5px;
}
.twoips label{
    width: 50%;
}
.tabcnts label{
    margin: 5px;
    font-size: 13px;
}
.tabcnts input:focus{
    border-color: #929292;
}

.tabcnts input[type='text'],.tabcnts input[type='number'],.tabcnts textarea{
    border: 1px solid #cdcdcd;
    background: #f9f9f9;
    padding: 6px;
    outline: none;
    border-radius: 2px;
    margin-top: 3px;
    width: calc(100% - 18px);
}
.ckhspnxx input{
    width: 15px;
    height: 15px;
}
.ckhspnxx{
    display: flex;
    align-items: center;
    gap: 3px;
}
.tabcnts textarea{
    width: calc(100% - 29px);
    margin-left: 6px;
}
.bilbtnbtn{
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bilbtnbtn .xbtn{
    background: var(--lcolor);
    color: white;
    padding: 8px 16px;
}
.adrreswrp{
    display: flex;
    justify-content: space-between;
    gap: 4px;
    margin-top: -14px;
}
.xwrpstyl{
    border: 1px solid #cdcdcd;
    margin: 3px;
}
.xwrpstyl p{
    background: #e9e9e9;
    margin: 0;
    text-align: center;
    position: relative;
    padding: 4px;
    font-size: 14px;
    color: var(--lcolor);
}
.adrreswrp > div tr{
    font-size: 13px;
}
.xadrwrp table{
    margin: 3px;
}
.xadrwrp tbody tr td:nth-child(1),.xadrwrp tbody tr td:nth-child(3){
    color: var(--lcolor);
    font-weight: 500;
    text-align: right;
    white-space:nowrap!important;
    vertical-align:baseline;
    padding-right: 8px;
}
.adrreswrp > div{
    width: 50%;
}
.ordsumx{
    margin-top: 8px;
}
.inrordflx > div{
    margin: 5px;
    width: calc(50% - 10px);
}
.inrordflx{
    padding: 5px;
    display: flex;
}
.inrordflx table{
    width: 100%;
    border: 1px solid #cdcdcd;
    border-collapse: collapse;
}
.inrordflx table tr{
    font-size: 14px;
}
.inrordflx table td:not(:nth-child(1)){
    text-align: center;
}
.inrordflx .tb2nd td:nth-child(1){
    text-align: right;
}

.inrordflx table th,.inrordflx table td{
    padding: 4px 6px;
    border-bottom: 1px solid #cdcdcd;
}
.inrordflx .tb1st th,.inrordflx .tb1st td{
    border: 1px solid #cdcdcd;
}
.inrordflx table th{
    background: #e6e6e6;
    font-weight: 400;
}