/* @import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /* --font: 'Inter', sans-serif; */
    --font: 'Raleway', sans-serif;
    --font-dosis: 'Dosis', sans-serif;
    --color-primary: #dc143c;
    --color-primary-2: #02D8F5;
    --color-primary-3: #50AD06;
    --color-orange: #FF6A00;
    --color-primary-2-rgb: 2, 216, 245;
    --color-heading: #121416;
    --color-white: #fff;
    --color-black: #000;
    --color-red: #FF1B1B;
    --color-red-deep: #EA1B25;
    --color-primary-rgb: 255, 180, 27;
    --color-black-rgb: 0, 0, 0;
    --color-white-rgb: 250, 250, 250;
    --color-default: #5F5D5D;
    --color-gray: #F6F6F6;
    --color-gray-2: #F4F5F8;
    --color-border: #E5E5E5;
    --color-dark: #111111;
    --color-dark-2: #080B17;
}

@font-face {
    font-family: 'Satoshi', sans-serif;
    src: url('../fonts/satoshi_bold.otf');
}

.cus_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-top: 40px;

}

.cus_list .nav-item .nav-link {
    margin-bottom: 40px;
    font-size: 22px;
}

.cus_list .nav-item .nav-link.active {
    /* background-color: var(--color-primary); */
    background-color: transparent;
    color: var(--color-primary);
    border: none;
    outline: none;
}

.c-banner {
    display: flex;
    /* justify-content: flex-start;
    align-items: center; */
}

.side_head {
    background-color: var(--color-primary);
    color: #000;
    padding: 10px;
    margin-right: 30px;
    height: 100%;
}

.side_head1 {
    background-color: var(--color-primary);
    color: #000;
    padding: 10px;
    margin-right: 30px;
    height: 100%;
}

.side_head h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* padding-bottom: 10px; */
    letter-spacing: 10px;
}

.side_head1 h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* padding-bottom: 10px; */
    letter-spacing: 20px;
    padding-top: 40px;
}

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

.sec_side_head {
    text-align: center;
}

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

.bx {
    font-size: 22px;
    /* margin-right: 10px; */
    vertical-align: middle;
}

.cx {
    font-size: 28px;
}

.cus_head_wrap {
    padding-bottom: 10px;
}

.cus-prod-bot {
    padding-bottom: 5rem;
}

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Jost:wght@300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


nav {
    width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    height: 70px;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
}

.profilre_dropdown {
    padding: 10px 20px;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    top: 60px;
    right: 5px;
    background-color: #fff;
    color: black;
    display: none;
}

.toggle_profile_dropdown {
    display: block;
}

.profilre_dropdown ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profilre_dropdown ul li {
    list-style: none;
}

.profilre_dropdown ul li a {
    color: black;
    text-decoration: none;
}

nav img {
    border: 2px solid black;
    padding: 5px 10px;
    width: 150px;
}

nav img:hover {
    border: 2px solid #fff;
}

nav .searchbar {
    display: flex;
    gap: 0;
}

nav .searchbar button {
    border: none;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 20px;
    padding: 0 15px;
    background-color: rgb(242, 242, 182);
}

nav input {
    width: 500px;
    height: 40px;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 18px;
}

nav a {
    text-decoration: none;
    color: #fff;
}

nav .links {
    display: flex;
    gap: 20px;
    font-size: 30px;

}

.links i {
    cursor: pointer
}

.bell,
.cart {
    position: relative
}

.links span {
    position: absolute;
    font-size: 15px;
    width: 20px;
    height: 20px;
    background: orange;
    color: black;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    left: 20px;
    cursor: pointer;


}

.bell span {
    left: 15px
}

.nav2 {
    display: flex;
    background-color: #232f3e;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.nav2 ul {
    display: flex;
    gap: 15px;
    align-items: center;

}

.nav2 ul li {
    list-style: none;
}

.nav2 ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border: 1px solid #232f3e;
    padding: 5px 8px;
}

.nav2 ul li a:hover,
.nav2 .menu:hover,
.nav2 .downloadApp a:hover {
    border: 1px solid #fff;
}

.nav2 .menu {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #232f3e;
    padding: 5px 8px;
}

.nav2 .downloadApp a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border: 1px solid #232f3e;
    padding: 5px 8px;
} */

* {
    /* font-family: 'Nunito Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Nunito Sans', sans-serif; */
    /* font-family: 'Satoshi', sans-serif !important; */
}

body {
    /*background-color: #e3e6e6;*/
    /* background-color: #fff !important; */
    /* background: linear-gradient(to bottom, #e6f0ff 0%, #f5f9ff 50%, #ffffff 100%); */
    position: relative;
}

/* body:before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 90%;
    height: 1850px;
    background: radial-gradient(circle at top right, #e6f0ff 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -1;
    pointer-events: none;
} */

.sidebar {
    top: 0;
    background-color: #fff;
    color: black;
    position: fixed;
    left: -100%;
    height: 100vh;
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    overflow-y: scroll;
    transition: 0.5s;
    z-index: 1021;
}

.sidebar .top {
    padding: 10px 30px;
    /* background-color: #232f3e; */
    background-color: #000;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .top button {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.sidebar ul {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
}

.sidebar ul .title {
    font-weight: bold;
    font-size: 22px;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    color: #000;
    text-decoration: none;
}

.show {
    left: 0;
}

.nav_address p {
    color: grey;
    font-size: 10px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black overlay */
    z-index: 1021;
    /* Ensure the overlay appears above other content */
    display: none;
    /* Initially hidden */
}





a {
    text-decoration: none;
    color: #fff;
}

li {
    list-style: none;
}



.nav_address p {
    color: gray;
    font-size: 14px;
    margin-bottom: 5px;
}

.nav_search_drop {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    color: black;
    padding: 10px;
    border-radius: 10px 0 0 10px;
}

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

.nav_search_in {
    width: 450px;
    padding: 10px;
    border-radius: 20px 0 0 20px;
    border: none;
    outline: none;
}

.nav_search_sub {
    background-color: #dc143c;
    color: #fff;
    width: 80px;
    padding: 10px 15px;
    border: none;
    outline: none;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

.nav_search_drop select {
    background-color: #ccc;
    border: none;
    outline: none;
    width: 50px;
    resize: horizontal;
}

.nav_search_drop option {
    background-color: white;
    width: 100%;
}

.nav_others p {
    font-size: 14px;
    margin-bottom: 3px;
}

.nav_others p i {
    font-size: 22px;
    cursor: pointer;
}

.nav-link {
    color: #fff;
}

.bottom_sec_ul {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 0px;
}

.bottom_sec_ul li {
    margin-right: 30px;
}

.slick-prev,
.slick-next {
    color: black;
    /* Change to your desired color */
}

.slick-arrow {
    color: #000;
    font-size: 4 0px;
}

/* .slick-arrow:hover {
    color: #000;
} */

.slick-prev:focus,
.slick-next:focus,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
    outline: none;
    /* Remove outline on focus */
    color: black;
    /* Maintain color on hover and click */
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free";
    /* Font family for the icons */
    font-weight: 900;
    font-size: 30px !important;
    color: #000 !important;
    /* Font weight of the icons */
}

.slick-prev {
    left: 0px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-prev:before {
    content: "\f053";
    top: 10px;
    /* Content for the previous arrow icon */
}

.slick-next:before {
    content: "\f054";
    /* Content for the next arrow icon */
}

.one-time {
    height: 500px;
    width: 90%;
}

.home_category_box {
    background-color: #fff;
    z-index: 10;
    /* height: 300px; */
    /* position: relative; */
    /* top: 33%; */
}

.home_category_box img {
    /* height: 120px; */
    width: 120px;
    object-fit: contain;
}

.home_category_box2 {
    background-color: #fff;
    z-index: 10;
    /* height: 300px; */
    position: relative;
    /* top: -10%; */
}

.home_category_box2 img {
    /* height: 120px; */
    width: 120px;
    object-fit: contain;
}

.home_category_box2 p a {
    color: #dc143c;
}

.home_category_box p a {
    color: #dc143c;
}

.home_category_box3 p a {
    color: #dc143c;
}

.footer_ul li a {
    color: white;
    font-size: 20px;
    /* margin-top: 10px; */
}

.footer_ul li a i {
    font-size: 30px !important;
}

.footer_section h5 {
    color: #dc143c;
}

.home_tdy_deals {
    background-color: white;
    border-radius: 10px;
}

.home_tdy_view a {
    color: #dc143c;
}

.home_td_in {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border: 1px solid #dcd8d8;
    margin: 32px 20px;
    border-radius: 5px;
}


.home_tdy_slide img {
    height: 220px;
    /* width: 220px; */
    width: 100%;
    object-fit: contain;
    margin-right: 10px;
}

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

/* .offer_banner1 {
    margin-top: rem;
} */

.cus_offer_p {
    padding: 3px 10px;
    background-color: #dc143c;
    color: #fff;
    font-size: 12px;
}

.cart_btn {
    background: #dc143c;
}

.self {
    background: #dc143c;
}

.nav_ico_wrap p i {
    font-size: 22px;
    margin-right: 5px;
}

.sticky_accordion {
    border: 1px solid #ccc;
}

.singlepro_desc_wrapper ul {
    padding-left: 0px;
}

.singlepro_desc_wrapper ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.singlepro_desc_wrapper ul li p {
    margin-bottom: 0px;
}

/* .desc_carbtn:hover {
    border: 1px solid #dc143c;
} */

.sel_color_wrap {
    border: 1px solid gray;
    border-radius: 5px;
    /* padding: 15px 15px; */
    padding: 1px;
    margin-right: 5px;
}

.desc_carbtn:hover {
    border: 1px solid #dc143c;
}

.desc_cart:hover {
    border: 1px solid gray;
}

.tertr {
    height: 224px;
    width: 224px;
    object-fit: contain;
}

.prduct_res {
    height: 224px;
    width: 224px;
    object-fit: contain;
}


.thump_cus_img {
    height: 124px;
    width: 124px;
    object-fit: contain;
}

.nav_cg_in img {
    height: 100px;
    width: 100px;
}

.login_bg_card {
    padding: 10px;
}

.log_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #000; */
    /* margin-top: 100px; */
}

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

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

.log_img_container img {
    height: 200px;
    width: 800px;
}

.login_banr {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg_img_wrap img {
    height: 400px;
    width: 600px;
}

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

.registration_section {
    /* height: 100vh; */
    padding: 50px 0;
    position: relative;
    /* margin: 50px 0px 50px 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#otp_trigger {
    background: none;
    border: none;
    color: #dc143c;
}

.log_img_container {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: bounce-1;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(25px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0);
    }
}

.add_new_wishlist_submit {
    border: none;
}

#progress-bar {
    display: table;
    width: 100%;
    margin: 0;
    padding: 15px 15px 0;
    table-layout: fixed;
    width: 100%;
    counter-reset: step;
}

#progress-bar li {
    list-style-type: none;
    display: table-cell;
    width: 20%;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
    z-index: 99 !important;
}

#progress-bar li:before {
    width: 50px;
    height: 50px;
    color: #212121;
    content: counter(step);
    counter-increment: step;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #efefef;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}

#progress-bar li:after {
    width: 100%;
    height: 10px;
    content: "";
    position: absolute;
    /* background-color: #fff; */
    background-color: gray;
    top: 25px;
    left: -50%;
    z-index: -1;
}

#progress-bar li:first-child:after {
    content: none;
}

#progress-bar li.step-done {
    color: #dc143c;
    /* z-index: 3; */
}

#progress-bar li.step-done:before {
    border-color: #dc143c;
    background-color: #dc143c;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
}

#progress-bar li.step-done+li:after {
    background-color: #dc143c;
}

#progress-bar li.step-active {
    color: #dc143c;
    /* z-index: 3; */
}

#progress-bar li.step-active:before {
    border-color: #dc143c;
    color: #dc143c;
    font-weight: 700;
    /* z-index: 3; */
}

.cart_img_br {
    border: 1px solid grey;
    border-radius: 10px;
    margin-bottom: 10px;
}

.total_h4 {
    font-size: 25px !important;
}

#cartToatAmt {
    font-size: 25px !important;
}

.overall_search {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background: #353535;
    color: white;
    /* height: 40px;
    border-radius: 40px;
    padding: 10px; */
    width: 420px !important;
    padding: 5px 10px 5px 15px;
    width: 180px;
    margin-left: 40px;
    border-radius: 40px;
    transition: 0.5s ease-in;
}

/* .overall_search:hover {

    padding: 5px 10px;

} */

/* .overall_search:focus {
    width: 320px;
    padding: 5px 10px;
    color: white;
} */

/* .overall_search:hover>.search-btn {
    background: white;
} */

.overall_search-btn {
    color: red;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overall_search_txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: ease-in 0.4s;
    line-height: 40px;
    width: 310px;
    /* font-family: 'Pangolin', cursive; */
}

.fas fa-search {
    font-weight: 200;
    font-size: 40px;
}

.search_wrapper_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.search_res_div {
    position: absolute;
    top: 60px;
    left: 50px;
    width: 400px;
    background-color: #353535;
    color: #fff;
    z-index: 3;
    border-radius: 10px;
    transition: 0.5s ease-in;
    /* display: none; */
}

.hideResults {
    display: none;
}

/* .cart_img_wrap {
    height: 200px;
    width: 200px;
} */

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

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

.empt_span {
    font-size: 33px;
}

.subnav {
    float: left;
    overflow: hidden;
    position: relative;
}

/* Subnav button */
.subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 8px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

/* Add a red background color to navigation links on hover */
/* .navbar a:hover,
.subnav:hover .subnavbtn {
    background-color: red;
} */

/* Style the subnav content - positioned absolute */
.subnav-content {
    display: none;
    position: absolute;
    left: 10px;
    top: 50px;
    background-color: red;
    /* width: 100%; */
    z-index: 1;
    width: 200px;
}

/* Style the subnav links */
.subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
    background-color: #eee;
    color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.swiper-container {
    overflow: hidden;
    /* width: 400px; */
    width: 700px !important;
    /* width: 100%; */
    /* margin-left: auto;
    margin-right: auto; */
}

@media (min-width: 480px) {
    .swiper-container {
        min-height: 320px;
    }
}

.swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
    /* height: 100vh; */
    /* width: 100vw; */
    /* width: 1150px !important; */
    /*width: 700px !important;*/
    margin-right: 20px;
}

@media (min-width: 480px) {
    .swiper-container-wrapper {
        flex-flow: row nowrap;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    /* Center slide text vertically */
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* Slide content */
}

.swiper-slide .description,
.swiper-slide .title {
    display: block;
    opacity: 0;
    transition: 0.5s ease 0.5s;
}

.swiper-slide-active .description,
.swiper-slide-active .title {
    opacity: 1;
}

.swiper-slide-active .title {
    margin-bottom: 0.5rem;
    font-size: 24px;
    color: #000;
    transition: opacity 0.5s ease 0.5s;
}

.swiper-slide-active .description {
    font-size: 16px;
    color: #777;
    transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
    position: relative;
    /* width: 100%; */
    width: 700px;
    height: 75vh;
}

@media (min-width: 480px) {
    .gallery-top {
        width: 80%;
        height: 100vh;
        margin-right: 10px;
    }
}

.gallery-thumbs {
    /* width: 100%; */
    width: 160px !important;
    height: 25vh;
    padding-top: 10px;
}

@media (min-width: 480px) {
    .gallery-thumbs {
        width: 20%;
        height: 100vh;
        padding: 0;
    }
}

.gallery-thumbs .swiper-wrapper {
    flex-direction: row;
    width: 160px;
    margin-right: 0px !important;
}

@media (min-width: 480px) {
    .gallery-thumbs .swiper-wrapper {
        flex-direction: column;
    }
}

.gallery-thumbs .swiper-slide {
    /* width: 25%; */
    width: 60% !important;
    flex-flow: row nowrap;
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
}

@media (min-width: 480px) {
    .gallery-thumbs .swiper-slide {
        flex-flow: column nowrap;
        width: 100%;
    }
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.dropdown-menu {
    z-index: 9999999;
    position: relative;
}

/* .accordion-item:first-of-type .accordion-button {
    border-radius: 0px !important;
    border: none !important;
}

.accordion-button {
    border-color: #fff !important;
    background-color: #fff !important;
}

.accordion {
    border-color: #fff !important;
}

.accordion-item {
    border: none !important;
} */

.cus_accordion_item {
    background-color: #fff !important;
    border: none;
}

.cus_accordion_button {
    background-color: #fff !important;
    font-size: 22px;
}

.wish_ab {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: #dc143c;
    color: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wish_ab .wish_icon {
    color: #fff;
    vertical-align: middle;
}

.ico_wrapper {
    position: relative;
}

.wrap_count {
    position: absolute;
    background-color: #dc143c;
    color: #fff;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    top: 2px;
    left: 10px;
    border-radius: 10px;
}

.profile_side_bar {
    border-radius: 10px;
}

.profile_top_bar {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.profile_top_bar h3 {
    color: #fff;
    margin-left: 10px;
}

.profile_side_bar hr {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #000;
}

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

.profile_content_side {
    border-radius: 10px;
    padding: 15px;
}

.profile_wrapper {
    background-color: #fff;
}

.profile_bottom_bar {
    background-color: #ccc;
    color: #dc143c;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.profile_bottom_bar a {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.preview-container {
    max-width: 180px;
    height: 180px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 90px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.preview-container:hover {
    border: 3px dashed rgba(1, 8, 8, 0.462);
}

.preview-container img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.profile_img_wrap {
    width: 100%;
}

/* .added_address_card { */
/* height: 230px; */
/* width: 500px; */
/* } */

.weo {
    row-gap: 10px;
}

.home_tdy_deals .slick-prev {
    z-index: 999;
}

.shipment_section {
    background: #fff;
    padding: 30px 0;
}

.rer_f {
    /* border: 1px solid #ce1818; */
    /* padding: 35px; */
}


























/* ==================================  checkout page ====================================.go_chec {
    border: 1px solid #DEE2E7;
    border-radius: 5px;
} */
.tyubgf {
    padding-top: 10px;
    font-size: 16px;
    color: #670066;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.tyubgf:hover {
    color: #670066;
}

#show_passwoi {
    color: #670066;
}

#show_passwoi:hover {
    color: #670066;
}

.tere {
    padding: 20px;
    border: 1px solid #dee2e7;
    border-radius: 5px;
}

.retfyy {
    border-bottom: 1px solid #DEE2E7;
    padding-bottom: 15px;
}

.home-btn4 {
    background: #08137a;
    animation: btn 2s ease-in-out;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 5px !important;
    padding: 13px 90px;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px;
    width: 100%;
}

.home-btn4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    color: #ffffff !important;
    background: #0f24e8;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);

}

.dasdd .btn:hover {
    color: #ffffff;
}

.home-btn4:hover::before {
    transform-origin: right;
    transform: scaleX(1);
    color: #fff !important;
}

.pays {
    display: flex;
    align-items: center;
}

.shipment_section {
    position: relative;
    padding: 30px 0;
}

.ters {
    font-size: 16px;
    font-weight: 500;
    color: #5CA904;
}

.conty_de {
    /* color: #C45500; */
    color: #000;
    /* font-family: 'Roboto Flex', sans-serif; */
    font-weight: 500;
    /* padding: 20px 0; */
}

.date_dfj {
    justify-content: space-between;
}

.label_ui {
    color: #585858;
    font-size: 15px;
    font-weight: 500;
    /* padding-top: 30px; */
}

.ruyt {
    justify-content: center;
}

.tree .btn:hover {
    color: #ffffff;
    font-family: 'Roboto Flex', sans-serif;
}


.thyju {
    padding: 50px 0;
    align-items: center;
    justify-content: center;
}

.about_page_section {
    position: relative;
    padding: 100px 0;
}

.about_page_section p {
    text-align: justify;
}

.abt_hed {
    font-family: "Neutra Text";
    font-size: 45px;
    font-weight: 600;
}

.yuyuy {
    border-radius: 5px;
}

.reet {
    list-style-type: decimal;
}

.leth {
    text-transform: lowercase;
}

.kad {
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.text_re {
    color: #FA3434;
}

.text_gre {
    color: #00B517;
}

.trtt {
    row-gap: 15px;
}

.coup_label {
    font-weight: 400;
    color: #505050;
}

.basic {
    background-color: #fff;
    color: #00908D;
}

.pays span {
    padding: 0 20px;
    color: #CCCCCC;
}

.pays i {
    color: #CCCCCC;
    font-size: 16px;
}

.payww {
    font-size: 16px;
    font-weight: 500;
    color: #CCCCCC;
}

.sub_to1 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.sub_to {
    display: flex;
    justify-content: space-between;
    padding: 22px 0px;
}

.go_chec {
    border: 1px solid #DEE2E7;
    border-radius: 5px;
}

#forgot_pin_content {
    background: none;
    border: none;
    color: #dc143c;
}

.forgot_login {
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.coco {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.rubee {
    color: red;
}

.ioio h5 {
    color: green;
}












.big_scrn_all {
    display: none;
}

.icon_get {
    color: #000;
}

.mbl_erf {
    display: none;
    border-bottom: 1px solid;
}

.all_cat {
    color: #000;
    text-align: left;
    padding-left: 25px;
    font-size: 19px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    justify-content: space-around;
}

.banner_in {
    height: 600px;
    width: 100%;
}

.all_ctet {
    margin-top: 130px;
}

.ofers_bnrs {
    width: 100%;
    height: 300px;
}

.all_wyb {
    row-gap: 20px;
}

.vgfg {
    display: flex;
    align-items: baseline;
    /* vertical-align: middle; */
    gap: 16px;
}

.nob {
    padding: 10px 0;
}

#resend_otp_button {
    background-color: #fff;
    border: none;
    outline: none;
    color: #ec1c24;
}

.helloworld46 {
    row-gap: 20px;
}

@media (min-width: 1000px) and (max-width: 1050px) {
    .gallery-thumbs {

        width: 200px !important;
    }

    .all_ctet {
        margin-top: 0px !important;
    }

    .banner_in {
        height: 100% !important;
        width: 100%;
    }

    .home_cate_fashion {

        font-size: 12px !important;
    }

    .home_category_box img {
        width: 80px !important;
    }

    /*    .swiper-container {*/
    /*    width: 665px !important;*/

    /*}*/
    /*.swiper-container-wrapper {*/

    /*    width: 545px !important;*/
    /*}*/
}

@media (max-width: 450px) {
    .wel_log {
        padding: 10px;
    }

    .groce {
        padding: 10px;
    }

    #sign_in_sub_form {
        padding: 10px;
    }
}

.closed_opo {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    top: -21px;
    filter: drop-shadow(0px 3.9863011837005615px 5.315068244934082px #B3DEB3);
}


.customer_review_button_collapse:active {}

/* CSS */
