.woocommerce form .form-row .input-checkbox {
    display: inline-block !important;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    cursor: pointer !important;
}

select {
    outline: none;
    color: #666666;
    border-radius: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select {
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23888' height='10' viewBox='0 0 8 10' width='8' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l4 5 4-5z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 6px);
    background-position-y: calc(50% + 4px);
}

.select2 {
    color: #666666;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #666;
    border-radius: 12px;
    transition: all 0.3s;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
    padding: 0rem 1rem !important;
    color: #666666;
}

#customer_details .col-1 {
    width: 100% !important;
}

#customer_details .col-2 {
    display: none !important;
}
