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


/* ------------------------------------------------------------------------------------------ */

/* --------------------------------- top navbar style starts here ---------------------------- */
/* nav styling */
#top_nav {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92.5%;
    height: 50px;
    margin: auto;
    padding-top: 14px;
    /* position: sticky;
    z-index: 10;
    background-color: white;
    top: 0%; */
}

#top_nav>div:nth-child(2) {
    display: flex;
    font-size: 13px;
    text-align: center;
}

#top_nav>div:nth-child(2) {
    margin: 20px;
    color: #333333;
    width: 65%;
    display: flex;
    justify-content: space-between;
}

#top_nav>div:nth-child(2) div {
    border: 1px solid rgb(212, 199, 199);
    width: 18%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#top_nav>div:nth-child(2) div img {
    width: 25px;
    height: 25px;
}


#top_nav>div:nth-child(2) input {
    font-size: 14px;
    border: none;
    border: 1px solid rgb(212, 199, 199);
    width: 40%;
    padding-left: 38px;

    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQUn8-WzsjUa0NJ71w1B9yj9XZ8rPVzWq0ISQ&usqp=CAU);
    background-repeat: no-repeat;
    background-position: 4%;
    background-size: 20px
}

#top_nav>div:nth-child(2) p:hover {
    color: #008fdb;
    cursor: pointer;
}

#bag_btn {
    border-radius: 0%;
    width: 16px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    margin-left: -29px;
    margin-top: 17px;
    background-color: black;
    color: white;
}

/* --------------------------------- top navbar style ends here --------------------------------- */

/* --------------------------------- bottom navbar style starts here ---------------------------- */

#bottom_nav {
    /* border: 1px solid blue; */
    padding: 7px 0px;

    display: flex;
    justify-content: space-evenly;
    color: #333333;
    font-size: 13px;
}

#bottom_nav>div>p:hover {
    color: #008fdb;
    cursor: pointer;
}

/* dropdown styling */

#bottom_nav .dropdown-content {
    display: none;
    position: absolute;
    left: 0px;
    background-color: #ffffff;
    min-width: 160px;
    width: 100%;
    border: 1px solid rgb(235, 227, 227);
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    padding-bottom: 7px;
}



#bottom_nav .dropdown-content a {
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
}



#bottom_nav .dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content p {
    font-size: 12px;
}

.dropdown-content h4 {
    margin: 0px;
}

.dropdown-content p:hover,
.dropdown-content h4:hover {
    text-decoration: underline;
}

/* categories buttons  */


#new_arrivals_parent p:hover {
    cursor: pointer;
    color: #008fdb;
}

#new_arrivals {
    display: flex;
    justify-content: space-around;
    background-color: white;
}

#new_arrivals img {
    width: 100%;
    cursor: pointer;
}

#new_arrivals p {
    cursor: pointer;
}

#new_arrivals>div {
    width: 20%;
}


#men {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    /* margin-left: -150px; */
    gap: 20px;
    margin: auto;
}

#men p {
    margin: 0px;
}

#men>div {
    width: 20%;
}

#women {
    display: flex;
    justify-content: space-evenly;

    width: 80%;
    gap: 20px;
    margin: auto;
}

#women p {
    margin: 0px;
}

#women>div {
    width: 20%;
}

#boys {
    display: flex;
    justify-content: space-evenly;

    width: 80%;
    gap: 20px;
    margin: auto;
}

#boys p {
    margin: 0px;
}

#boys>div {
    width: 20%;
}

#girls {
    display: flex;
    justify-content: space-evenly;

    width: 80%;
    gap: 20px;
    margin: auto;
}

#girls p {
    margin: 0px;
}

#girls>div {
    width: 20%;
}

#clothing {
    display: flex;
    justify-content: space-evenly;

    width: 80%;
    gap: 20px;
    margin: auto;
}

#clothing p {
    margin: 0px;
}

#clothing>div {
    width: 20%;
}

#accessories {
    display: flex;
    justify-content: space-evenly;

    width: 80%;
    gap: 20px;
    margin: auto;
}

#accessories p {
    margin: 0px;
}

#accessories>div {
    width: 20%;
}

#sale {
    display: flex;
    justify-content: space-evenly;

    width: 80%;
    gap: 20px;
    margin: auto;
}

#sale p {
    margin: 0px;
}

#sale>div {
    width: 20%;
}

/* search functionality styling */
#search_div {
    margin: auto;
    border: 1px solid rgb(238, 231, 231);
    width: 451px;
    height: 450px;
    overflow: auto;
    padding-top: 20px;

}

#search_div::-webkit-scrollbar {
    display: block;
}

#search_content {
    display: none;
}

#card {
    margin: auto;
    border-bottom: 1px solid rgb(228, 220, 220);
    border-bottom: 1px solid rgb(228, 220, 220);
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    align-items: center;
    line-height: 2px;
}

#card img {
    width: 100px;
}

#card p {
    font-size: 14px;
}


/* ---------------------------------- bottom navbar style ends here ------------------------------------------ */

/* ---------------------------------- body style starts here ------------------------------------------ */





#heading{
    width: 90%;
    margin: auto;
    margin-top: 40px;
    box-sizing: border-box;
    /* border: 1px solid green;    */
}

h1 {
    padding: 10px 65px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.49998px;
    line-height: 33px;
    text-align: left;
}

#main-container {
    /* width: 90%; */
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    width: fit-content;
    /* border: 1px solid blue; */
}

hr {
    border: none;
    height: 0.5px;
    background-color: rgb(181, 181, 181);
}
a {
    color: black;
}
/* ---------- LEFT SECTION -------------- */
#left-section {
    width: 60%;
    padding: 15px;
    /* border: 1px solid red; */
}
.cart hr {
    margin-top: 10px;
}
#table-head {
    /* border: 1px solid red; */
    width: 100%;
    text-align: left;
    font-size: medium;
    font-weight: 100;
    padding: 10px;
}
#remove-all {
    padding-left: 10px;
    background-color: transparent;
    border: 0;
    text-decoration: underline;
}
#remove-all:hover {cursor: pointer;}

.products {
    padding: 10px;
    display: flex;
    /* justify-content: space-evenly; */
}
.products div > div{
    width: fit-content;
    height: fit-content;
}
.products div:nth-child(1){
    width: 180px;
}
.products div:nth-child(2){
    height: 150px;
    width: 230px;
    padding: 0 13px 0 7px;
    min-height: auto;
}
.products div:nth-child(3){
    display: flex;
    width: 150px;
    padding: 0 13px 0 7px;
    min-height: auto;
    max-width: 16.66%;
}
.products div:nth-child(4){
    display: flex;
    width: 150px;
    padding: 0 13px 0 7px;
    min-height: auto;
    max-width: 16.66%;
}
.products div:nth-child(5){
    text-align: right;
    width: 90px;
    padding: 0 13px 0 7px;
    min-height: auto;
    max-width: 16.66%;
}
.products div:nth-child(5) > a{
    width: 20px;
    height: 20px;
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
}
.products  p{
    font-size: small;
    line-height: 20.8px;
    text-align: left;
}
.qty-btn{
    display: flex
}
#empty-msg{
    border: 1px solid black;
    text-align: center;
    padding: 20px;
}
i:hover {cursor: pointer;}

/* --------------RIGHT SECTION------------- */
#right-section {
    width: 30%;
    /* border: 2px solid black; */
    padding: 12px;
}

#promo{
    border: 1px solid black;
    padding: 15px;
    margin-bottom: 20px;
}
#promo p {
    font-size: small;
    font-weight: 100;
}

#purchase-summary {
    /* width: 100%; */
    padding:20px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
}
#purchase-summary p {
    font-size: small;
    font-weight: 100;
}

.info-group {
    padding: 8px;
}
.delivery-type {
    position: relative;
    padding: 2px;
    margin: 5px 2px;
    display: flex;
    justify-content: space-between;
}

#bag-item-count hr{
    margin: 6px 0;
}
#bag-item-count p {
    font-size: small;
    font-weight: 100;
}

#coupon-section {
    display: none;
    margin: 8px 2px;
}
.info-group p:first-child:hover {
    text-decoration: underline;
}
#coupon-apply-btn {
    width: 25%;
    color: #0081c6;
    border: 1px solid #0081c6;
}
#enter-coupon-code {
    display: flex;
    justify-content: space-between;
}
#enter-coupon-code:hover{cursor: pointer;}


#additional-offers {
    /* border: 1px solid red; */
    padding: 6px;
    margin-top: 30px;
}
#additional-offers  div {
    padding: 3px;
    display: flex;
    justify-content: space-between;
}


#continue-payment-section {
    width: fit-content;
    margin: auto;
    /* border: 1px solid red; */
}
.continue-to-payment-btn{
    font-size: 18.66px;
    font-weight: 700;
    line-height: 18.66px;
    text-align: center;
    text-transform: uppercase;
    /* vertical-align: middle; */
    height: 46.6562px;
    width: 100%;
    margin: 0 0 13px 0;
    padding: 13px;
    border: 1px solid white;
    display: block;
    cursor: pointer;
    background-color: #008fdb;
    color: #fff
}
.continue-to-payment-btn:nth-child(2){
    background-color: #b2fce4;
}
.continue-to-payment-btn:nth-child(3){
    background-color: #fff;
    color: black;
}
.continue-to-payment-btn:nth-child(3):hover {
    color: #0081c6;
}
.continue-to-payment-btn:nth-child(4){
    display: none;
    background-color: #f4b3c7;
    text-transform:capitalize;
    color: black;
}
.continue-to-payment-btn:nth-child(5){
    display: none;
    background-color: #fff;
}
.continue-to-payment-btn a{
    text-decoration: none;
}
.continue-to-payment-btn  a:link {
    color: white;
}

#show-less-opt{
    display: none;
    text-align: center;
    font-size: small;
    font-weight: 100;
}
a:link {
    color:black;
}

/* ---------------- Footer part ----------------- */

#twenty{
    display: flex;
    margin-top: 500px;
    width: 90%;
    margin: auto;
    gap: 3px;
    font-size: 13px;
   
}
#twenty>div:hover{
    background-color: #000000;
}
#twenty i{
    font-size: 40px;
    margin-left: 10px;
}
#twenty>div{
    display: flex;
    gap:15px;
    padding:20px 20px 5px 20px;
    background-color: #333;
    color: white;
}
#twenty p{
    margin-top: 10px;
}
#footer1{
    width: 90%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
}
#footer1>div:nth-child(1)>div{
    display: flex;
}
#footer1 img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 10px;
}
#footer1 p{
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer1>div:nth-child(2)>div{
    display: flex;
}
#footer1 strong{
    padding-top: 10px;
    margin-bottom: 10px;
}
#footer1 a{
    color: black
}
#footer1>div:nth-child(2) img{
    width: 60px;
    height: 60px;
    padding-right: 10px;
}
#footer1>div:nth-child(1){
    width: 22%;
}
#footer1>div:nth-child(2){
    width: 25%;
}
#footer1 input{
    height: 40px;
    width: 200px;
    margin-top: 20px;
}
#line{
    width: 83%;
    margin: auto;
    margin-top: 10px;
    color: #4242421a;
}
#footer2{
    margin: auto;
    margin-top: 30px;
    display: flex;
    width: 80%;
    justify-content: space-between;
    /* border: 1px solid red; */
}
#footer2>div{
    display: flex;
}
#footer2 img{
    width: 28px;
    height: 28px;
}
#footer2>div:last-child{
    gap: 20px;
}
#footer2>div:nth-child(1){
    gap: 20px;
}
#footer2 p{
    margin-bottom: 20px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}
#footer2>div:nth-child(2){
    aspect-ratio: 3/2;
    object-fit: contain;
    margin-top: 10px;
}
#footer2>div:nth-child(2) i{
    font-size: 30px;
    color: #424242b0;
}