body {
    font-family: ProximaNova-Semibold, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-style: normal;
}

#navbar {
    width: 100%;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    gap: 32%;
    background-color: black;
    margin: auto;
}

#navbar>div {
    color: white;
    height: 50px;
    display: flex;
    font-size: 13px;
    gap: 30px;
    align-items: center;
    font-weight: 550;
}

.fa-solid {
    margin-right: 10px;
    font-size: 17px;
}

#left #tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#left #tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    padding: 15px 9px;
    background-color: white;
    color: black;
    border: 1px solid white;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 5%;
    margin-left: -10px;
    transition: opacity 1.0s;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0 0 1px #c1c1c1;
}

#left #tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 32px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border: 8px solid transparent;
    border-bottom: 12px solid white;
}

#left #tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 2;
    z-index: 900;
}

#left #tooltip a {
    color: black;
}

#navbar #right {
    font-size: 12px;
}

#navbar2 {
    width: 100%;
    overflow: hidden;
    height: 60px;
    left: 0%;
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 3%;
    padding: 5px 1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 1px;
}

#navbar2 #left,
#navbar2 #right {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 3.5%;
    padding-left: 4%;
}

#navbar img {
    width: 100px;
}

#mainLogo {
    width: 100px;
    cursor: pointer;
}

body {
    padding: 0;
    margin: 0;
}

#search {
    width: 450px;
    height: 35px;
    border: none;
    font-size: 16px;
    outline: none;
}

#searchBox,
#searchBox #search {
    background-color: #ecedeb;
    border-radius: 2px;
}

#searchBox {
    color: grey;
    padding-left: 10px;
}

#women,
#men,
#girls,
#boys {
    cursor: pointer;
    border-radius: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 950;
}

/* #footer {
    border: 1px solid red;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 0px;
    padding: 0;
    margin: 0px 10px;
    width: 90%;
    margin: auto;
} */

#footer div {
    padding: 10px;
}

#footer #top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 10px;
    margin: auto;
    height: auto;
    margin-left: 3%;
}

#newsletter {
    border: none;
    outline: none;
    width: 40%;
    padding-left: 20px;
    height: 56px;
    font-size: 16px;
}

#subscribe {
    padding: 10px 30px;
    background-color: black;
    height: 56px;
    width: 179px;
    font-size: 18px;
    border: none;
    color: white;
    cursor: pointer;
}

#top p {
    opacity: 75%;
}

#top #apps {
    display: flex;
    padding: 0;
}

#apps img {
    width: 30%;
    margin-right: 20px;
    cursor: pointer;
}

#middle {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-left: 3%;
}

#middle ul {
    list-style-type: none;
    text-transform: capitalize;
    line-height: 28px;
    color: grey;
    padding-left: 0%;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: black;
}

#bottom #details {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    display: flex;
    justify-content: space-between;
}

#details #queries {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#details #social {
    height: auto;
}

#details #queries div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#queries #iconFooter {
    border-radius: 50%;
    border: 1px solid grey;
    height: 40px;
    width: 40px;
}

.fa-phone,
.fa-circle-question,
.fa-envelope {
    margin: auto;
}

#details #queries #data {
    padding: 1px;
}

.fa-facebook-f,
.fa-twitter,
.fa-instagram {
    font-size: 20px;
}

#link {
    color: grey;
}

#link:hover {
    color: blue;
}

.modal-content .modal-header .modal-title {
    display: flex;
    font-size: 25px;
    color: black;
}

#navbar2 a {
    text-decoration: none;
    color: black;
}

.btn-primary {
    width: 150px;
}

#queries,
#social {
    cursor: pointer;
}

li a {
    color: grey;
    text-decoration: none;
}

li:hover {
    cursor: pointer;
    color: skyblue;
}

.modal #fillOtp input{
    width: 10%;
    height: 40px;
    text-align: center;
}

.modal .modal-footer .btn-secondary {
    background-color: #303ab2;
    border: none;
    border-radius: 0;
    padding: 10px 40px;
}

#basketCounter {
    display: inline-block;
    border: 1px solid red;
    visibility: hidden;
    background-color: red;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    margin-left: -15px;
    color: white;
    font-weight: 600;
    font-size: 11px;
}