<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    height: 100%;
}
body {
    min-height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.product-price,
.selected_name {
    font-family: "Bauhaus", sans-serif;
    font-weight: bold !important;
}

a,
a:hover {
    text-decoration: none;
}

hr.unstyled {
    border-width: 0;
    height: 1px;
}
hr.hr-or {
    position: relative;
}
hr.hr-or::after {
    content: "OR";
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -16px;
    font-size: small;
}
hr.hr-or:not(.hr-vertical)::after {
    left: 50%;
    margin-left: -16px;
}
hr.hr-vertical {
    margin: 0 auto;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-top: none;
}

#navbar .nav-item .nav-link {
    font-size: 1em;
    font-weight: 300;
    color: #222;
}
.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0;
    font-size: 0.75em;
    vertical-align: 1px;
    margin-left: 0.35em;
    opacity: 0.7;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}
.show .dropdown-toggle::after {
    vertical-align: -1px;
    opacity: 1;
}

.cart-quantity {
    position: absolute;
    top: -1px;
    right: 0px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
}
.category h6 {
    font-weight: bold;
}
.category .nav-link {
    color: #848484;
    font-size: 14px;
}

.home_decor {
    background-color: #af1414;
    height: 100%;
}
.home_decor .nav-link {
    color: #bcbcbc;
    font-size: 14px;
}
.home_decor h4 {
    color: #fff;
}
.discount {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ff0000;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: bold;
}
.product_title {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer {
    padding: 20px;
}
.footer h5 {
    color: #fff;
}
.footer .nav-link {
    color: #a2a2a2;
    font-size: 11px;
    font-weight: bold;
}

/* Sticky Footer */
.sticky-footer {
    position: relative;
    min-height: 100vh;
}
.sticky-footer #footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.box {
    font-family: "Cabin", sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box:hover {
    -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.3);
}
.box:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 15px;
    top: 15px;
}
.box img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box:hover img {
    -webkit-filter: hue-rotate(50deg);
    filter: hue-rotate(50deg);
}
.box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 25px;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
.box:hover .box-content {
    opacity: 1;
}
.box .title {
    color: #5f27cd;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 3px;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
.box:hover .title {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.box .post {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 7px;
    display: block;
}
.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li {
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a {
    color: #fff;
    background-color: #5f27cd;
    font-size: 14px;
    line-height: 33px;
    height: 25px;
    width: 35px;
    border-radius: 0 0 20px 20px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover {
    color: #fff;
    background-color: #222;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.9);
}
.product-image {
    background-color: #f4f4f4;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*border-bottom:  2px solid black;*/
}
.slider .col-md-6.mb-3:nth-child(3),
.slider .col-md-6.mb-3:nth-child(4) {
    margin-bottom: 0 !important;
}
.slider .col-md-6:nth-child(odd) {
    padding-right: 0;
}
.categories h5 {
    font-size: 13px;
    font-weight: bolder;
}
.categories .nav-link {
    font-size: 12px;
    color: #848484;
    padding: 0.5rem 0;
}
.home_decor_front {
    background-color: #af1414;
    text-align: center;
    padding: 1rem 0;
}
.home_decor_front h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bolder;
}
.home_decor_front .nav-link {
    font-size: 12px;
    color: #bcbcbc;
    padding: 0.5rem 0;
}
.home_decor_front .nav-link:hover {
    color: #ffbe4e;
}
.home_decor_main_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*Product View*/
.product-grid2 {
    font-family: "Open Sans", sans-serif;
    position: relative;
}
.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative;
}
.product-grid2 .product-image2 a {
    display: block;
}
.product-grid2 .product-image2 img {
    width: 100%;
    height: 300px;
}
.product-image2 .pic-1 {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product-grid2:hover .product-image2 .pic-1 {
    opacity: 0;
}
.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1;
}
.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1;
}
.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product-grid2:hover .social li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.product-grid2:hover .social li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.product-grid2:hover .social li:nth-child(3) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-grid2 .social li a:hover {
    color: #fff;
    background-color: #3498db;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}
.product-grid2 .social li a:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}
.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
    opacity: 1;
}
.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-grid2 .add-to-cart:hover {
    background-color: #3498db;
    text-decoration: none;
}
.product-grid2:hover .add-to-cart {
    bottom: 0;
}
.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-grid2:hover .product-new-label {
    opacity: 0;
}
.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center;
}
.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px;
}
.product-grid2 .title a {
    color: #303030;
}
.product-grid2 .title a:hover {
    color: #3498db;
}
.product-grid2 .price {
    color: #303030;
    font-size: 15px;
}
.product-detail-img {
    height: 400px;
}
.product-detail-sub-img {
    height: 100px;
    min-width: 100%;
}
@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar .nav-item .dropdown-menu {
        /* display: none; */
        margin-top: 0.75rem;
        border-radius: 0;
        border-color: #eee;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
        font-size: small;
        z-index: 1021;
    }
    .navbar .nav:not(.ml-auto) .nav-item .dropdown-menu {
        min-width: 220px;
    }

    /* Navbar Right */
    /* .navbar .ml-auto .nav-item:last-child .dropdown-menu { */
    .navbar .ml-auto .nav-item .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar .nav-item .dropdown-menu::before {
        content: "";
        display: block;
        width: 100%;
        height: 0.85rem;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: -0.85rem;
    }
    .navbar .nav-item .dropdown-menu::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #e5e5e5 transparent;
        position: absolute;
        left: 1.25em;
        top: -1rem;
    }
    /* .navbar .ml-auto .nav-item:last-child .dropdown-menu::after { */
    .navbar .ml-auto .nav-item .dropdown-menu::after {
        left: auto;
        right: 1.25em;
    }

    .navbar .nav-item.dropdown-hover:hover .dropdown-menu {
        display: block;
    }
    .navbar .dropdown-menu .dropdown-item {
        padding: 0.35rem 1rem;

        /* padding-left: 1.25rem;
        padding-right: 1.25rem; */
    }
}

@media screen and (max-width: 991px) {
    #v-pills-tab.nav-pills {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #v-pills-tab .nav-link {
        padding: 0.75rem 0.5rem;
        text-align: center;
        font-size: 0.8em;
        width: 20%;
        line-height: initial;
    }
    #v-pills-tab .nav-link i {
        display: block;
        font-size: large;
        margin: 0 0 0.55rem 0 !important;
    }

    .cart-quantity {
        top: 0;
        left: 45px;
    }
    .box {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .display-3 {
        font-size: 2em;
    }

    .product-grid2 .product-image2 img {
        height: 100px;
    }
    .product_width:nth-of-type(even) {
        padding-right: 0;
    }
    .product-detail-img {
        height: 150px;
    }
}

/* Customm */

.text-lg {
    font-size: large;
}
.text-sm {
    font-size: small;
}
.text-xs {
    font-size: x-small;
}

/* List */
.names_list ul {
    overflow: auto;
    height: 200px;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: small;
    border: solid 1px #dee2e6;
}
.names_list ul li {
    width: 20%;
    float: left;
    border-right: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
    padding: 5px 0 5px 8px;
    cursor: pointer;
    position: relative;
}
.names_list ul li.active {
    position: relative;
    color: #ffffff;
    background-color: green;
}
.names_list ul li.active .btn-name-play {
    color: #ffffff;
}
/*
        .names_list ul li.active::after {
            position: absolute;
            top: 3px;
            right: 6px;
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 1rem;
        }
        */
.names_list ul li a {
    display: inline-block;
    padding: 4px 0 4px 8px;
}
.names_list ul li .btn-name-play {
    border: none;
    background-color: transparent;
    margin-left: 0.15em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
}
.names_list ul li:hover .btn-name-play {
    opacity: 0.5;
    visibility: visible;
}
.names_list ul li.active .btn-name-play {
    opacity: 1;
    visibility: visible;
}

.list-details details {
    margin-bottom: 0.2em;
}
.list-details summary {
    padding: 8px 8px 8px 28px;
    background-color: #f5f5f5;
    position: relative;
}
.list-details summary::marker,
.list-details summary::-webkit-details-marker {
    content: "";
}
.list-details details summary::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 12px;
    line-height: 37px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0.2rem 50%;
    -ms-transform-origin: 0.2rem 50%;
    transform-origin: 0.2rem 50%;
    -webkit-transition: 0.25s -webkit-transform ease;
    transition: 0.25s -webkit-transform ease;
    -o-transition: 0.25s transform ease;
    transition: 0.25s transform ease;
    transition: 0.25s transform ease, 0.25s -webkit-transform ease;
}

/* THE MAGIC ðŸ§™â€â™€ï¸ */
.list-details details[open] &gt; summary::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.list-details details div {
    margin: 10px 10px 25px 10px;
    font-size: small;
}

/* List Testimonials &amp; Slider */
.list-testimonials .card,
.testimonial-slider .card {
    padding: 1.75rem;
}
.list-testimonials blockquote,
.testimonial-slider blockquote {
    position: relative;
    padding-left: 2em;
}
.testimonial-slider blockquote {
    padding-left: 3.25em;
}
.list-testimonials q,
.testimonial-slider q {
    display: block;
    font-size: 0.95em;
    line-height: 1.3;
    font-style: italic;
    font-family: "Georgia", serif;
}
.testimonial-slider q {
    font-size: 1.1em;
    line-height: 1.55;
}
.list-testimonials q::before,
.testimonial-slider q::before {
    content: "\f10d";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.25em;
    font-style: normal;
    opacity: 0.3;
}
.testimonial-slider q::before {
    font-size: 2em;
}
.list-testimonials q::after,
.testimonial-slider q::after {
    content: "";
}
.list-testimonials .rating,
.testimonial-slider .rating {
    font-size: 0.7em;
    margin-top: 0.7em;
}
.testimonial-slider .rating {
    font-size: 0.85em;
    margin-top: 2em;
}
.list-testimonials cite,
.testimonial-slider cite {
    font-size: 0.75em;
    font-style: normal;
    margin-top: 0.6em;
}
.testimonial-slider cite {
    font-size: 1em;
}
.list-testimonials cite::before,
.testimonial-slider cite::before {
    content: "-";
    display: inline-block;
    margin-right: 0.4em;
}

/* Slider controls */
.testimonial-slider .carousel-control-next,
.carousel-control-prev {
    width: 48px;
    color: #000;
    font-size: 1.75em;
}
.testimonial-slider .carousel-control-next:focus,
.testimonial-slider .carousel-control-next:hover,
.testimonial-slider .carousel-control-prev:focus,
.testimonial-slider .carousel-control-prev:hover {
    color: #000;
    opacity: 1;
}

.testimonial-slider .carousel-control-prev {
    left: -56px;
}
.testimonial-slider .carousel-control-next {
    right: -56px;
}

.testimonial-slider .carousel-indicators {
    bottom: -40px;
    margin-bottom: 0;
}
.testimonial-slider .carousel-indicators li {
    opacity: 0.35;
    background-color: #000;
    height: 6px;
    margin: 0 6px;
}
.testimonial-slider .carousel-indicators li.active {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    /* Force table to not be like tables anymore */
    .table-responsive-v2 table,
    .table-responsive-v2 thead,
    .table-responsive-v2 tbody,
    .table-responsive-v2 tfoot,
    .table-responsive-v2 th,
    .table-responsive-v2 td,
    .table-responsive-v2 tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive-v2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-v2 tr {
        border: 1px solid #ccc;
    }

    .table-responsive-v2 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
    }

    .table-responsive-v2 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 40%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    .table-responsive-v2 td:before {
        content: attr(data-th);
    }

    /* .list-testimonials blockquote, .testimonial-slider blockquote {
        padding-left: 0;
        padding-top: 2em;
        text-align: center;
    } */
    .list-testimonials q::before,
    .testimonial-slider q::before {
        right: 0;
    }
    .list-testimonials .rating,
    .testimonial-slider .rating {
        font-size: 0.7em;
        margin-top: 1.75em;
    }

    .list-testimonials cite,
    .testimonial-slider cite {
        margin-top: 0;
    }
    .list-testimonials cite::before,
    .testimonial-slider cite::before {
        display: inline-block;
        margin-top: 0.8em;
        margin-right: 0.8em;
    }

    /* Testimonial slider */
    .testimonial-slider cite {
        font-size: small;
    }
    .testimonial-slider .rating {
        margin-top: 2.5em !important;
    }

    /* card-product */
    .card-product {
        padding: 0.8em;
    }
    .card-product img {
        max-width: 50%;
        height: auto !important;
    }
    .card-product h3 {
        font-size: large;
        margin-top: 1.2em;
    }

    /* names_list */
    .names_list ul li {
        width: 33.33%;
    }
}

/* Modal */

#chooseNameModal .close {
    position: fixed;
    right: 30px;
    top: 25px;
    color: #fff;
    opacity: 0.65;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}
#chooseNameModal .close:hover,
#chooseNameModal .close:active,
#chooseNameModal .close:focus {
    opacity: 1;
}

/* gpay-card-info-container */
.gpay-card-info-container {
    display: block;
    width: 100%;
}

.orderDetailsContainer {
    width: 75%;
}

@media (max-width: 540px) {
    .orderDetailsContainer {
        width: 100%;
    }
}

/* Popup Design */
#exampleModalCenter {
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    z-index: 9;
}

#modalImage {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
}
#modalTitle {
    color: #006eff;
    font-size: 19px;
}

#modalDescription {
    font-family: "Bauhaus";
    font-weight: 500;
    color: #006eff;
    font-size: 16px;
}
/* Popup Design */

.download-custom-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.download-custom-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.download-custom-checkbox label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 4px;
    cursor: pointer;
}

.download-custom-checkbox input[type="checkbox"]:checked + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #007bff;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}
</pre></body></html>