body {
    background-color: #fff9f2;
    margin: 0;
}

.main-header {
    width: 100%;
    height: 50px;
    background-color: #004958;
}

.contents {
    display: flex;
    padding-top: 17px;
    justify-content: center;
}

.welcome {
    width: 154px;
    height: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    color: #ffffff;
    margin-right: 41%;
}

.follow {
    width: 65px;
    height: 20px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* text-align: left; */
    color: #ffffff;
    margin-right: 12px;
    opacity: 0;
}

.social-icon {
    color: #ffffff;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    opacity: 0;
}

.dropdown-container {
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    margin-left: 15px;
    padding-left: 15px;
    opacity: 0;
}

select {
    color: white;
    background-color: #004958;
    outline: none;
    border: none;
}

#languageSelect {
    margin-right: 15px;
    margin-left: 12px;
    outline: none;
    border: none;
}

/* end of main header */
/* start of sub header */

.sub-header {
    height: 73px;
    width: 100%;
    background-color: #0d839b;
    text-align: center;
}

.sub-header {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.scrolling-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 16.8px;
    height: 23px;
    /*border-left: 4px solid #d9d9d9;*/
    color: #ffffff;
    display: inline-block;
    /*padding: 23px;*/
    white-space: nowrap;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(150%);
    }
    100% {
        transform: translateX(-150%);
    }
}

/* end ofsub header  */
/* start of navbar */

.navbar {
    background-color: #ffffff;
    color: black;
    display: flex;
    height: 109px;
    width: 1124px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    gap: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 2.5%;
    padding-left: 2.5%;
}

.nav-icon {
    width: 180px;
    height: auto;
}

.home-text {
    /* width: 147px; */
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.30000001192092896px;
    position: relative;
    left: 15px;
    /* opacity: 0; */
}

#shopbtn {
    background-color: transparent !important;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    width: 60px;
    height: 23px;
    left: 85px;
    /* gap: 0px; */
    opacity: 0;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    outline: none;
    border: none;
}

.search-container {
    width: 377px !important;
    max-width: 377px !important;
    height: 46px;
    gap: 0px;
    border-radius: 23px;
    border: 1px solid #f9dab9;
    box-shadow: 0px 0px 6.1px 0px #f9dab9;
}

.search-input {
    outline: none;
    border: none;
    margin-top: 15px;
    margin-left: 15px;
}

.search-input::placeholder {
    color: #d9d9d9;
    width: 125px;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
}

#fa-search {
    width: 22.85px;
    height: auto;
    float: right;
    margin-top: 15px;
    margin-right: 11px;
}

#heart {
    height: auto;
    width: 25px;
    color: black;
    margin-left: 23%;
    margin-top: 27%;
}

.bag-icon {
    height: auto;
    width: 21px;
    margin-top: 30%;
    margin-left: 28%;
}
.whishlist {
    position: relative;
}
.cart-superscript {
    position: absolute;
    top: -1px;
    right: -4px;
    font-size: 10px;
    color: white;
    background: #f77f00;
    border-radius: 50%;
    padding: 2px 6px;
}
#openModal {
    display: block;
}
.superscript {
    position: relative;
    top: -41px;
    right: -26px;
    font-size: 10px;
    color: white;
    background: #f77f00;
    border-radius: 50%;
    padding: 2px 6px;
    border: none;
    outline: none;
}

#profile-icon {
    height: auto;
    width: 21px;
    color: black;
    margin-left: 26%;
    margin-top: 27%;
}

.icon {
    width: 46px;
    height: 46px;
    border: 1px solid #f7cea1;
    border-radius: 50%;
}

.break {
    width: 2px;
    height: 61px;
    border-radius: 1px 0px 0px 0px;
    background-color: #f9dab9;
    border: none;
    outline: none;
}

.login-button {
    width: 107px;
    height: 36px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
    border-radius: 9px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.space-allocation {
    height: 29px;
    width: 100%;
}

.home {
    display: flex;
    justify-content: center;
    height: max-content;
    margin-bottom: 55px;
}
.category-container .special-offer {
    margin-left: 6px;
    background: #f9dab9;
    padding: 10px 12px;
    margin-right: 6px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}
.category-container {
    width: 176px;
    height: 430px;
    border-radius: 20px;
    border: 1px solid #f9dab9;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.category-links {
    width: 154px;
    height: 38.22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.38px;
    text-decoration: none;
    color: black;
    border-radius: 9px;
    padding-top: 5%;
    margin-left: 4px;
    background-color: #ffffff;
    padding-left: 14px;
}

.category-links:hover {
    font-weight: 500;
    background-color: #f9dab9;
}

.slider-container {
    width: 830px;
    height: 460px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
    margin-right: 10px;
    z-index: -1;
}

.slider {
    display: flex;
    width: 3310px !important;
    height: 554px;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    width: 830px;
    height: 460px;
    border-radius: 30px;
}

.aside {
    width: 161px;
    height: 460px;
    background-color: #ee902c;
    border-radius: 20px;
    opacity: 0px;
}

.aside-top {
    width: 144px;
    height: 158px;
    border-radius: 20px;
    background-color: #ffffff;
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}

.aside-bottom {
    width: 144px;
    height: 280px;
}

.aside-bottom-img {
    width: 144px;
    height: 278px;
    border-radius: 20px;
    margin-left: 8px;
}

.aside-image-container {
    display: flex;
    flex-direction: column;
}

.aside-text-container {
    position: relative;
    top: 0px;
    left: 0px;

    .call-number {
        position: relative;
        top: -122px;
        left: 44px;
    }

    .call {
        font-size: 10px;
        color: black;
    }

    .number {
        font-size: 11px;
        color: #f77f00;
    }

    .sell {
        position: relative;
        top: -105px;
        left: 44px;
        font-size: 11px;
    }

    .deals {
        position: relative;
        top: -72px;
        left: 44px;
        font-size: 11px;
    }
}

.aside-image-icons {
    height: auto;
    width: 26px;
    margin-top: 22px;
    margin-left: 13px;
}

.deal-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 930px;
    margin-top: 0;
    margin-bottom: 0;
}

.parent-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    /* margin-bottom: 20px; */
}

.carousel {
    position: relative;
    width: 1196px;
    /* height: 350px; */
    /* border-radius: 30px; */
    overflow: hidden;
    margin-left: 56px;
    /* margin-top: -5px; */
    margin-top: 0;
}

.carousel-inner {
    display: flex;
    transition: transform 0.3s ease;
}

.card {
    padding: 0px;
    /* gap: 8px; */
    /* border: 1px solid #f77f00; */
    border: 1px solid #f7cea1;
    background-color: white;
    /* min-width: 291px; */
    /* height: 298px; */
    /* margin: 10px; */
    /* display: flex;
  align-items: center;
  justify-content: center; */
    border-radius: 30px;
    margin-right: 0px;
    margin-left: 25px;
    padding: 8px 8px 24px;
    box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
}
.card:first-child {
    margin-left: 15px;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    margin-left: 1098px;
    /* margin-top: -70px; */
    margin-top: -45px;
    margin-bottom: 20px;
}

.carousel-control {
    /* color: white; */
    cursor: pointer;
    border-radius: 50%;
    /* margin-left: 5px; */
    height: 46px;
    width: 46px;
    border: 1px solid #f9dab9;
    background-color: white;
    margin-right: 8px;
    font-size: 18px;
}

.left-arrow {
    font-size: 16px;
}

.top-deal-image {
    width: 275px;
    height: 200px;
    border-radius: 30px;
    /* margin-left: 8px;
    margin-top: 8px; */
}

.top-deal-heading {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    /* font-size: 22px; */
    font-size: 20px;
    font-weight: 500;
    /* line-height: 24px; */
    line-height: 20px;
    text-align: center;
    /* margin-top: 8px;
    margin-bottom: 10px; */
    margin-top: 19px;
    margin-bottom: 13px;
}

.top-deal-subheading {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    /* font-size: 22px; */
    font-size: 14px;
    font-weight: 500;
    /* line-height: 24px; */
    line-height: 18px;
    text-align: center;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    color: #797979;
}

/* second carousal */

.promo-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 912px;
    margin-top: 30px;
}

.custom-parent-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.custom-carousel {
    position: relative;
    width: 1196px;
    height: 440px;
    overflow: hidden;
    margin-left: 56px;
}

.custom-carousel-inner {
    display: flex;
    transition: transform 0.3s ease;
}

.custom-card,
.custom-card-div,
.custom-card-class,
.custom-card-recent {
    padding: 8px;
    /* border-radius: 30px; */
    border-radius: 15px;
    background-color: white;
    /* height: 350px; */
    /* margin: 5px; */
    margin-left: 20px;
    max-width: 322px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
.custom-card:first-child,
.custom-card-div:first-child,
.custom-card-class:first-child,
.custom-card-recent:first-child {
    margin-left: 10px;
}

.custom-carousel-controls {
    display: flex;
    justify-content: center;
    margin-left: 1098px;
    margin-top: -70px;
    margin-bottom: 40px;
}

.carousel-button {
    /* color: white; */
    cursor: pointer;
    border-radius: 50%;
    /* margin-left: 5px; */
    height: 46px;
    width: 46px;
    border: 1px solid #f9dab9;
    background-color: white;
    margin-right: 8px;
    font-size: 24px;
}

.snd-crsl-img {
    width: 240px;
    height: 100%;
    object-fit: cover;
    /* border-radius: 20px; */
    border-radius: 15px;
    max-width: 322px;
    max-height: 220px;
    display: block;
}

.snd-crsl-img-list {
    width: 240px;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    max-width: 322px;
    max-height: 180px;
    display: block;
}

.custom-box-2 {
    float: right;
    position: relative;
    top: 10px;
}

.custom-card-star {
    color: #06c270;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    /* margin-left: 10px; */
    margin-left: 12px;
    margin-top: 13px;
    margin-bottom: 14px;
}

.custom-card-rating {
    color: black;
    margin-left: 5px;
}

.custom-card-name {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    max-width: 200px;
    /* height: 40px; */
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional but not always required for multiline */
}

.clone-custom-card-name {
    margin: 0px 0px 0px 12px;
}

.card-t-name {
    margin: 0px 0px 0px 12px;
}

.custom-card-subname {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 11.49px;
    /* margin: 5px 0px 5px 10px; */
    margin: 5px 0px 5px 12px;
}

.btn-price {
    display: flex;
    align-items: center;
    /* margin-left: 12px; */
    margin-left: 0px;
    margin-right: 7px;
}

.custom-card-price {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    /* font-size: 19px; */
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #ff3b3b;
    /* margin: 10px 8px; */
    margin: 10px 12px;
    cursor: pointer;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-card-add-to-cart-button {
    width: 104px;
    height: 30px;
    padding: 5px 12px;
    border-radius: 20px;
    background-color: #0d839b;
    color: white;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}

.for-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.load-more {
    font-size: 12px;
    font-weight: bold;
    padding-left: 21px;
}

.custom-card-add-to-cart-button .cart-icon {
    font-size: 18px;
    color: white;
}

.strikethrough-text {
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    opacity: 0.3;
    /* margin-left: 11px; */
    margin-left: 12px;
    position: relative;
    top: 0;
    margin-bottom: 4px;
    display: block;
    margin-top: -8px;
}
.p-v-p-item-description-add-to-wishlist-heart img {
    width: 20px;
    height: 20px;
}
/* //for cart not slider below the date timer and left side ad */

.custom-card-1 {
    /* padding: 8px; */
    padding: 8px 0px;
    border-radius: 30px;
    background-color: white;
    /* height: 355px; */
    margin: 0px 8px 15px 7px;
    width: 240px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
.custom-card-1:first-child {
    margin-left: 15px;
}
.custom-carousel-controls-1 {
    display: flex;
    justify-content: center;
    margin-left: 1098px;
    margin-top: -70px;
    margin-bottom: 20px;
}

.carousel-button-1 {
    /* color: white; */
    cursor: pointer;
    border-radius: 50%;
    /* margin-left: 5px; */
    height: 45px;
    width: 45px;
    border: 1px solid #f77f00;
    background-color: white;
    margin-right: 8px;
}

.snd-crsl-img-1 {
    width: 240px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    max-width: 322px;
    max-height: 220px;
}

.custom-card-star-1 {
    color: #06c270;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    /* margin-left: 15px; */
    margin-left: 8px;
    margin-right: 6px;
}
.like-box-home {
    position: absolute;
    right: 19px;
    top: 16px;
}
.custom-card-rating-1 {
    color: black;
    margin-left: 5px;
}

.custom-card-name-1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-weight: 500;
    line-height: 18.38px;
    /* margin: 5px 0px 0px 15px; */
    margin: 5px 0px 0px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    width: 183px;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional but not always required for multiline */
}

.custom-card-subname-1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 11.49px;
    /* margin: 5px 0px 5px 15px; */
    margin: 5px 0px 5px 20px;
}

.custom-card-price-1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    /* font-size: 19px; */
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #ff3b3b;
    /* margin: 10px 8px; */
    margin: 10px 8px 8px 20px;
    cursor: pointer;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-card-add-to-cart-button-1 {
    width: 104px;
    height: 30px;
    padding: 5px 12px;
    border-radius: 20px;
    background-color: #0d839b;
    color: white;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    /* margin: 0px 14px 0px 0px; */
    margin: 0px 7px 0px 0px;
}

.custom-card-add-to-cart-button-1 .custom-card-cart-icon-1 i {
    font-size: 11px;
}
.custom-card-add-to-cart-button-1 .cart-icon-1 {
    font-size: 18px;
    color: white;
}

.strikethrough-text-1 {
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13.79px;
    text-decoration: line-through;
    opacity: 0.3;
    /* margin-left: 15px; */
    margin-left: 20px;
    margin-bottom: 8px;
    display: block;
}

/* third carousal */

.offer-text,
.Recently-reviewed {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 910px;
}

.New-Arrivals-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 965px;
    margin-top: -50px;
    margin-bottom: 0;
}

.Deal-of-the-day {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 931px;
    margin-top: 0;
    margin-bottom: 26px;
}

.Special-Offers {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 890px;
    margin-top: -20px;
}

.Our-Brands {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 985px;
    margin-top: 0px;
    margin-bottom: 50px;
}

.What-Our-Cli {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 770px;
    margin-top: 0;
    margin-bottom: 0;
}

.my-parent-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.my-carousel {
    position: relative;
    width: 1196px;
    height: 450px;
    overflow: hidden;
    margin-left: 56px;
}

.my-carousel-inner,
.my-carousel-inner-div,
.custom-carousel-inner-class {
    display: flex;
    transition: transform 0.3s ease;
    height: 437px;
}

.my-card {
    padding: 8px 0px 19px 8px;
    gap: 8px;
    border-radius: 30px 0px 0px 0px;
    border: 1px solid #f77f00;
    background-color: white;
    min-width: 291px;
    height: 298px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.my-carousel-controls {
    display: flex;
    justify-content: center;
    margin-left: 1098px;
    /* margin-top: -70px;
    margin-bottom: 20px; */
    margin-top: -45px;
    margin-bottom: 30px;
}

.carousel-button {
    /* color: white; */
    cursor: pointer;
    border-radius: 50%;
    /* margin-left: 5px; */
    height: 46px;
    width: 46px;
    border: 1px solid #f9dab9;
    background-color: white;
    margin-right: 8px;
}

.custom-box {
    width: 55px;
    height: 22px;
    padding: 2px 7px;
    border-radius: 5px;
    background-color: #0063f7;
    /* font-weight: bold; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    color: #fff;
    text-align: center;
    /* position: relative;
    top: -369px;
    left: 15px; */
    position: absolute;
    top: 13px;
    font-size: 14px;
    /* left: 157px; */
}

/* carousal ends here */
/* small .carousel */

.my-parent-carousel-s {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 20px; */
    margin-bottom: 39px;
}

.my-carousel-s {
    position: relative;
    width: 1196px;
    /* height: 250px; */
    /* border-radius: 30px; */
    overflow: hidden;
    margin-left: 56px;
}

.my-carousel-inner-s {
    display: flex;
    transition: transform 0.3s ease;
}

.my-card-s {
    padding-top: 14px;
    padding-left: 14px;
    border: 1px solid #f9dab9;
    background-color: white;
    min-width: 352px;
    height: 185px;
    margin-right: 27px;
    border-radius: 16px;
    box-shadow: 0px 0px 6.1px 0px #f9dab9;
    margin-bottom: 15px;
}

.my-carousel-controls-s {
    display: flex;
    justify-content: center;
    margin-left: 1098px;
    margin-top: -45px;
    margin-bottom: 32px;
}

.carousel-button-s {
    cursor: pointer;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    border: 1px solid #f77f00;
    background-color: white;
    margin-right: 8px;
}

.parent-landscape-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px 0px 50px 0px;
}

.landscape-slider {
    overflow: hidden;
    width: 1244px;
    height: 327px;
}

.landscape-images img {
    width: 100%;
    height: 327px;
    object-fit: cover;
}

.landscape-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: calc(100% * 2);
}

button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: black;
    border: 1px solid #f77f00;
    cursor: pointer;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    font-size: 24px;
}

button.prev {
    left: 5%;
}

button.next {
    right: 5%;
}

.special-custom-carousel {
    position: relative;
    width: 1196px;
    height: 815px;
    /* border-radius: 30px; */
    overflow: hidden;
    margin-left: 56px;
}

.special-custom-card {
    width: 390px;
    height: 390px;
    border-radius: 30px;
    margin-right: 10px;
}

.special-custom-card-image {
    width: 390px;
    height: 100%;
    border-radius: 30px;
}

.special-custom-card-texts {
    position: relative;
    top: -310px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    text-align: center;
    left: 6px;

    .from-text {
        padding: 4px;
        border-radius: 5px;
        background-color: #ee902c;
        width: max-content;
        font-size: 12px;
        margin-left: 36px;
    }

    .lorem-ipsum {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
            Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
            sans-serif;
        font-size: 28px;
        font-weight: 500;
        line-height: 36px;
        margin-left: -155px;
    }

    .shopping-texts {
        background-color: #ffe597;
        color: #181818;
        width: 199.21px;
        height: 35px;
        border-radius: 10px;
        margin-left: 36px;
        padding-top: 10px;
    }
}

.days {
    display: flex;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}

.days-parent {
    display: flex;
    justify-content: center;
    position: relative;
    top: -58px;
    right: -505px;
}

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

.box1 {
    width: 43.28px;
    height: 57.2px;
    border-radius: 10px;
    background-color: #bef4ff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.33px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box2 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.33px;
}

.minutes {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 11.49px;
    color: #666666;
}

.browse-all-product {
    color: #0063f7;
    text-decoration: underline;
    font-size: 16px;
    position: relative;
    top: -70px;
    left: 1050px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-weight: 600;
}

.prnt-pt-ad {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.pt-ad {
    width: 224px;
    height: 835px;
    border-radius: 20px;
    margin-left: 40px;
}
.hr-container {
    background: #d9d9d9;
    width: 100%;
    height: 3px;
}
.hr-container .hr {
    width: 50%;
    background: #ff3b3b;
    height: 100%;
}
.feature-container {
    margin-left: 39px;
    position: relative;
    left: 40px;
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.feature {
    width: Fixed (1, 423px) px;
    height: 150px;
    /* gap: 79px; */
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    margin-bottom: 50px;
}
.feature-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parcel {
    width: 50px;
    height: 50px;
    /* position: relative;
    top: 25px;
    left: -80px; */
    margin-right: 16px;
}

/* .parcel-text-ontainer {
    position: relative;
    top: -25px;
    left: -20px;
} */

.parcel-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 19.8px;
    width: max-content;
}

.brnds-container {
    width: 100%;
    height: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brnds-container-iner {
    background-color: #fff;
    width: 1163px;
    overflow: hidden;
    display: flex;
    padding: 10px;
    height: 150px;
    margin: -34px 0px 0px 48px;
    align-items: center;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.brands {
    max-height: 75px;
    max-width: 230px;
    margin-right: 97px;
}

.ad-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px 50px 0px;
}

.ad-img-1 {
    width: 575px;
    height: 241px;
    border-radius: 20px;
    margin-left: 38px;
    margin-right: 10px;
}

.ad-img-2 {
    width: 575px;
    height: 241px;
    border-radius: 20px;
}

.deal-of-day-carts1-2 {
    display: flex;
    flex-direction: column;
}

.deal-of-day-timer {
    text-align: center;
    margin: 0px 0px 0px -970px;
}

.deal-of-day-carts {
    width: 945px;
    /* height: 410px; */
    display: flex;
    /* flex-wrap: wrap; */
    /* margin-top: -28px; */
    /* margin-left: 10px; */
    overflow: hidden;
}

.deal-of-day-carts-2 {
    display: flex;
    width: 944px;
    overflow: hidden;
    margin-left: 0px;
}

.ques-other-parent {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* border: 1px solid red; */
    gap: 55px;
}

.bab-ques-q {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30.55px;
    text-align: left;
    border-top: 1px solid #00000060;
    border-bottom: 1px solid #00000060;
    margin: 0px;
    padding: 26px 0px 26px 0px;
    /* width: 522.72px; */
}

.plus {
    width: 16px;
    height: 13px;
    border-radius: 50%;
    background-color: #ee902c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    padding-bottom: 3px;
    margin-top: 6px;
}

.other {
    width: 413px;
    height: 120px;
    opacity: 0px;
}

.bab-ques-w {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.16971355676651px;
}

.bab-ques-b {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #00000060;
    width: 340px;
}

/* //rest */

/* .ques-other-parent {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
/*} */

.ques {
    width: 480px;
    font-size: 18px;
    height: max-content;
}

.plus {
    width: 16px;
    height: 13px;
    border-radius: 50%;
    background-color: #ee902c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    padding-bottom: 3px;
    margin-top: 6px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    font-size: 16px;
    padding: 0 0;

}

.faq-item.active .faq-content {
    max-height: 53px;
    background: white;
    border-radius: 15px;
    margin: 10px;
    padding-left: 20px;
    overflow-y: scroll;
}

.faq-item.active .plus {
    transform: rotate(0deg);
}

.faq-item.active .plus::before {
    content: "";
}

.other {
    width: 413px;
    height: 120px;
    opacity: 0px;
}

.bab-ques-w {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.16971355676651px;
    margin-top: 0;
    margin-bottom: 14px;
}

.bab-ques-b {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #00000060;
    width: 340px;
    margin-top: 0;
    margin-bottom: 59px;
}
.bab-ques-w.sub {
    margin-bottom: 27px;
}

/* //rest */
.search-container-btm {
    display: flex;
    align-items: center;
}
.search-input-btm {
    /* width: 172px; */
    width: 262px;
    height: 18px;
    padding: 16px;
    border-radius: 31px;
    border: 1px solid #f7cea1;
    outline: none;
    margin-right: 7px;
}

.search-input-btm::placeholder {
    color: #d9d9d9;
    width: 119px;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
}

/* .other {
    position: relative;
    top: -134px;
    left: 110px;
} */

.styled-button-btm {
    width: 110px;
    height: 52px;
    /* padding: 16px; */
    border-radius: 59px;
    background-color: #0d839b;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative;
    top: -52px;
    left: 209px; */
}

.cards-inner-text {
    margin: 0px;
    /* padding: 60px 0px 0px 0px; */
}
.card-flex {
    display: flex;
}

.dp-img {
    width: 57.62px;
    height: 57.62px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #f9dab9;
}

.dp-name {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 18.95px;
    font-weight: 500;
    line-height: 26.45px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 18.95px;
    font-weight: 500;
    line-height: 26.45px;
    /* text-align: left; */
    /* position: relative;
    top: -80px;
    left: 75px; */
    width: max-content;
    margin-top: 0;
    margin-bottom: 38px;
}

.star-rating {
    /* position: relative;
    top: 25px;
    right: 120px; */
    display: block;
}

.rating {
    font-size: 16px;
    color: #c4c4c4;
}

.star {
    color: #f8bf0e;
    font-size: 16px;
}

.comment {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26.45px;
    /* position: relative;
    top: -20px; */
    margin-top: 0;
    margin-bottom: 0;
}

/* footer starts here */

.footer {
    height: 676px;
    background-color: #276100;
    width: 100%;
    /* margin-top: 20px; */
    margin-top: 40px;
}

.footer-header-containers {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 28.58px;
    font-weight: 700;
    line-height: 61.99px;
    color: #f6f6f6;
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-headers {
    margin: 70px;
    text-align: center;
    margin-bottom: 0px !important;
}

.footer-links-container {
    display: flex;
    color: #fff;
}

.footer-flex {
    display: flex;
    justify-content: center;
}

.image-below {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #fff;
    height: max-content;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    width: 180px;
    margin-right: 67px;
}
.cutomer {
    margin-top: 5px;
    margin-bottom: 0;
}
.number {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
.nothing {
    margin-bottom: 0;
    margin-top: 0;
}
.email {
    margin-top: 0;
    margin-bottom: 24px;
}
a {
    text-decoration: none;
    color: black;
}

#footer-icon {
    background-color: #ffffff;
    width: 37px;
    height: 27px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.need-help {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #fff;
    width: 180px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    position: relative;
    right: -119px;
    margin-right: 98px;
    margin-top: -28px;
}

.need-help-below {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30.04px;
}

.other-footer-text {
    display: flex;
    justify-content: center;
    margin-top: -210px;
}

.Download-The-App {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 22px;
    /* font-weight: 700; */
    line-height: 30px;
    color: white;
    margin-left: -145px;
    margin-right: 301px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.Payment-Methods {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: 22px;
    /* font-weight: 700; */
    line-height: 30px;
    color: white;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.other-footer-icon-footer {
    height: 42px;
    margin-right: 10px;
    padding: 3px;
}

.other-footer-icon {
    display: flex;
    justify-content: center;
    margin-right: 717px;
    margin-top: 19px;
}

.parent-Payment-Methods-img {
    display: flex;
    justify-content: center;
}

.Payment-Methods-img {
    width: 180px;
    height: 35px;
    border-radius: 9px;
    background: #363535;
    display: flex;
    justify-content: center;
    position: relative;
    top: -47px;
    left: 168px;
    padding: 5px;
}

.alpha {
    margin-right: 10px;
    padding: 1px;
}

.footer-br {
    width: 1100px;
    margin-top: -2px;
    color: #bebcbd;
}

.copyright {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-size: small;
    color: white;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 77px;
}

.bread-crump-c {
    display: none;
}

.aside-text-container-420px {
    display: none;
}

.form_control_container {
    font-size: 15px;
    display: flex;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 3px;
}

.form_control_container__time {
    margin-top: 3px;
    margin-right: 5px;
}

/* Customer Support Styles */
.need-help h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
}

.need-help .address-block {
    color: #ffffff;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
}

.need-help .social-links {
    margin-top: 20px;
}

.need-help .social-links a {
    color: #ffffff;
    margin-right: 15px;
    font-size: 20px;
    transition: color 0.3s ease;
}

.need-help .social-links a:hover {
    color: #007bff;
}

.need-help .need-help-below i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.need-help .need-help-below a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.need-help .need-help-below a:hover {
    color: #007bff;
}

#country-dropdown {
    width: max-content;
    position: absolute;
    margin: 12px 0px 0px 52px;
    background: white;
    padding: 5px;
    z-index: 1;
    max-height: 150px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#country-dropdown::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.cat-aero {
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .bread-crump-c {
        display: none;
    }

    .navbar {
        width: 900px;
    }

    .deal-text,
    .Deal-of-the-day,
    .Special-Offers,
    .Our-Brands,
    .Recently-reviewed {
        font-size: 20px;
        width: 275px;
        margin-bottom: 0px;
    }

    .New-Arrivals-text,
    .What-Our-Cli {
        width: 260px;
        font-size: 20px;
    }

    .What-Our-Cli {
        width: 415px;
        font-size: 20px;
        margin-top: 45px;
    }

    .promo-text {
        width: 296px;
        font-size: 20px;
    }

    .carousel-controls,
    .custom-carousel-controls,
    .my-carousel-controls,
    .my-carousel-controls-s {
        margin-left: 860px;
    }

    .browse-all-product {
        color: #0063f7;
        text-decoration: underline;
        font-size: 16px;
        position: relative;
        top: -56px;
        left: 820px;
    }

    .footer-br {
        width: 90%;
    }

    .other,
    .deals,
    .number,
    .sell,
    .comment,
    .dp-name,
    .need-help-below,
    .footer-headers,
    .call-number,
    .need-help {
        width: max-content;
    }

    .bab-ques-b {
        width: 280px;
    }

    .styled-button-btm {
        width: 70px;
    }

    .parcel-text {
        width: 105px;
        font-size: 14px;
    }

    .parcel-text-2 {
        width: 115px;
        font-size: 9px;
    }

    .footer-headers {
        margin: 0px;
    }

    .need-help-below {
        font-size: 12px;
    }

    .nav-icon {
        width: 150px;
        height: auto;
        margin-right: 40px;
    }

    .search-container {
        width: 280px !important;
    }

    .home-text {
        position: relative;
        left: 10px;
    }

    .navbar {
        gap: 12px;
    }

    .search-input {
        margin-top: 5%;
        margin-left: 5%;
    }

    #fa-search {
        margin-right: 5%;
        margin-top: 5%;
    }

    .brnds-container {
        width: 100%;
        height: 120px;
    }
    .brands {
        max-height: 58px;
        max-width: 150px;
        margin-right: 67px;
    }

    .slider-container {
        width: 600px;
    }

    .slider img {
        width: 600px;
    }

    .card {
        min-width: 220px;
        height: 258px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .top-deal-image {
        width: 204px;
        height: 180px;
    }

    .carousel {
        width: 920px;
        height: 300px;
        margin-left: 23px;
    }

    .top-deal-heading {
        font-size: 17px;
    }

    .top-deal-subheading {
        font-size: 17px;
        margin-top: -6px;
    }

    .snd-crsl-img {
        width: 205px;
        height: 200px;
    }

    .custom-card,
    .custom-card-div,
    .custom-card-class,
    .custom-card-recent {
        height: 390px;
    }

    .cards-inner-text {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        width: 310px;
    }

    .deal-of-day-timer {
        text-align: center;
        margin: 0px 0px 0px -750px;
    }

    .custom-card-add-to-cart-button {
        width: 102px;
        height: 30px;
    }

    .custom-carousel {
        height: 420px;
        width: 930px;
        margin-left: 36px;
        margin-bottom: 20px;
    }

    .custom-box {
        width: 73px;
        height: 25px;
        padding: 1px 5px;
        top: -330px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .my-carousel {
        position: relative;
        width: 925px;
        height: 420px;
        margin-left: 41px;
    }

    .my-parent-carousel {
        margin-bottom: -33px;
    }

    .snd-crsl-img-1 {
        width: 215px;
        height: auto;
    }

    .custom-card-add-to-cart-button-1 {
        width: 95px;
        height: 34px;
        padding: 0px 10px 0px 10px;
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: none;
        cursor: pointer;
        position: relative;
        top: -23px;
        left: 6px;
    }

    .footer-header-containers {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
            Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
            sans-serif;
        font-size: 20px;
        gap: 111px;
        padding-top: 35px;
    }

    .prnt-pt-ad {
        width: 1338px;
        margin-left: -334px;
        overflow: hidden;
    }

    .pt-ad {
        width: 236px;
        height: 845px;
        border-radius: 20px;
        margin-left: 14px;
    }

    .deal-of-day-carts1-2 {
        display: flex;
        flex-direction: column;
        width: 323px;
    }

    .deal-of-day-carts {
        width: 945px;
        height: 435px;
        display: flex;
        margin-left: 10px;
        overflow: hidden;
    }

    .deal-of-day-carts-2 {
        margin-left: 10px;
    }

    #features-header {
        margin-left: 20px;
    }

    .custom-card-1 {
        height: 390px;
        width: 220px;
    }

    .ad-img-1 {
        width: 450px;
        height: 200px;
    }

    .ad-img-2 {
        width: 450px;
        height: 200px;
    }

    .my-carousel-s {
        width: 915px;
        height: 250px;
        margin-left: 29px;
    }

    .ques {
        width: 450px;
        margin-left: 110px;
    }

    .my-parent-carousel-s {
        margin-bottom: 20px;
    }

    .ques-other-parent {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
            Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
            sans-serif;
        margin-left: -50px;
        margin-top: -20px;
    }

    .faq-item.active .faq-content {
        max-height: 60px;
    }

    .Download-The-App {
        margin-left: -89px;
    }

    .other-footer-icon {
        margin-right: 648px;
    }

    #contact-us {
        margin-left: -30px;
    }
    #about-us {
        position: relative;
        left: 140px;
    }
    #c-l {
        position: relative;
        left: 125px;
    }
    .image-below {
        margin-left: -30px;
        margin-right: 39px;
    }

    .aside-text-container-420px {
        display: none;
    }

    .parent-landscape-slider {
        margin-top: 80px;
    }

    .search-input-btm {
        width: 175px;
    }

    #features-cat {
        margin-left: 30px;
    }

    #features-cat-slider-arrow {
        margin-top: -43px;
    }

    #country_code {
        option {
            font-size: 11px;
        }
    }
    .for-mobile-res {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .ques-other-parent {
        margin-left: -28px;
    }

    .footer {
        width: 100%;
    }

    .main-header {
        width: 100%;
        height: 50px;
        background-color: #004958;
    }

    .welcome {
        width: max-content;
        margin-right: 9%;
    }

    .sub-header {
        overflow: hidden;
        width: 100%;
        padding: 10px 0;
    }

    .nav-icon {
        width: 140px;
        height: auto;
        margin-right: 0px;
    }

    .search-container {
        width: 180px !important;
    }

    .search-input {
        margin-top: 8%;
        margin-left: 5%;
        width: 107px;
    }

    #fa-search {
        margin-right: 8%;
        margin-top: 8%;
    }

    #fa-search {
        width: 16.85px;
    }

    .navbar {
        left: 50%;
        width: 710px;
    }

    .modal-content {
        top: 151px;
        left: 15px;
    }

    .home {
        margin-left: 7px;
        width: max-content;
    }

    .home-text {
        font-size: 13px;
    }

    .category-links {
        font-size: 10px;
        width: 125px;
        font-weight: 600;
        margin-left: 0px;

        span {
            font-size: 12px !important;
        }
    }

    .category-container {
        width: 140px;
    }

    .slider-container {
        width: 470px;
    }

    .aside {
        width: 125px;
        height: 460px;
    }

    .aside-image-icons {
        height: auto;
        width: 20px;
        margin-left: 7px;
    }

    .aside-text-container {
        .call-number {
            position: relative;
            top: -106px;
            left: 36px;
        }
    }

    .call {
        font-size: 9px;
        color: black;
    }

    .aside-text-container {
        .number {
            font-size: 10px;
            color: #f77f00;
        }
    }

    .aside-text-container {
        .sell {
            position: relative;
            top: -96px;
            left: 35px;
            font-size: 10px;
        }
    }

    .aside-text-container {
        .deals {
            position: relative;
            top: -68px;
            left: 36px;
            font-size: 10px;
        }
    }

    .deals {
        position: relative;
        top: -65px;
        left: 34px;
        font-size: 10px;
    }

    .aside-top {
        width: 116px;
        height: 135px;
        margin-left: 5px;
        margin-top: 4px;
    }

    .deal-of-day-carts,
    .deal-of-day-carts-2 {
        width: 670px;
    }

    .feature {
        width: 100%;
    }

    .brnds-container {
        width: 100%;
    }

    .feature-container {
        margin-left: 52px;
        position: relative;
        left: -32px;
        margin-right: -35px;
    }

    .parcel {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .parcel-text {
        width: 115px;
        font-size: 12px;
    }

    .carousel-controls,
    .custom-carousel-controls,
    .my-carousel-controls,
    .my-carousel-controls-s {
        margin-left: 636px;
        position: relative;
        right: 0px;
    }

    .my-parent-carousel-s {
        width: 762px;
    }

    .my-carousel-s {
        margin-left: 40px;
    }

    .custom-parent-carousel {
        width: 762px;
    }

    .What-Our-Cli {
        margin-left: -15px;
    }

    .ad-img {
        width: 100%;
    }

    .custom-carousel {
        margin-left: 30px;
        width: 740px;
    }

    .my-parent-carousel {
        margin-left: -170px;
        width: 740px;
    }

    .New-Arrivals-text {
        width: 196px;
        font-size: 20px;
    }

    .What-Our-Cli {
        width: 390px;
        font-size: 20px;
        margin-right: 0px;
    }

    .deal-text {
        margin-right: 0px;
    }

    .Our-Brands {
        margin-right: 0px;
    }

    .landscape-slider {
        width: 100%;
    }

    .slider img {
        width: 465px;
    }

    .deal-text,
    .Deal-of-the-day,
    .Special-Offers,
    .Our-Brands,
    .Recently-reviewed {
        margin-left: 0px;
        margin-top: 45px;
    }

    .deal-text,
    .Deal-of-the-day,
    .Special-Offers,
    .Recently-reviewed {
        margin-left: -30px;
    }

    .Our-Brands {
        margin-left: -45px;
        position: relative;
        top: -21px;
    }

    .carousel {
        width: 745px;
        margin-left: 0px;
    }

    .my-parent-carousel {
        margin-left: -13px;
        width: 773px;
    }

    #features-cat {
        margin-left: -8px;
        margin-right: 0px;
    }

    .promo-text {
        width: 183px;
        font-size: 20px;
        margin-left: 25px;
        margin-right: 0px;
    }

    .parent-landscape-slider {
        width: 100%;
    }

    .parent-carousel {
        width: 776px;
    }

    .bread-crump-c {
        display: none;
    }

    .aside-text-container-420px {
        display: none;
    }

    .footer-header-containers {
        font-size: 20px;
        gap: 45px;
    }

    .footer-icon {
        width: 250px;
    }

    .image-below {
        margin-right: -199px;
    }

    .need-help {
        right: -265px;
        margin-right: 43px;
    }

    .footer-flex {
        position: relative;
        left: -88px;
    }

    .contents {
        margin: 0px 0px 0px -125px;
    }
    .brnds-container-iner {
        margin: -5px 0px 0px 1px;
    }
    .for-mobile-res {
        display: none;
    }

    .Download-The-App {
        position: relative;
        left: 127px;
    }

    .other-footer-icon {
        margin-right: 400px;
    }
}

@media only screen and (max-width: 426px) {
    .main-header {
        width: 100%;
    }

    .sub-header {
        width: 100%;
    }

    .category-container {
        display: none;
    }

    .welcome {
        width: max-content;
        margin-right: -50%;
    }

    .home-text {
        display: none;
    }

    .login-button {
        display: none;
    }

    .home {
        margin-top: 50px;
    }

    .search-container {
        width: 360px !important;
    }

    .search-container-agn {
        position: absolute !important;
        top: 120px;
        background: white;
        left: 24px;
    }

    .navbar {
        left: 50%;
        width: 380px;
        height: 105px;
    }

    .search-input {
        margin-top: 4%;
        margin-left: 7%;
        width: 107px;
    }

    #fa-search {
        margin-right: 8%;
        margin-top: 4%;
    }

    .parent-landscape-slider {
        width: 100%;
    }

    .feature {
        width: 100%;
    }

    .brnds-container {
        width: 100%;
    }

    .ad-img {
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    .carousel-controls,
    .custom-carousel-controls,
    .my-carousel-controls,
    .my-carousel-controls-s {
        margin-left: 316px;
        position: relative;
        right: 0px;
    }

    .aside {
        display: none;
    }

    .slider-container {
        width: 415px;
    }

    .slider img {
        width: 415px;
    }

    .carousel {
        width: 390px;
        margin-left: 26px;
    }

    .custom-parent-carousel-cl {
        height: 415px !important;
        width: 415px;
    }

    .my-parent-carousel {
        width: 426px;
    }

    .clone-custom-parent-carousel {
        height: 415px !important;
        width: 415px;
    }

    .ques-other-parent {
        display: flex;
        flex-direction: column;
    }

    .other {
        margin: 0px 0px 145px 92px;
    }

    .feature {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .comment {
        width: 315px;
    }

    .my-card-s {
        min-width: 340px;
        height: 216px;
    }

    .my-card-s {
        padding-top: 14px;
        padding-left: 45px;
    }

    .my-parent-carousel-s {
        width: 415px;
    }

    .ques {
        width: 275px;
        margin-left: 94px;
    }

    .What-Our-Cli {
        width: 377px;
    }

    .bab-ques-q{
        font-size: 15px;
    }

    .ques-other-parent {
        margin-left: -5px;
    }

    .clone-footer-headers {
        display: none;
    }

    .need-help{
        display: none;
    }

    .image-below {
        p{
            display: none;
        }
    }

    .Payment-Methods{
        display: none;
    }

    .parent-Payment-Methods-img {
        display: none;
    }

    .other-footer-icon {
        margin-right: -11px;
    }

    .Download-The-App {
        margin-left: 198px;
    }

    .parent-carousel {
        width: 415px;
    }

    .Download-The-App {
        margin-top: 490px !important;
        width: 244px;
        margin-right: 34px;
        margin-left:-162px !important;
    }

    .for-mobile-res {
        display: block;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: white;
        position: relative;
        left: 109px;
        top: 90px;
        width: max-content;

        #c-name-foo {
            font-size: 17px;
            font-weight: 400;
            width: max-content;
            margin: 0px 0px 0px 20px;
        }

        #c-num-foo {
            font-size: 26px;
            font-weight: 600;
            width: max-content;
            margin: 0px 0px 0px 4px;

        }
    }
}

@media only screen and (max-width: 376px) {
    .main-header {
        width: 100%;
    }

    .sub-header {
        width: 100%;
    }

    .category-container {
        display: none;
    }

    .welcome {
        width: max-content;
        margin-right: -63%;
    }

    .home-text {
        display: none;
    }

    .login-button {
        display: none;
    }

    .home {
        margin-top: 50px;
    }

    .search-container {
        width: 320px !important;
    }

    .search-container-agn {
        position: absolute !important;
        top: 120px;
        background: white;
        left: 24px;
    }

    .navbar {
        left: 50%;
        width: 350px;
        height: 105px;
    }

    .search-input {
        margin-top: 4%;
        margin-left: 7%;
        width: 107px;
    }

    #fa-search {
        margin-right: 8%;
        margin-top: 4%;
    }

    .parent-landscape-slider {
        width: 100%;
    }

    .feature {
        width: 100%;
    }

    .brnds-container {
        width: 100%;
    }

    .ad-img {
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    .carousel-controls,
    .custom-carousel-controls,
    .my-carousel-controls,
    .my-carousel-controls-s {
        margin-left: 260px;
        position: relative;
        right: 0px;
    }

    .aside {
        display: none;
    }

    .slider-container {
        width: 350px;
    }

    .slider img {
        width: 350px;
    }

    .carousel {
        width: 390px;
        margin-left: 26px;
    }

    .custom-parent-carousel-cl {
        height: 415px !important;
        width: 415px;
    }

    .my-parent-carousel {
        width: 350px;
    }

    .clone-custom-parent-carousel {
        width: 350px;
    }

    .ques-other-parent {
        display: flex;
        flex-direction: column;
    }

    .other {
        margin: 0px 0px 145px 73px;
    }

    .Recently-reviewed-for-mob{
        margin-top: -49px;
    }

    .footer-flex {
        position: relative;
        left: -71px;
    }

    .feature {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .comment {
        width: 315px;
    }

    .my-card-s {
        min-width: 340px;
        height: 216px;
    }

    .my-card-s {
        padding-top: 14px;
        padding-left: 45px;
    }

    .my-parent-carousel-s {
        width: 350px;
    }

    .ques {
        width: 275px;
        margin-left: 65px;
    }

    .What-Our-Cli {
        width: 377px;
    }

    .bab-ques-q{
        font-size: 15px;
    }

    .ques-other-parent {
        margin-left: -5px;
    }

    .clone-footer-headers {
        display: none;
    }

    .need-help{
        display: none;
    }

    .image-below {
        p{
            display: none;
        }
    }

    .Payment-Methods{
        display: none;
    }

    .parent-Payment-Methods-img {
        display: none;
    }

    .other-footer-icon {
        margin-right: -11px;
    }

    .Download-The-App {
        margin-left: 198px;
    }

    .parent-carousel {
        width: 350px;
    }

    .custom-parent-carousel-cl {
        width: 350px;
    }

    .Download-The-App, .Payment-Methods {
        margin-top: 490px !important;
        width: 244px;
        margin-right: 34px;
        margin-left: 72px;
    }

    .for-mobile-res {
        display: block;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: white;
        position: relative;
        left: 96px;
        top: 90px;
        width: max-content;

        #c-name-foo {
            font-size: 17px;
            font-weight: 400;
            width: max-content;
            margin: 0px 0px 0px 20px;
        }

        #c-num-foo {
            font-size: 26px;
            font-weight: 600;
            width: max-content;
            margin: 0px 0px 0px 4px;

        }
    }
}

@media only screen and (max-width: 321px) {
    .navbar {
        left: 50%;
        width: 296px;
        height: 105px;
    }
    
    .welcome {
        width: max-content;
        margin-right: -78%;
    }

    .nav-icon {
        width: 99px;
        height: auto;
        margin-right: 0px;
    }

    #heart {
        height: auto;
        width: 22px;
        color: black;
        margin-left: 25%;
        margin-top: 29%;
    }

    .search-container {
        width: 266px !important;
    }

    .search-input {
        margin-top: 5%;
        margin-left: 7%;
        width: 107px;
    }

    #fa-search {
        margin-right: 8%;
        margin-top: 5%;
    }

    .slider-container {
        width: 300px;
    }

    .slider img {
        width: 300px;
    }

    
    .carousel-controls, .custom-carousel-controls, .my-carousel-controls, .my-carousel-controls-s {
        margin-left: 211px;
        position: relative;
        right: 0px;
    }

    .parent-carousel{
        width: 300px;
    }

    .custom-parent-carousel-cl {
        width: 300px;
    }

    .my-parent-carousel{
        width: 300px;
    }

    .clone-custom-parent-carousel {
        width: 300px;
    }

    .feature-container {
        margin-left: 52px;
        position: relative;
        left: -49px;
        margin-right: -62px;
    }

    .custom-carousel{
        width: 300px;
    }

    .What-Our-Cli {
        width: 223px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .my-parent-carousel-s {
        width: 300px;
    }

    .ques {
        width: 257px;
        margin-left: 49px;
    }

    .other {
        margin: 0px 0px 145px 49px;
    }

    .ques-other-parent {
        margin-left: -17px;

    }

    .for-mobile-res {
        display: block;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: white;
        position: relative;
        left: 68px;
        top: 90px;
        width: max-content;
    }
}

/* Recently Viewed Products Slider */
.recently-viewed-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.recently-viewed-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.recently-viewed-inner {
    display: flex;
    gap: 20px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
}

.recently-viewed-inner .custom-card-recent {
    flex: 0 0 auto;
    width: 260px;
    transition: transform 0.3s ease;
}

.recently-viewed-inner .custom-card-recent:hover {
    transform: translateY(-5px);
}

.recently-viewed-prev,
.recently-viewed-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recently-viewed-prev:hover,
.recently-viewed-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.recently-viewed-prev {
    left: 0;
}

.recently-viewed-next {
    right: 0;
}
