.ropero.mainSection {
    display: flex;
    flex-direction: column;
    background-color: #fcfbf9;
    overflow: hidden;
}
.ropero .contentBoxWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 95%;
    /* height: 994px;
  min-height: 994px;*/
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .ropero .contentBoxWrapper {
    margin: auto;
  }
}
.ropero .bannerRect {
  position: absolute;
  top: 0;
  left: 0;
/*  width: 1024px;*/
/*  height: 960px;*/
  background-color: rgba(248, 246, 242, 0.498);
}
.ropero .headerWrapper {
 /* position: absolute;*/
  top: 13px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top:20px;
 /* height: 981px;*/
}
.ropero .navigationWrapper {
  /*position: relative;
  display: flex;*/
  flex-direction: column;
  width: 100%;
  min-height: 43px;
}
.ropero .logoRect {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: white;
}
.ropero .navLinksContainer {
  position: absolute;
 /* top: 0;
  left: 41px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 43px;
}
.ropero .profilePic {
  /*width: 166px;*/
  min-width: 0;
}
.ropero .navLinks {
    display: flex;
    gap: 0 15px;
    /* width: 258px;*/
    /*  min-width: 0;*/
   /* margin-top:8px;*/
}
.ropero .navItemRect {
  margin: 2px 0 1px;
  width: 1px;
  min-width: 0;
  height: 23px;
  background-color: black;
}
.ropero .navItem {
    display: flex;
    justify-content: center;
    /*  min-width: 0;*/
    font: 11px Fahkwang, Helvetica, Arial, serif;
    color: black;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
   
}
.ropero .profileInfoContainer {
/*  display: flex;*/
  flex-direction: column;
max-width:160px;
  min-width: 0;
  background-color: #c41f3e;
  border-radius: 21.56px;
}
.ropero .profileInfo {
    display: flex;
    flex-direction: column;
    /*  gap: 2px 0;*/
    /*margin: 7px 21px 6px 35px;*/
    padding:4px;
}
.ropero .userName {
  display: flex;
  justify-content: flex-end;
  font: 12px Fahkwang, Helvetica, Arial, serif;
  color: white;
  text-align: right;
/*  letter-spacing: 0.55px;*/
}
.ropero .userId {
  display: flex;
  justify-content: flex-end;
  font: 12px Fahkwang, Helvetica, Arial, serif;
  color: white;
  text-align: right;
  letter-spacing: 0.55px;
}
.ropero .featureGrid {
    display: flex;
   /* justify-content: space-between;*/
    gap: 0 10px;
  /*  margin: 32px 0 0;*/
padding:20px;
}
.ropero .orderHistoryFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
/*  width: 92px;*/
  min-width: 0;
}
.ropero .orderHistoryIcon {
  width: 49px;
/*  height: 49px;*/
}
.ropero .orderHistoryText {
    display: flex;
    justify-content: center;
    font: 13px Fahkwang, Helvetica, Arial, serif;
    color: black;
    text-align: center;
    font-weight:700;
}
.ropero .freePointsFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
 /* width: 89px;*/
  min-width: 0;
}
.ropero .freePointsWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50px;
  min-height: 49px;
  background-color: white;
  border-radius: 5px;
 /* padding: 3px 3px 3px 4px;*/
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.247);
}
.ropero .freePointsIcon1 {
  position: absolute;
  inset: 3px 3px 3px 4px;
  width: 42px;
  height: 43px;
}
.ropero .freePointsIcon2 {
  position: absolute;
  inset: 9px;
  width: 31px;
  height: 31px;
}
.ropero .freePointsIcon3 {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 29px;
  height: 29px;
}
.ropero .pointsCount {
    position: absolute;
    top: 17px;
    left: 10.5px;
    display: flex;
    justify-content: center;
    width: 27px;
    height: 16px;
    font: 13px Fahkwang, Helvetica, Arial, serif;
    color: black;
    text-align: center;
    font-weight:700;
}
.ropero .freePointsText {
    display: flex;
    justify-content: center;
    font: 13px Fahkwang, Helvetica, Arial, serif;
    color: black;
    text-align: center;
    font-weight: 700;
}
.ropero .extraPointsFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
/*  width: 93px;*/
  min-width: 0;
}
.ropero .extraPointsWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50px;
    min-height: 49px;
    background-color: white;
    border-radius: 5px;
    padding: 3px 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.247);
}
.ropero .extraPointsIcon1 {
  position: absolute;
  inset: 3px 4px;
  width: 41px;
  height: 43px;
}
.ropero .extraPointsIcon2 {
  position: absolute;
  inset: 9px;
  width: 31px;
  height: 31px;
}
.ropero .extraPointsIcon3 {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 29px;
  height: 29px;
}
.ropero .extraPointsText {
    display: flex;
    justify-content: center;
    font: 13px Fahkwang, Helvetica, Arial, serif;
    color: black;
    text-align: center;
    font-weight: 700;
}
.ropero .shoppingBagFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
/*  width: 95px;*/
  min-width: 0;
}
.ropero .shoppingBagWrapper {
    display: flex;
    flex-direction: column;
    width: 50px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.247);
}
.ropero .bagItemCount {
    display: flex;
    justify-content: center;
    margin: 5px 6px 6px 5px;
    font: 13px Fahkwang, Helvetica, Arial, serif;
    color: black;
    text-align: center;
    background: var(--src) center center/100% 100% no-repeat;
    padding: 17px 14px 4px;
    font-weight: 700;
}
.ropero .shoppingBagText {
    display: flex;
    justify-content: center;
    font: 13px Fahkwang, Helvetica, Arial, serif;
    color: black;
    text-align: center;
    font-weight: 700;
}
.productSection {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 51px 0 0;
  /*width: 86.04%;*/
}
.productCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
/*  width: 191px;*/
  min-width: 0;
  background-color: white;
  border-radius: 3px;
  padding: 0 0 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.247);
}
.productImageWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--src) center center/100% 100% no-repeat;
}
.productImageContainer {
  display: flex;
  flex-direction: column;
  margin: 10px 0 9px;
}
.productImageBox {
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 0 9px 0 auto;
  width: 270px;
  min-height: 43px;
}
.productThumbnailWrapper {
  position: absolute;
  top: 0;
  right: 10%;
  display: flex;
  flex-direction: column;
  width: 46px;
  height: 46px;
  background: var(--src) center center/100% 100% no-repeat;
}
.productThumbnail {
  margin: 8px 3px 3px 10px;
  width: 44px;
  height: 44px;
}
.productPrice {
    position: absolute;
    top: 22px;
    right: 12%;
    display: flex;
    justify-content: center;
  /*  width: 45px;*/
    height: 13px;
    font: 11px Fahkwang, Helvetica, Arial, serif;
    color: #c41f3e;
    text-align: center;
    font-weight: 700;
}
.productPreviewImage {
  margin: 39px 9px 0;
  width: calc(100% - 18px);
}
.productColorOption {
    position: absolute;
    bottom: 5px;
    display: flex;
    gap: 0 4px;
    /*margin: 72px 0 0;*/
    background-color: rgba(255, 255, 255, 0.898);
    padding: 2px 23px;
}
.colorDisplay {
  width: 16px;
  min-width: 0;
  min-height: 16px;
  background-color: white;
  border-radius: 8.09px;
  outline: 1px solid #9d9090;
  outline-offset: -1px;
}
.colorName {
  margin: 2px 0 1px;
  min-width: 0;
  font: 11px Fahkwang, Helvetica, Arial, serif;
  color: black;
}
.productInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.productDescription {
    display: flex;
    justify-content: center;
    font: 12px Fahkwang, Helvetica, Arial, serif;
    color: black;
    text-align: center;
    font-weight:700;
}
.productOptions {
  display: flex;
  gap: 0 14px;
  margin: 8px 0 0;
 
}
.sizeOptionButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
 /* gap: 0 8px;*/
  min-width: 65px;
  background-color: white;
  border-radius: 2px;
 /* padding: 1.5px 0;*/
  /*outline: 0.5px solid black;*/
  /*outline-offset: -0.5px;*/
}
.sizeOptionText {
  min-width: 0;
  font: 10px Fahkwang, Helvetica, Arial, serif;
  color: black;
}
.sizeOptionIcon {
  margin: 3px 0 4px;
  width: 6px;
  min-width: 0;
  height: 3px;
}
.quantityOptionButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
 /* gap: 0 10px;*/
  min-width: 54px;
  background-color: rgba(255, 255, 255, 0.498);
  border-radius: 2px;
 /* padding: 1.5px 4px 1.5px 0;
  outline: 0.5px solid black;
  outline-offset: -0.5px;*/
}
.quantityOptionText {
  min-width: 0;
  font: 10px Fahkwang, Helvetica, Arial, serif;
  color: black;
}
.quantityOptionIcon {
  margin: 3px 0 4px;
  width: 5px;
  min-width: 0;
  height: 3px;
}
.addToBagSection {
  display: flex;
  gap: 0 11px;
  margin: 9px 0 0;

}
.productIcon {
  margin: 1px 0 0;
  width: 17px;
  min-width: 0;
  height: 16px;
}
.addToBagButton {
  display: flex;
  justify-content: center;
  min-width: 75px;
  font: 11px Fahkwang, Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #c41f3e;
  border-radius: 8.5px;
  padding: 2px 6px;
}
.content_box11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
  width: 191px;
  min-width: 0;
  background-color: white;
  border-radius: 3px;
  padding: 0 0 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.247);
}
.content_box9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  outline: 1px dashed #9d9090;
  outline-offset: -1px;
}
.flex_col {
  display: flex;
  flex-direction: column;
  margin: 10px 0 9px;
}
.ropero .content_box5 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 9px 0 auto;
  width: 43px;
  min-height: 43px;
}
.ropero .content_box4 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 43px;
  height: 43px;
  background: var(--src) center center/100% 100% no-repeat;
}
.ropero .image8 {
  margin: 8px 8px 7px 7px;
  width: 28px;
  height: 28px;
}
.ropero .info3 {
  position: absolute;
  top: 15px;
  left: 13.5px;
  display: flex;
  justify-content: center;
  width: 15px;
  height: 13px;
  font: 11px Fahkwang, Helvetica, Arial, serif;
  color: #c41f3e;
  text-align: center;
}
.ropero .flex_col1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 39px 9px 0;
}
.ropero .image5 {
  width: 100%;
}
.ropero .info2 {
  display: flex;
  justify-content: center;
  font: 11px Fahkwang, Helvetica, Arial, serif;
  color: black;
  text-align: center;
}
.ropero .content_box2 {
  display: flex;
  gap: 0 4px;
  margin: 59px 0 0;
  background-color: rgba(255, 255, 255, 0.898);
  padding: 2px 23px;
}
.ropero .rect9 {
  width: 16px;
  min-width: 0;
  min-height: 16px;
  background-color: white;
  border-radius: 8.09px;
  outline: 1px solid #9d9090;
  outline-offset: -1px;
}
.ropero .info21 {
  margin: 2px 0 1px;
  min-width: 0;
  font:11px Fahkwang, Helvetica, Arial, serif;
  color: black;
}
.ropero .flex_col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 73.82%;
}
.ropero .desc1 {
  display: flex;
  justify-content: center;
  font: 12px Fahkwang, Helvetica, Arial, serif;
  color: black;
  text-align: center;
}
.ropero .flex_row {
  display: flex;
  gap: 0 14px;
  margin: 22px 0 0;
  width: 94.33%;
}
.ropero .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 8px;
  min-width: 65px;
  background-color: white;
  border-radius: 2px;
  padding: 1.5px 0;
  outline: 0.5px solid black;
  outline-offset: -0.5px;
}
.ropero .btn_text {
  min-width: 0;
  font: 10px Fahkwang, Helvetica, Arial, serif;
  color: black;
}
.ropero .btn_icon {
  margin: 3px 0 4px;
  width: 6px;
  min-width: 0;
  height: 3px;
}
.ropero .btn1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  min-width: 54px;
  background-color: rgba(255, 255, 255, 0.498);
  border-radius: 2px;
  padding: 1.5px 4px 1.5px 0;
  outline: 0.5px solid black;
  outline-offset: -0.5px;
}
.ropero .btn_icon1 {
  margin: 3px 0 4px;
  width: 5px;
  min-width: 0;
  height: 3px;
}
.ropero .flex_row1 {
  display: flex;
  gap: 0 11px;
  margin: 9px 0 0;
  width: 73.05%;
}
.ropero .image2 {
  margin: 1px 0 0;
  width: 17px;
  min-width: 0;
  height: 16px;
}
.btn2 {
  display: flex;
  justify-content: center;
  min-width: 75px;
  font: 11px Fahkwang, Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #c41f3e;
  border-radius: 8.5px;
  padding: 2px 6px;
  font-weight:700;
}
.image1 {
  width: 191px;
  min-width: 0;
}
.flex_row2 {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 29px 0 0;
  width: 86.04%;
}
.btn3 {
    display: flex;
    justify-content: center;
    margin: 41px auto 0;
    width: 140px;
    max-width: 100%;
    font: 16px Fahkwang, Helvetica, Arial, serif;
    color: white;
    text-align: center;
    background-color: #c41f3e;
    border-radius: 3px;
    padding: 6px;
    /*letter-spacing: 2.6px;*/
    font-weight: 700;
    border-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
}
.ropero .content_box1 {
  display: flex;
  flex-direction: column;
  margin: 34px 0 0;
  width: 100%;
  background-color: #c41f3e;
}
.ropero .flex_row3 {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 4px 33px 4px 36px;
}
.ropero .desc {
  margin: 2px 0 5px;
  width: 593px;
  min-width: 0;
  font: 8px Fahkwang, Helvetica, Arial, serif;
  color: white;
  text-align: justify;
}
.ropero .image {
  width: 158px;
  min-width: 0;
}

.iconPad{
    padding:10px;
}

@media (max-width: 479px) {
    .ropero .profileInfoContainer {
        position: absolute;
        left: 160px;
        margin-left:9px;
    }
}