* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    background-color: #E3E6E6;
}

.header {
    position: sticky;
    top: 0;
    display: flex;
    box-sizing: border-box;
    background-color: #131A22;
    color: white;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 999;
    padding: 10px 10px;
    font-size: 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 3px;
}

.location {
    display: flex;
    gap: 6px;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.logo img {
    color: inherit;
    filter: none;
    mix-blend-mode: normal;
}

input {
    padding: 5px;
    width: 510px;
    margin-left: 50px;
    font-size: 15px;
    box-sizing: border-box;
}

.search button {
    padding: 6px;
    background-color: darksalmon;
}

.search {
    display: flex;
    height: 40px;
}

.sign {
    padding: 0px 45px;
    margin-left: 20px;
}

.returns {
    padding: 0px 20px;
}

.cart {
    margin-right: 0px;
    display: flex;
    cursor: pointer;
}

.sign button {
    border: none;
    cursor: pointer;
    background: transparent;
    color: white;
    font-size: 17px;
}

.returns button {
    border: none;
    cursor: pointer;
    background: transparent;
    color: white;
    margin-right: 20px;
    font-size: 17px;
}

.cart span {
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}

ul {
    margin-bottom: 0px;
}

.lists {
    list-style-type: none;
    justify-content: space-between;
    display: flex;
    width: 100%;
    background-color: #232F3E;
    color: white;
    padding: 10px 10px;
    align-items: center;
    cursor: pointer;
}

li {
    margin-left: 20px;
}

p span {
    font-weight: 400;
}

.total-page {
    margin: 0 aut0;
    padding: 0px;
    box-sizing: border-box;
    justify-content: center;
}

.slides {
    overflow: hidden;
    margin: auto;
    display: flex;
    transition: transform 30s ease-in-out;
    position: relative;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

.slides-inner {
    display: flex;
}

.slides-inner img {
    width: 100%;
    height: 280px;
    flex: 0 0 100%;
}

.slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background-color 0.6s ease-in-out;
}

.slides span {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 35px;
    color: slategrey;
    padding: 5px 10px;
    cursor: pointer;
    background-color: white;
    border-radius: 25%;
    z-index: 10;
    user-select: none;
}

.applinces {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 0px;
}

.items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.item img {
    margin-top: 10px;
}

.item p {
    margin-top: 5px;
    font-size: 14px;
    color: black;
    font-weight: 500;
}

h3 {
    margin-top: 10px;
}

.homeappliances {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
}

.containers {
    display: flex;
    justify-content: center;
}

.homeessentials {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
}

.babysafety {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
}

.containers2 {
    display: flex;
    justify-content: center;
}

.homeitems {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 0px;
}

.caritems {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
}

.electronics {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
}

.kitchenitems {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
    height: 390px;
}

.babytoys {
    position: relative;
    padding: 0px 20px;
    background-color: white;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 40px;
}

h2 {
    margin-top: 10px;
    margin-left: 15px;
}

.toys {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin-left: 15px;
}

.babytoys span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: slategrey;
    padding: 5px 10px;
    cursor: pointer;
    background-color: white;
    border-radius: 25%;
    z-index: 10;
    user-select: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.babytoys:hover .arrow {
    opacity: 1;
}

.electronicdevices:hover .arrow {
    opacity: 1;
}

.arrow.disabled {
    background: #f0f0f0;
    color: #bdbdbd;
    box-shadow: none;
    cursor: default;
}

.left {
    left: -10px;
}

.right {
    right: -10px;
}

.toys img {
    height: 230px;
    width: 230px;
    margin-top: 10px;
    object-fit: cover;
}

.devices img {
    height: 230px;
    width: 230px;
    margin-top: 10px;
}

.electronicdevices {
    position: relative;
    padding: 0px 20px;
    background-color: white;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 40px;
}

.devices {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin-left: 15px;
}

.electronicdevices span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: slategrey;
    padding: 5px 10px;
    cursor: pointer;
    background-color: white;
    border-radius: 25%;
    z-index: 10;
    user-select: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.essentialitems img {
    height: 230px;
    width: 230px;
    margin-top: 10px;
    object-fit: cover;
    background-color: #fff;
}

.scroll {
    justify-content: center;
}

.essentials {
    position: relative;
    padding: 0px 20px;
    background-color: white;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 40px;
}

.essentialitems {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin-left: 15px;
}

.essentials:hover .arrow {
    opacity: 1;
}

.essentials span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: slategrey;
    padding: 5px 10px;
    cursor: pointer;
    background-color: white;
    border-radius: 25%;
    z-index: 10;
    user-select: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.essential-card {
    width: 230px;
    height: 230px;
    overflow: hidden;
    flex: 0 0 auto;
}

.essential-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wood img {
    height: 230px;
    width: 230px;
    margin-top: 10px;
    object-fit: cover;
    background-color: #fff;
}

.furniture {
    position: relative;
    padding: 0px 20px;
    background-color: white;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 40px;
}

.wood {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin-left: 15px;
}

.furniture:hover .arrow {
    opacity: 1;
}

.furniture span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: slategrey;
    padding: 5px 10px;
    cursor: pointer;
    background-color: white;
    border-radius: 25%;
    z-index: 10;
    user-select: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.furniture-card {
    width: 230px;
    height: 230px;
    overflow: hidden;
    flex: 0 0 auto;
}

.furniture-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fooditems {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
}

.container3 {
    display: flex;
    justify-content: center;
}

.fooditems img {
    margin-top: 7px;
}

a {
    margin-left: 17px;
}

.see-more {
    display: block;
    margin-top: 17px;
    text-align: left;
    color: #007185;
    font-size: 16px;
    text-decoration: none;
}

.see-more:hover {
    text-decoration: underline;
}

.womencloths {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
}

.womencloths img {
    margin-top: 7px;
}

.beauty-products {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
}

.beauty-products img {
    margin-top: 7px;
}

.toy {
    padding: 2px;
    width: 300px;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
}

.toy img {
    margin-top: 7px;
}

.footer {
    background-color: white;
    padding: 60px;
    margin-top: 30px;
}

hr {
    padding: -20px;
}

h4 {
    text-align: center;

    font-size: 20px;
}


.foot {
    width: 250px;
    height: 28px;
    margin-top: 10px;
    border-radius: 28px;
    background-color: #f7ca00;
    border: none;
    cursor: pointer;
}

.btn {
    text-align: center;
}

.new-user {
    text-align: center;
    margin-top: 2px;
    font-size: 10px;
}

.new-user a {
    margin-left: 2px;
}

.back-top {
    background-color: #37475A;
    color: white;
    height: 35px;
    font-size: 14px;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    padding: 0px;
}

.footerr {
    background-color: #232F3E;
}

.vertical-row {
    display: flex;
    color: white;
    justify-content: space-around;
    padding: 0px 140px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #3a4553;

}

.column1 {
    font-size: 14px;
    margin-top: 40px;
}

.column2 {
    margin-top: 40px;
    font-size: 14px;
}

.column3 {
    margin-top: 40px;
    font-size: 14px;
}

.column4 {
    margin-top: 40px;
    font-size: 15px;
}

.heading1 {
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 10px;
}

.column1 li {
    font-size: 12.8px;
    list-style: none;
    font-weight: 300;
    gap: 2px;
    margin-bottom: 7px;
    cursor: pointer;
}

.heading2 {
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: 10px;
}

.heading3 {
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 10px;
}

.heading4 {
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 10px;
}

.column2 li {
    font-size: 12.8px;
    list-style: none;
    font-weight: 300;
    margin-bottom: 7px;
    cursor: pointer;
}

.column3 li {
    list-style: none;
    font-weight: 300;
    margin-bottom: 7px;
    cursor: pointer;
}

.column4 li {
    font-size: 12.8px;
    list-style: none;
    font-weight: 300;
    margin-bottom: 7px;
    cursor: pointer;
}

.column1 li:hover {
    text-decoration: underline;
}

.column2 li:hover {
    text-decoration: underline;
}

.column3 li:hover {
    text-decoration: underline;
}

.column4 li:hover {
    text-decoration: underline;
}

.btns {
    text-align: center;
    margin-top: 30px;
    margin-left: 20px;
}

.btns img {
    margin-right: 120px;
    margin-bottom: -16px;

}

.btn1 {
    width: 140px;
    height: 34px;
    background: transparent;
    color: white;
    font-weight: 300;
    border-color: white;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.btn2 {
    width: 100px;
    height: 34px;
    background: transparent;
    color: white;
    font-weight: 300;
    border-color: white;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.below {
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.last-one ul {
    display: flex;
    color: white;
    list-style: none;
    margin-top: 30px;
}

.last-one {
    background-color: #131A22;
    margin-top: 40px;
    padding-left: 120px;
}

.last-one li {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 80px;
    margin-top: 30px;
    cursor: pointer;
}

.last-one li:hover {
    text-decoration: underline;
}

.last-one span {
    font-size: 12.6px;
    color: rgba(255, 255, 255, 1);
}

.lastt span {
    font-size: 12.6px;
    color: rgba(255, 255, 255, 1);
}

.lastt li:hover {
    text-decoration: underline;
}

.lastt ul {
    display: flex;
    color: white;
    list-style: none;
    margin-left: 120px;
}

.lastt {
    background-color: #131A22;

}

.lastt li {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 80px;
    margin-top: 30px;
    cursor: pointer;
}

.lastt p {
    text-align: center;
    font-size: 12.6px;
    color: rgba(255, 255, 255, 0.8);
    padding: 40px 0px;
}