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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Assistant", sans-serif;
}
a{
    color: inherit;
    text-decoration: none;
}
header{
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05); 
    position: sticky;
    left: 0;
    top: 0;
    z-index: 11;
}
.header-container{
    width: 100%;
    height: 100%;
    /* border: 2px solid black; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    
}
.logo{
    width: 53px;
    height: 36px;
    /* border: 2px solid red; */
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -462px 0;
    background-size: 1404px 105px;
    margin-left: 40px;
} 
header nav{
    width: 525px;
    height: 100%;
    /* border: 2px solid red; */
}
header nav ul{
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    align-items: center;
    font-family: "Assistant", sans-serif;
}
header nav ul li{
    font-size: 14px;
    letter-spacing: .3px;
    color: #282c3f;
    font-weight: 700;
    position: relative;
}
.studio-new{
    color: #ff3f6c;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: -4px;
    /* left: 0;    */
}
.search-box{
    width: 365px;
    height: 40px;
    background: #f5f5f6;
    margin-left: 130px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 15px;
    border-radius: 8px;
}
.search-box input{
    border: none;
    width: 100%;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    color: #696e79;
}
.user-info{
    width: 194px;
    height: 40px;
    /* border: 2px solid red; */
    margin-left: 10px;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
}
.user-info>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-weight: bold;
}
.upper-section{
    width: 100%;
    /* height: 102px; */
    /* border: 2px solid red; */
    margin-top: 25px;
    padding: 0px 50px;
}
.first-container{
    margin: auto;
    /* width: 1251px; */
    width: 100%;
    /* height: 102px; */
    padding-bottom: 4px;
    /* border: 2px solid black; */
}
.first-container>img{
    width: 100%;
    height: 100%;
}
.second-container{
    /* width: 1251px; */
    width: 100%;
    /* height: 329px; */
    /* border: 2px solid red; */
    display: flex;
    margin: auto;
}
.second-container img{
    width: 50%;
    /* height: 100%; */
}
.third-container{
    /* width: 1251px; */
    width: 100%;
    /* height: 128px; */
    /* border: 2px solid black; */
    display: flex;
    margin: auto;
}
.third-container img{
    width: 33.33%;
    /* height: 100%; */
}
.fourth-container{
    /* width: 1251px; */
    width: 100%;
    /* height: 65px; */
    margin: auto;
}
.fourth-container>img{
    width: 100%;
    /* height: 100%; */
}
.fifth-container{
    /* width: 1251px; */
    width: 100%;
    /* height: 130px; */
    margin: auto;
}
.fifth-container>img{
    width: 100%;
    /* height: 100%; */
}
.second-section{
    width: 100%;
    /* height: 328px; */
    /* border: 2px solid black; */
    padding-top: 20px;
    padding-bottom: 15px;
}
.second-section>div{
    width: 100%;
    padding: 0px 50px;
    display: flex;
    margin: auto;
}
.card-img{
    width: 16.70%;
    height: 80.18%;
}
.card-img>img{
    width: 100%;
    height: 100%;
}
.second-section>ul{
    width: 100%;
    height: 7.26%;
    padding-top: 14px;
    /* border: 2px solid red; */
    list-style: none;
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.second-section>ul>li{
    width: 1.6%;
    height: 38.46%;
    font-size: 10px;
    text-align: center;
}
.third-section{
    width: 100%;
    /* height: 130px; */
}
.third-section>div{
    width: 100%;
    margin: auto;
    /* height: 100%; */
    padding: 0px 50px;
}
.third-section>div>img{
    width: 100%;
    height: 100%;
}
.fourth-section{
    width: 100%;
    /* height: 358px; */
    padding-top: 20px;
    padding-bottom: 15px;
    /* border: 2px solid black; */
}
.fourth-section>div{
    width: 100%;
    padding: 0px 50px;
    display: flex;
    margin: auto;
}
.fourth-card-img{
    width: 16.70%;
    height: 76.53%;
}
.fourth-card-img>img{
    width: 100%;
    height: 100%;
}
.fourth-section>ul{
    width: 100%;
    height: 7.26%;
    padding-top: 30px;
    /* border: 2px solid red; */
    list-style: none;
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.fourth-section>ul>li{
    width: 1.6%;
    height: 38.46%;
    font-size: 11px;
    text-align: center;
}
.fifth-section{
    width: 100%;
    /* height: 130px; */
}
.fifth-section>div{
    width: 100%;
    /* height: 100%; */
    padding: 0px 50px;
    margin: auto;
}
.fifth-section>div>img{
    width: 100%;
    height: 100%;
}
.sixth-section{
    width: 100%;
    /* height: 1660px; */
    /* border: 2px solid red; */
}
.card-section{
    width: 100%;
    /* height: 1640px; */
    margin: auto;
    padding: 0px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card{
    width: 16.62%;
    height: 16.58%;
}
.card>img{
    width: 100%;
    height: 100%;
}
.card-box{
    width: 19.98%;
    height: 16.58%;
}
.card-box>img{
    width: 100%;
    height: 100%;
}

footer{
    width: 100%;
    height: 522px;
    padding: 30px 0px 40px 0px;
    background: #FAFBFC;
    /* border: 2px solid red; */
    
}
.footer-container{
    width: 1080px;
    height: 452px;
    margin: auto;
    display: flex;
}
.shop-links{
    width: 175px;
    height: 452px;
    padding-right: 20px;
}
.shop-links>p{
    width: 155px;
    height: 27px;
    padding-top: 12px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 12px;
    color: #282c3f;
}
.shop-links>a:nth-child(2){
    padding-top: 14px;
    height: 38px;
}
.shop-links>a{
    color: #696b79;
    font-size: 15px;
    padding-bottom: 5px;
    width: 155px;
    height: 24px;
    display: block;
}
.customer-policies{
    width: 162px;
    height: 336px;
}
.customer-policies>p{
    width: 162px;
    height: 27px;
    padding-top: 12px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 12px;
    color: #282c3f;
}
.customer-policies>a:nth-child(1){
    padding-top: 14px;
    height: 38px;
}
.customer-policies>a{
    color: #696b79;
    font-size: 15px;
    padding-bottom: 5px;
    width: 162px;
    height: 24px;
    display: block;
}
.app-experience{
    width: 380px;
    height: 175px;
    padding-top: 13px;
    padding-right: 20px;
    font-size: 15px;
}
.app-experience>p{
    width: 360px;
    height: 44px;
    font-size: 12px;
    font-weight: 700;
    color: #282c3f;
    margin: -3px 0 0;
    padding: 0 0 25px;
}
.app-store-img{
    width: 282px;
    height: 42px;
    display: flex;
    gap: 15px;
}
.app-store-img img{
    width: 140px;
    height: 100%;
}
.keep-in-touch{
    width: 360px;
    height: 19px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
}
.app-experience>a{
    margin: 0 15px 0 0;
}
.app-experience>a>img{
    width: 20px;
    height: 20px;
}
.promises{
    width: 250px;
    height: 160px;
}
.promises-card{
    width: 250px;
    height: 42px;
    margin: 15px 0 30px;
    color: #696b79;
    display: flex;
}
.promises-card>img{
    width: 48px;
    height: 40px;
    margin-right: 10px;
    margin-left: -10px;
}


.top-container{
    max-width: 1600px;
    margin: auto;
}
.row1{
    padding: 20px 0 0;
    padding-bottom: 7px;
}
.row1>ul{
    margin-left: 25px;
    font-size: 14px;
    list-style: none;
    display: flex;
    gap: 5px;
    color: #696b79;
}
.row1>ul>li{
    /* margin-right: 5px; */
    line-height: 1;
}
.row1>ul>li:last-child{
    font-weight: 700;
    color: #282c3f;
}
.row2{
    padding: 10px 0 5px 25px;
    /* display: flex; */
    /* margin-top: 5px; */
}
.row2>div{
    display: flex;
    align-items: center;
}
.row2>div>h1{
    color: #282c3f;
    font-weight: 700;
    font-size: 16px;

}
.row2>div>span{
    margin-left: 8px;
    color: #878b94;
    font-size: 16px;
}
.row3{
    width: 100%;
    height: 60px;
    /* border: 2px solid black; */
    display: flex;
}
.r3-c1{
    width: 18.65%;
    padding: 23px 0px 15px 25px;
    border-bottom: 1px solid #e9e9ed;
}
.r3-c1>span{
    font-weight: 700;
    color: #282c3f;
}
.r3-c2{
    width: 81.35%;
    padding: 23px 0px 15px 0px;
    border-bottom: 1px solid #e9e9ed;
    display: flex;
}
.filters-list{
    width: 72.61%;
    margin: -10px 0 0 16px;
    /* border: 2px solid black; */
}
.filters-list>ul{
    display: flex;
    list-style: none;
    color: #282c3f;
    font-size: 14px;
}
.filters-list>ul>li{
    margin-top: 10px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    padding: 5px 8px 5px 10px;
}
.filters-list>ul>li>h4{
    font-weight: 400;
}
.arrow-down{
    width: 15px;
    height: 15px;
    margin-left: 4px;
    display: inline-block;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -2679px -89px;
    background-size: 1404px 105px;
    /* background-repeat: no-repeat; */
}
.filters-sortby{
    width: 23.21%;
    margin: -7px 30px 0 0;
    position: relative;
    top: -5px;
}
.filters-sortby>div{
    padding: 9px 14px;
    font-size: 14px;
    color: #282c3f;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #d4d5d9;
}
.filters-sortby>div>span:first-child{
    font-weight: 700;
    color: #282c3f;
    /* font-size: 14px; */
}
.sortby-arrow-down{
    margin: 5px 0px 0px 5px;
    width: 15px;
    height: 10px;
    float: right;
    display: block;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -367px -1px;
    background-size: 1404px 105px;
}
.middle-section{
    width: 100%;
}
.middle-container{
    max-width: 1600px;
    margin: auto;
    display: flex;
}
.left-middle-section{
    width: 18.653%;
    /* border-right: 1px solid #edebef; */
    /* padding: 20px 0 15px 25px; */
    border-bottom: 1px solid #e9e9ed;
}
.categories-middle-section{
    padding: 20px 0px 15px 25px;
    border-right: 1px solid #edebef;
    border-bottom: 1px solid #e9e9ed;
}
.title-middle-section{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 18px;
    color: #282c3f;
}
.filter-item{
    font-size: 14px;
    margin-bottom: 7px;
    display: flex;
  align-items: center;
  /* gap: 16px; */
  color: #282c3f;
  cursor: pointer;
}
.filter-item input{
    margin: 0 16px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid #c3c2c9;
    background: #fff;
    border-radius: 2px;
}
.last-item{
    margin-bottom: 0;
}
.count{
    color: #94969f;
    font-size: 11px;
    margin-left: 4px;
}
.brand-middle-section{
    padding: 20px 0px 15px 25px;
    border-right: 1px solid #edebef;
    border-bottom: 1px solid #e9e9ed;
    position: relative;
}
.search-filter{
    position: absolute;
    top: 12px;
    right: 14px;
    width: 30px;
    height: 30px;
    background-color: #f5f5f6;
    border-radius: 50%;
}
.search-filter>span{
    width: 21px;
    height: 21px;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -754px 0;
    background-size: 1404px 105px;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 4px;
    transform: scale(.7);
}
.more-option{
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    color: #ff3f6c;
    margin-left: 27px;
}
.sticky-left-section{
    position: sticky;
    top: 0px;
}
.price-range-middle{
    padding: 20px 0px 15px 25px;
    border-right: 1px solid #edebef;
    border-bottom: 1px solid #e9e9ed;
    /* position: sticky; */
    /* top: 0px; */
}
.range-moving{
    margin: 12px 26px 4px 0px;
}
/* .range-moving input{
    width: 100%;
    color: #ff3f6c;
} */
.range {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #d4d5d9;
  border-radius: 4px;
  outline: none;
}

/* Slider thumb */
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #ff3f6c;
  border-radius: 50%;
  cursor: pointer;
}
.range-moving>span{
    margin: 10px -4px 0 4px;
    font-size: 12px;
    font-weight: 600;
}
.color-middle-section{
    padding: 20px 0px 15px 25px;
    border-right: 1px solid #edebef;
    border-bottom: 1px solid #e9e9ed;
    /* position: sticky; */
    /* top: 118px; */
    /* bottom: 387px; */
    /* bottom: 269px; */
}
.color{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    /* background-color: rgb(54, 69, 79); */
}
.black{
    background-color: rgb(54, 69, 79);
}
.white{
    border: 1px solid #d6d6d6;
    background-color: rgb(255, 255, 255);
}
.blue{
    background-color: rgb(0, 116, 217);
}
.green{
    background-color: rgb(94, 177, 96);
}
.navy-blue{
    background-color: rgb(60, 68, 119);
}
.grey{
    background-color: rgb(159, 168, 171);
}
.red{
    background-color: rgb(211, 75, 86);
}
.discount-middle-section{
    padding: 20px 0px 0px 25px;
    border-right: 1px solid #edebef;
    margin-bottom: 0;
    /* border-bottom: 1px solid #e9e9ed; */
    /* position: sticky; */
    /* top: 387px; */
    /* bottom: 269px; */
}











.right-middle-section{
    width: 81.35%;
    padding: 24px 15px 0px 25px;
}
.right-middle-container{
    width: 100%;
    margin: 0 -10px 0 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}
.product-card{
    width: 210px;
    /* height: 359px; */
    /* border: 2px solid black; */
    margin: 0 10px 30px;
    position: relative;
}
.product-rating{
    z-index: 1;
    position: absolute;
    margin-left: 10px;
    margin-top: 250px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 0 0 0 4px;
    background-color: hsla(0, 0%, 100%, .8);
}
.rating-star{
    margin-left: -2px;
    width: 24px;
    height: 24px;
    transform: scale(0.55);
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -171px -28px;
    background-size: 1404px 105px;
    display: inline-block;
}
.product-rating>div{
    display: flex;
    padding-right: 4px;
}
.separator{
    font-size: 10px;
    margin: -.5px 6px 0 -2px;
}
.product-card>a{
    color: #282c3f;
}
.product-image{
    width: 210px;
    height: 280px;
}
.product-image>img{
    width: 100%;
    height: 100%;
}
.product-details{
    margin-top: 12px;
    padding: 0 10px;
    background: #fff;
    overflow: hidden;
    /* border: 2px solid black; */
}
.product-brand-name{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 6px;
    overflow: hidden;
}
.product-product{
    color: #535766;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
}
.product-size{
    font-size: 14px;
    color: #535665;
    line-height: 1;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
}
.product-prize{
    margin: 10px 0 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #282c3f;
}
.newprice{
    font-size: 14px;
    font-weight: 700;
    color: #282c3f;
}
.oldprice{
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
}
.percentdis{
    color: #ff905a;
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
}
.similar-icon{
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    right: 12px;
    top: 207px;
    display: none;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #dadade;
    background: #fff;
}
.similar-icon>span{
    width: 15px;
    height: 13px;
    vertical-align: middle;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-size: 6000% 486.36%;
    background-position: 10.4% 71%;
    display: inline-block;
}
.product-wishlist{
    width: 100%;
    padding: 16px 10px;
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 250px;
    background: #fff;
    cursor: pointer;
}
.product-wishlist>span{
    width: 100%;
    border-radius: 2px;
    border: 1px solid #d4d5d9;
    color: #282c3f;
    letter-spacing: .3px;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wishlist-img{
    margin: -4px 8px;
    width: 17px;
    height: 22px;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -315px -186px;
    background-size: 1404px 105px;
    display: inline-block;
}
.product-card:hover {
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.12),
    0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.product-card:hover .product-wishlist{
    display: block;
    width: 100%;
}
.product-card:hover .similar-icon{
    display: block;
}
.product-card:hover .product-size{
    opacity: 1;
    visibility: visible;
}
.product-card:hover .product-brand-name, 
.product-card:hover .product-product{
    opacity: 0;
    visibility: hidden;
}
.demo-card{
    width: 210px;
    /* height: 359px; */
    margin: 0 10px 30px;
    background-color: transparent;
}
.page-shift-right{
    list-style: none;
    text-align: center;
    border-top: 1px solid #edebef;
    padding-top: 24px;
    padding-bottom: 60px;
    color: #282c3f;
    display: flex;
    justify-content: center;
}
.page-shift-right li:nth-child(1){
    font-weight: 700;
    display: inline-block;
    margin-right: 9px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 2px;
}
.page-shift-right li:nth-child(2){
    height: 42px;
    border-radius: 4px;
    border: 1px solid #d4d5d9;
    text-align: center;
    margin-right: 64px;
    padding: 10px 22px;
}
.page-shift-right li:nth-child(3){
    color: #535766;
    font-size: 14px;
    margin-top: 6px;
    margin-right: 10px;
    cursor: default;
    font-weight: 400;
}
.page-shift-right li:last-child{
    height: 42px;
    border-radius: 4px;
    border: 1px solid #d4d5d9;
    text-align: center;
    margin-left: 64px;
    padding: 10px 22px;
}





.info-header-section{
    max-width: 1600px;
    margin: auto;
    padding: 0px 28px;
}
.anchor-section{
    padding: 29px 0px 22px 0px;
    font-size: 14px;
}
.anchor-section a{
    color: #282c3f;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
}
.anchor-section a:hover{
    border-bottom: 1px solid #d5d6d9;
}
.anchor-separator{
    color: #282c3f;
    margin: 0 5px;
    padding-top: 5px;
}
.bold-anchor{
    font-weight: 700;
}
.info-detail-section{
    max-width: 1600px;
    margin: auto;
    padding: 0px 28px;
    display: flex;
}
.img-product{
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.detail-product{
    width: 42%;
    padding: 0 0 0 30px;
}
.image{
    width: 49.5%;
    height: 18.619%;
    margin-bottom: 7.5px;
    overflow: hidden;
    border: 1px solid #f5f5f6;
    position: relative;
}
.image>img{
    width: 100%;
    height: 100%;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
}
.image:nth-child(even){
    margin-left: 1%;
}
.image:hover img{
    cursor: zoom-in;
    transform: scale(1.04);
}
.pdp-price-info{
    padding: 0 0 10px;
}
.pdp-name{
    color: #282c3f;
    padding: 0 20px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.pdp-title{
    color: #535665;
    padding: 5px 20px 14px 0;
    font-size: 20px;
    opacity: .8;
    font-weight: 400;
}
.pdp-rating{
    width: auto;
    border-bottom: 1px solid #d4d5d9;
}
.pdp-rating-box{
    width: fit-content;
    height: 29px;
    padding: 8px;
    border: 1px solid #eaeaec;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #282c3f;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.pdp-rating-box:hover{
    border: 1px solid #535766;
}
.pdp-rating-box .rating-star{
    margin: 0 -8px 0 -2px;
}
.rating-separator{
    margin-left: 8px;
    margin-top: -2px;
    color: #d4d5d9;
    width: 1px;
}
.rating-count{
    margin-left: 8px;
    font-weight: 400;
    color: #535766;
}
.pdp-selling-price{
    color: #696e79;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 10px;
}
.pdp-price{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #282c3f;
    margin-right: 12px;
}
/* .pdp-price strong{
    color: #282c3f;
    font-weight: 700;
} */
.pdp-mrp{
    opacity: .8;
    font-size: 20px;
    line-height: 1.2;
    color: #282c3f;
    margin-right: 12px;
}
s{
    text-decoration: line-through;
}
.pdp-discount{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #ff905a;
}
.pdp-inclusive{
    font-size: 16px;
    margin: 0 0 10px;
}
.pdp-inclusive span{
    color: #03a685;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin: 5px 10px 0 0;
}
.pdp-colors{
    margin-bottom: 10px;
}
.colors-heading{
    color: #282c3f;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: .4px;
}
.colors-heading strong{
    font-weight: 700;
}
.colors-image{
    width: 55px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 12px;
}
.pdp-size-container{
    margin: 10px 0 24px;
}
.size-heading{
    margin: 0 0 10px;
    line-height: 1;
}
.size-heading h4{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}
.size-heading span{
    margin-left: 30px;
}
.size-chart-button{
    outline: 0;
    background-color: transparent;
    border: 0;
    letter-spacing: .5px;
    text-align: right;
    padding: 0 0 5px;
    color: #ff3e6c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.size-button{
    margin-bottom: 10px;
    display: flex;
}
.size-button-box{
    margin: 10px 10px 10px 0;
}
.size-button-option{
    background-color: #fff;
    border: 1px solid #bfc0c6;
    border-radius: 50px;
    padding: 0;
    min-width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    color: #282c3f;
    font-size: 14px;
    padding: 0 8px;
    font-weight: 700;
}
.action-container{
    margin-top: 15px;
    padding-bottom: 23px;
    border-bottom: 1.5px solid rgb(234, 234, 236);
    display: flex;
}
.pdp-add-bag{
    width: 100%;
    margin-right: 3%;
    padding: 15px 0;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    background-color: #ff3e6c;
    border: 1px solid #ff3e6c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 3;
    font-size: 14px;
}
.add-bag-img{
    width: 23px;
    height: 22px;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -2283px -40px;
    background-size: 1404px 105px;
    transform: scale(.9);
    margin-right: 12px;
}
.pdp-wishlist{
    width: 34%;
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 700;
    flex: 2;
    border: 1px solid #d4d5d9;
    background-color: #fff;
    letter-spacing: .4px;
    color: #282c3f;
    outline: none;
    font-size: 16px;
}
.pdp-wishlist-img{
    margin: -2px 8px;
    width: 17px;
    height: 22px;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -315px -186px;
    background-size: 1404px 105px;
}
.pincode-container{
    margin-top: 30px;
}
.pincode-container>h4{
    color: #282c3f;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.pincode-container>h4>span{
    width: 23px;
    height: 22px;
    vertical-align: middle;
    margin-left: 5px;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -252px -58px;
    background-size: 1404px 105px;
    display: inline-block;
}
.pincode-container>form{
    margin: 16px 0 0;
}
.pincode-code{
    border-radius: 5px;
    border: 1px solid #d4d5d9;
    padding: 10px;
    font-size: 16px;
    min-width: 160px;
    outline: 0;
    width: 250px;
}
.pincode-check{
    position: relative;
    left: -60px;
    background-color: transparent;
    outline: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    color: #ff3e6c;
    text-transform: capitalize;
}
.enter-pincode{
    font-size: 13px;
    color: #282c3f;
    margin: 8px 0 0;
}
.meta-container{
    margin: 20px 0 0;
}
.meta-info{
    color: #282c3f;
    font-size: 16px;
}
.meta-desc{
    margin: 5px 0;
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.pdp-offer-container{
    margin: 40px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #d4d5d9;
}
.pdp-offer-container>h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.offer-icon{
    vertical-align: middle;
    margin-left: 5px;
    width: 18px;
    height: 22px;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -211px -58px;
    background-size: 1404px 105px;
    display: inline-block;
}
.pdp-offers-offer{
    margin-bottom: 16px;
}
.pdp-offer-title{
    font-size: 16px;
    color: #282c3f;
    margin-bottom: 1px;
}
.pdp-offer-title b{
    font-weight: 700;
    display: inline-block;
}
.pdp-offer-price{
    color: #ff905a;
    font-weight: 700;
}
.pdp-offers-offer-desc{
    font-size: 16px;
    color: #282c3f;
    padding: 0;
    margin: 8px 0 0;
    list-style: disc;
    width: 100%;
    margin-left: 18px;
}
.pdp-offers-offer-desc li{
    margin-bottom: 6px;
}
.pdp-offers-linkbutton{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #ff3f6c;
    margin-top: 4px;
    cursor: pointer;
}
.pdp-offers-extraoffer-box{
    margin-bottom: 16px;
}
.pdp-product-desc{
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d5d9;
    margin-bottom: 10px;
    margin-top: 30px;
}
.pdp-product-desc-title{
    color: #282c3f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.pdp-product-desc-icon{
    vertical-align: middle;
    margin-left: 5px;
    width: 21px;
    height: 22px;
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-position: -231px -58px;
    background-size: 1404px 105px;
    display: inline-block;
}
.pdp-product-desc-content{
    color: #282c3f;
    line-height: 1.4;
    font-size: 16px;
    margin-top: 12px;
    width: 84%;
    margin-bottom: 10px;
    list-style: none;
}
.size-fit-desc{
    font-weight: 400;
    border: none;
    margin-top: 12px;
}
.size-fit-desc-title{
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    color: #282c3f;
}
.size-fit-desc-content{
    width: 90%;
    color: #282c3f;
    line-height: 1.4;
    font-size: 16px;
}
.specification{
    padding-bottom: 12px;
}
.index-table-container{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index-row{
    border-bottom: 1px solid #eaeaec;
    margin: 0 0 12px;
    padding-bottom: 10px;
    flex-basis: 40%;
}
.index-row:nth-child(odd){
    margin-right: 10%;
}
.index-rowkey{
    color: #7e818c;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}
.index-rowvalue{
    color: #282c3f;
    font-size: 16px;
    line-height: 1.2;
}
.index-showmore-text{
    font-size: 14px;
    font-weight: 700;
    color: #ff3f6c;
    margin-top: 4px;
    cursor: pointer;
}

.sidebar{
    position: fixed;
    bottom: 130px;
    width: 44px;
    height: 288px;
    background-color: #535766;
    z-index: 6;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    right: 0;
}
.sidebar-arrow{
    width: 0;
    height: 0;
    margin: 24px 16px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 14px solid #fff;
}
.sidebar-content{
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    width: 36px;
    padding: 4px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fcfcfc;
    display: inline-block;
}

.bell{
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 80px;
    right: 21px;
    background-color: rgb(29, 133, 252);
    border-radius: 100px !important;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    display: flex;
    align-items: center;
    justify-content: center;
}