*{
  margin: 0px;
  padding: 0px;
  font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}
header{
  display: flex;
  background-color: #ffffff;
  height: 80px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #777676;
}
.myntra-logo{
  height: 45px;
}
.logo-container{
  margin-left: 4%;
  padding-right: 20px;
}
.action-bar{
  margin-right: 4%;
}
.navbar-container{
  display: flex;
  min-width: 520px;
  justify-content: space-around;
}
.navbar-container a{
  font-size: 14px;
    letter-spacing: .3px;
    color: #282c3f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 0;
    border-bottom: 5px solid #ffffff;
    
}
.navbar-container a:hover{
  border-bottom: 3px solid #b9435e;
}
.navbar-container a sup{
      color: #ff3f6c;
      font-size: 10px;
}
.search-bar{
  height: 40px;
  min-width: 200px;
  width: 30%;
  display: flex;
  align-items: center;
}
.search_icon{
  height: 28px;
  width: 40px;
  height: 20px;
  padding: 10px;
  box-sizing: content-box;
   background: #f5f5f6;
   color: #282c3f;
   font-weight: 300;
   border-radius: 4px 0 0 4px;
}
.desktop-searchBar{
      background: #f5f5f6;
      color: #696e79;
      flex-grow: 1;
      height: 40px;
      border: 0;
      
      border-radius: 0px 4px 4px 0px;
}
.action-bar{
  display: flex ;
  margin-left: 10px;
  justify-content: space-around;
}
.action_item{
  color: #000;
      font-size: 12px;
    font-weight: 700;
}
.action_icon{
  
    bottom: 13px;
    left: 5px;
}
.bag-items-container {
  display: inline-block;
  width: 64%;
  padding-right: 20px;
  border-right: 1px solid #eaeaec;
  padding-top: 32px;
  color: #282c3f;
  font-size: 13px;
  line-height: 1.42857143;
}

.bag-page {
  width: 75%;
  margin-left: 12.5%;
}

.bag-summary {
  vertical-align: top;
  display: inline-block;
  width: 35%;
  padding: 24px 0 0 16px;
  color: #282c3f;
  font-size: 13px;
  line-height: 1.42857143;
}

.bag-details-container {
  margin-bottom: 16px;
}

.price-header {
  font-size: 12px;
  font-weight: 700;
  margin: 24px 0 16px;
  color: #535766;
}

.price-item {
  margin-bottom: 12px;
  line-height: 16px;
  font-size: 14px;
  color: #282c3f;
}

.price-item-value {
  float: right;
}

.priceDetail-base-discount {
  color: #03a685;
}

.price-footer {
  font-weight: 700;
  font-size: 15px;
  padding-top: 16px;
  border-top: 1px solid #eaeaec;
  color: #3e4152;
  line-height: 16px;
}

.btn-place-order {
  width: 100%;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  border-width: 0px;
  padding: 10px 16px;
  background-color: rgb(255, 63, 108);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.bag-item-container {
  margin-bottom: 8px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #eaeaec;
  border-radius: 4px;
  position: relative;
  padding: 12px 12px 0;
}

.item-left-part {
  position: absolute;
  background: rgb(255, 242, 223);
  height: 148px;
  width: 111px;
}

.item-right-part {
  padding-left: 12px;
  position: relative;
  min-height: 148px;
  margin-left: 111px;
  margin-bottom: 12px;
}

.bag-item-img {
  width: 100%;
}

.return-period {
  display: inline-flex;
  font-size: 14px;
  padding-top: 8px;
}

.return-period-days {
  font-weight: 700;
  margin-right: 4px;
}

.delivery-details {
  margin-top: 5px;
  color: #282c3f;
  font-size: 12px;
  letter-spacing: -.1px;
  margin-bottom: 8px;
  line-height: 15px;
}

.delivery-details-days {
  color: #03a685;
}

.remove-from-cart {
  position: absolute;
  font-size: 25px;
  top: 10px;
  right: 18px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.product-strike {
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
}
.product-discountPercentage {
    color: #ff905a;
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
}