@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Assistant", sans-serif;
}
body{
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}

header {
    width: 100%;
    height: 80px;
    background-color: white;
    /* margin-bottom: 25px; */
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
    position:sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-container {
    width: 1200px;
    height: 80px;
    /* border: 2px solid red;  */
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.logo {
    width: 53px;
    height: 36px;
    /* border: 2px solid red; */
    background-image: url("../images/imgi_1_MyntraWebSprite_27_01_2021.png");
    background-size: 1404px 105px;
    background-position: -462px 0;
    margin-left: 10px;
}

nav {
    width: 525px;
    height: 82px;
    /* border: 2px solid red; */
}

nav ul {
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 2px solid green; */
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #282c3f;
    font-family: "Assistant", sans-serif;
    text-transform: uppercase;
}

nav ul li {
    position: relative;
}

.new {
    position: absolute;
    color: #ff3f6c;
    font-size: 10px;
    top: -5px;
    right: -22px;
}

.search-box {
    width: 320px;
    height: 40px;
    background-color: #f5f5f6;
    padding: 8px 10px 10px;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    margin-left: 40px;

}

.search-box i {
    color: gray;
}

.search-box input {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;

}

.info-box {
    width: 194px;
    height: 40px;
    /* border: 2px solid green; */
    display: flex;
    justify-content: space-between;
    padding: 0 12px 0 17px;
}

.info-box>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    line-height: 1.4;
}

.info-box>i {
    color: #000;
    font-weight: 700;
}

.info-box>div>span {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.main-img {
    /* width: 1165px; */
    height: 305px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
}

.main-img img {
    width: 1165px;
    height: 305px;

}

.main-img2 {
    width: 100%;
    height: 109px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.main-img2 img {
    width: 327px;
    height: 100px;
}

.main-img3 {
    width: 100%;
    height: 120px;
    /* background-color: green; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
}

.main-img3 img {
    width: 1165px;
    height: 119px;
}

.main-img4 {
    width: 100%;
    height: 299px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
}

.main-img4 img {
    width: 1164px;
    height: 297px;
}

.main-img5 {
    width: 100%;
    height: 350px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-img5 img {
    width: 233px;
    height: 305px;
}

.main-img6 {
    width: 100%;
    height: 319px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.main-img6 img {
    width: 194px;
    height: 254px;
    margin-top: 50px;
}

.main-img7 {
    width: 100%;
    height: 330px;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-img7 img {
    width: 194px;
    height: 255px;
}

.mid-heading {
    width: 100%;
    height: 152px;
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.mid-heading img {
    width: 1164px;
    height: 151px;
    /* border: 2px solid black; */
}

.mid-img {
    width: 100%;
    height: 326px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mid-img img {
    width: 194px;
    height: 261px;
}

.mid-img2 {
    width: 100%;
    height: 297px;
    /* background-color: green; */
    display: flex;
    justify-content: center;

}

.mid-img2 img {
    width: 1164px;
    height: 297px;
}

.mid-img3 {
    width: 100%;
    height: 370px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mid-img3 img {
    width: 233px;
    height: 305px;
}

.bottom-heading {
    width: 100%;
    height: 155px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.bottom-heading img {
    width: 1164px;
    height: 152px;
}

.bottom-multiple-img {
    width: 1264px;
    /* background-color: red; */
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    /* gap: 10px; */
}

.bottom-multiple-img img {
    width: 194px;
    height: 254px;

}

.bottom2 {
    width: 100%;
    height: 255px;
    /* background-color: green; */
    display: flex;
    justify-content: center;
}

.bottom2 img {
    width: 194px;
    height: 254px;
}
footer{
 width: 100%;
 background-color: #FAFBFC;
}

.footer-container {
    width: 1265px;
    /* height: 20px; */
    
    /* box-shadow: 0 -4px -12px 0 rgba(0, 0, 0, .05); */
    /* box-shadow: 0px 0px 50px 5px inset; */
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    margin: auto;
}

.box1{
    width: 155px;
    height: 458px;
    margin-bottom: 30px;
    color: #696b79;
    /* background-color: greenyellow; */
}
.box2{
    width: 162px;
    height: 297px;
    color: #696b79;
    /* background-color: red; */
}
 h5 {
    margin-top: 30px;
    font-size: 12px;
}

.footer-container ul {
    padding-top: 10px;
}

ul li {
    padding-top: 5px;
    font-size: 14px;
    list-style: none;
}
.box3{
    width: 300px;
    height:176px;
    color: #696b79;
    /* background-color: yellow; */
}
.app {
    width: 283px;
    height: 47px;
    /* background-color: aqua; */
    margin-top: 20px;
}
.app img{
    height: 42px;
}
.box3 p{
    font-size: 12px;
    font-weight: 700;
}
.social{
    display: flex;
    gap: 10px;
}
.social>a>i{
    font-size: 20px;
    margin-top: 10px;
}
.box4{
    width: 250px;
    height: 160px;
    /* background-color: #ff3f6c; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 10px;
    color: #696b79;
}
.box4-top{
    width: 250px;
    height: 42px;
    /* background-color: green; */
    display: flex;
}

/* ----------------------------------------t-shirt page ----------------------------------*/

.row1{
    width: 1265px;
    font-size: 14px;
   
    
    margin: auto;
    /* color: #282c3f; */
}
.row1 div:nth-child(1){
     margin: 5px 20px;
     width: fit-content;
     padding-top: 15px;
}
.row1 div:nth-child(2){
      margin: 5px 20px;
     width: fit-content;
     padding-top: 10px;
}
.row1 p{
    /* padding: 8px ; */
    color: #282c3f;
}
.middle-container{
    width: 1265px;
    /* height: 50px; */
    /* background-color: red; */
    margin: auto;
    display: flex;
}
.mid-left{
    width: 252px;
   
    /* height: 20px; */
    /* background-color: lightslategray; */

}
.mid-left-head{
    width: 252px;
    height: 115px;
    /* background-color: green; */
    border: 1px solid #d4d5d9;
    border-left: none;
    border-bottom: none;
    padding-left: 20px;
}
.mid-left-head input{
    margin-right: 10px;
    font-size: 14px;
    margin-top: 5px;
}
.mid-left-body{
    width: 252px;
    height: 294px;
     border: 1px solid #d4d5d9;
    border-left: none;
    border-bottom: none;
    padding-left: 20px;
    /* background-color: red; */
}
.body-head{
    display: flex;
    justify-content: space-between;
    /* padding-left: 20px; */
}
.mid-left-body input{
     margin-right: 10px;
     margin-top: 7px;
}
.mid-left-body2{
    width: 252px;
    height: 108px;
    /* background-color: green; */
     border: 1px solid #d4d5d9;
     border-bottom: none;
     border-left: none;
      padding-left: 20px;

}
.mid-left-body2 input{
    width: 200px;
    height: 12px;
    margin-top: 10px;
}
.mid-left-body3{
    width: 252px;
    height: 310px;
    /* background-color: yellow; */
     border: 1px solid #d4d5d9;
     border-left: none;
     border-bottom: none;
     padding-left: 20px;

}
.mid-left-body3 input{
     margin-right: 10px;
     margin-top: 7px;
}
.mid-left-body4{
    width: 252px;
    height: 290px;
    /* background-color: #ff3f6c; */
    border: 1px solid #d4d5d9;
     border-left: none;
     padding-left: 20px;
}
.mid-left-body4 input{
     margin-right: 10px;
     margin-top: 7px;
}
.mid-right{
    width: 1000px;
    /* height: 100px; */
    /* background-color: yellowgreen; */
}
.right-head{
    width: 1000px;
    height: 44.5px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-head-left{
    /* border: #000 solid 1px; */
    margin-left: 20px;
    display: flex;
    gap: 15px;
}
.right-head-left select{
    border: none;
    outline: none;
}
.right-head-right{
     /* border:blue solid 1px; */
     margin-right: 20px;
     padding-right: 30px;
     
}
.right-head-right select{
     border: 1px solid #d4d5d9;
     outline: none;
     padding: 10px 20px;
    
}
.right-main{
    width: 1012px;
    border: 1px solid #d4d5d9;
    border-left: none;
    /* border-right: none; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 60px;
    /* row-gap: 20px; */
}
.box {
    width: 210px;
    height: 359px;
    /* border: 2px solid red; */
    margin-top: 20px;
    /* z-index: -1; */
    
    /* background-color: lightslategray; */
}
.box:hover{
    /* box-shadow: 2px 2px 10px 5px black; */
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .07);;
}
.box img{
    width: 210px;
    height: 280px;
}
.box-content{
    width: 210px;
    height: 67px;
    padding-left: 20px;
    /* border: 2px solid black; */
    position: relative;
    transition: 1s;
    /* background-color: yellow; */
}
.box-text{
    font-size: 14px;
    margin-bottom: 5px;
    
}
.product-size{
    width: 210px;
    height: 75px;
    background-color: white;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: 0.1s;
    opacity: 0;
    
    /* left: -100%; */
    /* transform: translateY(0); */
}
.box:hover .product-size{
    /* top: 20px; */
    opacity: 1;

}
.wish{
    display: flex;
    /* align-content: center; */
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #282c3f;
    border-radius: 2px;
    border: 1px solid #d4d5d9;
    /* margin: auto; */
    padding: 8px 12px;
    margin-top: 10px;
}
.wish i{
    margin-left: 55px;
}
.box-content span{
    font-size: 14px;
    font-weight: 700;
}
.bottom{
    width: fit-content;
    display: flex;
    /* justify-content: space-evenly; */
    column-gap: 50px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
    /* margin-left: 40px; */
    margin: auto;
}
.bottom div:nth-child(1){
    font-weight: 700;
}
.bottom div:nth-child(2){
    padding: 10px 20px;
    font-weight: 700;
    border: 1px solid #d4d5d9;
}
.bottom div:nth-child(3){
}
.bottom div:nth-child(4){
    font-weight: 700;
    border: 1px solid #d4d5d9;
    padding: 10px 15px;
}
/* ---------------------------------------- t-shirt page start ------------------------------------- */

.top-row{
    /* border: 2px solid red; */
    width: 1265px;
   margin: auto;
}
.top-row div:nth-child(1){
     margin: 30px 0px 20px 30px;
     width: fit-content;
}
.top-row p{
    font-size: 14px;
}
.top-row span{
    font-weight: 700;
}
.mid-container-inside{
    width: 1210px;
    /* height: 50px; */
    /* background-color: #ff3f6c; */
    margin: auto;
    display: flex;
}
.mid-left-inside{
    width: 701px;
    /* height: 50px ; */
    /* background-color: aquamarine; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: start;
    row-gap: 5px;
    
    /* flex-direction: row; */
}
.images-container{
    width: 348px;
    height: 463px;
    overflow: hidden;
    
}
.images-container img{
    width: 100%;
    height: 100%;
     /* width: 348px;
    height: 463px; */
    transition: 0.7s;
    /* z-index: -1; */
}
.images-container:hover img{
    transform: scale(1.1);
}
.mid-right-inside{
    width: 508px;
    padding-left: 30px;
    /* height: 50px; */
    /* background-color: #ff3f6c; */
}
.mid-right-inside .p1{
    font-size: 20px;
    font-weight: 400;
    color: #535665;
    opacity: .8;
    padding-bottom: 15px;
}
.rating{
    border: 1px solid #EAEAC1;
    display: inline-block;
    margin-bottom: 10px;
}
form{
    position: relative;
}
.inp:nth-child(1){
    outline: none;
    /* padding: 10px; */
    height: 42px;
    width: 250px;
}
.inp:nth-child(2){
    position: absolute;
    border: none;
    background-color: transparent;
    left: 200px;
    padding-top: 12px;
    color: #ff3f6c;
    font-size: 14px;
    font-weight: 700;
}
.inp:nth-child(1)[placeholder="Enter pincode"]{
    font-size: 16px;
    padding-left: 10px;
}
.specification{
    width: 478px;
    height: 236px;
    /* border: 2px solid red; */
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    margin-top: 10px;
}
.s1{
    width: 191px;
    height: 47px;
    /* border: 2px solid blue; */

}
.side-bar{
    width: 288px;
    height: 44px;
    background-color: #535766;
    color: #fff;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    position: fixed;
    top: 54%;
    left: 86.8%;
}
.side-bar p{
    
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    position: relative;
    
}