.top{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    background-color: red;
    color: white;
}
.top>:nth-child(1)
{
    margin-top: 20px;
}
.top>:nth-child(3)
{
    margin-top: 20px;
}
.top1{
    display: flex;
    gap: 10px;
    justify-content: end;
    background-color: rgb(186, 180, 180);
}
.top1>a{
    text-decoration: none;
    color: black;
}


/* -----------------------------navbar css   ----------------> */

body{
    width: 90%;
    margin: auto;
}


* {
    box-sizing: border-box;
}

.navbar {
    margin: 0px;
    padding: 0px;
}

nav {
font-family: 'Montserrat', sans-serif;
}

#clearance {
    background-color: #FAC3BC;
    padding: 5px;
    text-align: center;
    color: #000000;
}

#clearance :nth-child(1) {
    font-size: 15px;
    padding: 0px 30px 0px 0px;
}

#clearance :nth-child(2) {
    font-size: 25px;
}

#clearance :nth-child(3) {
    font-size: 13px;
    padding: 0px 0px 0px 30px;
}

#trackorder {
    display: flex;
    justify-content: right;
    background-color: rgb(243, 243, 243);
    align-items: center;
    height: 45px;
    padding: 0px 145px 0px 0px;
    color: #333333;
}

#trackorder img {
    width: 20px;
    height: 20px;
}

#trackorder span {
    font-size: 13px;
    padding: 0px 10px 0px 35px;
}

#clarks {
    display: flex;
    background-color: white;
    /* justify-content: space-between;  */
    padding: 5px 5px 10px 150px;
    gap: 2%;
    height: 70px;
    width: 100%;
    /* border: 1px solid; */
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}



#logo img {
   width: 150%; 
   /* margin-top: 5px; */
   margin-right: 50px;
   height: 80%;
}

#logo:hover {
    cursor: pointer;
}

#navbaritems {
    display: flex;
    /* border: 1px solid; */
    align-items: center;
    justify-content: center;
}


.dropbtn {

    color: rgb(63, 63, 63);
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropbtn:hover {
    cursor: pointer;
}

i:hover {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    gap: 80px;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 1;
}

.dropdown-content>div>ul>li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

}

.dropdown-content div h4,
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.dropdown-content>div>ul>li:hover {
    cursor: pointer;
    text-decoration: underline;
}

.dropdown-content>div h4:hover {
    cursor: pointer;
    text-decoration: underline;
}

#dropdown-content-women {
    padding: 10px 30px;
    width: 1300px;
    height: auto;
    margin-left: -210px;
}

#dropdown-content-men {
    padding: 10px 30px;
    width: 1300px;
    height: auto;
    margin-left: -300px;
}

#dropdown-content-kids {
    padding: 10px 30px;
    width: 1300px;
    height: auto;
    margin-left: -360px;
}

#dropdown-content-originals {
    padding: 10px 30px;
    width: 1300px;
    height: auto;
    margin-left: -420px;
}

#dropdown-content-accesories {
    padding: 10px 30px;
    width: 1300px;
    height: auto;
    margin-left: -520px;
}

#dropdown-content-sale {
    padding: 10px 30px;
    width: 1300px;
    height: auto;
    margin-left: -630px;
}

#dropdown-content-sustain {
    padding: 10px 30px;
    width: 1300px;
    height: auto;
    margin-left: -695px;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown-content div li {
    color: #333;
    ;
    line-height: 22px;
}

#searchCart {
    /* border: 1px solid; */
    display: flex;
    gap: 10%;
    align-items: center;
    justify-content: end;
    font-size: 25px;
    width: 50%;
    padding-right: 50px;


}
.search-box{
    display: flex;
}
.btn-search{
    background-color: white;
    border: 1px solid black;
    /* margin-right: 5px; */
    border-right: none;
}

hr {
    margin: 0px;
}

#shipping {
    font-size: 14px;
    margin: 0px 0px 10px;
}

#shipping div {
    background-color: #DCDCDC;
    width: 100%;
    margin: auto;
    padding: 15px;
    text-align: center;
    color: #333333;
}

#shipping span {
    font-size: 14px;
    padding: 5px;
}

#shipping div :nth-child(1),
#shipping div :nth-child(4) {
    text-decoration: underline solid black;
}

#shipping div :nth-child(3) {
    margin-left: 15px;
    margin-right: 15px;
}
.childtwo{
    display: flex;
    /* border: 1px solid rgb(47, 255, 0); */
    
}

.childone{
display: flex;
/* border: 1px solid red; */
}

.L2{
    display: flex;
    /* border: 1px solid rgb(0, 13, 255); */
    
}
.L5{
    /* border: 1px solid black; */
}

a{
    text-decoration: none;
}



* {
    box-sizing: border-box;
    margin-left: 0;
}

/* --------------------------------------> */




.gray{
    display: flex;
    gap: 40px;
    justify-content: center;
    background-color: rgb(208, 189, 189);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gray a{
    text-decoration: none;
    color: blue;
}
.redbox{
    display: flex;
    justify-content:space-between;
    background-color: rgba(253, 6, 6, 0.938);
}
.redbox>img{
    width: 100%;
}
.innerbox{
    width: 70%;
    color: white;
    text-align: center;

}
.redbox>div{
    /* border: 1px solid green; */
}
.redbox>div>img{
    width: 100%;
}   
.inblack{
    width: 65%;
    background-color: black;
    margin-left: 20%;
}
.boxes{
    width: 80%;
    display: flex;
    gap: 15px;
    /* border: 1px solid blueviolet; */
    margin-left: 10%;
    
}
.boxes>div{

    width: 60%;
   background-color: white;
   color: black;
    border: 1px solid rgb(11, 9, 9);
}
.boxes>div:hover{
    background-color: black;
    color: white;
}
.img>img{
    width: 100%;
}

.black>div{
   margin-left: 40%; 
   color: white;
}
.black{
    background-color: black;
}
.black>div>div{
    gap: 15px;
    display: flex;
}
.black>div>div>div{
    border: 1px solid white;
    color: black;
    background-color: white;
    margin-bottom: 5px;
}
.black a{
    text-decoration: none;
    color: black;
}
.black>div>div>div:hover{
    background-color: black;
    color: white;
}
.black a:hover{
    color: white;
}
.img1{
    display: flex;
}
.img1>img{
    width: 50%;
}
.lowerbox{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    /* border: 1px solid blue; */
}
.lowerbox>div{
    width: 40%;
    
}
.lowerbox>div>div>div{
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid black;
}
.block{
    display: flex;
    gap: 10px;
}
.block>div{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;

}
.block>div:hover{
    background-color: black;
    color: white;
}
.block a {
    text-decoration: none;
    color: black;
}
.block a:hover{
    color: white;
}
.world>div>div{
    padding-top: 5px;
    padding-bottom: 5px;
}
.world{
    width: 60%;
    margin: auto;
     padding-top: 30px;
     padding-bottom: 30px;
    text-align: center;
    background-color: rgb(248, 243, 243);
}
.world>div{
    width: 85%;
    margin: auto;
    /* border: 1px solid blue; */
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: space-around;
    gap: 5px;
   
}
.world>div>div{
    width: 35%;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid black;
}
.world>div>div:hover{
    background-color: black;
    color: white;
}

.world a {
    text-decoration: none;
    color: black;
}
.world a:hover{
    color: white;
}
.blue{
    background-color: rgb(67, 67, 232);
    color: white;
    border: 1px solid white;
    text-align: center;
    
    
}
.blue a{
    text-decoration: none;
    color: white;
}
.anchor{
    color: white;
}
.img3{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
}
.pink{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
   
    background-color: pink;
}


.img2>img{
    width: 100%;
}
.img3>img{
    width: 23%;
}
.img3:hover{
    size: 120%;
}



/* ------------------  footer part css --------------------------> */




@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
    
    /* *{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        } */
    .L1 {
        border-top: 1px solid rgb(188, 184, 184);
        border-bottom: 1px solid rgb(188, 183, 183);
        display: flex;
        justify-content: space-between;
        height: 9vh;
        align-items: center;
    }
    
    .L2 {
        width: 90%;
        display: flex;
        margin: auto;
        justify-content: space-between;
        align-items: center;
        line-height: 35px;
        font-size: 20px;
    
    }
    
    .child {
        display: flex;
        /* border: 1px solid red; */
        width: 40%;
    
    }
    
    input {
        width: 250px;
        height: 45px;
    }
    
    #footerbtn {
        height: 50px;
        width: 50px;
    }
    
    .one {
        width: 22%;
        justify-content: space-evenly;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .two {
        width: 40%;
        justify-content: space-evenly;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .L6 {
        display: flex;
        width: 80%;
        margin: auto;
        justify-content: space-around;
        font-family: "Montserrat", sans-serif;
    
    }
    
    
    .L3 {
        display: flex;
        width: 80%;
        /* border: 1px solid red; */
        margin: auto;
        /* margin-top: 25px; */
        justify-content: space-between;
        height: 10vh;
        font-family: "Montserrat", sans-serif;
        /* background-color: green; */
        align-items: center;
    
    }
    
    #L4 {
        width: 80%;
        margin: auto;
    }
    
    li {
        margin-bottom: 10px;
    }
    
    .fli {
        width: 25%;
    
    }
    
    .fli p {
        margin-left: 10px;
    }
    
    .L7 {
        width: 100%;
        height: 300px;
        background-color: rgb(57, 56, 56);
        display: flex;
        color: white;
        justify-content: space-between;
    }
    
    .L5 {
        background-color: rgb(241, 241, 241);
    }
    
    .L8 {
        display: flex;
        width: 30%;
        justify-content: space-between;
    }
    
    .L9 {
        width: 50%;
        /* border:1px solid rgb(104, 170, 206); */
    }
    
    .footerimg {
        width: 100px;
        height: 60px;
    }
    
    .L9 p+img {
        margin-left: 120px;
    
    }