body {
    font-family: "Anek Bangla", sans-serif !important;
}

b {
    font-weight: bold !important;
}

*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 10px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #F9C148;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #F9C148;
}

/* font sizes */

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

/* heights */

.h-40px {
    height: 40px;
}

.h-72px {
    height: 72px;
}

.h-150px {
    height: 150px !important;
}

/* padding */

.px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-8px {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.pt-45px {
    padding-top: 45px;
}

.pb-25px {
    padding-bottom: 25px !important;
}

.pb-40px {
    padding-bottom: 40px !important;
}

.pb-45px {
    padding-bottom: 45px !important;
}

.pb-64px {
    padding-bottom: 64px;
}

.pb-58px {
    padding-bottom: 57.59px;
}

.mt-2-5rem {
    margin-top: 2.5rem;
}

/* bg colors */

.bg-secondary {
    background-color: #f7f0f9 !important;
}

/* km-topbar  km = KlassyMissy*/

.km-topbar {
    height: 40px;
    background-color: #F9C148;
    color: #ffffff;
    font-size: 12px;
}

.km-topbar a {
    color: #ffffff;
}

/* km-main-header */

.km-main-header {
    height: 72px;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.km-header-search-wrapper {
    width: 485px;
    position: relative;
}

.km-header-search-wrapper input:focus {
    border: 1px solid #F9C148;
    outline: none;
}

.km-header-search {
    width: 485px;
    height: 37px;
    opacity: 0.9;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.km-header-search-icon {
    position: absolute;
    right: 10px;
    font-size: 17px;
    color: #F9C148;
}

.km-logo-wrapper {
    margin-left: 14%;
}

.login-menus a {
    color: #000;
}

.km-logo {
    max-height: 45px;
    max-width: 190px;
}

/* km-category-header */

.km-category-header-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.km-category-header {
    min-height: 45px;
    height: auto;
    overflow-x: auto;
}

.km-category-header > .drawer-icon {
    color: #646464;
    font-weight: 700 !important;
}

.km-category-header a {
    color: #646464;
    font-size: 13px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

/* hero section */

.km-hero-sidebanner {
    width: 15%;
}

.km-hero-midbanner {
    width: 70%;
}

.km-hero-category-slider-wrapper {
    position: relative;
    margin: 50px auto 5px auto;
    padding: 0 80px;
}

.km-hero-category-slider .owl-stage {
    margin: auto;
}

.km-hero-category {
    height: 115px;
    border-radius: 10px;
    background-color: #fff;
}

.km-hero-category-img {
    height: 44px;
    width: 44px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F9C148;
}

.km-category-prev {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-right: 1px;
    background-color: #000;
    position: absolute;
    left: 20px;
    top: calc(50% - 30px);
}

.km-category-prev-icon {
    font-size: 9px;
    color: white;
}

.km-category-next {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-left: 1px;
    background-color: #000;
    position: absolute;
    right: 20px;
    top: calc(50% - 30px);
}

.km-category-next-icon {
    font-size: 9px;
    color: white;
}

/* km-section */

.km-section-wrapper {
    padding-top: 60px;
}

.km-section-heading {
    font-family: "Anek Bangla" !important;
    font-weight: 700;
}

.km-view-all {
    font-family: "Anek Bangla" !important;
    font-weight: 700;
    color: #F9C148;
}

.cod_limit_links {
    font-weight: 700;
    color: #F9C148;
}

.km-view-all-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #a75cbb;
    box-shadow: 2.3px 5.5px 13px 0 rgba(0, 0, 0, 0.22);
}

.km-view-all-icon i {
    color: #ffffff;
}

.km-section-header {
    margin-bottom: 32px;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
}

/* product-card */

.product-card {
    height: 420px;
    width: 418px;
    margin: auto 3px;
    border: solid 1px #e9e9e9;
    background-color: #fff;
    position: relative;
}

.swipper-product-card {
    height: 450px;
    width: unset;
    margin: unset;
    border: solid 1px #e9e9e9;
    background-color: #fff;
    position: relative;
}

.product-card:hover {
    box-shadow: 0px 0px 15px 0px rgba(122, 122, 122, 0.59);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(122, 122, 122, 0.59);
    -moz-box-shadow: 0px 0px 15px 0px rgba(122, 122, 122, 0.59);
}

.product-card-img {
    height: 280px;
    margin: 0 0 17px;
}

.product-card-info {
    font-family: Anek Bangla;
    margin-top: 16px;
    text-align: center;
}

.product-card-info .rating span {
    font-size: 20px;
}

.product-card-name {
    text-transform: capitalize;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    height: 60px;
    overflow-y: auto;
}

.price-deleted del {
    font-family: Anek Bangla;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #858585;
    text-decoration-color: #F9C148;
}

.product-card-price {
    font-family: Anek Bangla;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000;
}

.product-card-discount-info {
    height: 30px;
    margin: 10px 8px;
    padding: 2px 0 3px;
    border: solid 1px #f00;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}

.product-card-discount-info-text {
    text-transform: capitalize;
    font-family: Anek Bangla;
    font-size: 12px;
    font-weight: 400;
    color: #ff0303;
}

.product-card-discount-info-null {
    height: 30px;
    margin: 10px 8px;
    padding: 2px 0 3px;
    text-align: center;
}

.product-card-add-to-cart {
    height: 34px;
    margin: 0 7px;
    border-radius: 5px;
    border: solid 1px #e9e9e9;
    background-color: #F9C148;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-card-add-to-cart:hover {
    background-color: #b1055b;
}

.product-card-add-to-cart-text {
    font-family: Anek Bangla;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
}

.product-card-sale {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: red;
    color: white;
    padding: 0 6px 0 2px;
    font-size: 10px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.product-card-origin {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #F9C148;
    color: white;
    padding: 0 6px 0 2px;
    font-size: 10px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.product-card-expiry-date {
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #ff0080;
    color: white;
    padding: 0 6px 0 2px;
    font-size: 10px;
}

/* km-transparent-category */

.km-transparent-category {
    font-family: "Anek Bangla", sans-serif !important;
}

.km-transparent-category-img {
    width: 93px;
    height: 112px;
}

.km-transparent-category-text {
    height: 10px;
    margin-top: 8px;
    font-family: "Anek Bangla", sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.km-transparent-category:hover .km-transparent-category-text {
    color: #b1055b;
    font-weight: 700;
}

/* km-category-thumb */

.single-cat {
    min-height: 76px !important;
    font-family: "Anek Bangla", sans-serif !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.79 !important;
    letter-spacing: normal !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 4px 0px;
    border: solid 1px #e9e9e9;
}

.km-single-cat-btn {
    font-family: "Anek Bangla", sans-serif !important;
    font-size: 13px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #d3066cca;
    text-transform: uppercase;
}

.km-category-thumb {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.km-review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.single-testimonial .MuiRating-root {
    color: #ff0000;
    font-size: 14px;
}

.km-review-user {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.km-review-user-designation {
    font-size: 10px !important;
    font-weight: 500 !important;
    color: #d29c2e;
}

.km-review {
    font-size: 12px;
    font-style: italic;
    color: #464646;
}

/* km-footer-clients */

.km-footer-clients {
    height: 225px;
    padding: 47px 0px;
    background-color: #1c1c1c;
}

.km-footer-client-heading {
    text-transform: capitalize;
    text-align: center;
    height: 12px;
    font-family: "Anek Bangla", sans-serif !important;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #e3e3e3;
}

.km-footer-client-thumb {
    padding: 0 30px;
    margin: 35px auto 0 auto;
}

.km-footer-client-thumb-img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

/* km-footer-main */

.km-footer-main {
    background-color: #000000;
    padding-top: 64px;
    color: #ffffff;
    font-family: "Anek Bangla", sans-serif !important;
}

.km-ft-logo {
    max-height: 44px;
    margin-bottom: 24px;
}

.km-ft-desc {
    text-align: justify;
    font-family: "Anek Bangla", sans-serif !important;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
}

.km-ft-social {
    margin-top: 18px;
}

.km-ft-social-img {
    height: 24px;
    width: 24px;
}

.km-ft-links {
    font-family: "Anek Bangla", sans-serif !important;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
}

.km-footer-devider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    margin-top: 25px;
    margin-bottom: 25px;
}

.km-footer-brand-heading {
    font-size: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal;
    color: #000;
}

.km-footer-brand-thumb {
    border: 1px solid rgba(14, 13, 13, 0.19);
    padding-top: 18px;
    padding-bottom: 18px;
}

.km-footer-brand-thumb-img {
    margin: auto;
    max-height: 50px;
    max-width: 125px;
}

.km-footer-brand-thumb .owl-carousel .owl-stage {
    display: flex !important;
    align-items: center !important;
}

.km-ft-all-right-reserved {
    background-color: #F9C148;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Anek Bangla", sans-serif !important;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #fff;
}

.km-ft-payments-img {
    max-height: 45px;
}

.km-scroll-to-top {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
}

/* drawer-header-section  */

.drawer-header-section {
    background-color: #F9C148;
    color: #fff;
    padding-left: 34px;
    position: relative;
}

.km-mb-search-wrapper {
    width: 95% !important;
}

.km-mb-search {
    width: 100% !important;
}

/* add to cart */

.productQuantityEditor {
    height: 34px;
    margin: 0 0;
    border-radius: 5px;
    border: solid 1px #e9e9e9;
    background-color: #F9C148;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.productQuantityEditor button.minusQuantity {
    float: left;
    border-right: 1px solid #F9C148;
    border-radius: 3px 0 0 3px;
}

.productQuantityEditor .minusQuantity {
    border: none;
    width: 30px;
    background: #F9C148;
    height: 32px;
    outline: 0;
    font-weight: 700;
    color: #fff;
    border-radius: 0 3px 3px 0;
}

.productQuantityEditor .QuantityTextContainer {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
}

.productQuantityEditor button.plusQuantity {
    float: right;
    border-left: 1px solid #F9C148;
}

.productQuantityEditor .plusQuantity {
    border: none;
    width: 30px;
    background: #F9C148;
    height: 32px;
    outline: 0;
    font-weight: 700;
    color: #fff;
    border-radius: 0 3px 3px 0;
}

.active-payment {
    border: 3px solid green;
    border-radius: 4px;
}

.inactive-payment {
    border: 1px solid #F9C148;
    border-radius: 4px;
}

/* single product */

.product-details-section .details-section .price span {
    background: #F9C148;
    height: 40px;
}

/*mobile footer end*/

section.mobile-footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.mcart-wrapper {
    text-align: center;
    width: 20%;
    background: #fff;
    position: relative;
}

.mcart-wrapper i {
    padding: 15px 10px;
    font-size: 20px;
}

.mcart-wrapper span {
    position: initial;
    width: auto;
    height: 40px;
    font-weight: initial;
    color: #000;
    right: initial;
    line-height: initial;
    border-radius: initial;
    font-size: initial;
}

.mcart-wrapper div {
    color: #000;
}

.footer-cart-btn {
    position: fixed;
    bottom: 4px;
    left: 41%;
    z-index: 1000;
    border-radius: 50%;
    width: 74px;
    height: 76px;
    background: #F9C148;
    color: white;
}

.mobile-footer .active span,
.mobile-footer .active div {
    color: #d3066cca !important;
    font-weight: 700 !important;
}

/*mobile footer end*/

/* brands */

.km-brand {
    min-height: 150px;
    padding: 5px 0;
    margin: auto 1px;
    border-radius: 10px;
    background-color: rgb(239 239 239);
}

.km-brand-img {
    max-width: 100px;
    max-height: 80px;
}

.cursor-poiner {
    cursor: pointer;
}

/* delivery info */

.address-text {
    font-size: 12px;
}

.order-payment-card {
    max-width: 180px;
    max-height: 150px;
}

.product-details-section .details-section .qty-wrapper {
    height: 60px;
}

.buy-btn {
    height: 60px;
    width: 240px;
}

.p-details-sale {
    background-color: red !important;
}

.sort-desc iframe,
.sort-desc img {
    width: 100%;
}

.variation-name {
    max-width: 250px;
    min-width: 100px;
    display: flex;
    flex-wrap: wrap;
}

.variation-value {
    overflow-x: auto;
}

.variation-value span {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 17px;
    height: auto;
    margin: 0 0px 5px;
    padding: 5px 18px;
    background: #F9C148;
    color: #fff;
    transition: 0.2s;
}

.variation-value span:hover {
    color: #fff;
}

.variation-value .color {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #F9C148;
    background-size: cover;
    border: none;
}

.variation-value .color:hover {
    border-color: none;
    color: initial;
}

.color-attribute-wrapper {
    position: relative;
}

.color-attribute {
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 600px) {
    .color-attribute {
        width: 30px;
        height: 30px;
    }
    .cod-mobile-pads{
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .cod-b-pads{
        padding-bottom: 20px!important;
    }
    .home-video{
        width: 300px!important;
        height: 200px!important;
    }
    .form-padding{
        padding-bottom: 16rem!important;
    }
    .m-mt-05{
        margin-top: 0.5rem!important;
    }
    .m-mt-05  .mt-10{
        margin-top: 1rem!important;
    }
    .m-fs-28px{
        font-size: 28px!important;
        line-height: 40px!important;
    }
    .donation-card{
        padding: 1.5rem!important;
        margin-top: 2rem!important;
    }
    .about-images{
        margin-top: 35rem!important;
    }
    .about-img-college img{
        max-width: 95%!important;
        height: auto!important;
    }
    .about-desc{
        padding: 1.5rem!important;
    }
    .m-w-100{
        width: 100%!important;
    }
    .m-property{
        width: 90%!important;
        padding: .25rem 1rem!important;
        left: 5%!important;
    }
    .m-mt-6{
        margin-top: 6rem!important;
    }
    .m-text-justify{
        text-align: justify!important;
        text-justify: inter-word!important;
    }
}

@media only screen and (max-width: 1024px) {
    
    .m-property{
        width: 40%!important;
    }
}

@media only screen and (min-width: 768px) {
    .md-fs-14px{
        font-size: 15px!important;
    }
   
}

@media only screen and (min-width: 1400px) {
    .md-fs-14px{
        font-size: 16px!important;
    }
   
}

@media only screen and (max-width: 769px) {
    .km-header-search-wrapper {
        width: 255px;
        position: relative;
    }

    .km-header-search {
        width: 255px;
        height: 37px;
        opacity: 0.9;
        border-radius: 20px;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }
    
}

.color-link {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.color-attribute-wrapper:hover .color-link {
    display: block;
}

.color-image {
    max-height: 450px;
}

.product-details-modal .qty-wrapper {
    height: 60px;
    display: flex;
    text-align: center;
}

.product-details-modal .qty-wrapper span {
    width: 50px;
    border: 1px solid #ddd;
    font-size: 2em;
    line-height: 55px;
    cursor: pointer;
}

.product-details-modal .qty-wrapper p {
    width: 150px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    text-transform: capitalize;
}

.variation-value-active {
    border: 5px solid #ff3547 !important;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 17px;
    height: auto;
    margin: 0 0px 5px;
    padding: 5px 18px;
    background: #F9C148;
    color: #fff;
}

.product-details-modal .exzoom {
    display: none;
}

.product-details-modal .product-details-modal-image {
    display: block !important;
}

.product-details-modal .details-section .price span {
    background: #ff3547;
    height: 25px;
    color: #ffffff;
    padding: 5px 10px;
    line-height: 15px;
    border-radius: 2px;
    margin-top: 5px;
}

.slider-thumb {
    height: 60px !important;
    width: 100%;
}

.w-30px {
    width: 30px !important;
}

.mr-1px {
    margin-right: 1px;
}

.product-card-slider {
    position: relative;
    margin: 10px auto 10px auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 16px !important;
    font-weight: bold;
    color: #000 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
    font-size: 16px !important;
    font-weight: bold;
    color: #000 !important;
}

.p-1px {
    padding: 1px;
}

.h-30px {
    height: 30px;
}

.sort-desc ul {
    list-style: disc;
    padding: 0;
    margin: 0;
}

.product-card-slider .swiper {
    position: unset !important;
    margin: 0px 40px;
}

input[type=""] {
    background: #fff !important;
}

.newBorder {
    border-radius: 30px;
    border: 0px;
    padding: 20px 21px;
}

.addbtnstyle {
    width: 100%;
    border-radius: 30px;
    padding: 9px;
    text-transform: none !important;
}

.modal-content.addmodalstyle {
    background: #ffffff;
    border-radius: 6px;
    padding: 6.5px;
}

.modal-dialog .modal-content .modal-header {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
    border-color: transparent;
}

.modal-dialog .modal-content {
    border: 0;
    border-radius: 0.125rem;
    box-shadow: 0 5px 19px 0 rgb(0 0 0 / 18%), 0 1px 9px 0 #e9ecef;
}

.m-footer {
    border: 2px solid #F9C148 !important;
    margin-top: 10px;
    border-radius: 30px;
    background: #fff;
    padding: 4px;
    text-align: center;
}

.modal-content.addmodalstyle {
    border-radius: 10px;
}

.max-200 {
    max-width: 200px;
    margin: auto;
    font-style: italic;
    font-weight: normal;
}

.max-229 {
    max-width: 229px;
    margin: auto;
    font-style: italic;
    font-weight: normal;
}

.headerName {
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 8px;
}

.mb-300 {
    margin-bottom: 25px;
}

.t-underline {
    text-decoration: underline;
}

.t-italic {
    font-style: italic;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 0px;
    margin-right: 15px;
}

.mtb-51 {
    margin-top: 51px;
    margin-bottom: 0px;
}

.inline {
    max-width: 400px;
    margin: auto;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 3px;
}

.mt-17 {
    margin-top: 17px;
}

.mb-38 {
    margin-bottom: 38px;
}

.mt-31 {
    margin-top: 31px;
}

.headerNamealt {
    padding-bottom: 7px;
    /* font-weight: bold; */
    font-size: 27px;
    padding-top: 8px;
}

.activeThumbnail {
    padding: 2px;
    border: 3px solid #F9C148 !important;
}

.mt-100 {
    margin-top: 100px;
}

.max-372 {
    max-width: 372px;
    margin: auto;
}

.w-80 {
    width: 80% !important;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

/* Hide the browser's default radio button */

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

/* Create a custom radio button */

.custom-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }

/* On mouse-over, add a grey background color */

.custom-radio:hover input ~ .custom-checkmark {
    background-color: #ccc;
  }

/* When the radio button is checked, add a blue background */

.custom-radio input:checked ~ .custom-checkmark {
    background-color: #DE0050;
  }

/* Create the indicator (the dot/circle - hidden when not checked) */

.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

/* Show the indicator (dot/circle) when checked */

.custom-radio input:checked ~ .custom-checkmark:after {
    display: block;
  }

/* Style the indicator (dot/circle) */

.custom-radio .custom-checkmark:after {
       top: 6px;
      left: 6px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

.w-67{
    width: 67%;
  }

.w-42{
    width: 40%;
  }

.form-padding{
    padding-bottom: 6rem;
}

.payment-options-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

.payment-options-modal {
    background: white;
    border-radius: 8px;
    padding: 20px;
    width: 400px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

.payment-options-modal h2 {
    margin: 0 0 10px;
    color: #4caf50;
  }

.payment-options-modal-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

.payment-options-modal-actions button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

.payment-options-modal-actions button:hover {
    opacity: 0.9;
  }

.payment-options-modal-actions button:nth-child(1) {
    background-color: #f44336; /* Red for "Close" */
    color: white;
  }

.payment-options-modal-actions button:nth-child(2) {
    background-color: #4caf50; /* Green for "OK" */
    color: white;
  }

.w-140px,.size-140px { width: 140px; }

.w-lg-220px,.size-lg-220px { width: 220px; }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulseGlow {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

.animate-pulse-glow {
  animation: pulseGlow 2.5s ease-in-out infinite;
}

@keyframes bounceSlow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.animate-bounce-slow {
  animation: bounceSlow 1.5s ease-in-out infinite;
}

@media (min-width: 768px) {
    .mobile-menu-icon {
        display: none!important;
    }
}

