.custom-check-out .custom-check-form-container {
    border: 1px solid #CECECE;
}

.custom-check-out .custom-check-form-heading {
    color: #CECECE;
    border-bottom: 1px solid #CECECE;
    font-family: 'Classy Vogue Regular';
    font-size: 18px;
}

.custom-check-out .custom-check-form-advice {
    color: #848383;
}

.custom-check-out .custom-check-form-label {
    color: #CECECE;
    font-size: 16px;
}

.custom-check-out .custom-check-form-button {
    padding: 12px 20px;
    background-color: #D0B66F;
    color: #000000;
}

.custom-check-out .custom-check-form-button:hover {
    color: #D0B66F;
}

.custom-check-out .custom-check-form-container input {
    border: none;
    background-color: #EEEEEE;
}

.custom-check-out .custom-check-form-container input:focus {
    border: 1px solid #D0B66F;
}

.custom-check-out .custom-check-form-container select {
    border: none;
    background-color: #EEEEEE;
    color: #191919;
}

.custom-check-out .custom-check-form-container select:focus {
    border: 1px solid #D0B66F;
}

.custom-check-out .custom-check-detail-heading {
    color: #CECECE;
    border: 1px solid #CECECE;
    font-family: 'Classy Vogue Regular';
    font-size: 18px;
}

.custom-check-out .custom-check-detail-table {
    color: #CECECE;
    font-family: 'Classy Vogue Regular';
    font-size: 16px;
}

.custom-check-out .custom-check-detail-table thead tr {
    border-bottom: 1px solid #CECECE;
}

.custom-check-out .custom-check-detail-table tbody tr.custom-check-detail-table-top-border-row {
    border-top: 1px solid #CECECE;
}

.custom-check-out .custom-check-detail-table .custom-check-detail-table-price {
    color: #D0B66F;
}

.custom-react-modal-content {
    border: none;
    border-radius: 0px;
    background: #1A1A1A;
    padding: 20px;
    width: 90%;
    height: 75%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 50px;
    position: relative;
    z-index: 1000;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 
        0 8px 16px rgba(0, 0, 0, 0.25), 
        inset 0 0 12px rgba(255, 255, 255, 0.05);
}

.custom-react-modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-react-modal-label {
    color: #CECECE;
    font-size: 16px;
}

.custom-react-modal-content .custom-react-modal-button {
    padding: 12px 20px;
    background-color: #D0B66F;
    color: #000000;
}

.custom-react-modal-content .custom-react-modal-button:hover {
    color: #D0B66F;
}

.custom-react-modal-content .custom-react-modal-input {
    background-color: #EEEEEE;
}

.custom-react-modal-content .custom-react-modal-input:focus {
    border: 1px solid #D0B66F;
}

.custom-react-modal-content .custom-react-modal-container {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.custom-react-modal-content .custom-react-modal-title {
    font-family: 'Montserrat Variablefont Wght';
    color: #CECECE;
}

.custom-owl-carousel-image {
    border-radius: 10px;
    max-width: 415px;
    max-height: 415px;
}

.custom-golden-button {
    color: #000000;
    background-color: #D0B66F;
    padding: 12px 20px;
}

.custom-golden-button:focus {
    outline: none;
}

.custom-golden-button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.custom-golden-button:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.custom-golden-button.disabled {
    pointer-events: none;
}

.custom-golden-button.disabled.pay-button {
    min-width: 195px;
}

.custom-lg-products-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-lg-products-dropdown-trigger {
    color: #CECECE;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    letter-spacing: 1.4px;
}

.custom-lg-products-dropdown-trigger:hover {
    color: #D0B66F;
}

.custom-lg-products-dropdown-trigger.active {
    color: #D0B66F;
}

.custom-lg-products-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2C2C2C;
    color: #000;
    border-top: 2px solid #D0B66F;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.25), inset 0 0 12px rgba(255, 255, 255, 0.05);
    width: 240px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.custom-lg-products-dropdown:hover .custom-lg-products-dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    height: auto;
}

.custom-lg-products-dropdown-menu:hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    height: auto;
}

.custom-lg-products-dropdown-item {
    color: #CECECE;
    text-decoration: none;
    display: block;
    padding-left: 40px;
    padding-right: 15px;
    line-height: 45px;
    letter-spacing: 1.4px;
    transition: all 0.3s;
}

.custom-lg-products-dropdown-item:hover {
    color: #D0B66F;
    text-decoration: underline;
}

.custom-lg-products-dropdown-item.active {
    color: #D0B66F;
    text-decoration: underline;
}

.custom-responsive-account-dropdown {
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
}

.custom-responsive-account-dropdown-trigger {
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: #CECECE;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    letter-spacing: 1.4px;
}

.custom-responsive-account-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    background-color: #2C2C2C;
    color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.25), inset 0 0 12px rgba(255, 255, 255, 0.05);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.custom-responsive-account-dropdown:hover .custom-responsive-account-dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    height: auto;
}

.custom-responsive-account-dropdown-menu:hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    height: auto;
}

/* Navlinks dropdown (-lg) */
.custom-hamburger-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.custom-hamburger-icon:hover span {
    background-color: #D0B66F;
}

.custom-hamburger-icon span {
    width: 25px;
    height: 2px;
    background-color: #CECECE;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.custom-hamburger-icon span.last {
    margin-bottom: 0px;
}

.custom-hamburger-dropdown {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s;
}
  
.custom-hamburger-dropdown.open {
    max-height: 100vh;
}
  
.custom-hamburger-dropdown-navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
    color: #CECECE;
    transition: all 0.3s;
}

.custom-hamburger-dropdown-navlink:hover {
    color: #D0B66F;
    cursor: pointer;
}

.custom-hamburger-dropdown-navlink.active {
    color: #D0B66F;
}

.custom-hamburger-sub-dropdown {
    display: block;
    position: relative;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}
  
.custom-hamburger-sub-dropdown.open {
    max-height: 500px;
}

.custom-hamburger-sub-dropdown-navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 40px;
    color: #CECECE;
    transition: all 0.3s;
}

.custom-hamburger-sub-dropdown-navlink:hover {
    color: #D0B66F;
    cursor: pointer;
}

.custom-hamburger-sub-dropdown-navlink.active {
    color: #D0B66F;
}
