@font-face {
    font-family: "Futura Book";
    src: url('../fonts/FuturaPT-Book.eot');
    src: local('futura-pt'), local('../fonts/FuturaPT-Book'), url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Futura Bold";
    src: url("../fonts/Futura_Bold.ttf");
    font-weight: 700;
}

body {
    font-family: "Futura Book";
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding-top: 100px;
}

h1 {
    color: #000;
    font-family: "Futura Bold";
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
}

h2 {
    color: #000;
    font-family: "Futura Book";
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
}

p,
li,
a {
    color: #000;
    font-family: "Futura Book";
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control:focus,
.form-select:focus {
    border-color: #B79984;
    box-shadow: 0 0 0 3px rgba(183, 153, 132, 0.25);
    outline: none;
}

.bold {
    font-family: "Futura Bold";
    font-weight: 700;
}

.navbar {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#mainNavbar {
    transition: all 0.3s ease;
    background-color: white;
}

#mainNavbar.scrolled {
    background-color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

#mainNavbar .nav-link {
    color: #000;
    transition: color 0.3s ease;
}

#mainNavbar.scrolled .nav-link,
#mainNavbar.scrolled .dropdown-toggle {
    color: #FFF;
}

.dropdown-toggle {
    font-size: 16px;
}

#mainNavbar .nav-link.active {
    color: #B79984;
}

#logo-mobile-beige,
#logo-mobile-white,
#logo-desktop-beige,
#logo-desktop-white {
    height: 80px;
    transition: all 0.3s ease;
}

#logo-mobile-white,
#logo-desktop-white {
    display: none;
}

#mainNavbar.scrolled #logo-mobile-beige,
#mainNavbar.scrolled #logo-desktop-beige {
    display: none;
}

#mainNavbar.scrolled #logo-mobile-white,
#mainNavbar.scrolled #logo-mobile-beige,
#mainNavbar.scrolled #logo-desktop-white,
#mainNavbar.scrolled #logo-desktop-beige {
    height: 70px;
}

#mainNavbar.scrolled #logo-mobile-white,
#mainNavbar.scrolled #logo-desktop-white {
    display: inline-block;
}

.navbar-icons .icon-shopping-cart {
    position: relative;
}

.navbar-toggler-icon {
    filter: brightness(0);
    transition: filter 0.3s ease;
}

#mainNavbar.scrolled .navbar-toggler-icon {
    filter: brightness(100);
}

.navbar-icons .icon-shopping-cart .badge {
    position: absolute;
    top: -6px;
    right: -9px;
    background-color: #903646;
    width: 20px;
    height: 20px;
    color: #fff;
}

.banner-home {
    background-image: url("../images/banners/banner-principal.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.banner-home img {
    max-width: 500px;
    height: 300px;
}

.guest-section,
.register-event-section {
    background: #000;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guest-section .card,
.register-event-section .card {
    position: relative;
    width: 400px;
    height: 200px;
    border-radius: 0;
    text-align: center;
    padding: 15px;
    background: white;
    z-index: 1;
}

.guest-section .card::before,
.register-event-section .card::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 5px solid #B79984;
    z-index: -1;
}

.guest-section input[type="text"] {
    font-size: 16px;
    border-color: #B79984;
}

.guest-section a,
.register-event-section a,
.confirm-attendance-section a,
.benefits-section a,
.search-results-section a,
.my-events-section a {
    border-radius: 6.375px;
    width: 192px;
    height: 40px;
    border: 1px solid #B79984;
    color: #000;
    margin: 30px auto 0 auto;
    transition: all 0.5s ease;
}

.guest-section a:hover,
.register-event-section a:hover,
.btn:hover,
.benefits-section a:hover,
.search-results-section a:hover,
.my-events-section a:hover {
    border: 1px solid #fff;
    background: #B79984;
    color: #fff;
}

.how-its-works {
    background: #D4D7DB;
}

.how-its-works .card {
    position: relative;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 0, 0, 0.25);
}

.how-its-works .card span {
    width: 29px;
    height: 29px;
    background: #D4BAA9;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.how-its-works .card .regalo {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 370px;
    height: 370px;
    background-image: url("../images/general/gift.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.how-its-works a {
    border-radius: 0;
    width: auto;
    height: 48px;
    border: 3px solid #B79984;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.how-its-works a:hover {
    border: 3px solid #fff;
    background: #B79984;
    color: #fff;
}

.benefits-bg {
    background-image: url("../images/banners/banner-benefits.jpg");
    background-position: center;
    background-size: cover;
    height: 540px;
}

.occasions-bg {
    background-image: url("../images/banners/banner-occasions.jpg");
}

footer {
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 200px;
    background: #000;
    color: #FFF;
}

footer a {
    color: #FFF;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

footer a:hover {
    color: #FFF;
}

.banner-questions {
    background-image: url("../images/banners/banner-questions2.jpg");
}

.banner-contact {
    background-image: url("../images/banners/banner-contact.jpeg");
}

.banner-help {
    background-image: url("../images/banners/banner-help.jpg");
}

.banner-event {
    background-image: url("../images/banners/banner-event.jpg");
}

.banner-guest {
    background-image: url("../images/banners/banner-guest.jpg");
}

.banner-guest2 {
    background-image: url("../images/banners/banner-guest2.jpg");
}

.banner-personalize-your-event {
    background-image: url("../images/banners/personalize-your-event.jpg");
}

.banner-message {
    background-image: url("../images/banners/banner-message.jpg");
}

.banner-internal {
    background-position: center;
    background-size: cover;
    min-height: 388px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
}

.banner-internal h1 {
    color: #FFF;
}

.container-questions {
    background-image: url("../images/banners/banner-questions.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.container-questions .card {
    border-radius: 0;
}

.container-questions .accordion-button,
.container-questions p strong {
    color: #000;
    font-size: 20px;
}

.container-questions .accordion-button:focus {
    box-shadow: none;
}

.container-questions .accordion-button:not(.collapsed)::after,
.container-questions .accordion-button::after {
    background-image: url("../images/general/icon-up-arrow.svg")
}

.container-questions .accordion-button:not(.collapsed) {
    background-color: #FFF;
}

.container-social-media {
    display: flex;
    justify-content: space-around;
}

.container-social-media a {
    color: #FFF;
    text-decoration: none;
}

.container-social-media a span {
    color: #FFF;
}

form {
    background: #FFF;
    padding: 50px 30px;
}

label {
    color: #898989;
    display: block;
    width: 100%;
}
.guest-section form{
    padding:0;
}
form select.arrow-select {
    background-image: url(../images/general/arrow-select.svg);
    background-position: calc(100% - 20px) 8px, 100% 0;
    background-repeat: no-repeat;
    background-size: 14px;
    appearance: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #A5B3B7;
}

input {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #A5B3B7;
    margin-bottom: 10px;
}

textarea {
    border-radius: 2px;
    border: 1px solid #A5B3B7;
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.personalize-your-event-form a.btn,
input[type="submit"],
button[type="submit"],
.btn-next-green {
    width: 160px;
    height: 40px;
    border: 1px solid #BEEFDE;
    background: #BEEFDE;
    color: #000000;
    font-size: 20px;
    transition: all 0.5s ease;
    display: block;
    margin: 0 auto;
    line-height: 20px;
}

button[type="submit"].btn-alter {
    border-radius: 6.375px;
    width: 192px;
    height: 40px;
    border: 1px solid #B79984;
    color: #000;
    background: #fff;
    margin: 30px auto 0 auto;
    transition: all 0.5s ease;
    font-size: inherit;
}

button[type="submit"].btn-alter:hover {
    border: 1px solid #fff;
    background: #B79984 !important;
    color: #fff !important;
}

button[type="submit"]:hover,
.btn-next-green:hover {
    background: #000000 !important;
    color: #BEEFDE !important;
}

.add-gift-form input[type="submit"],
.add-gift-form button[type="button"],
.personalize-your-event-form input[type="submit"],
.personalize-your-event-form button[type="button"] {
    color: #000;
    background: #BEEFDE;
    border-color: #BEEFDE;
}

.add-gift-form input[type="submit"]:hover,
.add-gift-form button[type="button"]:hover,
.personalize-your-event-form input[type="submit"]:hover,
.personalize-your-event-form button[type="button"]:hover {
    background-color: #000;
    color: #BEEFDE;
}

.btn.btn-outline-alter{
    border-radius: 6.375px;
    width: 192px;
    height: 40px;
    border: 1px solid #B79984;
    color: #000;
    margin: 30px auto 0 auto;
    transition: all 0.5s ease;
}
.giftus-text-success{
    color: #B79984;
}
.bg-none {
    background: none !important;
}

.bg-brown {
    background: #B79984;
}

.create-account h1 {
    color: #FFF;
    margin-bottom: 0;
}

.create-account h6 {
    color: #898989;
    text-align: center;
}

.create-account .login-info {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
}

.create-account .login-info a {
    color: #B79984;
}

.form-check-label {
    color: #B79984;
}

.create-account input[type="submit"] {
    border: 1px solid #BEEFDE;
    background: #BEEFDE;
    color: #000;
}

.create-account input[type="submit"]:hover {
    background: #000;
    color: #BEEFDE;
}

.gray {
    color: #898989;
}

.line-rose {
    background: #E6B8BA;
    width: 100%;
    height: 2px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.amount-gift {
    text-align: center;
    border: 1px solid #898989;
}

input#counter {
    width: 100px;
    height: 60px;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    border-radius: 8px;
}

.counter-box {
    display: flex;
    align-items: center;
    border: 1px solid #C1C1C1;
    overflow: hidden;
    width: max-content;
}

.counter-btn {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.counter-btn:hover {
    background-color: #f1f1f1;
}

.counter-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-input-wrapper::before,
.counter-input-wrapper::after {
    content: "";
    position: absolute;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #ccc;
    pointer-events: none;
}

.counter-input-wrapper::before {
    left: 0;
}

.counter-input-wrapper::after {
    left: 80%;
}

.counter-input-wrapper input[type="number"] {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
    background-color: white;
    -moz-appearance: textfield;
    appearance: textfield;
    margin-bottom: 0;
}

.counter-input-wrapper input::-webkit-outer-spin-button,
.counter-input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.my-profile {
    background: #FFFFFF;
}

#event-form h2 .my-profile h2 {
    color: #838282;
    font-family: "Futura Book";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#event-form h2.color-beige,
.my-profile h2 {
    color: #B79984;
}

.my-profile .nav-tabs,
.add-section .nav-tabs {
    border: none;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

#event-form .nav-tabs .nav-link,
.my-profile .nav-tabs .nav-link,
.add-section .nav-tabs .nav-link {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #D4BAA9;
    border-radius: 8px;
    padding: 15px 25px;
    text-align: center;
    font-family: "Futura Book";
    font-size: 18px !important;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 0;
    line-height: normal;
}

#event-form .nav-tabs .nav-link.active,
.my-profile .nav-tabs .nav-link.active,
.my-profile .nav-tabs .nav-link:hover,
.add-section .nav-tabs .nav-link.active,
.add-section .nav-tabs .nav-link:hover {
    background: #B79984 !important;
    border-color: #B79984 !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

#event-form .form-check-input:checked,
.my-profile .form-check-input:checked {
    background-color: #B79984;
    border-color: #B79984;
}

.my-profile input,
.my-profile input::placeholder {
    color: #000000;
}

.circle-small {
    background: #D4BAA9;
    width: 30x;
    height: 30px;
    color: #000;
    font-family: "Futura Book";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.buy-a-gift-section-intern {
    background: #9EB0C2;
}

.buy-a-gift-section-intern h2 {
    color: #FFF;
    font-family: "Futura Book";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

/* ==============================================
   ADD GIFT FORM
   ============================================== */
.personalize-your-event-section {
    background: #FFFFFF;
}

.add-gift-form .gift-upload-container {
    border-radius: 8px;
    max-width: 340px;
    min-height: 250px;
    border: 1px solid #DADADA;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}


.add-gift-form .gift-preview-image {
    display: none;
    max-width: 100%;
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 10px 0;
}

.upload-image-section {
    height: 100%;
}

.upload-image-section .form-label,
.add-gift-section .form-text,
.add-gift-section .upload-placeholder p {
    color: #838282;
    font-family: "Futura Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.add-gift-section .upload-area {
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    border: 1px solid #DADADA;
    background: #EFEFEF;
}

.add-gift-form .form-select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #A5B3B7;
    --bs-form-select-bg-img: url("../images/general/icon-up-arrow.svg");
}

.add-gift-form textarea {
    border-radius: 0;
}

.add-gift-form input[type="submit"],
.add-gift-form button[type="button"],
.personalize-your-event-form input[type="submit"],
.personalize-your-event-form button[type="button"] {
    color: #000;
    background: #BEEFDE;
    border-color: #BEEFDE;
}

.add-gift-form input[type="submit"]:hover,
.add-gift-form button[type="button"]:hover,
.personalize-your-event-form input[type="submit"]:hover,
.personalize-your-event-form button[type="button"]:hover {
    background-color: #000;
    color: #BEEFDE;
}

.contribute-area {
    border-top: 1px dashed #eee;
    padding-top: 10px;
    margin-top: 10px;
    display: none;
}

.small-note {
    font-size: 0.85rem;
    color: #999;
}

.header-login-evento.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: end;
}

/* ==============================================
   PERSONALIZE YOUR EVENT
   ============================================== */

.personalize-your-event-form {
    background: #FFF;
    box-shadow: 0 4px 4.5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.personalize-your-event-form .options {
    max-width: 100%;
    min-height: 535px;
    background: #D4BAA9;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}

.personalize-your-event-form .options a {
    width: 90%;
    height: 53px;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0 2px 4.3px -2px rgba(0, 0, 0, 0.25);
    color: #000000;
    font-family: "Futura Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.personalize-your-event-form .options a.active {
    font-family: "Futura Bold";
    font-weight: 700;
}

.personalize-your-event-form .options a span {
    color: #000;
    font-family: "Futura Book";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 29px;
    height: 29px;
    background: #D4BAA9;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.personalize-your-event-form .image-event {
    object-fit: cover;
    height: 340px;
    width: 100%;
}

.personalize-your-event-form .image-event-container {
    position: relative;
    display: inline-block;
}

.personalize-your-event-form .edit-image-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.personalize-your-event-form .hidden-file-input {
    display: none;
}

.personalize-your-event-form .edit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.personalize-your-event-form .edit-icon {
    width: 20px;
    height: 20px;
}

.personalize-your-event-form .event-date::-webkit-calendar-picker-indicator {
    filter: invert(84%) sepia(9%) saturate(525%) hue-rotate(356deg) brightness(95%) contrast(93%);
    cursor: pointer;
}

.personalize-your-event-form textarea {
    height: 100px;
}

.personalize-your-event-form .pagination .page-link {
    color: #000000;
}

.personalize-your-event-form .pagination .active>.page-link,
.personalize-your-event-form .pagination .page-link.active {
    border-color: #000000;
    background-color: #000000;
    color: #FFFFFF;
}

.personalize-your-event-form .btn:hover {
    color: #BEEFDE;
    background-color: #000000;
}

/* ==============================================
   ADD EVENT CATEGORY
   ============================================== */
.add-category-section h3 {
    color: #898989;
    font-family: "Futura Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.add-category-section .line-gray {
    background: #D4BAA9;
    width: 100%;
    height: 2px;
}

.add-category-section button {
    font-family: "Futura Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 110px;
    border: 1px solid #BEEFDE;
    color: #000;
    background-color: #BEEFDE;
}

.add-category-section button.btn-add:hover {
    background-color: #BEEFDE;
    border-color: #BEEFDE;
    color: #000;
}

.add-category-section button.btn-remove {
    background-color: #E6B8BA;
    border-color: #E6B8BA;
    color: white;
}

.add-category-section button.btn-remove:hover {
    background-color: #E6B8BA;
    border-color: #E6B8BA;
    color: white;
}

/* ==============================================
   GIFT LISTING SECTION
   ============================================== */

.gift-list-section .categories-sidebar {
    box-shadow: 0 4px 4.5px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
}

.gift-list-section .categories-sidebar h3 {
    color: #000;
    font-family: "Futura Book";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.gift-list-section .categories-sidebar .category-list {
    display: flex;
    flex-direction: column;
}

.gift-list-section .categories-sidebar .category-item {
    color: #403E3E;
    font-family: "Futura Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    padding-left: 15px;
    margin-bottom: 10px;
    display: block;
}

.gift-list-section .categories-sidebar .category-item:hover {
    color: #000;
}

.gift-list-section .categories-sidebar .category-item.active {
    color: #000;
    text-decoration: underline;
}

.gift-list-section .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.gift-list-section .product-card {
    border: 1px solid #C1C1C1;
    padding: 10px;
}

.gift-list-section .product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gift-list-section .product-name {
    color: #000;
    font-family: "Futura Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.gift-list-section .gifted-badge {
    background: #F3A6AA;
    color: white;
    color: #FFF;
    font-family: "Futura Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px 8px;
    white-space: nowrap;
    display: none;
}

.gift-list-section .product-card[data-added="true"] .gifted-badge {
    display: block;
}

.gift-list-section .product-description {
    color: #404040;
    font-family: "Futura Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gift-list-section .image-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.gift-list-section .product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gift-list-section .price-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 6px 12px;
    color: #000;
    font-family: "Futura Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gift-list-section .action-buttons {
    margin-top: 10px;
}

.gift-list-section .action-buttons a,
.gift-list-section .action-buttons button {
    width: 129px;
    height: 40px;
    color: #000;
    font-family: "Futura Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 6.375px;
    ;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.gift-list-section .action-buttons .btn-edit {
    background: #FFFFFF;
    border-color: #BC9F8C;
    line-height: 25px;
}

.gift-list-section .action-buttons .btn-add {
    background: #BC9F8C;
    border-color: #BC9F8C;
    color: white;
    line-height: 25px;
}

.gift-list-section .action-buttons .btn-added {
    background: #28a745;
    border-color: #28a745;
    color: white;
}

.gift-list-section .action-buttons .btn-added:hover {
    opacity: 0.8;
}

.gift-list-section .action-buttons .btn-partial-configured {
    background: #28a745;
    border-color: #28a745;
    color: white;
}

.gift-list-section .action-buttons .btn-partial-configured:hover {
    opacity: 0.8;
}

.gift-list-section .action-buttons .btn-partial {
    background: #000000;
    border-color: #000000;
    color: white;
}


.gift-list-section .action-buttons .btn-delete {
    background: #EA4B2F;
    border-color: #EA4B2F;
    color: white;
}

.h-80px {
    height: 80px;
}

#mainNavbar .dropdown-item.active,
#mainNavbar .dropdown-item:active,
#mainNavbar button:active{
    background-color: transparent;
}

#mainNavbar .dropdown-item:hover,
#mainNavbar .dropdown-item:hover,
#mainNavbar button:hover,
{
    background-color: #D3BAA9;
}

.gift-list-section .product-card.add-gift-card {
    border: 2px dashed #D3BAA9 !important;
}

.container-gifts-received h3 {
    color: #B79984;
    font-family: "Futura Bold";
    font-weight: 700;
    margin-bottom: 0;
}

.container-gifts-received button.btn-thanks {
    background: #B79984;
    border: 1px solid #B79984;
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
}

.container-gifts-received button.btn-thanks:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #B79984;
}

.container-gifts-received a.btn-click-here {
    background: none;
    box-shadow: none;
    font-family: "Futura Bold";
    font-weight: 700;
    border-radius: 0;
    text-decoration: underline;
    display: inline;
    color: #B79984;
}

.breadcrumb-item.active a,
.breadcrumb-item.active {
    color: #B79984;
}

.black-border {
    border: 1px solid #000000;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

.container-request-transfer h6,
.container-request-transfer p {
    text-align: center;
    margin-bottom: 0;

}

.container-request-transfer input[type="text"] {
    border-bottom: 1px solid #B79984;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    text-align: center;
    color: #000000;
}

.container-request-transfer input[type="text"]::placeholder {
    color: #000000;
}

.container-request-transfer hr {
    border-top: 1px solid #B79984;
    margin: 10px auto;
    opacity: 1;
}

.container-request-transfer .btn-send {
    margin-bottom: 0;
}

.transfers-table-container {
    border: 1px solid #B79984;
    overflow: hidden;
}

.transfers-table-header {
    background-color: #B79984;
    padding: 10px 5px;
    margin-bottom: 0;
}

.transfers-table-header h6 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.transfers-table-row {
    border-bottom: 1px solid #B79984;
    padding: 8px 5px;
    margin-bottom: 0;
}

.transfers-table-row:last-child {
    border-bottom: none;
}

/* ==============================================
   SEARCH RESULTS SECTION
   ============================================== */
.search-results-section {
    background: #B79984;
    padding: 50px 0;
    min-height: 400px;
}

.search-results-title {
    color: #FFFFFF;
    font-family: "Futura Bold";
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.search-results-section .event-card,
.my-events-section .event-card {
    background: #FFFFFF;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-results-section .event-name,
.my-events-section .event-name {
    color: #B79984;
    font-family: "Futura Bold";
    font-weight: 700;
    font-size: 18px;
}

.search-results-section .event-name span,
.my-events-section .event-name span {
    color: #000000;
    font-family: "Futura Book";
    font-weight: 400;
}

.event-details-container {
    background-color: #F5F1EB;
}



.event-details-container .card {
    background-color: #F5F1EB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 550px;
    height: 550px;
    border: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.event-details-container .card.card-wedding, .event-details-container .card.card-housewarming, .event-details-container .card.card-corporate-gifts{
  background-image: url("../images/banners/photo-frame.png");
  max-width: 650px;
  height: 650px;
}
.event-details-container .card.card-bachelor-party, .event-details-container .card.card-bachelor-bachelorette-parties{
  background-image: url("../images/banners/bachelor-party-frame.png");
}

.event-details-container .card.card-christmas, .event-details-container .card.card-christmas-holidays{
  background-image: url("../images/banners/christmas-frame.png");
}

.event-details-container .card.card-graduations{
  background-image: url("../images/banners/graduation-frame.png");
}

.event-details-container .card.card-birthday{
  background-image: url("../images/banners/birthday-frame.png");
}

.event-details-container .card.card-charitable-causes, .event-details-container .card.card-charitable-causes-fundraising{
  background-image: url("../images/banners/charitable-causes-frame.png");
}
.event-details-container .card.card-babyshower{
  background-image: url("../images/banners/babyshower-frame.png");
}



.event-details-container .card img {
    object-fit: cover;
    height: 180px;
    display: block;
    margin: 10px auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
}

.event-details-container .card .info {
    width: 50%;
    margin: 0 auto;
}

.event-details-container a {
    border: 1px solid #B79984;
    background: #B79984;
    color: #FFFFFF;
    font-family: "Futura Book";
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    margin:20px auto 0 auto;
    width: 150px;

}

.event-details-container a:hover {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #B79984;
}

.shopping-cart-container hr {
    border-top: 2px solid #000000;
}

.shopping-cart-container h6 {
    font-family: "Futura Bold";
    font-weight: 700;
}

.shopping-cart-container .btn-pay {
    border-radius: 6.375px;
    background: #B79984;
    border: 1px solid #B79984;
    color: #FFF;
    font-size: 16px;
    font-family: "Futura Bold";
    font-weight: 700;
    width: 304px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-cart-container .btn-trash {
    background: none;
    border: none;
}

.shopping-cart-container .product-image {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.fb-login-btn {
    background-color: #1877F2;
    border: 1px solid #1877F2;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
}

.fb-login-btn:hover {
    background-color: #166fe5;
    border-color: #166fe5;
    color: white;
}

.bank-transfer {
    margin-top: 20px;
    border-radius: 16px;
    background: #E7EEE7;
    padding: 30px;
}

.bank-transfer input {
    background-color: #E7EEE7;
}

.hidden {
    display: none !important;
}

.bg-beige {
    background-color: #B79984;
    border-radius: 6.375px;
}

footer img.logo-footer {
    margin-left: -20px;
}

img.logo-banner-internal {
    height: 150px;
}

#modalThanks .btn-close {
    width: auto;
    background-color: transparent;
}
.floating-whatsapp-container{
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.floating-whatsapp-container img{
    height: 60px;
}

.dropdown-menu form {
    padding: 0px;
}

.form-submit-category{
    padding: 2px 30px
}

/**
* For uploading
**/
.image-crop-modal .btn{
    margin-top: 30px;
}
.croppie-container .cr-slider-wrap{
    width: 100% !important;
}

.cr-slider{
    width: 100% !important;
}
