﻿@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;
}

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

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

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;
            gap: 5px;
        }

        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;
}

.slicky-sticky-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px); /* Modern frosted glass look */
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-radius: 12px;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999; /* Stay on top of everything */
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        transform: translate(-50%, 100px);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}


.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 4px;
    transition: top 0.2s ease;
}

    .skip-link:focus {
        top: 10px; /* becomes visible when focused */
    }


/* Medium + mobile */
@media screen and (max-width: 992px) {
    .med-width-95p {
        width: 95px;
    }
}
/* Mobile styles */
@media (max-width: 992px) {
    .summaryBox {
        display: none;
    }
}
/* Mobile styles */
@media (max-width: 392px) {
    .mobile-flex-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .mobile-mt-5p {
        margin-top: 5px !important;
    }
}
/* Mobile styles */
@media (max-width: 620px) {
    .md-flex-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column;
    }

    .md-flex-revers-col {
        flex-direction: column-reverse;
    }

    .md-mt-20 {
        margin-top: 20px !important;
    }

    .flex-mobile-wrap {
        flex-wrap: wrap;
    }

    .mobile-g-mt-10 {
        margin-top: 0.71429rem !important;
    }
}

@media (min-width: 374px) {
    body {
        min-width: 374px;
    }
}

@media (max-width: 300px) {
    body {
        min-width: 300px;
    }
}



a {
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.inner-tab {
    padding: 20px 3px;
}

.chapter {
    margin-bottom: 50px !important;
}

.radio-inline {
    padding: 0px 15px;
}

.app-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.table {
    width: 100%;
}

.box {
    margin-top: 20px;
}

.editable {
    min-height: 150px;
    overflow-y: scroll;
    border: 1px solid rgba(12, 12, 12, 0.12);
    width: 100%;
}

.tools {
    padding-right: 16px;
    float: right;
}

    .tools > .btn {
        padding: 0px;
        color: white;
    }


.style-default-dark {
    background-color: var(--default-full--bg-color-7);
    color: white;
}

.style-standard {
    background-color: white;
    color: rgba(0,0,0,.65);
}


.style-default-light {
    border-color: #f2f3f3;
    color: #313534;
    background: linear-gradient(180deg, #E0F5FF 0%, #FFFFFF 87.74%);
}

.style-default-white {
    border-color: #f2f3f3;
    color: #313534;
    background-color: white;
}

.style-default-clean {
    background-color: var(--default-full--bg-color-2);
}

    .style-default-clean + .card-body.tab-content {
        border: 1px solid var(--default-full--bg-color-2);
        border-top: 0px;
    }


.panel-body {
    background-color: rgba(234,232,232,.5);
    border: 1px solid #e8e8e8;
}

.btn {
    border-radius: 5px !important;
}

.nav-link:focus, .nav-link:hover {
    color: unset;
}

.nav-link {
    color: unset !important;
}


.btn-secondary {
    background-color: var(--default-full--bg-color-2);
    border-color: #f2f3f3;
    color: #313534;
    font-weight: 400;
}

    .btn-secondary:hover {
        background-color: var(--default-full--bg-color-4);
        border-color: #f2f3f3;
    }

.btn-border {
    background-color: white !important;
    font-weight: 400;
    border: 1px solid !important;
}

    .btn-border:hover {
        border: 1px solid;
    }

.noBoxShadow {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}


.card-head {
    position: relative;
    line-height: 52px;
    min-height: 56px;
    vertical-align: middle;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}


.spinner {
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    justify-content: center;
    display: flex;
    top: 0;
    align-items: center;
}

#header, #menubar {
    z-index: 9;
}

.impersonate {
    overflow: visible;
    transform: translateX(-50%);
    transition: all 500ms ease-out;
    left: 50%;
    top: 10px;
    height: auto;
    z-index: 99000;
    margin: 0 auto;
    width: 600px;
    padding: 15px;
    position: fixed;
}

.card.card-outlined {
}

    .card.card-outlined:hover {
        box-shadow: 5px 10px 10px rgba(100, 100, 100,.35);
        border: 0 !important;
    }

.textcenter {
    text-align: center;
}


.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.u-label {
    font-size: unset !important;
}


.customizer-toggle {
    display: none;
}

.customizer:before {
    left: 0px;
}






.quickview-customizer {
    width: 410px;
    right: -410px
}

    .quickview-customizer.quickview-open-customizer {
        right: 0
    }

#quickview-customizer:after, #quickview-customizer:before {
    position: absolute;
    content: "";
    top: 25%;
    height: 50px;
    background-color: #fafafa
}

.quickview-inner {
    overflow-x: hidden;
}





.customizer .sliderview-inner {
    padding: 15px 5px;
    height: 100%;
    overflow-y: scroll;
}

.sliderview-inner {
    overflow-x: hidden;
}

.sliderview-customizer {
    width: 410px;
    left: -330px
}

    .sliderview-customizer.sliderview-open-customizer {
        left: 80px;
    }

#sliderview-customizer:after, #sliderview-customizer:before {
    position: absolute;
    content: "";
    top: 25%;
    height: 50px;
    background-color: #fafafa
}

.sliderview-inner {
    overflow-x: hidden;
}

.sliderview-wrapper {
    z-index: 11;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    left: -270px;
    width: 350px;
    background: #fff;
    transition: left .4s cubic-bezier(.05,.74,.2,.99);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



.QuickviewSub {
    padding: 0px 25px;
    width: 100%;
    position: sticky;
    z-index: 10;
    top: 50px;
    background-color: #f5f5f5;
    border: 1px solid rgb(217,217,217);
    line-height: 50px;
}

.tag {
    margin-top: 3px !important;
    height: 24px !important;
    line-height: 22px !important;
    font-size: 14px !important;
    color: rgba(1,1,1,0.65) !important;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 4px;
    max-width: 99%;
    position: relative;
    overflow: hidden;
    transition: padding .3s cubic-bezier(.645,.045,.355,1);
    padding: 0 20px 0 10px;
}

.hidden {
    display: none;
}


.imgDivContainer {
    margin: 4px;
    padding: 0;
    border: 1px solid #efefef;
    border-radius: 7px;
}

    .imgDivContainer > div > img {
        margin: 0 auto;
        text-align: center;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        padding: 2px 2px;
        width: 100%;
        overflow: hidden;
        border-radius: 0px;
        box-shadow: 0px 0px 1px 1px rgba(18 90 255, .1);
        cursor: pointer;
        border-radius: 7px;
    }



.actiondiv {
    padding-right: 5px;
    font-size: .800rem;
    text-align: right;
}

    .actiondiv > i {
        padding-right: 20px !important;
    }


.list {
    list-style-type: none;
}

.tile-text {
    font-size: 1.000rem;
    padding-top: 20px;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.color-coral {
    color: coral !important;
}

.bg-coral {
    background-color: coral !important;
}


input:disabled {
    /*background: #f1f1f1;*/
}

.bootstrap-tagsinput {
    font-size: 14px !important;
}

.label-info > input {
    width: 100px !important;
}

.bootstrap-tagsinput .tag {
    margin-right: 5px !important;
}

.bootstrap-tagsinput input {
    width: 100% !important;
}

textarea {
    margin-top: 15px !important;
    border: 1px solid #efefef !important;
}



.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group > .btn {
    color: white;
    background-color: #c0cdda;
    188
}

    .btn-group > .btn:hover {
        background-color: #a0adaa;
    }

    .btn-group > .btn.selected {
        background-color: #808b88;
    }



.roundNumber {
    padding: 7px 15px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    background-color: black;
    border-radius: 50%;
    margin-bottom: 20px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.Bold {
    font-weight: 700;
}


.text-purple {
    color: #8437D3;
}


.text-bold {
    font-weight: bold;
}

.btn-light-gray {
    background-color: rgb(239, 239, 239) !important;
    border-color: #096dd9;
}



.btn-slick {
    font-size: 15px;
}

.ant-btn:focus, .ant-btn:hover {
    color: #40a9ff;
}

.ant-btn {
    min-width: 100px;
}

.ant-btn-sm {
    line-height: 1.71428571;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 10px;
    font-size: 10px;
    border-radius: 6px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: relative;
}

.btn-cta.ant-btn-sm {
    height: auto;
    padding: .4em 2.2em;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 2;
}

.btn-sm-primary {
    background-color: #0067FF;
    color: white;
    border-color: #0067FF;
}

.ant-btn-sm, .ant-btn-sm:active, .ant-btn-sm:focus {
    outline: 0
}

    .ant-btn-sm:not([disabled]):hover {
        text-decoration: none
    }

    .ant-btn-sm:not([disabled]):active {
        outline: 0;
        transition: none
    }

    .ant-btn-sm.disabled, .ant-btn-sm[disabled] {
        cursor: not-allowed
    }

        .ant-btn-sm.disabled > *, .ant-btn-sm[disabled] > * {
            pointer-events: none
        }


img.stretchy {
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
}


.ant-btn-sm.adjust-mg-10 {
    margin-top: 10px;
}


.ant-tag-lg {
    font-size: 20px;
    padding: 10px 15px;
    height: unset;
    line-height: unset;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 15px;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #eee;
}



.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.box-header-colored {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    cursor: pointer;
}


.number-card-v4 {
    position: relative;
    border-radius: 0.375rem;
    border: 1px solid #fff1b8 !important;
    background-color: #fffdf0 !important;
}

.row_equal_heigth {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr));
    grid-gap: 1em;
    grid-auto-rows: 250px;
    padding-bottom: 2em;
}

.positionBottom {
    bottom: 0;
    position: fixed;
    z-index: 150;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
    height: 70px;
}

.selective-yellow {
    color: rgb(252, 177, 0) !important;
}

.ant-table-tbody > tr > td, .ant-table-thead > tr > th {
    word-break: keep-all;
    white-space: nowrap;
    height: 65px;
}

table.dataTable thead .sorting:before {
    position: absolute;
    right: 0;
    top: 30%;
}

.dataTables_scrollBody .ant-table-thead {
    visibility: hidden;
}



.slickyflexbox {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.userInitial {
    height: 50px;
    width: 50px;
    background-color: silver;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-transform: capitalize;
}

.userImg {
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}

    .userImg > img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        line-height: 40px;
    }






@keyframes scaling {
    0%, 100% {
        transform: scale(0.2);
        background-color: #30FFB7;
    }

    40% {
        transform: scale(1);
        background-color: #07DEFF;
    }

    50% {
        transform: scale(1);
        background-color: #0761FF;
    }
}


.spinners {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: scale(0);
    background-color: red;
    animation: scaling 2.5s ease-in-out infinite;
    display: inline-block;
    margin: .5rem;
}

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

    .spinners:nth-child(1) {
        animation-delay: 0.2s;
    }

    .spinners:nth-child(2) {
        animation-delay: 0.4s;
    }

    .spinners:nth-child(3) {
        animation-delay: 0.6s;
    }

    .spinners:nth-child(4) {
        animation-delay: 0.8s;
    }

    .spinners:nth-child(5) {
        animation-delay: 1s;
    }


.ImportExport {
    font-size: 1.55rem;
    padding-left: 5px;
    padding-right: 20px;
    font-weight: 700;
}


.dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 6px 12px;
    margin-left: -1px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    background-color: #fff;
    color: #969c9c;
    border: 1px solid #e5e6e6;
}

    .dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover {
        background-color: #0076e4;
        color: white;
    }

tbody.ant-table-tbody > tr > td {
    height: 54px;
}

.s-bg-pink {
    background-color: #EB4898;
}

.s-bg-lightpink {
    background-color: #FCE7F3;
    color: #EB4898 !important;
}

.s-bg-lavenda {
    background-color: #6366F1;
}

.s-lavenda {
    color: #6366F1;
}

.s-bg-lightlavenda {
    background-color: #E0E7FF;
    color: #6366F1 !important;
}

.s-bg-green {
    background-color: #10B981;
}

.s-green {
    color: #10B981 !important;
}

.s-bg-lightgreen {
    background-color: #D1FAE5;
    color: #10B981 !important;
}

.s-bg-yellow {
    background-color: #F59E0B;
}

.s-yellow {
    color: #F59E0B;
}

.s-bg-lightyellow {
    background-color: #FEF3C7;
    color: #F59E0B !important;
}

.s-bg-blue {
    background-color: #3B82F6;
}

.s-blue {
    color: #3B82F6;
}

.s-bg-lightblue {
    background-color: #DBEAFE;
    color: #3B82F6 !important;
}

.s-bg-red {
    background-color: #EF4444;
}

.s-red {
    color: #EF4444;
}

.s-bg-lightred {
    background-color: #FEE2E2;
    color: #EF4444 !important;
}


.s-bg-gray {
    background-color: #1F2937;
}

.s-bg-lightgray {
    background-color: rgba(132, 129, 138, 0.1);
    color: #1F2937 !important;
}


.s-bg-orange {
    background-color: #fff7e6;
    color: #fa8c16 !important;
}

.s-orange {
    color: #fa8c16 !important;
}

.s-bg-lightorange {
    background-color: #FFFBF2;
    color: #fa8c16 !important;
}

.s-bg-lightlavenda {
    background-color: #E0E7FF;
    color: #6366F1 !important;
}

.badge-warning {
    background-color: #FFFBF2;
    color: rgba(255, 246, 237, 1);
}

.badge-accepted {
    background-color: rgba(236, 253, 243, 1) !important;
    color: rgba(2, 122, 72, 1) !important;
}

.badge-success {
    background-color: rgba(238, 244, 255, 1) !important;
    color: rgba(192, 16, 72, 1) !important;
}

.badge-declined {
    background-color: rgba(255, 241, 243, 1) !important;
    color: rgba(53, 56, 205, 1) !important;
}

.tagBox, .selectTagBox {
    width: 100%;
    min-height: 150px;
    border: 1px solid var(--default-full--bg-color-2);
    border-radius: 2px;
    padding: 15px;
}

.u-label {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}


.itemListTitle {
    font-weight: 700;
    padding: 5px;
    color: rgba(0,0,0,0.65);
}

.itemListDesc {
    padding: 2px;
    color: rgba(0,0,0,0.50);
}


.link-danger {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .4px;
    color: #EF4444;
}

.link-cancel {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .4px;
    color: #b0b5b4;
    text-align: center;
    padding: 20px;
    padding-bottom: 0px;
}

.link-normal {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .4px;
}


#tBodyContent > tr > td:first-child {
    padding-left: 20px;
}



.primaryButton {
    position: absolute;
    cursor: pointer;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(255,255,255,.85);
    font-weight: 700;
    color: #3EB7ED;
}

    .primaryButton:hover {
        text-shadow: 0 0 10px rgba(255,255,255,.65);
        color: #79d0f7;
    }

.dangerButton {
    position: absolute;
    cursor: pointer;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(255,255,255,.85);
    font-weight: 700;
    color: #ff4d4f;
}

    .dangerButton:hover {
        text-shadow: 0 0 10px rgba(255,255,255,.65);
        color: #ff6f6f;
    }

.specialCheckBox {
    width: 25px;
    height: 25px;
}

.blockAdd.added {
    opacity: 1;
    background-color: rgba(255,255,255,.5);
}

.blockAdd {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 110px;
    transition-property: background-color,opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 550ms;
    border-radius: 7px;
}

    .blockAdd:hover {
        opacity: 1;
        background-color: rgba(255,255,255,.75);
    }


.btn {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}



#card-errors {
    display: none;
    margin-top: 20px;
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    padding: 10px;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace
}

.specialcolor {
    color: linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
}


.specialBackground {
    background: linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
}

.progress-bar {
    border-radius: 6px;
}

.progress {
    background: #E5E5E5;
    border-radius: 6px;
}

.specialButton {
    background: linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
    color: white;
}

    .specialButton:hover {
        color: black;
    }


.ant-menu-submenu-extra-space {
    margin-bottom: 20px !important;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
}

.btn-light:hover {
    color: #3EB7ED !important;
    background-color: unset;
}

.app-sidenav-container {
    z-index: 12;
}

.header_svg_buttons:hover {
    fill: #3EB7ED;
}

.left_slider_footer_buttons {
    margin-left: 8px;
    margin-right: 8px;
    background-color: #3EB7ED;
    height: 36px;
    width: 86px;
}


.slickyTitle {
    font-weight: 700;
    font-size: 24px;
    color: black;
}

.slickyText {
    font-weight: 700;
    font-size: 18px;
    color: #7B8794;
}

.multiColorBorderContent {
    margin: 10px 30px;
}


.multiColorBorder {
    border: solid 2px transparent;
    border-radius: 20px;
    background-image: linear-gradient(white, white), linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}


.spinnerloading {
    position: fixed;
    z-index: 999;
    font-size: 60px;
    overflow: show;
    margin: auto;
    top: 45%;
    left: 45%;
    width: 100%;
    height: 100%;
}

    .spinnerloading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }



.clickable {
    cursor: pointer;
}

.NOTclickable {
    cursor: not-allowed;
}

.camelized {
    text-transform: capitalize;
}

.icon-success {
    color: #2ADDA1 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}


.owl-prev {
    height: 45px;
    width: 45px !important;
    left: 2.85714rem;
    top: 50% !important;
    z-index: 1;
    position: absolute !important;
    transform: translateY(-50%);
    border-radius: 50%;
    background: none;
    border: solid 1px transparent !important;
}

.owl-next {
    height: 45px;
    width: 45px !important;
    right: 2.85714rem;
    top: 50% !important;
    z-index: 1;
    position: absolute !important;
    transform: translateY(-50%);
    background: none;
    border-radius: 50%;
    border: solid 1px transparent !important;
}


.u-btn-google {
    color: #fff;
    background-color: #4285F4;
}

/* Added on Account.cshtml */
.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

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

.align-middle {
    vertical-align: middle !important;
}

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

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.list-inline-item {
    display: inline-block;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.c-pointer {
    cursor: pointer;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}


.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-arround {
    -ms-flex-pack: justify !important;
    justify-content: space-around !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}


.summaryBox {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    background-color: #fff;
}

.summaryTitle {
    font-size: 20px;
    font-weight: 700;
}

.summaryTotal {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.15px;
}

.contentBox {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-color: #fff;
    padding: 60px 60px 40px 60px !important;
}

.no-borders {
    border-color: transparent !important;
}

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

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

.min-w-950 {
    width: 950px;
}

.d-flex-row {
    display: flex;
    flex-direction: row;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
}

.d-flex-grow {
    flex-grow: 1;
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.d-flex-space-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-flex-space-around {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.d-flex-space-v-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.d-flex-center-v-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.d-flex-center-v-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.d-flex-center-h-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

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

.d-flex-center-h-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.font-1p75em {
    font-size: 1.75em;
}

.font-1p55em {
    font-size: 1.55em;
}

.font-1p45em {
    font-size: 1.45em;
}

.font-1p35em {
    font-size: 1.35em;
}

.font-1p25em {
    font-size: 1.25em;
}

.font-1p2em {
    font-size: 1.2em;
}

.font-1p15em {
    font-size: 1.15em;
}

.font-1p1em {
    font-size: 1.1em;
}

.font-1p05em {
    font-size: 1.25em;
}

.font-bold {
    font-weight: bold !important;
}

.min-w-95 {
    min-width: 95px;
}


.text-color-black {
    color: #243458;
}

.d-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.full-width {
    width: 100%;
}

.hover-gray:hover {
    background: #00000009;
}

.border-left-gray {
    border-left: solid thin #eee;
}
/***/
.wallet-card {
    min-height: 190px !important;
    display: flex;
    margin-bottom: 10px;
}

.ribbon-container .ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 85px;
    height: 88px;
    top: -3px;
    right: -3px;
}

.ribbon-container .ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #495057;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}



.btn.active {
    border-color: #6d9eeb66 !important;
    background-color: #6d9eeb66 !important;
    color: white !important;
    font-weight: bold !important;
}


.textarea-resize-none {
    resize: none;
}



.border-gray {
    border: solid thin #99A7BF;
}

.color-gray {
    color: #99A7BF;
}

.checkout-steps li span {
}

.width-180-150 {
    width: 180px;
}

@media (pointer:none), (pointer:coarse), (max-device-width: 480px) {
    .hide-in-mobile {
        display: none;
    }

    .width-180-150 {
        width: 150px;
    }

    .contentBox {
        padding: 40px 30px !important;
    }
}

.bg-gray {
    background-color: #F7F9FC !important;
}

.bg-white {
    background-color: #FFFFFF;
}

.border-box-gray {
    border: solid thin #DAE3F1;
}



.border-box-blue-gray {
    border: solid thin #92AFD3;
}

    .border-box-blue-gray.active {
        border: solid thin #0075FF;
    }

.border-box-active-width-3.active {
    border-width: 3px;
}

.border-box-raduis-5 {
    border-radius: 5px !important;
}

.slicky-button-2 {
    color: #2C4B77;
    font-size: 1.05em !important;
    background-color: #F2F5FA;
    border: none !important;
    border-radius: 65px !important;
    font-weight: bold !important;
    min-width: 150px;
    padding: 8px 25px 6px 25px;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .slicky-button-2 img {
        width: 20px;
        height: 20px;
    }


    .slicky-button-2.primary {
        color: #FFFFFF;
        background-color: #0075FF;
    }

        .slicky-button-2.primary[disabled] {
            background-color: #8BAED5; /* Adjust this color as needed */
            opacity: 0.6; /* Adjust opacity as needed */
        }

    .slicky-button-2.purple {
        color: #FFFFFF;
        background-color: #4C70BA;
    }

    .slicky-button-2.large {
        width: 100% !important;
        border-radius: 5px !important;
        height: 45px !important;
    }

        .slicky-button-2.large.thin {
            height: auto !important;
            border-color: #DAE3F1 !important;
            border-radius: 20px !important;
            color: #243458;
        }

    .slicky-button-2.empty {
        border-radius: 5px !important;
        height: 45px;
        background: transparent !important;
        border: solid thin #333 !important;
        width: 130px;
        padding: 6px;
        min-width: 0 !important;
    }

    .slicky-button-2.transparent-grey {
        background: transparent;
        color: #99A7BF;
    }

        .slicky-button-2.transparent-grey.border {
            background: transparent;
            color: #99A7BF;
            border: solid thin #99A7BF !important;
        }

    .slicky-button-2.min {
        min-width: 100px;
        padding: 8px 10px 6px 10px;
    }

    .slicky-button-2:disabled {
        color: #ffffff;
    }

.slicky-input {
    flex-grow: 1;
    border: solid thin #DAE3F1;
    color: #222 !important;
    border-radius: 5px;
    padding: .75rem 8px;
    width: 100%;
}

select.slicky-input {
    height: 100%;
}


.slicky-input::placeholder {
    color: #bebebe;
}


.slicky-text-color-grey {
    color: #99A7BF !important;
}

.slicky-text-color-blue {
    color: #0075FF;
}

.slicky-text-color-primary {
    color: #243458 !important;
}

.slicky-text-color-primary-2 {
    color: #2C4B77;
}

.slicky-text-color-error {
    color: #EB5757;
}

.slicky-text-color-midnight-indigo {
    color: #3538CD;
}

.slicky-p-relative {
    position: relative;
}


.slicky-p-absolute-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.top-index-99 {
    z-index: 99;
}

.u-parent-has-error-v1 .error-message {
    display: block;
}

.error-message {
    display: none;
    color: #EB5757;
    margin: 5px 0;
}

    .error-message.has-error {
        display: block;
    }

.u-has-error-v1 {
    background-color: transparent !important;
    border: 2px solid #EB5757;
    box-shadow: none;
}

.w-fit-content {
    width: fit-content;
}


.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}


.v-hidden {
    visibility: hidden;
}

.slicky-bg-indigo-50 {
    background-color: #EEF4FF
}

.slicky-rounded-100p {
    border-radius: 100px;
}

.slikcy-width-full {
    width: 100% !important;
}

.address-option-li .input-option-checked {
    display: none !important;
}

.address-option-li .input-option-empty {
    display: block !important;
}

.address-option-li.active .input-option-checked {
    display: block !important;
}

.address-option-li.active .input-option-empty {
    display: none !important;
}

.slicky-border-bottom {
    border-bottom: solid thin #DAE3F1;
}

.default-tag {
    padding: 6px 12px;
    background: #EEF4FF;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    color: #3538CD;
    word-wrap: break-word
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.flex-start {
    justify-content: flex-start;
}

.flex-evenly {
    justify-content: space-evenly;
}

.esearch-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

.input-esearch {
    flex-grow: 1;
    padding: 10px;
    font-size: 17px;
    border: none;
    outline: none;
    border-radius: 5px 0 0 5px;
}

.btn-esearch {
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.3s ease;
}

.typed-cursor {
    display: none;
}


.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 20px;
    width: 20px;
    border-style: none;
    padding: 15px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: transparent;
}

    .input-search::placeholder {
        letter-spacing: 2px;
        font-weight: 100;
    }

.btn-search {
    width: 20px;
    height: 20px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    pointer-events: painted;
}

    .btn-search:focus ~ .input-search {
        width: 300px;
        border-radius: 0px;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
        padding: 15px;
    }

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    padding: 15px;
}

.address-card {
    border: solid thin #DAE3F1;
    border-radius: 10px;
}

.slicky-table-action {
    background: transparent;
    border: solid thin #ccc;
    border-radius: 20px;
    padding: 0 23px;
    height: 27px;
    font-weight: bold;
}

.card {
    position: relative;
    margin-bottom: 24px;
    background-color: #ffffff;
    color: #313534;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

    .card:before,
    .card:after {
        content: " ";
        display: table;
    }

    .card:after {
        clear: both;
    }

    .card .btn-icon-toggle:hover,
    .card .btn-flat:hover {
        background-color: rgba(12, 12, 12, 0.07);
    }

    .card > .nano:last-child {
        border-radius: 0 0 2px 2px;
    }

    .card.no-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.card-head {
    position: relative;
    line-height: 52px;
    min-height: 56px;
    vertical-align: middle;
    border-radius: 2px 2px 0 0;
}

    .card-head:before,
    .card-head:after {
        content: " ";
        display: table;
    }

    .card-head:after {
        clear: both;
    }

    .card-head header {
        display: inline-block;
        padding: 11px 24px;
        vertical-align: middle;
        line-height: 17px;
        font-size: 20px;
    }

        .card-head header > h1,
        .card-head header > h2,
        .card-head header > h3,
        .card-head header > h4,
        .card-head header > h5,
        .card-head header > h6 {
            vertical-align: middle;
            margin: 0;
            line-height: 1;
        }

        .card-head header small {
            color: inherit;
            opacity: 0.6;
            font-size: 75%;
        }

    .card-head > div {
        display: inline-block;
    }

    .card-head .tools {
        padding-right: 16px;
        float: right;
    }

        .card-head .tools form {
            margin-top: 7px;
            margin-bottom: 7px;
            margin-left: 24px;
            line-height: normal;
            vertical-align: middle;
        }

        .card-head .tools .btn-floating-action {
            margin-left: 8px;
        }

        .card-head .tools > .btn-group {
            margin-right: 4px;
        }

        .card-head .tools > .btn-group-xs {
            margin-right: 10px;
        }

        .card-head .tools > .btn-group-sm {
            margin-right: 4px;
        }

        .card-head .tools > .btn-group-lg {
            margin-right: 0;
        }

        .card-head .tools.pull-left > .btn-group {
            margin-left: 4px;
        }

        .card-head .tools.pull-left > .btn-group-xs {
            margin-left: 10px;
        }

        .card-head .tools.pull-left > .btn-group-sm {
            margin-left: 4px;
        }

        .card-head .tools.pull-left > .btn-group-lg {
            margin-left: 0;
        }

    .card-head.card-head-xs {
        line-height: 32px;
        min-height: 36px;
    }

        .card-head.card-head-xs header {
            font-size: 15px;
            padding: 8px 24px;
        }

    .card-head.card-head-sm {
        line-height: 44px;
        min-height: 48px;
    }

        .card-head.card-head-sm header {
            font-size: 15px;
        }

    .card-head.card-head-lg {
        line-height: 76px;
        min-height: 80px;
    }

        .card-head.card-head-lg header {
            font-size: 24px;
        }

.card-body {
    padding: 24px;
    position: relative;
}

    .card-body:before,
    .card-body:after {
        content: " ";
        display: table;
    }

    .card-body:after {
        clear: both;
    }

    .card-body:last-child {
        border-radius: 0 0 2px 2px;
    }

    .card-body.table-responsive {
        margin: 0;
    }

.card-actionbar {
    padding-bottom: 8px;
    position: relative;
}

    .card-actionbar:before,
    .card-actionbar:after {
        content: " ";
        display: table;
    }

    .card-actionbar:after {
        clear: both;
    }

    .card-actionbar:last-child {
        border-radius: 0 0 2px 2px;
    }

.card-actionbar-row {
    padding: 6px 16px;
    text-align: right;
}

.card-tiles > .row,
.card-type-blog-masonry > .row {
    margin: 0;
}

    .card-tiles > .row > [class^="col-"],
    .card-type-blog-masonry > .row > [class^="col-"] {
        padding: 0;
    }

.card-underline .card-head {
    border-bottom: 1px solid rgba(150, 156, 156, 0.4);
}

.card-underline .card-foot {
    border-top: 1px solid rgba(150, 156, 156, 0.4);
}

.card-bordered,
.card-outlined {
    border: 2px solid #969c9c;
}


.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-dots, .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-nav {
    margin-top: 10px
}

    .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 50%;
    }

        .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        background: #869791
    }


/* Base styles for the skeleton loading effect */
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

/* Skeleton styles for text placeholders */
.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-text__body {
    width: 75%; /* Adjust width of body text placeholder */
}

.skeleton-footer {
    width: 30%; /* Adjust width of footer text placeholder */
}

/* Additional styles for card layout */
.card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

    .card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.card__header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .card__header img {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        margin-right: 1rem;
    }

.card__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card__body .body__text {
        width: 70%; /* Adjust width of text content */
    }

    .card__body img {
        width: 100%;
        max-width: 150px; /* Adjust maximum width of image */
        height: auto;
        border-radius: 0.5rem;
    }

.card__footer {
    margin-top: 1rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Lato,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .825rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}


.popover-header .close {
    float: right;
    font-size: 1.5rem; /* Replace $close-font-size with the actual value */
    font-weight: 700; /* Replace $close-font-weight with the actual value */
    line-height: 1;
    color: #000; /* Replace $close-color with the actual value */
    text-shadow: 0 1px 0 #fff; /* Replace $close-text-shadow with the actual value */
    opacity: .5;
}

    .popover-header .close:hover,
    .popover-header .close:focus {
        color: #000; /* Replace $close-color with the actual value */
        text-decoration: none;
        opacity: .75;
    }

.popover-header button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.popover-header a.close.disabled {
    pointer-events: none;
}

#genericModalDialog {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    border-radius: 0 !important;
    display: flex;
}

    #genericModalDialog .modal-content {
        border: none !important;
        border-radius: 0 !important;
    }

.column-title {
    font-weight: 700;
    color: #111;
    font-size: 1.15em;
}

.d-inline-block.show {
    display: inline-block !important;
}

.show .orders-range-picker {
    display: flex !important;
}

.g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
}


.optionButton {
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: Open Sans,OpenSans,Helvetica,arial,sans-serif;
    font-weight: 400;
    border-radius: 0.5rem;
    border: 1px solid rgba(102,102,102,1);
    background-color: rgba(255,255,255,1);
    padding: 11px 15px;
    text-transform: capitalize;
    color: rgba(77,77,77,1);
}

.breadcrumb span:not(:last-child) {
    margin-inline-end: .6875rem;
}

.productDetailContainer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.toggle-icon[aria-expanded="true"] {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.toggle-icon[aria-expanded="false"] {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.header-icon {
    height: 25px;
}

.headerLogo {
    cursor: pointer;
}

.onlyDesktop {
    display: block;
}

.onlyMobile {
    display: none !important;
}

.headerIconContainer {
    justify-content: space-between;
    align-items: center;
}

.headerIconSubContainer {
    justify-content: space-between;
    gap: 24px;
}

.smallLinks {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
    text-transform: uppercase;
    font-size: 1.2rem;
}

#stepFormProgressMobile {
    display: none !important;
}

.steps {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.contentCart {
    display: none;
}

.mainSearch {
    display: flex;
    flex-direction: row;
    max-width: 1800px;
    margin: auto;
}

#carouselCus1, #carouselCus2 {
    max-width: 660px !important; /* Set a fixed height for the carousel container */
}

    #carouselCus1 img {
        height: 100%;
        width: 100%;
        max-height: 500px !important;
        object-fit: contain;
    }

#carouselCus2 {
    height: 250px; /* Set a fixed height for the carousel container */
}

    #carouselCus2 img {
        height: 100%; /* Ensure images take 100% of the container height */
        width: 100%; /* Ensure images take 100% of the container width */
        height: 250px;
        object-fit: cover; /* Maintain aspect ratio and cover the entire container */
    }

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin-top: 10px;
}

    .search-dropdown .suggestion-item {
        padding: 10px;
        cursor: pointer;
    }

        .search-dropdown .suggestion-item:hover {
            background-color: #f8f9fa;
        }

    .search-dropdown .search-button {
        width: 100%;
        text-align: center;
        padding: 10px;
        background-color: #e9ecef;
        cursor: pointer;
    }

        .search-dropdown .search-button:hover {
            background-color: #dee2e6;
        }

.suggestion-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.no-results {
    padding: 10px;
    text-align: center;
    color: #777;
    font-size: 16px;
}

.search-button {
    padding: 10px;
    text-align: center;
    background-color: #e9ecef;
    cursor: pointer;
    font-weight: bold;
}

    .search-button:hover {
        background-color: #dee2e6;
    }

.loading-spinner {
    padding: 20px;
    text-align: center;
}

    .loading-spinner::after {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 6px solid #f3f3f3;
        border-top: 6px solid #3498db;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {
    .productDetailContainer {
        flex-direction: column;
    }

    .header-icon {
        height: 35px;
    }

    .onlyDesktop {
        display: none !important;
    }

    .onlyMobile {
        display: block !important;
    }

    .headerIconLink {
        padding-top: 10px;
    }

    .smallLinks {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        display: block;
        padding: 10px 0;
    }

        .smallLinks a {
            text-decoration: none;
            display: block;
        }

    .isCart {
        display: none;
    }

    .isSearchBox {
        display: none;
    }

    #stepFormProgress {
        display: none !important;
    }

    #stepFormProgressMobile {
        display: block !important;
    }

    .mainSearch {
        flex-direction: column;
    }

    .steps {
        margin: 10px;
        flex-direction: column;
    }

    .contentCart {
        margin: 10px;
        display: block;
    }

    .contentBoxTitle {
        font-weight: bold;
        font-size: 16px;
    }

    .contentBox {
        padding: 20px 20px !important;
        display: block;
    }
}


.position-relative {
    position: relative !important;
}

.dropdown-menu li:first-child {
    margin-top: 10px; /* Add margin to the first item */
}

.dropdown-menu li:last-child {
    margin-bottom: 10px; /* Add margin to the last item */
}

.slickyform-control {
    min-height: 53.68px !important;
}

#blogRecommended {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.crossed-out {
    text-decoration: line-through;
}

/* Search page show Dropdown */
.page-dropdown {
    position: relative;
    padding-right: 14px;
    border: solid thin #979797;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
}

    .page-dropdown::after {
        content: '▼';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #979797;
    }

.selcted-page-count {
    height: 22px;
    width: 100px;
    text-align: start !important;
}


.word, .letter {
    display: inline-block;
    opacity: 0;
}


.button-bar {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    background: white;
    border-bottom: 1px solid #ccc;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

    .button-bar.active {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0);
    }

.button-bar-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    cursor: pointer;
}

    .button-bar-button.active {
        background-color: #007bff;
        color: white;
    }

.content-section-special {
    opacity: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: opacity 0.3s ease;
}

.GSAPImage_rubberbandTiltLeft {
    transform: rotate(-6deg);
}

.GSAPImage_rubberbandTiltRight {
    transform: rotate(6deg);
}


.GSAPImage_slideUp, .GSAPImage_slideDown, .GSAPImage_slideRight, .GSAPImage_slideLeft, .GSAPImage_zoomIn, GSAPImage_flicker, GSAPImage_rotateIn {
    opacity: 0;
}


@keyframes animatedgradient {
    0% {
        background-position: 0% 25%;
    }

    25% {
        background-position: 100% 50%;
    }

    50% {
        background-position: 50% 75%;
    }

    75% {
        background-position: 25% 25%;
    }

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

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.sticky-on-scroll.is-sticky {
    position: fixed;
    top: var(--sticky-offset, 50px);
    z-index: 999;
    transition: top 0.2s ease;
}

.js-step-progress {
    display: flex;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.g-brd-gray-light-v3 {
    border-color: #ddd !important;
}

g-width-80 {
    width: 80px !important;
}

.g-top-3 {
    top: 0.21429rem;
}

.g-brd-bottom {
    border-bottom: solid 1px transparent !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.g-pos-rel {
    position: relative !important;
}

.w-100 {
    width: 100% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100% !important;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block-cover {
    width: 100%;
    height: 100%;
}

.float-right {
    float: right !important;
}

.g-brd-y {
    border-top: solid 1px transparent !important;
    border-bottom: solid 1px transparent !important;
}


.g-mb-10 {
    margin-bottom: 0.71429rem !important;
}

.g-mx-minus-5 {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
}


.g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.btn {
    position: relative;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.btn-block {
    display: block;
    width: 100%;
}



input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.g-mb-30 {
    margin-bottom: 2.14286rem !important;
}


.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.g-pa-5 {
    padding: 0.35714rem !important;
}

.g-width-30 {
    width: 30px !important;
}

.g-font-size-13 {
    font-size: 0.92857rem !important;
}

.g-brd-gray-light-v2 {
    border-color: #ccc !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mt-3, .mx-3 {
    margin-top: 1rem !important;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.height-100 {
    height: 100%;
}


.w-100 {
    width: 100% !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.u-has-error-v1 {
    background-color: #fff0f0;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
}




.u-icon-v1, .u-icon-v2, .u-icon-v3, .u-icon-v4 {
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all .2s ease-in-out;
}


[class*="u-icon-v"] .u-line-icon-pro {
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.g-font-weight-400 {
    font-weight: 400 !important;
}

.g-bg-gray-light-v5 {
}

.g-pa-20 {
    padding: 1.42857rem !important;
}

.g-bg-gray-light-v5 {
    background-color: #f7f7f7 !important;
}

.g-color-gray-dark-v5 {
    color: #999 !important;
}

.g-line-height-1 {
    line-height: 1 !important;
}

.g-font-weight-300 {
    font-weight: 300 !important;
}

.g-font-size-25 {
    font-size: 1.78571rem !important;
}

.g-height-2 {
    height: 2px;
}

.g-width-10 {
    width: 10px !important;
}

.g-bg-gray-dark-v5 {
    background-color: #999 !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.d-inline-block {
    display: inline-block !important;
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}


.g-brd-top {
    border-top: solid 1px transparent !important;
}

/*Reviews*/
.reviews-container {
    display: flex;
    flex-flow: column;
    margin: 5px 10px;
}

.review-card {
    position: relative;
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
    padding: 30px;
    border-left: #e0e0e0 solid thin;
    max-width: 500px;
    border-bottom: 1px solid #e0e0e0;
}

.review-header {
    display: flex;
    flex-flow: row;
    margin-bottom: 15px;
    line-height: 1.5;
}

.review-image {
    width: 70px;
}

.reply-image {
    width: 50px;
    display: flex;
    align-content: center;
    justify-content: left;
}

.review-user {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
}

.review-image .user-image {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.reply-image .user-image {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.review-header .user-name {
    font-weight: 600;
    font-size: 1.2em;
}

.review-header .user-address {
    font-size: 1.2em;
    color: #808080;
}

.review-rate {
    font-size: 1.5rem;
}

.review-text {
    font-size: 1.0em;
    color: rgb(51, 51, 51);
}

.reply-text {
    font-size: 1.2em;
}

.admin-review-reply {
    border-left: solid 4px #d0d0d0;
    padding-left: 25px;
    margin-left: 50px;
    margin-top: 20px;
}

.review-reply {
    border-left: solid 4px #d0d0d0;
    padding-left: 25px;
    margin-left: 30px;
    margin-top: 20px;
}

.review-stars {
    font-size: 1.5rem;
    color: #b0b0b0;
}

.review-total {
    padding-left: 20px;
}

    .review-total > a {
        text-decoration: underline;
    }

.review-stars.small-stars {
    font-size: 1.0rem;
}

.checked {
    color: #FDCC0D;
}

.reply-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.no-reviews {
    font-size: 1.2em;
    padding: 10px 0 50px 0;
}

.center-text {
    display: flex;
    align-items: center;
    justify-content: center;
}


.review-star {
    cursor: pointer;
}

.review-star-list {
    cursor: pointer;
    user-select: none;
}

.review-star {
    cursor: pointer;
    margin: 0 2px;
}

.review-star-list {
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: flex-start;
}

.bold {
    font-weight: bold !important;
}

.review-button {
    border: 1px solid #cccccc;
    border-radius: 10px;
    color: #777777;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 5px;
    max-width: 200px;
    font-size: 13px;
    width: 230px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

.no-reviews .review-button {
    margin: 10px 0;
    background-color: #1138ca;
    border: solid thin #24a0ed;
    padding: 2px 10px;
    border-radius: 100px;
    color: #ffffff;
    font-weight: bold;
}

.delete-review-card {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.15em;
    background-color: darkred;
    padding: 8px;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}

.cutomers-rating-rate-value {
    font-size: 1.2em;
}

.star-container {
    position: relative;
}

.half-star {
    position: absolute;
    left: 0;
}

.paypal-button {
    align-items: center;
    justify-content: center;
    background: #ffc439 !important;
    border-radius: 4px !important;
    border: none !important;
}

.text-sm-right {
    text-align: right !important;
    margin-left: auto !important;
}


.deliveryTitle {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 18px !important;
}

.deliverySentence {
}

.actionBtn-wrapper {
    margin-top: 16px;
    display: flex;
    flex-direction: row; /* Add rule for column if media screen is smaller */
    gap: 8px;
    justify-content: flex-end;
}

@media screen and (max-width: 992px) {
    .actionBtn-wrapper {
        flex-direction: column;
        justify-content: flex-start; /* Align to the top */
    }
}

.actionBtn:hover {
    background-color: #ccc !important;
}

.actionBtn {
    text-decoration: none;
    font-size: 10px;
    background-color: white;
    border: 1px solid rgb(247, 247, 247);
    grid-template-rows: min-content;
    gap: 4px;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px;
    text-align: left;
    display: grid;
    box-shadow: none;
    vertical-align: baseline;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px
}

.actionBtn-title {
    color: rgb(51, 51, 51) !important;
    font-weight: bold !important;
}

.actionBtn-text {
    font-size: 10px;
}

.actionBtn-icon {
}

/**/

.checkbox {
    border: 1px solid rgb(136, 136, 136);
    border-radius: 100%;
    cursor: pointer;
    flex: 0 0 20px;
    height: 20px;
    position: relative;
    width: 20px;
}

.returnOption {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}

.returnLabel {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1 1 0%;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    text-align: left;
    justify-content: space-between;
    padding-left: 8px;
}

.returnLabelSpan {
    padding-top: 0px;
    flex: 0 0 100%;
    font-family: "Helvetica for Target", HelveticaForTarget, Targetica, "HelveticaNeue for Target", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4285;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    color: rgb(102, 102, 102);
    display: block;
}


.pricing-v10 {
    padding: 10px;
    border: solid 1px #f7f7f7;
}

.pricing-v10__block {
    margin-bottom: 0;
    padding: 10px 40px;
    transition: all .3s ease;
}

.pricing-v10__block-list {
    padding: 10px 0;
    border-bottom: solid 1px #e7e7e7;
}

.g-bg-gray {
    background: #f7f7f7;
}

.pricing-v10__price {
    font-size: 30px;
    line-height: 35px;
}

.panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.pricing-img {
    margin-bottom: 25px;
    max-width: 100%;
}

.pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-features {
    color: #016FF9;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 25px;
    list-style-type: none;
}

.pricing-features-item {
    text-align: left;
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
}

    .pricing-features-item:last-child {
        border-bottom: 1px solid #e1f1ff;
    }

.pricing-price {
    color: #016FF9;
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348EFE;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

    .pricing-button:hover,
    .pricing-button:focus {
        background-color: #e1f1ff;
    }

    .pricing-button.is-featured {
        background-color: #48aaff;
        color: #fff;
    }

        .pricing-button.is-featured:hover,
        .pricing-button.is-featured:active {
            background-color: #269aff;
        }


.mycontainer {
    display: flex;
    width: 100%;
    justify-content: center;
}

.x-list--inline-bullets > li {
    position: relative;
    display: inline;
    vertical-align: top;
    margin: 0 0 .125rem 1.125rem;
    padding-left: 1.125rem;
    list-style-type: square;
}

.x-body4, .hg-badge {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #191919;
    font-weight: 300;
    text-transform: none;
    letter-spacing: .013rem;
    margin: 0;
}

.x-list--inline-bullets > li::before {
    position: absolute;
    content: "";
    left: -.063rem;
    width: .25rem;
    height: .25rem;
    background-color: #000;
    border-radius: .125rem;
    top: .313rem;
}

.optionAmount {
    display: inline-block;
    font-size: 0;
    width: 33.33333%;
    padding: 6px 0 0 5px;
}

.btn-amount {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    height: 40px;
    font-size: 17px;
    font-weight: 500;
    padding: 0 2px;
    margin: 0;
    border: 0;
    border-radius: 5px;
    color: #515151;
    width: 100%;
    background-image: -webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);
    background-image: -o-linear-gradient(top,#fff 0,#f9f9f9 100%);
    background-image: linear-gradient(to bottom,#fff 0,#f9f9f9 100%);
    background-repeat: repeat-x;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    outline: 0;
}


    /* , .nav-link.active

        .nav-link.active > h5 {
            color: #fff !important;
        }

    */
    .btn-amount.active {
        background-image: -webkit-linear-gradient(top,#5087d9 0,#4579c7 100%);
        background-image: -o-linear-gradient(top,#5087d9 0,#4579c7 100%);
        background-image: linear-gradient(to bottom,#5087d9 0,#4579c7 100%);
        background-repeat: repeat-x;
        box-shadow: none;
        color: #fff !important;
    }




.text-truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group-price-control {
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px #8e939f inset;
    border-radius: 5px;
    justify-content: flex-end;
}

.group-price {
    justify-content: flex-end;
    align-items: center;
}

.price-control {
    display: block;
    font-size: 25px;
    line-height: 1.12857;
    height: 40px;
    font-weight: 400;
    vertical-align: middle;
    color: #4c85db;
    padding: 1px 7px;
    margin: 0;
    text-align: right;
    width: 100%;
    border: 0;
    background-color: transparent;
    background-image: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.price-symbol {
    padding-left: 13px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
}

.confirmText {
    line-height: 21px;
    font-size: 14px;
    color: rgb(93, 96, 99);
    padding-left: 5px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0px;
}

.text-secondary {
    font-size: 11px;
}

.saving {
    padding: 5px 15px;
    background: #2a2e39a3;
    color: #d1d4dc;
    border-radius: 10px;
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.3
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.3
}

.display-4 {
    font-size: 3.5rem
}

.js-carousel .js-next,
.js-carousel .js-prev {
    opacity: 0;
}

.js-carousel.slick-initialized {
    background: none;
}

    .js-carousel.slick-initialized .js-slide,
    .js-carousel.slick-initialized .js-thumb {
        visibility: visible;
        height: auto;
        overflow: visible;
    }

    .js-carousel.slick-initialized .js-next,
    .js-carousel.slick-initialized .js-prev {
        opacity: 1;
    }

.js-slide, .js-thumb {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

    .js-slide:first-child, .js-thumb:first-child {
        height: auto;
    }

.visibleSlides {
}

.slick-vertical .slick-slide {
    border: none;
}

.no-wrap {
    flex-flow: nowrap;
}



@media screen and (max-width: 600px) {
    .galleryGrid {
        grid-template-columns: calc(100% - 20px) !important;
    }

    .no-wrap {
        flex-flow: wrap !important;
    }
}


