.modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal {
    background-color: rgb(0 0 0 / 18%);
}

.fade {
    transition: opacity .15s linear;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.show {
    display: block;
}

#shipping__modal {
    background: #0000008c;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

#shippinginsurance__modal {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
}

#privacy__modal {
    background: #0000008c;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

.privacy__sec {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

.shipping__sec {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

button {
    /*background-image: linear-gradient(180deg, #ffe148 0%, #fcdc38 100%);*/
    font-weight: 600;
    background-color: transparent;
    font-size: 24px;
    line-height: 36px;
    height: 63px;
    border: none;
    border-radius: 38px;
    margin: 5px 0px;
    padding-left: 30px;
}

.btn-close {
    position: absolute;
    right: 18px;
    z-index: 99999;
    background-image: none;
    height: auto;
    cursor: pointer;
    top: 10px;
}

hr {
    border: 0.5px solid rgba(50, 50, 50, 10%);
}

.modal-list {
    list-style: none;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.modal p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.modal h3 {
    margin-bottom: 20px;
    font-weight: 500;
}

.sub-head {
    text-decoration: underline;
}

.modal-link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.color-blue {
    color: #007bff;
}

.modal tbody {
    font-size: 14px;
    line-height: 1.4;
}

.text-center {
    text-align: center;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table tr {
    text-align: left;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.btn-row {
    display: block;
    margin: 0 auto;
}

.yel-btn {
    width: 100%;
    max-width: 405px;
    display: block;
    margin: 0 auto;
    background: #ffc107;
    border-color: #ffc107;
    padding: 10px 10px;
    color: #212529;
    text-align: center;
    border-radius: 10px;
}

.yel-btn:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.content section {
    padding: 15px 20px 0;
}

section.heading-holder {
    padding: 0;
}

section.heading-holder h1 {
    font-size: 30px;
}

.shipping__content {
    position: relative;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
}

@media(max-width: 768px) {
    .btn-close {
        position: absolute;
        right: 2%;
    }
}

@media(max-width:500px) {
    .btn-close {
        top: 16px;
        position: absolute;
        right: 3%;
    }
}