div.form-section label {
    display: block;
    margin-top: 12px;
}

div.product-selection input[type='checkbox'] {
    margin-left: 0px;
    position: relative;
    margin-right: 12px;
    margin-top: 8px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}


.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

label.form-check-label {
    cursor: pointer;
}

.form-check-label span {
    color: #bdb9b9;
}

.form-billing-section {
    max-width: 720px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

div.form-billing-section input {
    width: 100%;
}

.mb-3 {
    margin-bottom:14px !important;
}

.mt-3 {
    margin-top:14px !important;
}

.product-selection {
    padding: 20px;
    background-color: #f9f9f996;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    display: flex;
    justify-content: space-between;
}



.product-selection {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

div.product-selection div.product-item {
    width: 180px;
    min-height: 295px;
    position: relative;
    margin: 9px;
}

div.product-item img {
    width: 100%;
    height: 180px;
}

span.wcfront_product_id {
    font-weight: 800;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e9e9e9;
    padding: 4px 14px;
}

.form-check {
    padding-left: 0px;
}

/*
@media only screen and (max-width: 500px) {

 .product-selection {
       column-count: 1;
     }
     
 .form-billing-section {
    grid-template-columns: auto;
}
    
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    
    .product-selection {
       column-count: 3;
     }
    
}


@media screen and (min-width: 800px) and (max-width: 1200px) {
    
    .product-selection {
       column-count: 3;
     }
    
}

@media only screen and (min-width: 1200px) {

 .product-selection {
       column-count: 4;
     }
    
}
*/

div.form-input input {
    margin-bottom: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}