*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
}
/* < header > */
header{
    width: 100%;
    border-top: 3px solid #2c4152;
    z-index: 101;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    font-family: SourceSansPro;
    top: 0;
}
#header > #head{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#head > #top{
    float: right;
    margin: 0 0 11px;
    text-align: right;
    box-sizing: border-box;
}
#top > ul{
    margin: 0px;
    list-style: none;
    text-align: right;
}
#top li{
    float: left;
    margin-right: 16px;
    letter-spacing: .1em;
    font-size: 12px;
    text-transform: capitalize;
    padding: 5px 0 7px;
    
}
#top li:hover{
    text-decoration: underline;
    color: #406786;
    cursor: pointer;
}
#top li:nth-child(3){
    background-color: black;
    color: white;
    border: none;
    padding: 12px 10px;
}
#top li:nth-child(1), #top li:nth-child(2){
    padding-top: 11px;
}

#logo_id{
    float: left;
    position: relative;
    width: 10%;
}
#logo_id  #logo{
    width:100%;  
    margin-top: 20px; 
}

#main_bottom{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    float: right;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    position: relative;
}
#main_bottom > #bottom{
    float:right;
    margin:0px 0px 11px 0px;
    box-sizing: border-box;
    
}
#bottom > ul{
    margin: 0px;
    list-style: none;
    text-align: right;
}
#bottom > ul > li{
    float: left;
    margin-right: 16px;
    letter-spacing: .1em;
    font-size: 16px;
    text-transform: capitalize;
    padding: 5px 0 7px;
    
}
#bottom #men:hover, #women:hover{
    font-weight: bold;
}
#bottom li > a{
    text-decoration: none;
    color: black;
}

#searchDiv{
    display: flex; 
    padding-bottom: 5px;
}
#searchDiv > form{
    border: 1px solid black;
    border-radius: 20px;
    background-color: #fffded;
    margin-bottom: 50px;
    padding: 5px;
    width: 100%;
}
#searchDiv  input, #searchDiv input:focus{
    height: 95%;
    text-decoration: none;
    border:none;
    border-radius: 50px;
    outline:none !important;
}

#searchDiv button, input{
    background-color: #fffded;
    border: none;
    color:none;
}
#searchDiv form, #searchDiv a{
    margin: 0px 5px;
}
#searchDiv a{
    text-decoration: none;
}
#cart > i{
    background-color:#000000;
    color: white;
    padding: 10px;
    border-radius: 50px;
}

/* categoreis */
#bottom #men{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
}
#bottom #display_men_category{
    width: 1000px;
    /* visibility: hidden; */
    display: none;

    list-style-type: none;
    position: absolute;
    background-color: #f9f9f9;
    padding:0px 15px;
    top:40px;
    left:-300px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#display_men_category{
    transition: all 0.3s ease-in;

}
#bottom #men:hover #display_men_category{
    display : block;

}

#display_men_category > .shopby{
    display: flex;
    height: 100%;
}
#display_men_category > hr{
    padding: 0;
    margin: 0;
    color:rgb(253, 251, 251);
    background-color:rgb(253, 251, 251) ;
    width: 100%;
}
.shopby > p{
    margin: 0px 2px;
    padding: 10px 5px;
    font-weight:normal;
}

.shopby > p:nth-child(1){
    color: #d1d0d0;

}
.shopby > p:nth-child(2), p:nth-child(3){
    background-color: #f3f3f3;
}
.shopby > p:nth-child(2):hover, p:nth-child(3):hover{
    font-weight:bold;
}
#wholeDiv{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows : auto;
    font-weight:normal;
    font-size: small;
    margin-bottom: 40px;
}
ul, li{
    padding: 0px;
    margin: 0px;

}

.col_one li{
    width: 100%;
    text-align: left;
    list-style: none;
    text-decoration: none;
}
.col_one li:hover{
    text-decoration: underline;
}
.col_one > ul > li{
    font-weight: bold;
    padding: 0.6em 0px;

}
.col_one > ul > ul > li{
    padding: 0.1em 0px;

}



/* < header /> */

/* <body> */
#container{
    margin-top : 95px;
}
#container > div{
    margin-top:5px;
}



.dot {
  height: 5px;
  width: 50px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 3px;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#container > div img{
    transition: transform .6s ease-in;
    will-change: transform;
}
#container > div img:hover{
    -webkit-transform: scale(1.02);
    transform : scale(1.02);
}

.slider_two > .banner_img{
    width: 100%;
}

.slider_three > #next, #previous{
    background-color: #f5f5f5;
    z-index: 1;
    position: absolute;
    /* opacity: .75; */
    margin-top: 15em;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border:none;
    box-shadow: 0 4px 6px -3px #9a9a9a;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.slider_three > #next{
    right: 20px;
}
.slider_three > #previous{
    left: 20px;
}
.slider_three > .multi_img_1{
    width: 20%;
}


/* < footer > */
#foot_top{
    background-color: #fafafa;
    padding: 15px 0px;
}
#foot_top > .info{
    width: 80%;
    margin:0px auto;
    display: flex;
    justify-content: space-evenly;
}
.info div{
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    
}
.info div > p{
    margin:25px 0px 0px;
}
.info div > i{
    font-size: 1.7em;
}
#foot_bottom{
    background-color: #000000;
    color: #ffffff;
   
}
#foot_bottom > #footer_info{
    width: 85%;
    margin:0px auto 30px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    padding: 30px 0px 0px;
    justify-content: space-between;
}
#footer_info > .line li, #footer_info > .line a{
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
}
#footer_info > .line ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
#footer_info > .line li{
    line-height: 1.8em;
    font-size: 0.8em;
}
#footer_info > .line li:hover{
    text-decoration: underline;
}
#foot_bottom  hr{
    width: 85%;
}
#foot_bottom #display{
    width: 85%;
    margin: 30px auto 0px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
#foot_bottom #display_one{
    width: 90%;
    margin: 0px auto 0px;
}
#foot_bottom #display_two{
    width: 10%;
    text-align: center;
    margin: 0px auto 0px;
}
#display_two i{
    font-size: 1.8em;
}
/* < footer /> */