/* Banner Css Start */
.banner-main {
    width: 100%;
    height: 100%;
    padding-top: 157px;
}

.banner-main-conatain {
    width: 100%;
    max-width: 98%;
    min-width: 98%;
    margin: 15px auto 0px;
}

.eommerce-slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.eommerce-slider.slick-dotted.slick-slider{
    margin-bottom: 10px !important; 
}
/* .banner-main-content-bg {
    width: 100%;
    height: calc(100vh - 190px);
    position: relative;
    background: #287297; 
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 50px;
} */

.banner-slider-banner {
    width: 100%;
    height: calc(100vh - 190px);
    border-radius: 50px;
    max-width: 100%;
    min-width: 100%;
    position: relative;
}

.banner-slider-banner img {
    width: 100%;
    height: 100%;
/*    border-radius: 50px;
*/}

.eommerce-slider-div-grid {
    display: grid;
    gap: 25px 10px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    height: 100%;
    align-items: center;
    padding: 0px 60px;
}

.eommerce-slider-div-main-left {
    grid-column: span 7 / span 6;
}

.eommerce-slider-div-main-right {
    grid-column: span 5 / span 6;
}

.eommerce-slider-div-main-bg {
    background-color: #ffffff7f;
    border-radius: 10px;
    width: 100%;
    max-width: 540px;
    min-width: 540px;
    height: 440px;
    margin-top: 30px;
}

.eommerce-slider-div-main-bg img {
    width: 100%;
    height: 100%;
}

.banner-content-head {
    font: 700 60px / 70px "Quicksand", serif;
    color: #ffffff;
    margin-bottom: 30px;
}

.banner-content-main {
    height: 100%;
    width: 100%;
    max-width: 500px;
    min-width: 500px;
}

.banner-content-para {
    color: #ffffff;
    font: 500 20px / 25px "Inter Tight", serif;
    margin-bottom: 30px;
}

.input-subscribe-box-main {
    width: 100%;
    max-width: 80%;
    min-width: 80%;
    position: relative;
}

.input-subscribe-box {
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 105px 15px 10px;

}

.subscribe-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    background-color: #287297;
    padding: 9px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font: 500 14px/18px "Roboto", serif;
    letter-spacing: 0.5px;
}

.input-subscribe-box:focus {
    outline: 0;
    border: none;
}

.eommerce-slider .slick-dots {
    position: absolute;
    bottom: 12px !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.eommerce-slider .slick-dots li {
    margin: 0 15px;
    width: 30px;
}

.eommerce-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 9px;
    border: none;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.9;
    transition: background-color 0.3s, opacity 0.3s, transform 0.3s;
}

.eommerce-slider .slick-dots li.slick-active button {
    background: #287297;
    /* Active color */
    opacity: 1;
    transform: scale(1.2);
}

.eommerce-slider .slick-dots li button:hover {
    background: #287297;
    opacity: 1;
}

/* Hide default dot pseudo-element if necessary */
.eommerce-slider .slick-dots li button:before {
    display: none;
}


.eommerce-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    background: #ffffff;
    border: none;
    width: 34px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eommerce-slider .slick-arrow:hover {
    opacity: 1;
}

.eommerce-slider .slick-prev.slick-arrow {
    left: 0px;
}

.eommerce-slider .slick-next.slick-arrow {
    right: 0px;
}

.eommerce-slider .slick-prev:before {
    content: '\f104' !important;
    font-family: FontAwesome !important;
    font-size: 27px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #009fc7 !important;
    display: flex;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 34px;
    height: 87px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.eommerce-slider .slick-next:before {
    content: '\f105' !important;
    font-family: FontAwesome !important;
    font-size: 27px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #009fc7 !important;
    display: flex;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 34px;
    height: 87px;
    justify-content: center;
    align-items: center;
}

/* Banner Css End */

/* Featured Categories Css Start */
.featured-categories-main {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
    margin: 15px 0px;
}

.featured-text {
    font: 700 30px / 35px "Quicksand", serif;
    margin-bottom: 0px;
    color: #253D4E;

}

.featured-grid {
    display: grid;
    gap: 25px 10px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    padding-bottom: 20px;
}

.featured-grid-left {
    grid-column: span 4 / span 6;
}

.featured-grid-right {
    grid-column: span 8 / span 6;
}

.featured-category-tab {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 15px;
}

.tabcategory {
    max-width: max-content;
    min-width: max-content;
    border: 1px solid #287297;
    padding: 5px 10px;
    border-radius: 5px;
    color: #287297;
    cursor: pointer;
    letter-spacing: 0.5px;
    font: 500 15px/20px "Inter Tight", serif;
    transition: 0.5s all ease-in-out;
}

    .tabcategory a {
        text-decoration: none;
        color: #287297;
    }

    .tabcategory:hover {
        background-color: #287297;
        color: #ffffff;
    }
        .tabcategory a:hover {
            color: #ffffff;
        }

.tabcategory-active {
    background-color: #287297;
    color: #ffffff;
}

.tabcategory-active a {
    color: #ffffff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.emmorce-featured-div {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.emmorce-featured-div a {
    text-decoration: none;
}

.emmorce-featured-div:hover {
    background-color: #287297;
    transition: 0.5s allease-in-out;
    color: #fff;
}

.emmorce-featured-div:hover .emmorce-featured-top {
    /*background-color: #ffffff;*/
}

.eommerce-slider-featured .slick-slide {
    margin: 2px 5px;
}

.emmorce-featured-top {
    width: 100%;
    max-width: 120px;
    min-width: 120px;
    height: 120px;
    margin: auto;
    /*background-color: #287297;*/
    padding: 5px;
    border-radius: 10px;
}

.emmorce-featured-top img {
    width: 100%;
    height: 100%;

}

.emmorce-featured-top-text {
    text-align: center;
    margin-bottom: 5px;
    color: #253D4E;
    font: 500 15px/20px "Roboto", serif;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s all ease-in-out;
}

.emmorce-featured-div:hover .emmorce-featured-top-text {
   /*color: #ffffff;*/ 
    transition: 0.5s all ease-in-out;
}

.emmorce-featured-para {
    text-align: center;
    margin-bottom: 5px;
    color: #287297;
    font: 400 14px/18px "Roboto", serif;
    margin-bottom: 0px;
    transition: 0.5s all ease-in-out;
}

.emmorce-featured-div:hover .emmorce-featured-para {
    color: #ffffff;
    transition: 0.5s all ease-in-out;
}

.emmorce-featured-bottom {
    padding-top: 10px;
}

/* Featured Categories Css End */

/* Popular Products Css Start */
.popular-products-main {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
    margin: 15px 0px;
}

.popularproducts-slider-div {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
}

.popularproducts-slider-div:hover {
    transform: translateY(-5px);
    background-color: #ffffff2c;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.popularproducts-slider-div:hover .add-cart-div {
    background-color: #287297;
    color: #fff;
    transition: 0.5s allease-in-out;
}

.popularproducts-slider-div:hover .propular-div-special-box {
    opacity: 1;
    visibility: visible;
    transition: 0.5s all ease-in-out;
    top: 50%;
    transform: translateX(-50%);
}

.propular-div-special-box {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 70%;
    min-width: 70%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
}

.propular-div-main {
    background-color: #fff;
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #009fc75d;
    text-decoration: none;
    box-shadow: 0px 0px 5px 0px #ccc;
    background-color: #287297;
}

.propular-div-main i {
    color: #ffffff;
    font-size: 18px;
}

.popularproducts-slider .slick-slide {
    margin: 2px 5px;
}

.popularproducts-top-div {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    height: 280px;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 10px;
    margin: 10px auto 0px;
    box-shadow: 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px, rgba(0, 0, 0, 0.22) 0px 4px 7px;
    border-radius: 5px;
}

.popularproducts-top-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.popular-products-text {
    font: 500 18px/20px "Roboto", serif;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 8px; color:#000;
}

.popularproducts-slider-div a {
    text-decoration: none;
    color: #ffffff;
}

.popular-spcl-btn {
    display: block;
    background-color: #287297;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    transform: skewY(160deg);
    width: max-content;
    box-shadow: 0px 0px 5px 0px #ccc;
    font: 500 16px/20px "Quicksand", serif;
    text-decoration: none;
}

.popular-products-star i {
    color: #fcbf40;
    font-size: 15px;
    margin-left: 2px;
}

.popular-products-star {
    margin-bottom: 10px;
}

.popularproducts-bottom-div {
    padding-top: 20px;
}

.price-add-cart-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.new-price-add {
    color: #253D4E;
    font: 700 18px/22px "Inter Tight", serif;

}

.old-price-add {
    font: 400 14px/18px "Roboto", serif;
    color: #adadad;
    margin: 0px 7px 0 0px;
    text-decoration: line-through;
}

.add-cart-div {
    position: relative;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    background-color: #e62026;
    font: 700 14px / 18px "Roboto", serif;
    color: #287297;
    text-decoration: none;
    transition: 0.5s allease-in-out;
}

.add-cart-div:hover {
    background-color: #287297;
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.add-cart-div i {
    margin-right: 5px;
}

.arrow-next-page-div {
    display: flex;
    text-align: right;
    width: 100%;
    max-width: 45px;
    min-width: 45px;
    height: 45px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
}

.arrow-next-page-div i {
    font-size: 20px;
    color: #253D4E;
    transition: 0.5s all ease-in-out;
}

.arrow-next-page-div:hover {
    background-color: #287297;
    transition: 0.5s all ease-in-out;
}

.arrow-next-page-div:hover i {
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.slick-prev.slick-arrow {
    left: -36px;
}

.slick-next.slick-arrow {
    right: -24px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: #ffffff;
    border: none;
    width: 34px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.3sease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev:before {
    content: '\f104' !important;
    font-family: FontAwesome !important;
    font-size: 27px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #009fc7 !important;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px, rgba(0, 0, 0, 0.25) 0px 6px 10px;
    background-color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 34px;
    height: 87px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slick-next:before {
    content: '\f105' !important;
    font-family: FontAwesome !important;
    font-size: 27px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #009fc7 !important;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px, rgba(0, 0, 0, 0.25) 0px 6px 10px;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 34px;
    height: 87px;
    justify-content: center;
    align-items: center;
}

/* Popular Products Css End */

/* Best Electronics Products Css Start */
.best-eletronics-product {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
    margin: 15px 0px;
}

.best-product-price {
    color: #253D4E;
    font: 700 15px/20px "Inter Tight", serif;
    margin-bottom: 0px;
}

/* Best Electronics Products Css End */

/* User Like Products and Suggested  Css Start */
.like-products-div {
    width: 100%;
    height: auto;
    margin: 15px 0px;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
}

.like-products-grid {
    display: grid;
    gap: 25px 10px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    height: 100%;
    align-items: center;
}

.like-products-grid-left {
    grid-column: span 6 / span 6;
}

.like-products-grid-right {
    grid-column: span 6 / span 6;
}

.like-products-grid-left-bg {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #b1b7b82c;
}

.like-products-grid-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.like-products-top-text {
    font: 700 30px / 35px "Quicksand", serif;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0px;
    color: #253D4E;
}

.like-products-grid-top {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 15px;
}

.like-products-arrow-next {
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.like-products-arrow-next i {
    color: #287297;
    font-size: 18px;
}

.like-products-grid-bottom {
    padding: 15px 15px;
}

.like-products-grid-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.like-products-grid-layout-div {
    width: 100%;
    max-width: 48%;
    min-width: 48%;

}

.like-products-all-div {
    width: 100%;
    padding: 10px;
    background: #ffffffde;
    border-radius: 0px;
    display: block;
    text-decoration: none;
    color: #111;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px, rgba(0, 0, 0, 0.22) 0px 4px 7px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.like-products-all-div:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px, rgba(0, 0, 0, 0.25) 0px 6px 10px;
    background-color: #fff;
}

.like-products-img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
}

.like-products-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.like-products-content {
    padding: 15px 0px;
}

.ratings-like-product {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px 6px 10px;
    border-radius: 4px;
    background-color: #ec2127;
    font: 700 14px / 18px "Roboto", serif;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s allease-in-out;
    max-width: max-content;
    margin: 8px 0px;
}

.ratings-like-product i {
    margin-left: 4px;
    font-size: 12px;
}

.price-off {
    color: #287297;
    font: 700 18px / 22px "Inter Tight", serif;
    margin: 0px 0px 0 7px;
}

/* User Like Products and Suggested Css End */

/* Top Selling Products Css Start */
.topselling-products-div {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
    margin: 15px 0px;
}

/* Top Selling Products Css End */

/* Fashion Top Deals Css Start */
.fashion-top-deals-div {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
    margin: 15px 0px;
}

/* Fashion Top Deals Css End */

/* House Hold & Discounts Css Start */
.household-discount-div {
    width: 100%;
    height: auto;
    margin: 15px 0px;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
}

/* House Hold & Discounts Css End */

/* Baby Foods & Toys Css Start */
.babyfoods-toys-div {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
    margin: 15px 0px;
}

/* Baby Foods & Toys Css End */

/* Pick Your Styles & Jwellery Css Start */
.pick-styles-jwellery-div {
    width: 100%;
    height: auto;
    margin: 15px 0px;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
}

/* Pick Your Styles & Jwellery  Css End */

/* Recenetly Viewed Css Start */
.recently-view-div {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
    margin: 15px 0px;
}

/* Recenetly Viewed Css End */

/* Footer Css Start */
.footer-section-main {
    width: 100%;
    height: auto;
    padding: 35px 0px 0px 0px;

}

.footer-section-content-bg {
    width: 100%;
    position: relative;
    background: #287297;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 40px;
}

.footer-section-content-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
}

.footer--xx-top-ul {
    padding-inline-start: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

.footer--xx-top-li-a {
    color: #ffffff;
    font: 400 16px/25px "Inter Tight", serif;
    text-decoration: none;
}

.footer--xx-top-li-a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer--xx-top-li {
    padding-bottom: 15px;
}

.footer--xx-top-li:last-child {
    padding-bottom: 0px;
}
.link-anything{
    font: 400 15px/20px "Inter Tight", serif;
    color: #fff;
    text-decoration: none;
}
.link-anything:hover{
    color: #fff;
}
.footer-section-content-first {
    width: 100%;
    max-width: 20%;
}

.footer-section-content-second {
    width: 100%;
    max-width: 20%;
}

.footer-section-content-third {
    width: 100%;
    max-width: 20%;
}

.footer-section-content-forth {
    width: 100%;
    max-width: 20%;
}

.footer--xx-top {
    color: #ffffff;
    font: 500 17px / 20px "Roboto", serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    width: 100%;
    max-width: max-content;
    padding-bottom: 6px;
}

.contact-info-footer {
    color: #ffffff;
    font: 400 16px/25px "Inter Tight", serif;
}

.contact-info-footer-span {
    margin-left: 5px;
}

.contact-info-footer a {
    color: #ffffff;
    font: 400 16px/25px "Inter Tight", serif;
    text-decoration: none;
}

.contact-info-footer a:hover {
    color: #ffffff;
}

.social-link-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    list-style-type: none;
    padding-inline-start: 0px;
    padding-top: 15px;
}
.link-anything--xxx-text{
    color: #fff;
    font: 400 15px/20px "Inter Tight", serif;
    margin-left: 5px;
}

.social-link-li {
    width: 100%;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 15px;
}

.social-link-li a {
    color: #287297;
    font-size: 16px;
}

/* Footer Css Ends */

/* Checkout Css Start */
.checkout-main-page {
    width: 100%;
    height: auto;
    padding-top: 167px;
    padding-bottom: 40px;
    background-color: #009fc70e;
}

.checkout-page-xxx-total {
    display: grid;
    gap: 10px 20px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.checkout-page-xxx-left {
    grid-column: span 8 / span 6;
}

.checkout-page-xxx-right {
    grid-column: span 4 / span 6;
}

.checkout-page-xxx-left-bg {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.checkout-user-ph {
    font: 500 16px/20px "Inter Tight", serif;
    color: #7E7E7E;
    margin-bottom: 10px;
}

.checkout--xxx-left-content-top {
    background-color: #bfe6f0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.checkout-number {
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #e5f5f9;
    font: 600 16px / 20px "Roboto", serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-number-text {
    margin-bottom: 0px;
    margin-left: 20px;
    font: 600 20px/25px "Inter Tight", serif;
    color: #111;
    text-transform: uppercase;
}

.checkout--xxx-left-content-btm {
    padding: 10px 40px;

}

.checkout--left-content-btm-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.checkout-user-ph span {
    margin-left: 15px;
    font: 600 14px/20px "Inter Tight", serif;
    color: #000000;
}

.checkout-sign-link {
    color: #287297;
    font: 400 15px/18px "Roboto", serif;
    text-decoration: none;
}

.continue-chekout-link {
    color: #ffffff;
    font: 400 15px / 18px "Roboto", serif;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    background-color: #287297;
    width: 100%;
    max-width: max-content;
    margin-bottom: 10px;
}

.checkout-logout {
    color: #ffffff;
    font: 400 15px / 18px "Roboto", serif;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    background-color: #287297;
    width: 100%;
    max-width: max-content;
}

.checkout-logout:hover {
    color: #ffffff;
}

.checkout-address-div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-address-div-left {
    width: 100%;
    max-width: 48%;
    min-width: 48%
}

.checkout-address-div-right {
    width: 100%;
    max-width: 48%;
    min-width: 48%
}

.checkout-address-div-text {
    font: 400 16px/20px "Inter Tight", serif;
    color: #7E7E7E;
}

.checkout-xxx-address-form {
    width: 100%;
}

.checkout-address-div-input {
    width: 100%;
    border: 1px solid #d8cece;
    border-radius: 5px;
    padding: 10px 15px 10px 10px;
    color: #000000;
    font: 400 16px/20px "Roboto", serif;
}

.checkout-address-div-input:focus {
    outline: 0;
    border: 1px solid #d8cece;
}

.custom-user-select-div {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 5px;
    padding: 10px 22px;
    color: #000000;
    border: 1px solid #d8cece;
    font-family: "Inter Tight", serif;
    position: relative;
}

.select-user-dropdown__button {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-size: 16px;
    font-family: "Inter Tight", serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.select-user-dropdown__button span {
    font-size: 15px;
    font-family: "Inter Tight", serif;
    font-weight: 500;
    line-height: 20px;
    color: #7E7E7E;
}

.select-user-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    z-index: 2;
    top: 50px;
    background-color: #ffffff;
    box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
    border-radius: 5px;
}

.select-user-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-user-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #000000;
    font-family: "Inter Tight", serif;
}

.save-deliver-btn {
    color: #ffffff;
    font: 500 16px / 20px "Roboto", serif;
    text-decoration: none;
    border: none;
    background-color: #2874f0;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.checkout-address-div-textare {
    width: 100%;
    border: 1px solid #d8cece;
    border-radius: 5px;
    padding: 10px 15px 10px 10px;
    color: #000000;
    font: 400 16px / 20px "Roboto", serif;
    height: 90px;
    resize: none;
    margin-bottom: 20px;
}

.checkout-address-div-textare:focus {
    border: 1px solid #d8cece;
    outline: 0;
}

.checkoutxxx-list-content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #7e7e7e24;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.order-confirm-text-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding: 10px 0px;
}

.order-confirm-span {
    color: #253D4E;
    font: 500 16px/20px "Inter Tight", serif;
    width: 100%;
    max-width: max-content;
}

.order-confirm-input {
    border-bottom: 1px solid #7E7E7E;
    border-top: 0px solid #7E7E7E;
    border-left: 0px solid #7E7E7E;
    border-right: 0px solid #7E7E7E;
    padding: 10px;
    color: #253D4E;
    font: 500 18px/22px "Inter Tight", serif;
    margin-left: 20px;
    width: 100%;
}

.order-confirm-input:focus {
    border-bottom: 1px solid #7E7E7E;
    outline: 0;
}

.order-confirm-input-form {
    width: 100%;
    max-width: 50%;
    min-width: 50%;
}

.checkout-payment-option {
    width: 100%;
    background-color: #009fc718;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
}

.checkout-payment-option-top input {
    width: 100%;
    max-width: 15px;
    min-width: 15px;
    height: 15px;
    border: 1px solid #ccc;
}

.checkout-payment-option-top label {
    font: 400 16px/20px "Inter Tight", serif;
    color: #253D4E;
    margin-bottom: 0px;
}

.checkout-payment-option-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    padding: 10px;
    border-bottom: 2px solid #ffffff;
}

.checkout-payment-option-btm {
    display: none;
    padding: 10px 40px;
}

.checkout-payment-option-btm.active {
    display: block;
}

.checkout-payment-option-btm-grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}

.checkout-payment-option-btm-grid input {
    width: 100%;
    max-width: 15px;
    min-width: 15px;
    height: 15px;
    border: 1px solid #ccc;
}

.checkout-payment-option-btm-grid label {
    font: 500 16px/20px "Inter Tight", serif;
    color: #000000;
    margin-bottom: 0px;
}

.checkout-payment-input {
    width: 100%;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 10px;
}

.checkout-payment-option-input-div {
    width: 100%;
    border: 1px solid #d8cece;
    border-radius: 5px;
    padding: 10px 15px 10px 10px;
    color: #000000;
    font: 400 16px / 20px "Roboto", serif;

}

.checkout-payment-option-input-div:focus {
    border: 1px solid #d8cece;
    outline: 0;
}

.checkout-payment--xxx-grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 10px;
}

.checkout-paymentxxx-input {
    width: 100%;
    max-width: 30%;
    min-width: 30%;
}

.checkout-payment-right-input {
    width: 100%;
    max-width: 20%;
    min-width: 20%;
}

/* Checkout Css End */

@media(max-width:1499px) {
    .eommerce-slider-div-main-bg {
        width: 100%;
        max-width: 430px;
        min-width: 430px;
        height: 330px;
        margin-top: 15px;
    }

    .banner-content-head {
        font: 700 50px / 60px "Quicksand", serif;
    }

    .featured-grid-left {
        grid-column: span 4 / span 6;
    }

    .featured-grid-right {
        grid-column: span 8 / span 6;
    }
}

@media(max-width:1260px) {
    .tabcategory {
        font: 500 15px / 20px "Inter Tight", serif;
    }

    .featured-text {
        font: 700 25px / 35px "Quicksand", serif;
    }
}

@media(max-width:1199px) {
    .eommerce-slider-div-main-bg {
        width: 100%;
        max-width: 330px;
        min-width: 330px;
        height: 230px;
        margin-top: 15px;
    }

    .slick-prev.slick-arrow {
        left: -10px;
    }

    .slick-next.slick-arrow {
        right: 3px;
    }

    .banner-content-head {
        font: 700 40px / 50px "Quicksand", serif;
    }

    .eommerce-slider-div-main-left {
        grid-column: span 6 / span 6;
    }

    .eommerce-slider-div-main-right {
        grid-column: span 6 / span 6;
    }

    .eommerce-slider-div-grid {
        padding: 55px 60px;
    }

    .eommerce-slider-div-main-bg {
        margin-left: auto;
    }

    .eommerce-slider .slick-prev.slick-arrow {
        left: 0px;
        display: none !important;
    }

    .eommerce-slider .slick-next.slick-arrow {
        left: 0px;
        display: none !important;
    }

    .featured-grid-left {
        grid-column: span 12 / span 6;
    }

    .featured-grid-right {
        grid-column: span 12 / span 6;
    }

}

@media(max-width:1092px) {
    .like-products-grid-layout-div {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media(max-width:991px) {
    .eommerce-slider-div-grid {
        padding: 55px 23px;
    }

    .eommerce-slider .slick-dots {
        position: absolute;
        bottom: 9px !important;
        width: 100%;
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .banner-content-head {
        font: 700 30px / 40px "Quicksand", serif;
    }

    .eommerce-slider-div-main-bg {
        width: 100%;
        max-width: 280px;
        min-width: 280px;
        height: 215px;
        margin-top: 15px;
    }

    .input-subscribe-box-main {
        width: 100%;
        max-width: 70%;
        min-width: 70%;
        position: relative;
    }

    .contact-info-footer a {
        font: 400 14px / 25px "Inter Tight", serif;
    }

    .input-subscribe-box {
        padding: 11px 105px 11px 11px;
    }

    .subscribe-btn {
        position: absolute;
        top: 7px;
        right: 12px;
        background-color: #287297;
        padding: 6px;
        border: none;
        border-radius: 10px;
        color: #fff;
        font: 500 12px / 17px "Roboto", serif;
        letter-spacing: 0.6px;
    }
/* 
    .banner-main-content-bg {
        width: 100%;
        height: calc(100vh - 220px);

    } */

    .footer-section-content-first {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
        padding-bottom: 20px;
    }

    .footer-section-content-second {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
        padding-bottom: 20px;
    }

    .footer-section-content-third {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
    }

    .footer-section-content-forth {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
    }

    .contact-info-footer {
        color: #ffffff;
        font: 400 15px / 25px "Inter Tight", serif;
    }

    .footer-section-content-grid {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: auto;
    }

    .footer-section-content-grid {
        flex-wrap: wrap;
    }

    .footer--xx-top-li-a {
        color: #ffffff;
        font: 400 14px / 22px "Inter Tight", serif;
        text-decoration: none;
    }

    .banner-main {
        width: 100%;
        height: 100%;
        padding-top: 140px;
    }

    .checkout-page-xxx-left {
        grid-column: span 12 / span 6;
    }

    .checkout-page-xxx-right {
        grid-column: span 12 / span 6;
    }
}

@media(max-width:767px) {
    /* .banner-main-content-bg {
        width: 100%;
        height: calc(100vh - 260px);
    } */

    .banner-main {
        width: 100%;
        height: 100%;
        padding-top: 0px;
    }

    .like-products-grid-left {
        grid-column: span 12 / span 6;
    }

    .like-products-grid-right {
        grid-column: span 12 / span 6;
    }

    .eommerce-slider-div-main-left {
        grid-column: span 4 / span 6;
    }

    .eommerce-slider-div-main-right {
        grid-column: span 8 / span 6;
    }

    .banner-content-head {
        font: 700 26px / 29px "Quicksand", serif;
        margin-bottom: 15px;
    }

    .eommerce-slider-div-grid {
        padding: 40px 14px;
    }

    .eommerce-slider-div-main-bg {
        width: 100%;
        max-width: 230px;
        min-width: 230px;
        height: 200px;
        margin-top: 15px;
    }

    .banner-content-head {
        font: 700 22px / 27px "Quicksand", serif;
        margin-bottom: 15px;
    }

    .input-subscribe-box-main {
        width: 100%;
        max-width: 50%;
        min-width: 50%;
        position: relative;
    }

    .featured-category-tab {
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        justify-content: flex-start;
    }

    .tabcategory {
        margin-right: 8px;
        min-width: max-content;
        max-width: max-content;
        width: 100%;
    }

    .footer-section-main {
        width: 100%;
        height: auto;
        padding: 20px 0px 0px 0px;
    }

    .checkoutxxx-list-content {
        flex-wrap: wrap;
    }
    .banner-slider-banner {
        width: 100%;
        height: calc(100vh - 227px);
        border-radius: 50px;
        max-width: 100%;
        min-width: 100%;
        position: relative;
    }
    .featured-categories-main {
        padding: 15px 0px;
        margin: 6px 0px;
    }
    .popular-products-main {
        padding: 15px 0px;
        margin: 6px 0px;
    }
    .best-eletronics-product{
        padding: 15px 0px;
        margin: 6px 0px; 
    }
    .topselling-products-div{
        padding: 15px 0px;
        margin: 6px 0px;  
    }
    .fashion-top-deals-div {
        padding: 15px 0px;
        margin: 6px 0px;  
    }
    .babyfoods-toys-div{
        padding: 15px 0px;
        margin: 6px 0px;  
    }
    .recently-view-div {
        padding: 15px 0px;
        margin: 6px 0px;   
    }
    .like-products-top-text{
        font: 700 20px / 25px "Quicksand", serif;
    }
    .like-products-grid-top {
        border-bottom: 1px solid #e4e4e4;
        padding: 7px 15px;
    }

}

@media(max-width:661px) {
    .banner-main {
        width: 100%;
        height: 100%;
        padding-top: 0px;
    }

    .checkout-main-page {
        width: 100%;
        height: auto;
        padding-top: 61px;
    }


    .eommerce-slider-div-grid {
        padding: 21px 22px;
    }

    .banner-slider-banner {
        width: 100%;
        height: calc(100vh - 290px);
        border-radius: 50px;
        max-width: 100%;
        min-width: 100%;
        position: relative;
    }

    .eommerce-slider .slick-dots {
        position: absolute;
        bottom: 10px !important;
        width: 100%;
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    

    .banner-content-head {
        font: 700 18px / 18px "Quicksand", serif;
        margin-bottom: 15px;
    }

    .eommerce-slider-div-main-bg {
        width: 100%;
        max-width: 180px;
        min-width: 180px;
        height: 150px;
        margin-top: 6px;
    }

    .banner-content-para {
        color: #7E7E7E;
        font: 500 16px / 20px "Inter Tight", serif;
        margin-bottom: 15px
    }

    .footer-section-content-first {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
        padding-bottom: 20px;
    }

    .footer-section-content-second {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
        padding-bottom: 20px;
    }

    .footer-section-content-third {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
    }

    .footer-section-content-forth {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
    }

}

@media(max-width:480px) {
    .footer-section-content-first {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 20px;
    }

    .order-confirm-text-div {
        flex-wrap: wrap;
        row-gap: 10px;

    }
    .banner-slider-banner {
        width: 100%;
        height: calc(100vh - 360px);
        border-radius: 50px;
        max-width: 100%;
        min-width: 100%;
        position: relative;
    }
    .eommerce-slider .slick-dots {
        position: absolute;
        bottom: 4px !important;
    }

    .save-deliver-btn {
        color: #ffffff;
        font: 500 12px / 15px "Roboto", serif;
        text-decoration: none;
        border: none;
        background-color: #2874f0;
        border-radius: 5px;
        padding: 7px 8px;
        text-transform: uppercase;
    }

    .footer-section-content-second {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 20px;
    }

    .footer-section-content-third {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 20px;
    }

    .footer-section-content-forth {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 20px;
    }

    .eommerce-slider-div-main-left {
        grid-column: span 12 / span 6;
    }

    .eommerce-slider-div-main-right {
        grid-column: span 12 / span 6;
    }

    /* .banner-main-content-bg {
        width: 100%;
        height: calc(100vh - 230px);
        border-radius: 20px;
    } */

    .eommerce-slider-div-grid {
        display: grid;
        gap: 10px 10px;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        height: 100%;
        align-items: center;
        padding: 0px 60px;
    }

    .input-subscribe-box-main {
        width: 100%;
        max-width: 55%;
        min-width: 55%;
        position: relative;
    }

    .eommerce-slider-div-main-bg {
        margin: auto;
    }

    .eommerce-slider-div-main-bg {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 150px;
        margin-top: 6px;
    }

    .eommerce-slider .slick-dots li button {
        width: 24px;
        height: 8px;

    }

    .eommerce-slider .slick-dots li {
        margin: 0 9px;
        width: 25px;
    }

    .eommerce-slider-div-grid {
        padding: 22px 16px;
    }

    .advertisement-content-head {
        font: 700 20px / 30px "Roboto", serif;
        margin-bottom: 12px;
    }

}

@media(max-width:420px) {
    .header-right-content {
        display: none;
    }

    .header-left-div {
        width: 100%;
        max-width: 70%;
        min-width: 70%;
    }

    .search-main {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .serach-box-main-icon i {
        font-size: 15px;
        color: #7E7E7E;
    }

    .serach-box-main .serach-box-main-input::placeholder {
        font: 400 10px/14px "Inter Tight", serif;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 100%;
        max-width: 300px;
        min-width: 300px;

    }
}