@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap" rel="stylesheet');

a {
    font-family: "Raleway", sans-serif;
    text-decoration: none !important;
}

.main_header {
    background-color: #7e014b;
    position: sticky;
    top: -7.4%;
    left: 0;
    z-index: 99;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 35px;
}

.list-inline li {
    display: inline-block;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.checkbox-alphanumeric input {
    right: 0;
    top: 0;
    z-index: 999;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    /* visibility: hidden; */
    opacity: 0;
}
#product input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 3px solid #7e014b;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}
#product input[type="radio"]:checked {
    border: 5px solid #7e014b;
}
.checkbox-alphanumeric input:checked ~ label {
    /*transform: scale(1);*/
    color: #7e014b !important;
    border: 1.5px solid #7e014b !important;
    background-color: #ffebeb !important;
    font-weight: 600 !important;
}
.checkbox-alphanumeric label {
    font-family: "Raleway", sans-serif;
    width: auto;
    float: left;
    padding: 6px 12px;
    margin-right: 0.375rem;
    display: block;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500 !important;
    text-align: center;
    background: #ffebeb;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
    transform: scale(0.95);
}
.checkbox-alphanumeric--style-1 label {
    width: auto;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 5px;
}

.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 0px 50px 0px 20px;
    font-size: 13px;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}

.banner_section {
    background-color: transparent;
}

.banner_section .content h6 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16.07px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}
.banner_section .content h3 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 26.79px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}
.banner_section .content button {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12.47px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #457fb9;
    background: #f8f8f8;
    border-radius: 25px;
    padding: 4px 8px;
    border: none;
}

.banner_section .slick-dots li button:before {
    font-size: 12px !important;
    /* color: #ffffff !important; */
    opacity: 1;
}
.banner_section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ff3a06 !important;
    font-size: 13px !important;
}
.banner_section .slick-dots li {
    margin: 0px !important;
}

.exclusive_bg {
    position: relative;
}

.exclusive_offer {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -35%);
}

.exclusive_section {
    background-color: #fff;
}

.exclusive_section .exclusive_product_bg {
    background: linear-gradient(180deg, #3c0585 0%, #bb28e0 100%);
    height: 122px;
    border-radius: 15px;
    margin-top: -10px;
    padding: 30px 10px;
    border-bottom: 10px solid #761290;
}
.exclusive_section .exclusive_product_bg .inner {
    background: linear-gradient(90deg, #fc1c23 11.54%, #fd6f40 95.77%);
    border-radius: 8px;
}
.exclusive_section .exclusive_product_bg .inner .img_bg {
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
}

.exclusive_section .exclusive_product_bg .inner .img_bg img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.exclusive_section .exclusive_product_bg .inner h4 {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 400;
    font-size: 11.61px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    padding: 5px 0px;
}

.exclusive_section .exclusive_product_bg .btn-styled {
    width: 139px;
    height: 27px;
    border-width: 0.88px;
    border-radius: 108px;
    background: linear-gradient(180deg, #fff500 0%, #dcd524 94.63%);
    border: 0.88px solid #ffefb3;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 700;
    font-size: 12.63px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fc1c23;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -135%);
}

.catogory_grid {
    background-color: #fff;
}

.catogory_grid .cat_title h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #202020;
}

.catogory_grid .see_all_title span {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 13.14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #202020;
}
.catogory_grid .see_all_title span i {
    background-color: #7e014b;
    padding: 7px;
    color: #fff;
    border-radius: 50%;
}

.catogory_grid .inner_cat_title h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    /* letter-spacing: -0.18px; */
    color: #202020;
    text-align: center;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catogory_grid img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.flash_deal_grid {
    background-color: #7e014b;
}
.cat_big_banner {
    background-color: #f9ffe3;
}

.flash_deal_grid .flash_title h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18.4px;
    line-height: 26.29px;
    letter-spacing: -0.18px;
    color: #202020;
}
.flash_deal_grid .image_box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    padding: 5px;
    border-radius: 7px;
    position: relative;
}
.flash_deal_grid .image_box img {
    border-radius: 7px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.flash_deal_grid .image_box .discount {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #ff5790 0%, #f81140 100%);
    color: #fff;
    padding: 2px 5px;
    border-radius: 7px;
    margin-right: 5px;
    margin-top: 5px;
}
.flash_deal_grid .image_box .discount p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 16.4px;
    letter-spacing: -0.13px;
    text-align: center;
    margin-bottom: 0px;
}

.product_grid {
    /*background-color: #fff8ee;*/
}
.product_grid .pro_max_title h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #202020;
}

.product_grid .image_box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    /* padding: 5px; */
    /* border-radius: 7px; */
    position: relative;
}
.product_grid .image_box img {
    /* border-radius: 7px; */
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.product_grid .pro_content {
    /* width: 144px; */
    padding: 6px;
}

.product_grid .pro_content p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    /* letter-spacing: 0px; */
    color: #000000;
    margin-bottom: 5px;
    margin-top: 8px;
}
.product_grid .pro_content strong {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    /* letter-spacing: -0.17px; */
    color: #7e014b;
    /* margin-right: 10px; */
    display: block;
}
.product_grid .pro_content span {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* letter-spacing: -0.14px; */
    text-decoration: line-through;
    color: #7e7e7e;
}

.spacer {
    height: 70px;
    /*background-color: #fff8ee;*/
}

#custom_footer {
    /*box-shadow: 0px -1px 1px 0px #00000029;*/
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}

#custom_footer img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.footer_icon {
    text-align: center;
    flex: 1;
    font-size: 24px;
    color: black;
    position: relative;
}

.footer_icon.active {
    color: #7e014b;
}

.footer_icon.active::after {
    content: "";
    width: 15px;
    height: 3px;
    background: #7e014b;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

.flash_deal_header {
    background-image: url(../recover_bubbles.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 25px 0px;
}

.flash_deal_header h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
    color: #202020;
}
.flash_deal_header p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.14px;
    color: #202020;
}
.flash_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 30px;
}

.flash_tabs .tab {
    font-family: "Raleway", sans-serif;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.flash_tabs .tab.active {
    color: #7e014b;
    border: 2px solid #7e014b;
    font-size: 16px;
    border-radius: 18px;
    background: #fff;
}

.flash_tabs .tab.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #77003b;
}

.discount_products .discount_title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.21px;
    color: #202020;
}

.product_grid .image_box .discount {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #ff5790 0%, #f81140 100%);
    color: #fff;
    padding: 2px 5px;
    border-radius: 7px;
    margin-right: 5px;
    margin-top: 5px;
}
.product_grid .image_box .discount p {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16.4px;
    letter-spacing: -0.13px;
    text-align: center;
    margin-bottom: 0px;
}

.popular_pro_grid .image_box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    padding: 5px;
    border-radius: 7px;
    position: relative;
}

.popular_pro_grid .image_box img {
    border-radius: 7px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.popular_pro_grid .pop_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popular_pro_grid .pop_content strong {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.17px;
    color: #202020;
}
.popular_pro_grid .pop_content span {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.13px;
    text-align: right;
    color: #202020;
}

.live_section .big_img img {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 7px;
}
.live_section .live_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.live_section .live_bottom .views span {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
}

.live_section .shop_btn {
    background: #7e014b;
    color: #fff;
    width: 120px;
    height: 40px;
    border-radius: 11px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    border: none;
}

.shop_header .page_heading h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
    color: #202020;
    margin-bottom: 0px;
}
.shop_header .searchBar input {
    background-color: #ffebeb !important;
}
/*.shop_header .searchBar button svg{*/
/*    color: #7E014B;*/
/*}*/

.shop_header .searchBar input::placeholder {
    color: #7e014b !important;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.16px;
}
.shop_category_grid .box_shadow {
    padding: 0px;
    background: #fff;
    position: relative;
    display: block;
}
.shop_category_grid .box_shadow img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50%;
}

.shop_category_grid .box_shadow .form-check-input {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
}

.shop_category_grid .box_shadow:hover .form-check-input,
.shop_category_grid .box_shadow .form-check-input:checked {
    opacity: 1; /* Show checkbox on hover or when checked */
    background-color: #7e014b;
}

.shop_category_grid .shop_content h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    /* letter-spacing: -0.13px; */
    text-align: center;
    color: #202020;
}

.search_history .search_div p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.18px;
    color: #202020;
    margin-bottom: 0px;
}

#custom_footer .cart_btn_div button {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #f3f3f3;
    background: #202020;
    width: 128px;
    height: 40px;
    border-radius: 11px;
    border: none;
}
#custom_footer .buy_btn_div button {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #f3f3f3;
    background: #7e014b;
    width: 128px;
    height: 40px;
    border-radius: 11px;
    border: none;
}

.product_detail .price_box_div h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    /* letter-spacing: -0.26px; */
    color: #7e014b;
    margin-bottom: 0px;
}
.product_detail .price_box_div p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
    color: #000000;
}

.product_detail .pro_para {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
}

.variation_div h3 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.2px;
    color: #000;
}

.variation_slide_img img {
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.inner_variation_div h4 {
    font-family: Raleway;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.17px;
    color: #202020;
}

.delivery_bar {
    border: 1px solid #7e014b;
    border-radius: 10px;
    padding: 7px 15px;
}

.delivery_bar .type {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
}
.delivery_bar .days {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: -0.13px;
    text-align: center;
    color: #7e014b;
    width: 72px;
    height: 26px;
    border-radius: 4px;
    background-color: #f5f8ff;
    margin-bottom: 0px;
}
.delivery_bar .price {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-align: right;
    color: #000000;
    margin-bottom: 0px;
}

.rating_star i {
    color: #eca61b;
}
.rating_star strong {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.14px;
    text-align: center;
    padding: 2px 8px;
    color: #202020;
    border-radius: 2px;
    border-width: 1px;
    background: #ffebeb;
    border: 1px solid #7e014b;
}

.cleint_reviews .img_box_shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
}
.cleint_reviews .img_box_shadow img {
    border-radius: 50%;
}

.cleint_reviews .review_content h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    /* line-height: 20px; */
    letter-spacing: -0.16px;
    color: #000000;
    margin-bottom: 0px;
}

.cleint_reviews .review_content p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.5px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}
.cleint_reviews .review_content i {
    color: #bfbfbf;
    font-size: 11px;
    margin-right: 0px;
}
.cleint_reviews .review_content i.active {
    color: #7e014b;
}
.cleint_reviews .review_content i.half {
    position: relative;
}
.cleint_reviews .review_content i.half:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #7e014b;
    z-index: 1;
}

.cleint_reviews .buy_btn_div button {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #f3f3f3;
    background: #7e014b;
    width: 100%;
    height: 40px;
    border-radius: 11px;
    border: none;
}

.decreament_btn {
    width: 40px;
    height: 40px;
    border: 2px solid #7e014b;
    border-radius: 50%;
    color: #7e014b;
    display: grid;
    justify-content: center;
    font-size: 35px;
    line-height: 30px;
}
.qty_input {
    width: 74px;
    height: 40px;
    border-radius: 16px;
    background: #ffebeb;
    border: none;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.35px;
    text-align: center;
    color: #1a3168;
}
.increament_btn {
    width: 40px;
    height: 40px;
    border: 2px solid #7e014b;
    border-radius: 50%;
    color: #7e014b;
    display: grid;
    justify-content: center;
    font-size: 30px;
    line-height: 30px;
}

.shop_color_grid .box_shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    position: relative;
    display: inline-block;
}
.shop_color_grid .color_pills {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.shop_color_grid .box_shadow .form-check-input {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
}

.shop_color_grid .box_shadow:hover .form-check-input,
.shop_color_grid .box_shadow .form-check-input:checked {
    opacity: 1; /* Show checkbox on hover or when checked */
    background-color: #7e014b;
}

.clear_btn {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #7e014b;
    border: 2px solid #7e014b;
    border-radius: 12px;
    padding: 10px 25px;
}

.apply_btn {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    background: #7e014b;
    border: 2px solid #7e014b;
    border-radius: 12px;
    padding: 10px 75px;
}

.wishlist_product_grid .inner .box_shadow_img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 5px;
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 5px;
}

.wishlist_product_grid .inner .box_shadow_img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.wishlist_product_grid .inner .content .variant {
    width: 55px;
    height: 28px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.14px;
    text-align: center;
    border-radius: 5px;
    color: #000000;
    background: #f7e5fc;
    margin-right: 10px;
}

.wishlist_product_grid .inner .content h4 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
}
.wishlist_product_grid .inner .content h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
    color: #000000;
}

.wishlist_product_grid .inner .box_shadow_img .frame_trash {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.cart_counter {
    font-family: Raleway;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: #000000;
    background: #ffebeb;
    padding: 2px 10px;
    border-radius: 50%;
}

.checkout_div {
    background: #f5f5f5;
    padding: 10px 0px;
    position: fixed;
    left: 0px;
    bottom: 60px;
    width: 100%;
    z-index: 100;
}
.checkout_div .checkout_btn {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    border: none;
    color: #f3f3f3;
    background: #7e014b;
    border-radius: 11px;
    width: 125px;
    height: 40px;
}
.checkout_div strong {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #000;
}
.checkout_div span {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
    color: #202020;
}

.voucher_btn button {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #7e014b;
    border: 2px solid #7e014b;
    padding: 6px 20px;
    border-radius: 11px;
    background-color: #fff;
}

.shipping_option_para p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000;
}

.header_reward .box_shadow_img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 2px;
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.header_reward .activity_btn {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    border: none;
    color: #f3f3f3;
    background: #7e014b;
    border-radius: 20px;
    padding: 4px 20px;
}

.just_reward .reward-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.14px;
    color: #202020;
}
.just_reward .reward-text {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
}

.popular_product_slider .slick-list {
    padding-right: 10%; /* Adjust this value to control half visibility */
}

.progress_grid {
    border: 1px solid #eee;
    border-radius: 10px;
}
.progress_grid .img_box {
    box-shadow: 0px 5px 10px 0px #00000029;
    padding: 6px;
    border-radius: 50%;
}
.progress_grid h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.15px;
    text-align: center;
    color: #000;
}
.progress_grid p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
}

.personal_tabs_sec .personal_heading {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #202020;
}

.personal_tabs_sec .personal_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.personal_tabs_sec .personal_tabs p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
}

.setting_profile_sec .box_shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    display: inline-block;
}
.setting_profile_sec .box_shadow img {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.setting_profile_sec .main {
    position: relative;
    width: fit-content;
}
.setting_profile_sec .edit_ellipse {
    position: absolute;
    right: 0%;
    top: 6px;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.setting_profile_sec .form-section {
    max-width: 100%;
    margin: auto;
    height: 400px;
    position: relative;
}
.setting_profile_sec .form-group {
    margin-bottom: 15px;
}

.setting_profile_sec .form-label {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 3px;
}
.setting_profile_sec .input-box {
    width: 100%;
    padding: 10px;
    border: none;
    font-size: 16px;
    background-color: #ffe6e6;
    border-radius: 8px;
    font-weight: 500;
}

.setting_profile_sec .input-box {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.17px;
    color: #000;
}
.setting_profile_sec .input-box::placeholder {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.17px;
    color: #666666;
}

.setting_profile_sec .save-btn-container {
    margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.setting_profile_sec .save-btn {
    width: 100%;
    padding: 8px 15px;
    border: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    background: #7e014b;
    color: #f3f3f3;
}

.visa_card_btn {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    border: none;
    color: #f3f3f3;
    background: #7e014b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.visa_slider .slick-list {
    padding-right: 15%; /* Adjust this value to control half visibility */
}

.visa_card_slider .visa_card {
    width: 100%;
    height: 175px;
    border-radius: 11px;
    background: #ffebeb;
    padding: 15px;
}

.card_number {
    font-size: 13px;
    line-height: 18px;
    font-family: "Nunito Sans", sans-serif;
    color: #202020;
    text-align: right;
}
.card_number .masked {
    letter-spacing: 8px;
}
.card_number .visible {
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 8px;
}

.visa_card_slider .card_info h3 {
    font-family: "Nunito Sans", Sans-Serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #202020;
}

.order-list {
    width: 100%;
}
.order-item {
    background-color: #ffecec;
    padding: 12px;
    margin: 8px 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.order-left {
    display: flex;
    align-items: center;
}
.order-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.order-details {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0px;
    color: #000000;
}
.order-details strong {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.14px;
    color: #202020;
}
.order-amount {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.17px;
    text-align: right;
    color: #000000;
}
.order-amount.negative {
    color: #d97474;
}

.credit_card_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black transparent overlay */
    z-index: 998;
    display: none;
}

.credit_card_sidebar.active ~ .credit_card_overlay {
    display: block;
}
.credit_card_sidebar {
    position: fixed;
    bottom: -100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    transition: 0.3s;
}
.credit_card_sidebar.active {
    bottom: 0;
}
.shipping_add_btn {
    cursor: pointer;
}
.credit_card_sidebar .form-section {
    max-width: 100%;
    margin: auto;
}
.credit_card_sidebar .form-label {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 3px;
}
.credit_card_sidebar .form-group {
    margin-bottom: 15px;
}
.credit_card_sidebar .input-box {
    width: 100%;
    padding: 10px;
    border: none;
    font-size: 16px;
    background-color: #ffe6e6;
    border-radius: 8px;
    font-weight: 500;
}
.credit_card_sidebar .country-name {
    font-size: 18px;
    font-weight: bold;
    color: #ddd;
}
.credit_card_sidebar .save-btn-container {
    margin-top: 20px;
}
.credit_card_sidebar .save-btn {
    width: 100%;
    padding: 8px 15px;
    border: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    background: #7e014b;
    color: #fff;
}

.close-btn {
    font-size: 35px;
    color: #000;
    line-height: 25px;
    cursor: pointer;
}
