
@media (min-width: 768px) {
    .header-inside .logout-box {
        padding: 0 3vw 20px;
        justify-content: start;
        align-items: start;
    }
}

._g-custom-checkbox .checkbox-holder {
    display: block !important;
}
footer .copy {
    text-align: justify;
}
.checkout-main-form .form-row .col.col50 {
    width: 50%;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .cart-table.cart-empty {
        display: table;
    }
    .cart-table.cart-empty tr {
        justify-content: center;
        align-items: center;
    }
}

.select input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0 20px;
    margin: 0;
    height: 100%;
    outline: none;
    color: #000;
    font-weight: 500;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    position: relative;
    z-index: 3;
}
._g-custom-checkbox .switcher span {
    margin: 0 20px;
}