.notification-box {
    width: 100%;
    background-color: #F5F5F5;
    margin: 15px 0;
    padding: 15px;
    border-radius: 10px;
    display: block;
}

.notification-btn {
    width: 100%;
    border: none;
    outline: none;
    background-color: #ef4056;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.notification-btn i {
    font-size: 28px;
}

.modal-col-notification {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    font-size: 14px;
}

.modal-col-notification input[type="checkbox"] {
    width: 20px;
    height: 20px;
    opacity: 1;
    position: static;
    display: inline-block;
    visibility: visible;
}

input[type=checkbox]:after {
    opacity: 0 !important;
}

.form-label-custom {
    margin: 0 !important;
}

.default_single_product .summary form {
    flex-direction: column !important;
}

#load-more-trigger {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}

.card-header-shipping {
    padding: 10px;
}

.card-shipping {
    padding: 0;
    box-shadow: 0 0 6px 0 #ddd;
    border-radius: 5px;
}

.card-shipping:first-child {
    margin-top: 10px;
}

.card-body-shipping strong {
    display: block;
    margin-bottom: 10px !important;
    text-align: right;
}

.card-body-shipping ul, .card-body-shipping p {
    margin: 0 !important;
    text-align: right;
}

.card-header-shipping {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: right;
}

.bg-primary {
    background-color: #336699 !important;
}

.card-body-shipping .form-check {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.card-body-shipping input[type="radio"] {
    width: 18px;
    height: 18px;
}

.card-body-shipping ul li {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #000 !important;
}

#unshippable-items ul {
    list-style: none;
    padding: 0 !important;
}

#unshippable-items ul li {
    display: flex !important;
    margin-bottom: 10px !important;
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 5px;
}

.btn-danger-shipping {
    color: #fff !important;
    background-color: #ed6b75 !important;
    border-color: #ea5460 !important;
}

.btn-shipping {
    display: inline-block;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #666;
    outline: 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
}

.checkout select {
    -webkit-appearance: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.shipping-warning {
    margin: 10px 0;
    line-height: 20px;
    text-align: justify;
    color: #ef2222;
}

.badge, .label {
    text-shadow: none !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    font-size: 11px !important;
    height: 18px;
    color: #fff;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 18%);
    background-color: #777;
    position: static;
}

.badge {
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 6px 2px;
    margin-bottom: 5px !important;
}

.bg-secondary {
    background-color: rgb(255, 153, 51) !important;
}

.card-body-shipping .form-check-label {
    margin-right: 20px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.shipping-description * {
    font-size: 12px !important;
    margin-top: 5px;
    margin-right: 25px;
    text-align: justify;
}
