body{
    width:90%;
    margin:auto;
    color:#666666;
    font-family: Montserrat, sans-serif;
  }


  * {
    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 {
    /* height: 90%; */
    /* border: 1px solid; */
}

#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;
}
p{
    margin-left: 10px;
  }
input[type=submit],  input[type=email],  input[type=text] , input[type=password]{
    width: 99%;
    padding: 12px 20px;
    margin: 10px 10px;
    box-sizing: border-box;
  }
  input[type=checkbox]{
    height:20px;
    width:20px;
    margin: 10px 10px;

  }
  #rem{
    font-size: 20px;
  }
  #btn1{
    width: 100%;
    padding: 12px 20px;
    margin: 10px 10px;
    border:none;
    box-sizing: border-box;
    font-size: 14px;
    color:#FFFFFF;
    background-color: #666666;
  }
  label{
    font-size: 13px;
    margin-left: 10px;
  }
  .field{
    margin-bottom: 20px;
  }
  .creat{
    display:flex;
    justify-content: space-between;
    align-items: center;
    color:#333333;
    margin-bottom: 150px;
    border-bottom: 1px solid gray;
   
    padding:30px 0px;
  }
  .creat>span{
    margin-left: 10px;
font-size: 45px;
  }
  #regi{
    width:50%;
    display:flex;
    margin:auto;
    align-items: center;
  }
  small{
    color:rgb(240, 56, 56);
    margin-left:10px;
  }
  

@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;

}