@font-face {
    font-family: 'Amsterdam';
    src: url('fonts/amsterdam.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex !important;
    flex-direction: column;
}

#header {
    min-height: 100px;
    position: relative;
}

.header-container {
    padding: 15px;
}

#content {
    flex: 1;
}

#footer {
    padding: 25px;
    width: 100%;
}

#content {
    min-width: 100%;
    padding-top: 100px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block;
    text-transform: uppercase;
}


.cart {
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    height: 100%;
    background-color: #fff;
    transition: all .4s cubic-bezier(.86, 0, .07, 1);
    z-index: 502;
}
.cart-x {
    font-size: 20px;
    padding-top: 1px !important;
    padding-right: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cart-wrapper {
    box-shadow: 3px 0 65px 0 rgba(0, 0, 0, .2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cart-header {
    text-align: center;
    border-bottom: solid thin #9999997d;
}

.cart-title {
    padding: 15px;
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 1px;
}

.cart-body {
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cart-list {
    flex-grow: 1;
}

.cart-footer {
    border-top: solid thin #9999997d;
    padding: 25px 15px;
    gap: 17px !important;
}

.cart-footer-total {
    display: flex;
    flex-direction: column;
}

.cart-footer-total-details {
    font-weight: bold;
    font-size: 1.35em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.cart-footer-total-message {
    font-size: 0.85em;
}

.cart-list-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em !important;
    border-bottom: solid thin #99999963;
    padding: 25px 5px 25px 15px;
}

.cart-item-label {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.cart-empty {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.empty-cart-text {
    color: #999999;
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: 1px;
}

.cart-item-trash {
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
    height: 14px;
}

.cart-list-item > div {
    flex-grow: 1;
}

.cart-image {
    background-size: contain;
    background-repeat: no-repeat;
    border: solid thin #99999944;
    max-width: 65px !important;
    width: 65px;
    height: 65px;
}

.cart-item-label {
    line-height: 1.3em;
    font-size: .875em;
    overflow: hidden;
    color: #262626;
    margin: 0 0 6px;
}

.cart-item-price {
    font-size: .65em;
    color: #262626;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    font-size: 0.85em;
}

.slide-in {
    right: 0;
}

.slide-out {
    right: -380px;
}

.userpic {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 9px;
}

.dropdown-toggle::after {
    content: unset !important;
}

.dropdown-menu {
    min-width: unset !important;
}


.code-inputs {
    display: flex;
    justify-content: center;
    padding: 30px;
}

.code-input {
    height: 56px;
    width: 48px;
    margin-right: 7px;
    font-size: 21px;
    font-weight: 300;
    line-height: 18px;
    border: 1px solid #757575;
    border-radius: 6px;
    text-align: center;
    outline: none;
}

.notificationNumberCircle {
    position: absolute;
    transform: translateX(-15px);
    top: -10px;
    height: 24px;
    border-radius: 24px;
    min-width: 24px;
    background: #ff4d4f;
    white-space: nowrap;
    transform-origin: -10% center;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

@media (max-width: 992px) {

    .notificationNumberCircle {
        transform: translateX(-55%);
        top: 0px;
    }

    .header-container {
        display: flex !important;
        flex-direction: column !important;
    }

    .headerIconContainer {
    }
}


.ant-badge {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1.71428571;
    color: rgba(0,0,0,.65);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    line-height: 1;
}

.isVisible {
    display: block !important;
}

.isNotVisible, .neverVisible {
    display: none !important;
}


.fa-usps {
    color: #0d4f8b; /* USPS Blue color */
    font-size: 40px; /* Set the appropriate font size here */
}

.fa-ups {
    color: #301504; /* UPS Brown color */
    font-size: 40px; /* Set the appropriate font size here */
}

.fa-fedex {
    color: #4d148c; /* FedEx Purple color */
    font-size: 40px; /* Set the appropriate font size here */
}

.highlight-shadow {
    box-shadow: 0 3px 12px 0 #d2d9e2;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
}

    .highlight-shadow:hover {
        background-color: #dcdcdc;
    }

    .highlight-shadow.active {
        border: 2px solid #0077FF;
        box-shadow: 0px 20px 40px rgb(0 0 0 / 15%) !important;
    }

.mailRate {
    color: #7B8794;
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    text-align: right;
}

.mailText {
    color: #7B8794;
    font-size: 20px;
    line-height: 26px;
}

.mailArrival {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #7B8794;
    text-align: right;
}

.specialBtn {
    position: relative;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    padding: 0px 8px;
    font-family: "Helvetica for Target", HelveticaForTarget, Targetica, "HelveticaNeue for Target", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    margin: 0px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    user-select: none;
    touch-action: manipulation;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    cursor: pointer;
}


.bottomBorder {
    border-bottom: 1px solid rgb(214,214,214);
}

.boxShadow {
    box-shadow: rgb(214, 214, 214) 0px 1px 3px 0px;
}



#videoModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

#videoPlayer {
    max-width: 90%;
    max-height: 90%;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: white;
}

.loggedBackground {
    background: #F7F9FC;
}

.style-default-bright {
    background: white;
}


.switcher-container {
    display: flex;
    width: fit-content;
    margin: auto;
    padding-bottom: 25px;
}

.switcher-label {
    margin-top: 10px;
    color: #000000;
    letter-spacing: -0.486712px;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 13px;
}

    .switcher-label.color-blue {
        color: #0077FF;
        margin-left: 10px;
        position: relative;
    }

.switcher {
    position: relative;
    width: 56px;
    height: 24px;
    margin: 5px 20px;
}

    .switcher input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 7px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.dropdown-menu {
    min-width: 16rem !important;
    margin: auto;
}

    .dropdown-menu > li {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .dropdown-menu > li > a {
        min-width: 150px;
        text-transform: capitalize;
        font-size: 14px !important;
        font-weight: 600 !important;
    }

        .dropdown-menu > li > a:hover {
            background-color: var(--primary-background-hover);
            border-color: var(--primary-background-hover);
            color: white !important;
        }


.calendar-space {
    padding: 0 50px;
    border-radius: 12px;
    background: #F9FAFB;
}

.calendar-title {
    font-size: 26px !important;
    font-weight: 800;
}

.timeframe {
    padding: 0 10px;
    border-bottom: 1px solid #D7DCDF;
}

.schedule {
    padding: 10px 20px;
    font-weight: 700;
    color: black !important;
    font-style: italic;
}

.timeframeSelector {
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: #E7EAEC;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
}

.timeframeUL {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
}

.timeframe-service {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    color: #69717A;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-center {
    align-self: center !important
}

.p-3 {
    padding: .8rem !important
}

.pt-3 {
    padding-top: .8rem !important
}

.pr-3, .px-3 {
    padding-right: .8rem !important
}

.pb-3 {
    padding-bottom: .8rem !important
}

.pl-3, .px-3 {
    padding-left: .8rem !important
}

.pr-7 {
    padding-right: 2rem !important
}

.py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.mx-auto {
    margin-right: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.js-gallery {
    margin-top: 10px;
}

.headerLogo, headerLogoMobile {
    cursor: pointer;
}

.userAccountNotExist {
    display: flex;
}

.card-element {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.strength {
    display: flex;
    height: 7px;
    margin-bottom: 10px;
}

    .strength div {
        flex: 1;
        height: 100%;
        background-color: lightgray;
        margin: 0 2px;
    }

    .strength .strong {
        background-color: green;
    }

.criteria .invalid {
    color: red;
}

.criteria .valid {
    color: green;
}

.reservation-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 2.4rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

#carouselCus1, #carouselCus2 {
    max-width: 100%; /* DEFAULTS */
}

    #carouselCus1 img {
        max-height: 400px !important;
        height: 400px; /* Set the desired height */
        width: 100%; /* Let the width adapt based on container */
        object-fit: contain; /* Crop the image to fit the container */
        display: block; /* Prevent spacing issues caused by inline elements */
    }

    #carouselCus2 img {
        max-height: 250px !important;
        height: 250px; /* Set the desired height */
        width: 100%; /* Let the width adapt based on container */
        object-fit: cover; /* Crop the image to fit the container */
        display: block; /* Prevent spacing issues caused by inline elements */
    }


    #carouselCus2 .owl-item .item img {
    }

.skeleton-product-loader {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Adjust the spacing between elements */
    width: 300px; /* Adjust based on your layout */
    border-radius: 8px;
    background-color: #f0f0f0;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.shimmering-skeleton-product {
    align-items: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* Individual skeleton elements */
.skeleton-product {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 105%);
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out infinite;
    border-radius: 4px;
}

    .skeleton-product:nth-child(0) {
        animation-delay: 0s;
    }

    .skeleton-product:nth-child(1) {
        animation-delay: 0.5s;
    }

    .skeleton-product:nth-child(2) {
        animation-delay: 1s;
    }

    .skeleton-product:nth-child(3) {
        animation-delay: 1.5s;
    }

/* Title skeleton */
.skeleton-product-title {
    width: 60%; /* Adjust for title length */
    height: 20px;
}

/* Image skeleton */
.skeleton-product-image {
    width: 100%;
    height: 150px; /* Adjust based on your image size */
    border-radius: 8px;
}

/* Text skeleton */
.skeleton-product-text {
    width: 80%;
    height: 15px;
}


.shimmer {
    width: 100%;
    height: 400px;
    background: linear-gradient(90deg, #f6f7f8 25%, #edeef1 50%, #f6f7f8 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
}


/* Shimmering effect */
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}


.showMoreArea {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}


@keyframes zoomUnblur {
    0% {
        transform: scale(1.2);
        filter: blur(10px);
    }

    100% {
        transform: scale(1);
        filter: blur(0px);
    }
}

.unzoomunblur {
    animation: zoomUnblur 2s ease-out forwards;
}

@keyframes blurBrighten {
    0% {
        filter: blur(10px) brightness(50%);
    }

    100% {
        filter: blur(0px) brightness(100%);
    }
}

.blurbrighten {
    animation: blurBrighten 2s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadein {
    animation: fadeIn 2s ease-out forwards;
}

@media (max-width: 992px) {

    form {
        width: 100%;
    }

        form .d-flex {
            display: grid !important;
        }

        form .form-group.w-50, form .form-group.w-25, form .form-group.w-75 {
            width: 100% !important;
        }
}


#answerText span {
    display: block;
    font-size: 0;
    width: 20px;
    height: 10px;
    position: relative;
}

#answerText::before {
    display: block;
    font-size: 0;
    width: 20px;
    height: 10px;
    position: relative;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #888;
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    border: none;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}


#answerText span::before {
    position: relative;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #888;
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: -7px;
    animation-delay: 0.6s;
}

    #answerText span::after {
        position: relative;
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        
        background: #888;
        z-index: 2;
        margin-top: 4px;
        -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        margin-left: 7px;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }





@-webkit-keyframes ball {
    from {
        transform: translateY(0) scaleY(0.8);
    }

    to {
        transform: translateY(-10px);
    }
}

@keyframes ball {
    from {
        transform: translateY(0) scaleY(0.8);
    }

    to {
        transform: translateY(-10px);
    }
}

.owl-carousel {
    z-index: 0 !important;
}