.deposit-cart-data {
   list-style: none;
    margin: 0px;
}
.single_variation_wrap .deposits-frontend-wrapper{
    display: none;
}
.deposits-input-wrapper .state {
    border: 2px solid #f4f4f4 !important;
    padding: 12px 22px !important;
    border-radius: 4px;
    background: #f8f8f8;
}
.pretty .state label:after, .pretty .state label:before,
.pretty.p-image .state img{
       left: calc(1em - -4px);
    top: calc(1em - 3px);
}
.bayna-checkout-area{
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
   .deposits-input-wrapper {
    display: inline-grid;
}
 .deposits-input-wrapper > div{
    margin: 5px 0px;
 }
}