header#shopHeader {
    padding: 30px 0;
    text-align: center;
}
html,body{
    background: #faf9f9;
}
.wishlist-table {
    margin: 0;
    border-radius: 20px;
}
footer#shopfooter .sub-footer {
    background: #282b2d!important;
    padding: 15px 0;
    color: #fff;
}
.Author-Module {
    background: transparent;
    padding: 15px 0;
    border-top: 1px solid #f6f5f1;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    color: #696969;
}
.btn.style1.w-100 {
    justify-content: space-between;
}
.checkout-form .form-group .select2-container--bootstrap .select2-selection,.checkout-form .form-group select {
    background: rgba(231,246,236,.51);
    border: 0;
    box-shadow: none;
}
.checkout-form .form-group input[type="checkbox"] {
    display: inline-block!important;
    height: auto!important;
    width: auto;
}
label#confirm-label {
    font-weight: normal;
}
.bill-item-name img {
    width: 100px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}
.bill-item-name {
    max-width: 70%;
}
.bill-item-name a {
    display: flex;
    align-items: center;
}

#cargocompanyselect .form-check label span {
    background: #22a77e;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
}
#cargocompanyselect .form-check label span span {
    color: #000;
    font-weight: 800;
}