#userName {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 40px;
  font-family: "Open Sans", sans-serif;
}
#uName {
  font-size: 21px;
  padding: 5px;
}
#New_MarkDowns {
  /* border: 1px solid; */
  width: 95%;
  height: auto;
  margin: auto;
  /* position: relative; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 8%;
  margin-top: -5%;
}

#first_child_of_NM {
  /* border: 2px solid black; */
  /* position: absolute; */
  /* margin-left: 60px; */
  width: 43%;
  /* border: 3px solid; */
  height: 50%;
  /* border-color: transparent; */
}
#childs_of_first_child_of_NM a {
  color: white;
}

#New_MarkDowns img {
  width: 100%;
  height: 100%;
}

#first_child_of_NM strong {
  font-size: 21px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

#first_child_of_NM p,
span {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

#first_child_of_NM strong,
span {
  cursor: pointer;
}

.first_slide_bar {
  border: 1px solid;
  margin: auto;
  margin-top: 40px;
  width: 95%;
  height: auto;
  border-color: transparent;
  position: relative;
}

#firstslidebar {
  width: 100%;
  margin-top: -50px;
}

.first_slide_bar_buttons {
  position: absolute;
  top: 35%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: rgb(221, 209, 209);
  /* color: transparent; */
  font-size: 50px;
  cursor: pointer;
}
.first_slide_bar_buttons:hover {
  background-color: rgb(84, 52, 52);
  color: rgb(35, 18, 18);
}
#left_button {
  left: 20px;
}

#right_button {
  right: 20px;
}

#below_first_slide_bar {
  /* border: 2px solid; */
  margin-top: 10px;
  margin: auto;
  width: 95%;
  height: auto;
  text-align: left;
  line-height: 5px;
  padding-bottom: 6px;
  margin-top: -34px;
}

#below_first_slide_bardivs_2stdiv {
  display: grid;
  display: flex;
  margin-top: 5%;
  gap: 15px;
}

#below_first_slide_bar-h4 {
  color: #393939;
  font-size: 29px;
  font-family: sans-serif;
}

#below_first_slide_bardivs-1stdiv p {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 18x;
  margin-top: -10px;
}

#below_first_slide_bardivs_2stdiv a {
  color: #00819d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-top: 8px;
}

#first_grid_box {
  border: 2px solid transparent;
  display: grid;
  width: 95%;
  height: auto;
  grid-template-columns: repeat(6, 1fr);
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#first_grid_box div {
  border: 1px solid transparent;
  width: 15%;
}

.cloth_name {
  font-size: 71%;
}
#first_grid_box img {
  width: 100%;
  height: 80%;
}

#first_grid_box button {
  position: absolute;
  top: 40%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: rgb(221, 209, 209);
  /* color: transparent; */
  font-size: 50px;
  cursor: pointer;
}

#first_grid_box button:hover {
  background-color: rgb(84, 52, 52);
  color: rgb(35, 18, 18);
}

#first_grid_box-left_button {
  left: 20px;
}

.checked {
  color: #2ba3c1;
}

#fourth_grid_box-right_button {
  right: 30px;
}

#first_grid_box div:nth-child(1) > a {
  display: block;
  margin-top: 10px;
  color: #00819d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.span1 span {
  color: #393939;
  font-size: 90%;
  font-family: 6 Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.span1 {
  font-size: 80%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.strike1 {
  font-size: 90%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.first_grid_box-divs-div {
  line-height: 2px;
  margin-top: -20px;
}
.first_grid_box-divs-div strike {
  font-size: 80%;
}
#first_grid_box span {
  color: black;
}

.stars {
  display: block;
  margin-top: 3px;
  padding-top: 6px;
  font-size: 70%;
}

#Here_Today_Gone_in_a_Flash {
  width: 95%;
  height: 93px;
  border: 1px solid transparent;
}

#Here_Today_Gone_in_a_Flash h4 {
  font-size: 29px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.below_here_today {
  border: 1px solid transparent;
  width: 95%;
  height: auto;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.below_here_today div {
  border: 1px solid transparent;
  height: auto;
}

.below_here_today img {
  width: 100%;
}

.tt strong {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.tt p {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.three_divs_slide {
  position: relative;
}

.three_divs_slidebutton_class {
  position: absolute;
  top: 47%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: rgb(221, 209, 209);
  /* color: transparent; */
  font-size: 50px;
  cursor: pointer;
}

/* #left_button_id{
   margin-left: 30px;
    
  }
  #right_button_id{
   margin-right: 30px;
  } */

.first_slide_bar_buttons:hover {
  background-color: rgb(84, 52, 52);
  color: rgb(35, 18, 18);
}

/* #left_button_id {
    left: 20px;
  }
   */
/* #right_button_id {
    right: 20px;
  } */

.fourth_slide_bar {
  border: 1px solid;
  margin: auto;
  margin-top: 40px;
  width: 95%;
  height: auto;
  border-color: transparent;
  position: relative;
}

#fourthsidebar {
  width: 100%;
}

.fourth_slidebar_buttons {
  position: absolute;
  top: 40%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: rgb(221, 209, 209);
  /* color: transparent; */
  font-size: 50px;
  cursor: pointer;
}
.fourth_slidebar_buttons:hover {
  background-color: rgb(84, 52, 52);
  color: rgb(35, 18, 18);
}
#left_button4 {
  left: 20px;
}

#right_button4 {
  right: 20px;
}
.buy_extra_div {
  border: 1px solid transparent;
  width: 95%;
  margin: auto;
  margin-top: -13px;
}

.buy_extra_div strong {
  font-size: 29px;
  font-family: Arial, Helvetica, sans-serif;
  color: #393939;
}

.buy_extra_div strong p {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #393939;
}

#Active_style {
  /* border: 1px solid; */
  width: 95%;
  height: 180px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Active_style strong {
  font-size: 29px;
  font-family: Arial, Helvetica, sans-serif;
  color: #393939;
}

#div_below_Active_style {
  /* border: 1px solid green; */
  width: 95%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#div_below_Active_style > div {
  /* border: 1px solid; */
  width: 55%;
  height: auto;
  align-items: center;
  justify-content: center;
}

#div_below_Active_style img {
  width: 100%;
}

#div_below_Active_style strong {
  font-size: 21px;
  color: #393939;
  font-family: Arial, Helvetica, sans-serif;
}

#div_below_Active_style p {
  font-size: 15px;
  color: #393939;
  font-family: Arial, Helvetica, sans-serif;
}

#div_below_Active_style a {
  font-size: 15px;
  color: #2ba3c1;
}

#trending {
  /* border: 1px solid; */
  margin: auto;
  width: 95%;
  height: 60px;
  margin-top: 45px;
}

#trending h2 {
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  color: #393939;
}

.first_grid_box {
  border: 2px solid transparent;
  display: grid;
  width: 95%;
  height: auto;
  grid-template-columns: repeat(6, 1fr);
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  position: relative;
}

.first_grid_box div {
  border: 1px solid transparent;
  width: 15%;
}

.cloth_name {
  font-size: 71%;
  margin-bottom: 20px;
}
.first_grid_box img {
  width: 100%;
  height: 80%;
}

.first_grid_box button {
  position: absolute;
  top: 40%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: rgb(221, 209, 209);
  /* color: transparent; */
  font-size: 50px;
  cursor: pointer;
}

.first_grid_box button:hover {
  background-color: rgb(84, 52, 52);
  color: rgb(35, 18, 18);
}

#first_grid_box-left_button {
  left: 20px;
}

.checked {
  color: #2ba3c1;
}

#first_grid_box-right_button {
  right: 30px;
}

.first_grid_box div:nth-child(1) > a {
  display: block;
  margin-top: 10px;
  color: #00819d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.iam_upto_discount {
  font-size: 6%;
}

.fivth_slide_bar {
  border: 3px solid red;
  margin: auto;

  width: 95%;
  height: auto;

  position: relative;
}

#fifthsidebar {
  width: 100%;
}

.fifth_slidebar_buttons {
  position: absolute;
  /* top: 900px; */
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: rgb(112, 91, 91);
  margin-top: 4%;
  /* color: transparent; */
  font-size: 50px;
  cursor: pointer;
}
.fifth_slidebar_buttons:hover {
  background-color: rgb(84, 52, 52);
  color: rgb(35, 18, 18);
}
#left_button5 {
  left: 20px;
}

#right_button5 {
  right: 20px;
}

.Designer_Clothing_div {
  border: 1px solid transparent;
  width: 95%;
  height: 100px;
  margin: auto;
  margin-top: 30px;
  font-size: 19px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  color: #393939;
  font-family: Arial, Helvetica, sans-serif;
}

.All_the_must_haves_div {
  width: 95%;
  height: 150px;
  margin: auto;
  margin-top: 50px;
  font-size: 29px;
  font-family: Arial, Helvetica, sans-serif;
  color: #393939;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Best_selling_items {
  width: 95%;
  height: 100px;
  margin: auto;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  color: #393939;
  margin-top: 65px;
}

.More_to_know {
  height: 150px;
  width: 95%;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.empty2 {
  width: 95%;
  height: 100px;
  margin: auto;
}
.empty3 {
  width: 95%;
  height: 60px;
  margin: auto;
}
.rack_your_looks {
  border: 1px solid transparent;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 21px;
  color: #393939;
  font-family: Arial, Helvetica, sans-serif;
}

.rack_your_looks2 > p {
  border: 1px solid transparent;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 15px;
  color: #393939;
  font-family: Arial, Helvetica, sans-serif;
}

.seventh_slide {
  display: grid;
  width: 95%;
  height: auto;
  grid-template-columns: repeat(6, 1fr);
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  position: relative;
}

.seventh_slide div {
  border: 1px solid transparent;
  width: 15%;
}

.seventh_slide_img {
  width: 100%;
  height: 80%;
}

.seventh_slide button {
  position: absolute;
  top: 40%;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: rgb(221, 209, 209);
  /* color: transparent; */
  font-size: 50px;
  cursor: pointer;
}

.seventh_slide_buttons:hover {
  background-color: rgb(84, 52, 52);
  color: rgb(35, 18, 18);
}

#seventh_slide_left_button {
  left: 20px;
}

#seventh_slide_right_button {
  right: 20px;
}

.Recently_viewd {
  height: 70px;
  width: 95%;
  margin: auto;
  font-size: 25px;
  color: #393939;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: flex-end;
}

.grids_parent {
  background-color: rgb(248, 248, 248);
}

@media all and (min-width: 481px) and (max-width: 720px) {
  #first_child_of_NM strong {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
  }

  #first_child_of_NM p,
  span {
    font-size: 7px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
  }
  #below_first_slide_bar {
    /* border: 2px solid; */
    /* margin-top: 10%; */
    margin: auto;
    width: 95%;
    height: auto;
    text-align: left;
    line-height: 5px;
    padding-bottom: 6px;
    margin-top: -25px;
  }

  #below_first_slide_bar-h4 {
    color: #393939;
    font-size: 20px;
    font-family: sans-serif;
  }

  #below_first_slide_bardivs-1stdiv p {
    margin-top: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
  }

  #below_first_slide_bardivs_2stdiv a {
    color: #00819d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }

  #first_grid_box button {
    font-size: 25px;
  }
  .first_slide_bar_buttons {
    position: absolute;
    top: 25%;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: rgb(221, 209, 209);
    /* color: transparent; */
    font-size: 30px;
    cursor: pointer;
  }

  #left_button {
    left: 10px;
  }

  #right_button {
    right: 10px;
  }

  #first_grid_box div:nth-child(1) > a {
    display: block;
    margin-top: 10px;
    color: #00819d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7px;
  }
  .span1 span {
    color: #393939;
    font-size: 70%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  .span1 {
    font-size: 70;
  }
  .first_grid_box-divs-div {
    font-size: 60%;
  }

  .first_grid_box-divs-div {
    line-height: 2px;
    margin-top: -10px;
  }
  .first_grid_box-divs-div strike {
    font-size: 50%;
  }
  #first_grid_box span {
    color: black;
  }

  .cloth_name {
    font-size: 50%;
  }

  .stars {
    display: block;
    margin-top: 1px;
    padding-top: 4px;
    font-size: 50%;
  }

  .three_divs_slidebutton_class {
    position: absolute;
    top: 39%;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: rgb(221, 209, 209);
    /* color: transparent; */
    font-size: 30px;
    cursor: pointer;
  }

  /* #left_button_id{
   margin-left:0px;
    
  } */
  /* #right_button_id{
   margin-right: 0px;
  } */

  #Here_Today_Gone_in_a_Flash {
    width: 95%;
    height: 93px;
    border: 1px solid transparent;
    margin-top: 13px;
  }
  #Here_Today_Gone_in_a_Flash h4 {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fourth_slide_bar {
    border: 1px solid;
    margin: auto;
    margin-top: 40px;
    width: 95%;
    height: auto;
    border-color: transparent;
    position: relative;
  }

  #fourthsidebar {
    width: 100%;
  }

  .fourth_slidebar_buttons {
    position: absolute;
    top: 22%;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: rgb(221, 209, 209);
    /* color: transparent; */
    font-size: 30px;
    cursor: pointer;
  }
  .fourth_slidebar_buttons:hover {
    background-color: rgb(84, 52, 52);
    color: rgb(35, 18, 18);
  }
  #left_button4 {
    left: 10px;
  }

  #right_button4 {
    right: 10px;
  }
}

@media all and (min-width: 320px) and (max-width: 480px) {
  #first_child_of_NM strong {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
  }

  #first_child_of_NM p,
  span {
    font-size: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
  }
  .stars {
    font-size: 40%;
  }

  .first_slide_bar_buttons {
    position: absolute;
    top: 25%;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: rgb(221, 209, 209);
    /* color: transparent; */
    font-size: 30px;
    cursor: pointer;
  }
  #left_button {
    left: 6px;
  }
  .first_grid_box-divs-div strike {
    font-size: 40%;
  }
  #right_button {
    right: 6px;
  }
  #below_first_slide_bar {
    /* border: 2px solid; */
    margin-top: 10px;
    margin: auto;
    width: 95%;
    height: auto;
    text-align: left;
    line-height: 5px;
    padding-bottom: 6px;
    margin-top: -20px;
  }

  #below_first_slide_bar-h4 {
    color: #393939;
    font-size: 15px;
    font-family: sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #below_first_slide_bardivs-1stdiv p {
    font-size: 8px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .span1 {
    font-size: 40%;
  }

  .span1 span {
    color: #393939;
    font-size: 40%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  #below_first_slide_bardivs_2stdiv a {
    color: #00819d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
   
  }

  /* #first_grid_box {
        border: 2px solid green;
        display: grid;
        width: 95%;
        height: auto;
        grid-template-columns: repeat(2, 1fr);
        margin: auto;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        position: relative;
      } */
  #first_grid_box button {
    font-size: 15px;
  }

  #first_grid_box div:nth-child(1) > a {
    display: block;
    margin-top: 10px;
    color: #00819d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4px;
  }

  .cloth_name {
    font-size: 30%;
  }

  .first_grid_box-divs-div {
    line-height: 2px;
    margin-top: -10px;
  }

  .three_divs_slidebutton_class {
    position: absolute;
    top: 40%;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: rgb(221, 209, 209);
    /* color: transparent; */
    font-size: 20px;
    cursor: pointer;
  }

  /* #left_button_id{
   margin-left:0px;
    
  } */
  /* #right_button_id{
   margin-right: 0px;
  } */
  #first_grid_box strike {
    font-size: 50%;
  }
  #Here_Today_Gone_in_a_Flash {
    width: 95%;
    height: 93px;
    border: 1px solid transparent;
    margin-top: 29px;
  }
  #Here_Today_Gone_in_a_Flash h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fourth_slidebar_buttons {
    position: absolute;
    top: 22%;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: rgb(221, 209, 209);
    /* color: transparent; */
    font-size: 30px;
    cursor: pointer;
  }
  .fourth_slidebar_buttons:hover {
    background-color: rgb(84, 52, 52);
    color: rgb(35, 18, 18);
  }
  #left_button4 {
    left: 10px;
  }

  #right_button4 {
    right: 10px;
  }
}
