.absolute-footer.text-center ul {
    border: 0;
    padding-top: 5px;
    text-transform: none;
    font-weight: bold;
    font-size: unset;
}
.nav {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    width: max-content;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0px;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    background-image: url(https://baovietgiadinh.com/wp-content/uploads/2024/09/body.jpg);
}
.box-push .box-text {
    background-color: hsla(0, 0%, 100%, .95);
    margin: -15% auto 0;
    max-width: 85%;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    border: 2px #c9a338 solid;
}

.flickity-page-dots .dot {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    transition: opacity .3s;
    width: 12px;
    border-radius: 0px;
    background: linear-gradient(90deg, rgba(0, 91, 170, 1) 0%, rgba(0, 147, 217, 1) 100%);
    border: 2px #eecd77 solid;
}

.button.alt, .button.checkout, .checkout-button, .secondary {
    background-color: var(--fs-color-secondary);
    border: 1px #caa546 solid;
}
.alert {
    background-color: var(--fs-color-alert);
    border: 1px #caa546 solid;
}
.lightbox-content {
    background-image: url(https://baovietgiadinh.com/wp-content/uploads/2024/09/body.jpg);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    position: relative;
    border: 2px #eecd77 solid;
    border-radius: 5px;
}

.button.icon.circle, .button.icon.round {
    padding-left: 0;
    padding-right: 0;
    border: 2px #eecd77 solid;
    background: linear-gradient(90deg, rgba(0, 91, 170, 1) 0%, rgba(0, 147, 217, 1) 100%);
    width: auto;
}
a.icon-circle:hover, a.remove:hover, a:hover {
    color: #fff;
}

.absolute-footer {
    font-size: .9em;
    padding: 10px 0 15px;
    border-top: solid 3px rgb(238 205 119);
}



a.icon-circle:hover, a.remove:hover, a:hover {
    color: #c9a338;
}

.badge-frame .badge-inner, .badge-outline .badge-inner {
    border: 2px solid;
    color: var(--fs-color-primary);
    background: linear-gradient(90deg, rgba(0, 91, 170, 1) 0%, rgba(0, 147, 217, 1) 100%);
}