    /*Navigation Bar*/
    
    #nav-bar {
        max-width: var(--lg-lp-break-point);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
    }
    
    #nav-bar-lg {
        margin: 23px;
        /* background-color: var(--pear); */
        padding: 10px;
        /* background-color: rgba(255, 255, 255, 0.212); */
    }
    
    #nav-bar-sm {
        visibility: hidden;
        height: 0;
    }
    
    #navbor-logo-sm {
        position: absolute;
        /* width: 20vw; */
        max-width: 100px;
        top: 25px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        /* transform: translate(-50%); */
    }
    
    .menu {
        background: var(--tangerine);
        display: none;
        width: 100%;
    }
    
    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    
    .menu ul li {
        padding: 15px 0;
    }
    
    .menu-toggle {
        background: none;
        width: 100%;
        text-align: left;
        padding: 30px 20px;
        font-size: 25px;
        /* border: var(--muted); */
    }
    
    .menu-toggle i {
        transform: scale(1.5);
        color: var(--white-text);
    }
    
    #navbar-logo-lg {
        max-width: var(--navbar-logo-width);
        max-height: var(--navbar-logo-height);
        transition-duration: 0.4s;
    }
    
    #navbar-logo-lg:hover {
        transform: scale(1.1);
        transition-duration: 0.4s;
    }
    
    .navbar-links {
        transform: translateY(50%);
        cursor: pointer;
        letter-spacing: 1.6px;
        color: var(--white-text);
    }
    
    .navbar-links:hover {
        color: var(--bubble);
        transition-duration: 0.4s;
        font-weight: bold !important;
    }
    
    .navbar-button {
        text-align: center;
        color: var(--white-text);
        letter-spacing: 1.6px;
        padding-top: 6px;
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 6px;
    }
    
    .navbar-button:hover {
        transition-duration: 0.4s;
        cursor: pointer;
        color: var(--pear);
        font-weight: bold !important;
    }
    
    #navbor-logo-lg {
        transition: 0.5s ease;
    }
    
    #navbor-logo-lg:hover {
        transition: 0.5s ease;
        transform: scale(1.1);
    }
    
    #popup-video {
        max-width: 100vw;
    }
    
    #popup-video .modal-dialog {
        max-width: 80% !important;
        z-index: 10000;
    }
    
    #modal-video-iframe {
        width: 100%;
        min-height: 50vh;
    }
    
    #nav-bar.container {
        padding: 0;
    }
    
    @media screen and (max-width: 1024px) {
        #popup-video .modal-dialog {
            max-width: 100vw !important;
        }
        #nav-bar-lg {
            height: 0px !important;
            width: 0 !important;
            visibility: hidden !important;
            margin: 0;
            padding: 0;
        }
        #nav-bar-sm {
            visibility: visible;
            /* margin-top: 30px; */
            height: auto;
        }
        .navbar-links {
            padding-left: 30px;
        }
        .navbar-button {
            position: absolute;
            padding-left: 15px;
            padding-right: 15px;
            top: 25px;
            right: 5px;
            transform: scale(10vw);
        }
    }
    /*Section One*/
    
    #home-section-one {
        height: 100vh;
        overflow: hidden;
        /* background-color: var(--pear); */
    }
    
    #playyipli-video-backdrop {
        filter: brightness(65%);
        background-image: url("../img/home/page-images/BG01.jpg");
        /* transform: translateY(-50%);
    margin-top: 50%; */
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        /** could be any size **/
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0;
    }
    
    .video-backdrop {
        /* min-width: 100%;
    overflow: hidden;
    display: block; */
        display: block;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 1;
    }
    
    .header-h1-text {
        font-weight: bolder;
    }
    
    #header-h1-overlay {
        text-align: center;
        position: absolute;
        top: 40%;
        left: 50%;
        padding: 30px;
        transform: translateX(-50%);
        min-width: 90%;
    }
    
    .modal-play-video-button {
        text-align: center;
        font-weight: bold;
        letter-spacing: 1.6px;
        padding-top: 6px;
        padding-right: 25px;
        padding-left: 25px;
        margin-top: 25px;
        transition-duration: 0.4s;
        max-width: auto;
        max-height: var(--pill-button-height);
        border: var(--pill-button-border) var(--white-text);
        border-radius: var(--pill-button-border-radius);
        background-color: transparent;
    }
    
    #play-video-button h5 {
        color: var(--white-text);
    }
    
    #play-video-button h5:hover {
        color: var(--tangerine);
    }
    
    .modal-play-video-button:hover {
        transform: scale(1.1);
        cursor: pointer;
        transition-duration: 0.4s;
    }
    
    .flip-animated-text {
        overflow: hidden !important;
        height: 40px !important;
        margin-top: 10px;
    }
    
    .flip-text-list {
        overflow: hidden;
        height: var(--font-size-h3);
        list-style-type: none;
        padding-left: 10px;
    }
    
    .animated-text {
        padding: 0;
        height: 52px;
        overflow: hidden;
    }
    
    .animated-text-pack {
        height: 32px !important;
        overflow: hidden;
        margin-bottom: 0;
        margin-left: 10px;
    }
    
    .line {
        text-align: left;
        line-height: 32px;
    }
    
    .line:first-child {
        animation: a 6s infinite;
    }
    
    @keyframes a {
        0% {
            margin-top: 0px;
        }
        25% {
            margin-top: -32px;
        }
        50% {
            margin-top: -64px;
        }
        75% {
            margin-top: -96px;
        }
        100% {
            margin-top: -96px;
        }
    }
    
    @media screen and (max-width: 991px) {
        #header-h1-overlay {
            width: 100%;
            top: 30%;
        }
    }
    
    @media screen and (max-width: 767px) {
        .animated-text {
            height: 52px;
        }
        .animated-text-pack {
            height: 28px !important;
        }
        .line {
            line-height: 28px;
        }
        @keyframes a {
            0% {
                margin-top: 6px;
            }
            25% {
                margin-top: -26px;
            }
            50% {
                margin-top: -54px;
            }
            75% {
                margin-top: -82px;
            }
            100% {
                margin-top: -82px;
            }
        }
        .video-backdrop {
            /* display: none; */
            min-height: 100%;
            max-width: 120%;
            /* margin-top: 80px; */
        }
        #playyipli-video-backdrop {
            background-color: white;
            background-image: unset;
        }
        #header-h1-overlay {
            width: 100%;
            top: 40vh;
        }
        .header-h1-text {
            /* color: var(--tangerine) !important; */
        }
        #playyipli-video-backdrop {
            /* filter: unset; */
        }
        #play-video-button h5 {
            /* color: var(--marine); */
        }
        .modal-play-video-button {
            /* border-color: var(--tangerine); */
        }
    }
    /*Section Two*/
    
    #home-section-two {
        /* background-image: url("../img/home/sec-two-background.svg"); */
        background-color: rgba(255, 55, 0, 0.801);
        margin-top: unset;
        /* background-color: var(--tangerine); */
    }
    
    #home-section-two .row {
        z-index: 2;
        height: auto;
        /* max-width: var(--lg-lp-break-point); */
        margin: auto;
    }
    
    #sec-two-background {
        background-image: url("../img/home/sec-two-background.svg");
        background-repeat: no-repeat;
        background-position: right;
    }
    
    @media screen and (max-width: 991px) {
        #home-section-two {
            margin-top: -56px;
        }
        #home-section-two .context-box {
            padding-left: 5px !important;
            margin-top: 20px;
        }
        #home-section-three h5:first-of-type {
            padding-top: 10px;
        }
        #home-section-three h5:last-of-type {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        #sec-two-background {
            background-position: top;
        }
    }
    /*Section Three*/
    
    #home-section-three {
        background-color: white;
    }
    
    #home-section-three .row {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
        z-index: 2;
        height: auto;
        /* max-width: var(--lg-lp-break-point); */
        margin: auto;
    }
    
    #home-section-three img {
        margin-bottom: unset;
    }
    
    @media screen and (max-width: 991px) {
        #home-section-three .context-box {
            padding-left: 5px;
        }
        #home-section-three .row {
            margin-top: 30px !important;
            margin-bottom: 30px !important;
        }
        #home-section-three img {
            margin-bottom: 30px;
        }
    }
    /*Section Four*/
    
    #home-section-four {
        background-color: var(--bubble);
    }
    
    #section-four-background {
        z-index: 1;
        background-image: url("../img/home/section-four-background.svg");
        background-repeat: no-repeat;
        background-position: left;
    }
    
    #home-section-four .row.sub {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        z-index: 2;
        height: auto;
        /* max-width: var(--lg-lp-break-point); */
        margin: auto;
    }
    
    .platform-icons {
        height: unset;
        width: unset;
    }
    
    @media screen and (max-width: 991px) {
        #home-section-four .context-box {
            padding-left: 5px;
        }
        .platform-icons {
            height: 40px;
            /* width: 40px; */
        }
    }
    /*Section Five*/
    
    #home-section-five {
        text-align: center;
        background-color: var(--bubble);
    }
    
    #home-section-five .row {
        margin-left: auto;
        margin-right: auto;
        max-width: 625px;
    }
    
    .store-link {
        transition: 0.5s ease;
    }
    
    .store-link:hover {
        transform: scale(1.1);
        transition: 0.5s ease;
    }
    
    #home-section-four img {
        margin-bottom: unset;
    }
    
    @media screen and (max-width: 991px) {
        #home-section-five .store-link {
            width: 100%;
        }
        #home-section-four img {
            margin-bottom: 30px;
        }
    }
    /*Section Six*/
    
    #home-section-six {
        width: 100%;
        text-align: center;
    }
    
    #home-section-six h5 {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #section-six-background {
        background-image: url("../img/home/section-six-background.svg");
        background-repeat: repeat-x;
        background-position: center;
    }
    
    #home-section-five .col-4 {
        padding: auto;
    }
    
    @media screen and (max-width: 991px) {
        #home-section-five .col-4 {
            padding: 0;
        }
    }
    /*Section Seven*/
    
    #home-section-seven {
        text-align: center;
        /* background-color: violet; */
        overflow: hidden;
    }
    
    #home-section-seven .row.showcase-lg {
        margin-top: 75px;
        margin-bottom: 75px;
        margin-left: auto;
        margin-right: auto;
        /* max-width: 1060px; */
    }
    
    .showcase-img {
        border-radius: 30px !important;
        max-width: 320px;
        max-height: 177px;
        transition: 0.5s ease;
    }
    
    .showcase-img:hover {
        transform: scale(1.1);
        transition: 0.5s ease;
    }
    
    .showcase-sm {
        visibility: hidden;
        /* overflow: hidden; */
        height: 0;
    }
    
    #home-section-seven h3 {
        padding-top: 75px;
    }
    
    @media screen and (max-width: 991px) {
        #home-section-seven h3 {
            padding-top: 40px;
        }
    }
    /*Section Eight*/
    
    #home-section-eight {
        background-color: #f5f5f5;
    }
    
    .features-lg {
        display: block;
    }
    
    .features-sm {
        display: none;
    }
    
    #home-section-eight .features-lg .card {
        border: none;
        background: none;
        margin-bottom: 75px;
    }
    
    #home-section-eight .features-sm .card {
        border: none;
        background: none;
    }
    
    #home-section-eight .features-sm .card-header {
        border: none;
        background: none;
        padding-left: 0;
    }
    
    #home-section-eight .features-sm .card-header button {
        border: none;
        background: none;
        padding-left: 0;
    }
    
    #home-section-eight .card .card-body {
        padding: 0 !important;
    }
    
    #home-section-eight .card-img-top {
        border-radius: 10px !important;
    }
    
    .feature-icon {
        transition: 0.5s ease;
        padding-right: 5px;
        font-size: 0.7rem;
    }
    
    .rotate-90 {
        transform: rotateZ(90deg);
        transition: 0.5s ease;
    }
    
    .rotate-0 {
        transform: rotateZ(0deg);
        transition: 0.5s ease;
    }
    
    #home-section-eight .card:hover .overlay {
        height: 200px;
    }
    
    .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    
    .image-1 {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .overlay {
        border-radius: 10px;
        position: absolute;
        bottom: 72px;
        left: 0;
        right: 0;
        background-color: #3d404173;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s ease;
    }
    
    @media screen and (max-width: 767px) {
        .showcase-lg {
            display: none !important;
        }
        #home-section-eight .features-lg .card {
            margin-bottom: 30px;
        }
        .showcase-sm {
            visibility: visible;
            height: unset;
            /* padding-top: 20px;
        padding-bottom: 50px; */
        }
        .features-lg {
            display: block !important;
        }
        .features-sm {
            display: none !important;
        }
    }
    /*Parllax One*/
    
    #home-parallax-one {
        background-image: url("../img/home/page-images/mat-renders/AllMatRender001.jpg");
        background-attachment: fixed;
        height: 500px;
        background-repeat: no-repeat;
        background-position: center;
        /* background-clip: cover; */
        /* -webkit-background-clip: inherit; */
        filter: brightness(60%);
    }
    
    @media screen and (max-width:767px) {
        #home-parallax-one {
            background-image: url("../img/home/page-images/mat-renders/SingleMatMobile.jpg");
            background-attachment: fixed;
            height: 500px;
            background-size: 500px;
            background-repeat: no-repeat;
            background-position: center;
            background-clip: cover;
            -webkit-background-clip: inherit;
            filter: brightness(60%);
        }
    }
    /*Section Nine*/
    
    #home-section-nine {
        text-align: center;
        background-color: #f5f5f5;
    }
    
    #home-section-nine h5.text-color-muted {
        margin-left: auto;
        margin-right: auto;
        max-width: 650px;
    }
    /*Section Ten*/
    
    #home-section-ten #section-ten-background {
        background-color: var(--marine);
    }
    
    #home-section-ten h3 {
        max-width: var(--lg-dk-break-point);
        margin-left: auto;
        margin-right: auto;
    }
    
    #home-section-ten .card {
        max-width: 405px;
        background-color: transparent;
        border: none;
        padding: 10px;
    }
    
    .reviwes {
        max-height: auto;
        padding-bottom: 20px;
    }
    
    #home-section-ten .card-body {
        padding: 0px;
    }
    
    .reviwes .card-body {
        min-height: 250px;
    }
    
    .reviwes .card-footer {
        border: none;
        background: none;
        padding: 0;
    }
    
    .review-text {
        line-height: 1.2 !important;
        font-weight: 400 !important;
    }
    
    .testimonial-image {
        max-width: 60px;
        border-radius: 50%;
        background-color: white;
    }
    /*Parllax Two*/
    
    #home-parallax-two {
        background-image: url("../img/home/page-images/mat-renders/SingleMat01.jpg");
        background-attachment: fixed;
        height: 500px;
        background-repeat: no-repeat;
        background-position: center;
        background-clip: cover;
        -webkit-background-clip: inherit;
        filter: brightness(60%);
    }
    
    @media screen and (max-width:767px) {
        #home-parallax-two {
            display: none;
            background-image: url("../img/home/page-images/mat-renders/SingleMat01.jpg");
            background-attachment: fixed;
            height: 500px;
            background-size: 1300px;
            background-repeat: no-repeat;
            background-position: center;
            background-clip: cover;
            -webkit-background-clip: inherit;
            filter: brightness(60%);
        }
    }
    /*Section Eleone*/
    
    #home-section-eleone {
        background-color: var(--bubble);
    }
    
    #home-section-eleone h2:first-of-type {
        padding-top: 75px;
    }
    
    #section-eleone-background {
        background-image: url("../img/home/section-eleone-background.svg");
        background-position: right;
        background-repeat: no-repeat;
        max-height: 415px;
    }
    
    #home-section-eleone .row {
        max-width: 800px;
    }
    
    #home-section-eleone .row .col-4 {
        padding-right: 40px;
    }
    
    @media screen and (max-width :991px) {
        #home-section-eleone h2:first-of-type {
            padding-top: 20px;
        }
        #section-eleone-background {
            background-position-x: 400px;
            max-height: unset;
        }
    }
    /*Section Twelve*/
    
    #home-section-twelve {
        text-align: center;
    }
    
    #home-section-twelve button {
        text-align: center;
        color: var(--white-text);
        letter-spacing: 1.6px;
        padding-top: 6px;
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 6px;
    }
    
    #section-twelve-background {
        background-image: url("../img/home/page-images/BG03.jpg"), url("../img/home/overlay-filter.png");
        background-position-y: -20vh;
        background-blend-mode: color-burn;
        /*background-attachment: fixed; */
        height: 363px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-clip: cover;
        background-blend-mode: darken;
        z-index: 0;
    }
    
    #home-section-twelve h2 {
        z-index: 10;
    }
    
    @media screen and (max-width :991px) {
        #section-twelve-background {
            height: 450px;
            background-position-y: -10vh;
            /* background-position-x: -50%; */
        }
    }
    /*Section Thirteen*/
    
    #home-section-thirteen {
        text-align: center;
        background-color: var(--marine);
    }
    
    #home-section-thirteen .row {
        text-align: left;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    @media screen and (max-width:991px) {
        #home-section-thirteen .row {
            width: 100%;
        }
    }
    /*Section Fourteen*/
    
    #home-section-fourteen {
        text-align: left;
    }
    
    #section-fourteen-background {
        background-image: url("../img/home/section-fourteen-background.svg");
        background-repeat: repeat-x;
        max-height: 539px;
        background-position: center;
    }
    
    .inline-buttons-outer {
        width: 100%;
    }
    
    .inline-buttons-inner {
        display: inline;
    }
    
    .yipli-at-work-img {
        margin-top: 25px;
    }
    
    @media screen and (max-width: 991px) {
        #section-fourteen-background {
            max-height: unset;
        }
        .yipli-at-work-img {
            margin-top: unset;
        }
        #home-section-fourteen {
            text-align: center;
        }
    }
    
    .image-corosole {
        overflow: hidden;
    }
    /*Footer*/
    
    footer {
        background-color: #f5f5f5;
    }
    
    .footer-menu-header {
        color: var(--muted);
        font-weight: bold;
    }
    
    .footer-link {
        color: var(--muted);
        text-decoration: underline;
        margin-bottom: 5px;
    }
    
    .footer-link:hover {
        color: var(--tangerine) !important;
        transition-duration: 0.4s;
        transform: scale(110%);
    }
    
    .footer-text {
        color: var(--muted);
    }
    
    .social-icon:hover {
        transition-duration: 0.4s;
        color: var(--tangerine) !important;
        transform: scale(110%);
    }
    
    #mailing-list-input {
        background-color: #EAE7E7;
        border: none;
        height: 48px;
        width: 100%;
    }
    
    #footer-subscribe-email {
        position: absolute;
        top: 43px;
        right: 30px;
        border: none;
        background: none;
    }
    
    .mailing-list-input-icon {
        color: var(--tangerine);
    }
    
    footer hr {
        background-color: var(--tangerine);
        height: 1px;
    }
    
    #footer-contact-us-team .footer-link {
        display: inline;
        margin-left: 30px;
    }
    
    #footer-privacy-policy .footer-link {
        display: inline;
        margin-left: 30px;
    }
    
    #footer-t-n-c .footer-link {
        display: inline;
        margin-left: 30px;
    }
    
    .legals .footer-text {
        display: inline;
    }
    
    .social-links {
        max-width: 30%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    @media screen and (max-width: 991px) {
        .social-links {
            max-width: 80%;
        }
        #footer-privacy-policy .footer-link {
            display: inline;
            margin-left: 0px;
            margin-bottom: 10px;
        }
        .legals .footer-text {
            display: inherit;
        }
    }
    
    @media screen and (max-width: 990px) {
        #footer-logo {
            display: none;
        }
    }
    
    .info-page-heading {
        padding-right: 100px;
        text-align: left;
    }
    
    #container-frame {
        margin-top: 30px;
    }
    
    #container-frame .card {
        border: none;
    }
    
    #container-frame .card-header {
        background-color: transparent !important;
        border: none !important;
    }
    
    #container-frame .card-header button {
        background-color: transparent;
    }
    
    #container-frame .card-body {
        max-width: 500px;
    }
    
    #container-frame .card-body h6 {
        line-height: 1.6 !important;
    }
    
    .faq-icon {
        position: absolute;
        right: 25px;
        top: 45px;
        bottom: auto;
    }
    
    .faq-list {
        max-width: 100vw;
    }
    /* .faq-schema
    visibility: hidden;
    height: 0;
    width: 0; 
} */
    
    @media screen and (max-width: 991px) {
        .info-page-heading {
            text-align: center;
            padding-right: 0;
        }
    }
    
    .terms-conditions {
        text-align: left;
        line-height: 1.6 !important;
    }
    /* @media (prefers-color-scheme: light) {
    body {
        background-color: white !important;
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: black !important;
    }
} */
.bill-items::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.bill-items {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#checkout-window {
    overflow: hidden;
    border: none;
    min-height: 800px;
    max-width: 1400px;
    border-radius: 30px;
    margin: auto;
    border: 5px solid var(--bubble);
    background-color: #F8F8F8;
    /* background-image: -webkit-linear-gradient( 50deg, #64f7e863 0, #39ffeba6 99%); */
    /* box-shadow: 0px 15px 15px #5e5d5d9f; */
}

#checkout-window .branding-bk-checkout-window {}

#checkout-window .branding-bk-checkout-window::before {
    background-image: url(../img/shortened-logo-bubble.svg);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position-x: -67%;
    background-position-y: -4vh;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 14%;
}

#checkout-window .card-header {
    background-color: white !important;
    border: none !important;
}

#checkout-window .card-footer {
    background-color: transparent !important;
    border: none !important;
}

#checkout-window .color-selection-buttons-div {
    display: flex;
    align-items: center;
}

#checkout-window .button-image-div {
    display: flex;
    justify-content: space-around;
}

#checkout-window .color-selection-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    margin: auto 6px;
    box-shadow: 0px 5px 5px #5e5d5d9f;
    font-weight: bold !important;
    outline: black;
}

#checkout-window .mat-qty {
    margin: auto 20px;
}

#checkout-window .qty-select {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100px;
}

#checkout-window .qty-select button {
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #EDEDED;
    border: none;
    border-radius: 3px;
}

#checkout-window .price-display-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100px;
}

#checkout-window .removeSet-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100px;
}

#checkout-window .add-new-mat-color-div {
    margin-top: 50px;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
}

#checkout-window .add-new-mat-color-button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: var(--marine);
    font-size: 20px;
    background-color: var(--bubble);
    border: 2px solid #6A9994;
    z-index: 2;
}

.border-black {
    border: 2px solid black !important;
    box-shadow: none !important;
}

.borer-white {
    border: 3px solid white !important;
    box-shadow: none !important;
}

.green-border {
    border: 3px solid green !important;
}

.red-border {
    border: 3px solid red !important;
}

.Black-mat {
    color: black;
}

.Blue-mat {
    color: #9BECF7;
}

.Pink-mat {
    color: #FFD1DC;
}

.Green-mat {
    color: #D0D351;
}

.Yellow-mat {
    color: #FCC62C;
}

.Orange-mat {
    color: #FC6A03;
}

.color-selection-button.black-mat-selection-button {
    background-color: black;
    color: #a6dd1d;
}

.color-selection-button.blue-mat-selection-button {
    background-color: #9BECF7;
    color: var(--marine);
}

.color-selection-button.green-mat-selection-button {
    background-color: #D0D351;
    color: var(--muted);
}

.color-selection-button.orange-mat-selection-button {
    background-color: #FC6A03;
    color: var(--muted);
}

.color-selection-button.pink-mat-selection-button {
    background-color: #FFD1DC;
    color: var(--muted);
}

.color-selection-button.yellow-mat-selection-button {
    background-color: #FCC62C;
    color: var(--muted);
}

#checkout-window #color-selection-pan {
    padding-top: 65px !important;
    max-height: 500px;
    overflow-y: scroll;
    padding-right: 50px;
    align-content: center;
}

#checkout-window #mat-display-image {
    max-width: 150px;
    max-height: 100px;
    margin-left: 80px;
}

#checkout-window #checkout-navigation-pan {
    min-height: 60px;
    padding: 40px;
}

#checkout-window .cont {
    /* width: 576px; */
    left: calc(50% - 288px);
    padding: 0;
    margin: 0 auto;
    position: absolute;
}

#checkout-window #progress-bar {
    appearance: none;
    width: 576px;
    color: #000;
    height: 2px;
    margin: 0 auto;
    margin-top: 32px;
}

#checkout-window .checkout-span {
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 12px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

#checkout-window .checkout-span-outter {
    color: #BEBEBE;
}

#checkout-window .checkout-span-inner {
    padding-left: 2px;
    padding-top: 4px;
    color: #BEBEBE;
}

#checkout-window .current-page .checkout-span-inner {
    color: var(--tangerine) !important;
    transition: all 0.4s ease-in-out;
}

#checkout-window .done-page .checkout-span-inner {
    color: var(--tangerine) !important;
    transition: all 0.4s ease-in-out;
}

#checkout-window .done-page .checkout-span-outter {
    color: var(--tangerine) !important;
    transition: all 0.4s ease-in-out;
}

#checkout-window .second {
    left: 192px;
}

#checkout-window .third {
    left: 384px;
}

#checkout-window .fourth {
    left: 576px;
}

#checkout-window #progress-bar::-webkit-progress-value {
    /* Changes line color */
    background: var(--tangerine);
    transition: all 0.4s ease-in-out;
}

#checkout-window #progress-bar::-webkit-progress-bar {
    /* Changes background color */
    background: #BEBEBE;
}

#checkout-window .checkout-progress-headers {
    margin-top: 15px;
}

#checkout-window .fist-heading {
    position: absolute;
    transform: translateX(-35%);
}

#checkout-window .second-heading {
    position: absolute;
    transform: translateX(-35%);
    left: 192px;
}

#checkout-window .third-heading {
    position: absolute;
    transform: translateX(-35%);
    left: 384px;
}

#checkout-window .fourth-heading {
    position: absolute;
    transform: translateX(-35%);
    left: 576px;
}

#checkout-window .border-change {
    border-color: var(--tangerine);
    transition: all 0.4s ease-in-out;
}

#checkout-window .checkout-navigation-button {
    position: absolute;
    background-color: var(--bubble);
    box-shadow: 0px 3px 6px #00000033;
    border-radius: 8px;
    border: 0px;
    height: 60px;
    width: 200px;
    bottom: 50px;
}

#checkout-window .checkout-navigation-button#checkout-navigation-back {
    left: 40px;
    bottom: 40px;
    background: transparent;
    box-shadow: none;
    color: var(--marine);
    font-weight: bold !important;
    cursor: pointer;
}

#checkout-window .checkout-navigation-button#checkout-navigation-next {
    right: 40px;
    bottom: 40px;
    color: var(--marine);
    font-weight: bold !important;
    font-size: 22px;
}

.hidden-element {
    display: none !important;
}

#checkout-window #overview-payment-pan .card {
    background-color: #ffffffe8;
    border: 1px solid #707070;
    border-radius: 20px;
}

#checkout-window #overview-payment-pan ul li {
    background-color: transparent;
}

#checkout-window .bill-box {
    min-height: 450px;
}

#checkout-window .bill-items {
    height: 200px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#checkout-window .product-discribe {
    border: 3px solid #91D3CC !important;
    border-radius: 20px;
}

#checkout-window .list-group {
    border: none;
}

#checkout-window #discount-cupon-div {
    display: flex;
    justify-content: space-between;
}

#checkout-window .cupon-code-input {
    background-color: #E2E2E2;
    border-radius: 8px;
    border: none;
    width: 100%;
    height: 60px;
    padding: 20px;
    text-transform: uppercase;
}

#checkout-window .cupon-code-button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 30px;
    margin-top: 15px;
}

#checkout-window-mobile {
    overflow: hidden;
    border: none;
    /* min-height: 1000px; */
    max-width: 1400px;
    border-radius: 30px;
    margin: auto;
    border: 5px solid var(--bubble);
    /* background-color#F8F8F8; */
    /* background-image: -webkit-linear-gradient( 50deg, #64f7e863 0, #39ffeba6 99%); */
    /* box-shadow: 0px 15px 15px #5e5d5d9f; */
}

#checkout-window-mobile .branding-bk-checkout-window {}

#checkout-window-mobile .branding-bk-checkout-window::before {
    background-image: url(../img/shortened-logo-bubble.svg);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position-x: 112%;
    background-position-y: -4vh;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 14%;
}

#checkout-window-mobile .card-header {
    background-color: white !important;
    border: none !important;
}

#checkout-window-mobile .card-footer {
    background-color: transparent !important;
    border: none !important;
}

#checkout-window-mobile .color-selection-buttons-div {
    display: flex;
    align-items: center;
    height: 100px;
}

#checkout-window-mobile .button-image-div {
    display: flex;
}

#checkout-window-mobile .color-selection-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin: auto 6px;
    box-shadow: 0px 5px 5px #5e5d5d9f;
    font-weight: bold !important;
    outline: black;
}

#checkout-window-mobile .mat-qty {
    margin: auto 20px;
}

#checkout-window-mobile .qty-select {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100px;
}

#checkout-window-mobile .qty-select button {
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #EDEDED;
    border: none;
    border-radius: 3px;
}

#checkout-window-mobile .price-display-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100px;
}

#checkout-window-mobile .removeSet-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100px;
}

#checkout-window-mobile .add-new-mat-color-div {
    margin-top: 50px;
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
}

#checkout-window-mobile .add-new-mat-color-button {
    border-radius: 50%;
    color: var(--marine);
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--bubble);
    border: 2px solid #6A9994;
    z-index: 2;
}

#checkout-window-mobile #color-selection-pan {
    padding-top: 65px !important;
    max-height: 500px;
    overflow-y: scroll;
    align-content: center;
}

#checkout-window-mobile #mat-display-image {
    max-width: 150px;
    max-height: 100px;
    background-color: #E6E6E6;
    border-radius: 15px;
    padding: 10px;
}

#checkout-window-mobile #checkout-navigation-pan {
    min-height: 60px;
    padding: 40px;
}

#checkout-window-mobile .cont {
    /* width: 576px; */
    left: calc(50%);
    transform: translateX(-50%);
    padding: 0;
    margin: 0 auto;
    position: absolute;
}

#checkout-window-mobile #progress-bar {
    appearance: none;
    width: 250px;
    color: #000;
    height: 2px;
    margin: 0 auto;
    margin-top: 24px;
}

#checkout-window-mobile .checkout-span {
    background-color: white;
    transform: translateX(-50%);
    border-radius: 50%;
    height: 30px;
    width: 24px;
    position: absolute;
    left: 0px;
    top: 12px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

#checkout-window-mobile .checkout-span-outter {
    color: #BEBEBE;
    font-size: 24px !important;
}

#checkout-window-mobile .checkout-span-inner {
    padding-left: 1px;
    padding-top: 4px;
    color: #BEBEBE;
    font-size: 11px
}

#checkout-window-mobile .current-page .checkout-span-inner {
    color: var(--tangerine) !important;
    transition: all 0.4s ease-in-out;
}

#checkout-window-mobile .done-page .checkout-span-inner {
    color: var(--tangerine) !important;
    transition: all 0.4s ease-in-out;
}

#checkout-window-mobile .done-page .checkout-span-outter {
    color: var(--tangerine) !important;
    transition: all 0.4s ease-in-out;
}

#checkout-window-mobile .second {
    left: 125px;
}

#checkout-window-mobile .third {
    left: 187.5px;
}

#checkout-window-mobile .fourth {
    left: 250px;
}

#checkout-window-mobile #progress-bar::-webkit-progress-value {
    /* Changes line color */
    background: var(--tangerine);
    transition: all 0.4s ease-in-out;
}

#checkout-window-mobile #progress-bar::-webkit-progress-bar {
    /* Changes background color */
    background: #BEBEBE;
}

#checkout-window-mobile .checkout-progress-headers {
    margin-top: 15px;
}

#checkout-window-mobile .fist-heading {
    position: absolute;
    transform: translateX(-50%);
    left: 5%;
}

#checkout-window-mobile .second-heading {
    position: absolute;
    transform: translateX(-35%);
    left: 25%;
}

#checkout-window-mobile .third-heading {
    position: absolute;
    transform: translateX(-35%);
    left: 54%;
}

#checkout-window-mobile .fourth-heading {
    position: absolute;
    transform: translateX(-35%);
    left: 95%;
}

#checkout-window-mobile .border-change {
    border-color: var(--tangerine);
    transition: all 0.4s ease-in-out;
}

#checkout-window-mobile .checkout-navigation-button {
    position: absolute;
    background-color: var(--bubble);
    box-shadow: 0px 3px 6px #00000033;
    border-radius: 8px;
    border: 0px;
    height: 45px;
    width: 120px;
    bottom: 50px;
}

#checkout-window-mobile .checkout-navigation-button#checkout-navigation-back {
    left: 16px;
    bottom: 16px;
    background: transparent;
    box-shadow: none;
    color: var(--marine);
    font-weight: bold !important;
    cursor: pointer;
}

#checkout-window-mobile .checkout-navigation-button#checkout-navigation-next {
    right: 16px;
    bottom: 16px;
    color: var(--marine);
    font-weight: bold !important;
}

#checkout-window-mobile #overview-payment-pan .card {
    background-color: #ffffffe8;
    border: 1px solid #707070;
    border-radius: 20px;
}

#checkout-window-mobile #overview-payment-pan ul li {
    background-color: transparent;
}

#checkout-window-mobile .bill-box {
    min-height: 450px;
}

#checkout-window-mobile .bill-items {
    height: 200px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#checkout-window-mobile .product-discribe {
    border: 3px solid #91D3CC !important;
    border-radius: 20px;
}

#checkout-window-mobile .list-group {
    border: none;
}

#checkout-window-mobile #discount-cupon-div {
    display: flex;
    justify-content: space-between;
}

#checkout-window-mobile .cupon-code-input {
    background-color: #E2E2E2;
    border-radius: 8px;
    border: none;
    width: 100%;
    height: 60px;
    padding: 20px;
    text-transform: uppercase;
}

#checkout-window-mobile .cupon-code-button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 30px;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .color-selection-button {
        margin: 10px 5px;
    }
}

#download-yipli-app {
    border-radius: 10px;
    min-height: 50vh;
    background-image: url("../img/shortened-logo-bubble.svg");
    background-position-x: -40%;
    background-position-y: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: none;
    /* box-shadow: 0px 15px 15px #5e5d5d9f; */
    background-color: #64f7e863;
    padding-bottom: 100px;
}

#download-yipli-app .card {
    overflow: hidden;
    border-radius: 10px !important;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: none;
    box-shadow: 0px 15px 15px #5e5d5d9f;
    background-color: #ffffff !important;
}

#download-yipli-app .card-body {
    background-color: white;
    min-height: 160px;
}

#download-yipli-app .card-header {
    background-color: white;
    border-bottom: none;
}

#download-yipli-app .card-footer {
    background-color: white;
    border-top: none;
}

.app-download-button {
    max-width: auto;
    max-height: var(--pill-button-height);
    border: var(--pill-button-border) var(--tangerine);
    border-radius: var(--pill-button-border-radius);
    background-color: var(--tangerine);
    color: var(--white-text);
    font-size: var(--font-size-h5);
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s ease;
}

.app-download-button:hover {
    transform: scale(1.05);
    transition: 0.5s ease;
}

button.off-page-link {
    background-color: transparent;
    border: none;
    cursor: pointer;
}


/*about us*/

#about-us {
    background-color: #f5f5f5;
}

.team-member {
    margin-bottom: 30px;
    text-align: center;
    background-color: #64f7e863 !important;
    min-height: 500px;
    border-radius: 10px !important;
}

.team-member .card-sym {
    min-height: 215px;
}

#partners-window {
    overflow: hidden;
    border: none;
    border-radius: 10px;
    background-color: #64f7e863;
    /* background-image: -webkit-linear-gradient( 50deg, #64f7e863 0, #39ffeba6 99%); */
    /* box-shadow: 0px 15px 15px #5e5d5d9f; */
}

#partners-window-background {
    background-image: url("../img/shortened-logo-bubble.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: -20%;
    background-position-y: 20vh;
    transition: 1s ease;
}

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

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--marine);
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

* {
    box-sizing: border-box;
}

box-sizing: border-box;

}