@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 62.5%;
  --primaryFont: 'DM Sans', sans-serif;
  --charSpace: 6px;
  --primaryColor: #3e4152;
  --secondaryColor: #fafbfc;
}

body {
  font-family: var(--primaryFont);
  scroll-behavior: smooth;
}

.header {
  display: flex;
  height: 80px;
  align-items: center;
  background-color: white;
  /* border: 1px solid red; */
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;

  /* -webkit-box-shadow: 0 8px 6px -6px #eee;
              -moz-box-shadow: 0 8px 6px -6px #eee; */
  box-shadow: 0 8px 6px -6px #eee;

  /* box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5); */
}

.header div ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}

.categories {
  margin-left: 50px;
  /* display: block; */
  float: left;
  width: 37%;
  /* border: 1px solid red; */
  /* position: absolute; */
}

.header div img {
  width: 51px;
  margin-left: 60px;
}

.header div ul li a {
  /* margin-right: 20px; */
  padding: 28px 17px 28px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #282c3f;
  /* border-bottom: none; */
  -webkit-transition: left 0.2s ease-out, width 0.2s ease-out;
  transition: left 0.2s ease-out, width 0.2s ease-out;
  font-weight: 600;
  text-transform: uppercase;
}

img {
  display: block;
}

.search-div {
  display: flex;
  width: 35%;
  background-color: #eee;
  height: 40px;
  align-items: center;
  justify-content: flex-start;
  margin-left: 7%;
  border-radius: 3px;
}

#searchpng {
  /* height: 10px; */
  /* vertical-align: middle; */
  width: 15px;
  /* border: 1px solid red; */
  margin: 15px;
  opacity: 0.5;
}

.search-div input {
  width: 70%;
  border: none;
  margin-left: 2%;
  background-color: #eee;
}

.nav-last {
  padding: 0 12px 0 17px;
  position: relative;
  display: flex;
  height: 40px;
  margin-left: 30px;
  /* border: 1px solid red; */
}

.nav-last>div {
  display: flex;
  flex-direction: column;
  /* border: 1px solid red; */
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  padding-top: 5px;
  margin-left: 15px;
}

#svg {
  height: 15px;
  /* border: 1px solid red; */
  margin-left: 0px;
}

.dropdown-menu {
  /* display: none;
        position: absolute;
        top: 200px; */
  display: none;
  position: absolute;

  top: 70px;
  left: 150px;
  z-index: 20;
}

.dropdown-menu ul li a {
  /* margin-right: 20px; */
  padding: 28px 17px 28px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #282c3f;
  /* border-bottom: none; */
  -webkit-transition: left 0.2s ease-out, width 0.2s ease-out;
  transition: left 0.2s ease-out, width 0.2s ease-out;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-menu ul {
  list-style: none;
}

.content {
  margin: auto;
  width: 98%;
  padding-top: 10%;
}

.content .leftcontent {
  width: 59%;
  float: left;
}

.content .rightcontent {
  width: 40%;
  float: right;
}

.common-clearfix {
  clear: left;
}

.content img {
  width: 50%;
  height: 550px;
  padding-right: 1%;
  padding-top: 1%;
  float: left;
}

.pdp-name,
.pdp-title {
  margin-top: 0;
  margin-bottom: 0;
}

.pdp-title {
  color: #282c3f;
  padding: 10px 20px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
}

.pdp-name {
  color: #535665;
  padding: 5px 20px 14px 0;
  font-size: 20px;
  opacity: .8;
  font-weight: 400;
}

div {
  display: block;
}

/* h3+div {
                border: solid rgba(230, 221, 221, 0.877);
                width: 95%;
            } */
.ratebox {
  width: 30%;
  height: 10%;
  color: #282c3f;
  display: flex;
  align-items: center;
  border: 1px solid rgba(230, 221, 221, 0.877);
  border-radius: 2px;
  justify-content: space-around;
  padding: 0 5px;
}

.hr {
  width: 100%;
  margin: 10px auto 0;
  border-top: 1px solid #ddd;
}

.ratebox:hover {
  border: 1px solid black;
}

.rightcontent img {
  width: 6%;
  height: 0%;
  /*float: left;*/
  padding-top: 1px;
}

.num {
  float: left;
  padding-right: 10px;
  font-weight: 500;
}

.separator {
  color: gray;
  margin-left: 10px;
  float: left;
  margin-bottom: 4px;
}

.ratingnum {
  color: gray;
  margin-left: 10px;
}

.cost {
  color: #282c3f;
  font-weight: 500;
  font-size: x-large;
  float: left;
}

.totalcost {
  color: #282c3f;
  font-weight: 400;
  font-size: x-large;
  float: left;
  text-decoration: line-through;
  padding-left: 10px;
}

.discount {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #ff905a;
  padding-left: 10px;
}

.smalltext {
  padding-right: 70%;
  color: #03a685;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0;
}

.disline {
  padding-bottom: 10px;
  padding-top: 10px;
}

.size {
  font-weight: 500;
  float: left;
}

.chart {
  font-weight: 500;
  float: left;
  color: #ff3f6c;
  padding-left: 20px;
}

.size-button-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border: solid #ff3e6c;
  border-width: 2px 2px 0 0;

  transform: rotate(45deg);
  margin-bottom: 2px;
}

.sizes {
  display: flex;
  align-items: center;
  margin: 10px;
}

.circles {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  justify-content: center;
  border: 1px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 5px;
}

.circles:hover {
  border: 1px solid #ff3e6c;
  color: #ff3e6c;
  cursor: pointer;
}

.cartbtn {
  color: white;
  background-color: #ff3e6c;
  width: 40%;
  height: 40px;
  border-radius: 5px;
  border: none;
  margin: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  float: left;
}

.cartbtn img {
  width: 20%;
  height: 30px;
}

.wishbtn {
  width: 30%;
  height: 40px;
  border-radius: 5px;
  /* border:1px solid whitesmoke; */
  border: none;
  margin: 5px;
  font-weight: normal;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

.wishbtn img {
  width: 20%;
  height: 20px;
}

.font {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 16px;
    text-transform: uppercase;
    margin-top: 0;
    display: flex;
    text-align: center;
    align-items: flex-start;
}

.newdiv {
  padding: 10px 0;
}

.box {
  width: 50%;
  height: 45px;
  font-size: 15px;
  padding-left: 5px;
}

.pin {
    font-weight: 100;
    font-size: 12px;
    color: #282c3f;
    margin: 8px 0 0;
}

.bigtext {
    font-weight: 100;
    font-size: 16px;
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    padding: 2px 0;
    color: #282c3f;
    margin: 0;
    padding: 0;
    white-space:pre-line;
}

.bigtextcontainer {
  padding: 10px 0;
}

.items {
    font-size: 16px;
    color: #282c3f;
    padding: 0;
    margin: 8px 0 0;
    list-style: none;
    width: 100%;
}

.items li {
  padding-top: 2px;
}

.smalltexter {
  padding-right: 70%;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0;
  color: #ff3e6c;
  padding-bottom: 10px;
  cursor: pointer;
}

.orange {
  color: #ff905a;
  padding-left: 5px;
}

.items-s {
  font-size: 14px;
  font-weight: 400;
}

.bigtext-noGap {
    font-weight: 100;
    font-size: 16px;
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #282c3f;
    margin: 0;
    padding: 0;
}

.index-tableContainer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  /* border: solid maroon; */
}

.index-tableContainer .index-row {
  position: relative;
  border-bottom: 1px solid #eaeaec;
  margin: 0 0 12px;
  padding-bottom: 10px;
  flex-basis: 40%;
  /* width: 40%; */
  /* border: solid black; */
  /* padding-left: 40px; */
}

.index-tableContainer .index-row .index-rowKey {
  position: relative;
  color: #7e818c;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  /* border: dotted blue; */
}

.index-tableContainer .index-row .index-rowValue {
  position: relative;
  color: #282c3f;
  font-size: 16px;
  line-height: 1.2;
  /* border: dotted pink; */
}

.clicked {
  border: 1px solid #ff3e6c;
  color: #ff3e6c;
}

.van {
  width: 6%;
  margin-left: 2%;
}

.tag {
  margin-top: 1px;
}
/*Myntra Side popup css*/
.sizeChartWeb-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
@media (min-width: 980px) {
    .sizeChartWeb-content {
        -webkit-box-shadow: 0 0 5px #d5d6d9;
        box-shadow: 0 0 5px #d5d6d9;
        height: 100%;
        max-width: 800px;
        position: absolute;
        right: 0;
    }
}
.sizeChartWeb-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
    scroll-behavior: smooth;
}
.sizeChartWeb-header {
   
    display: flex;
    padding: 76px 0 24px 36px;
    background-color: #fff;
    position: relative;
    z-index: 4;
}
.sizeChartWeb-close {
    position: fixed;
    border-radius: 4px;
    top: 3px;
    right: 755px;
    padding: 8px 8px 6px;
}
.sizeChartWeb-button {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: #282c3f;
    font-size: 15px;
    font-weight: 700;
}
.sizeChartWeb-modalclose {
    display: inline-block;
}
.sizeChartWeb-sizechart-image
 {
    width: 112px !important;
    height: 160px !important;
}
.sprites-modalclose {
    width: 25px;
    height: 23px;
    background-position: -412px 0;
}
.sizeChartWeb-productInfo {
    margin-left: 36px;
   
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    
    flex-direction: column;
}
.sizeChartWeb-title {
    font-weight: 700;
    color: #282c3f;
    font-size: 20px;
}
.sizeChartWeb-subtitle {
    color: #282c3f;
    font-size: 18px;
    max-width: 380px;
    margin: 6px 0 12px;
}
.PriceInfo-price {
    font-weight: 700;
    line-height: 1;
    color: #282c3f;
    margin-right: 5px;
    cursor: pointer;
}
.PriceInfo-mrp {
    
    opacity: .8;
    line-height: 1.2;
    color: #94969f;
    margin-right: 5px;
}
strong {
    color: #282c3f;
    font-weight: 700;
}
.PriceInfo-discount

 {
    font-weight: 700;
    letter-spacing: .5px;
    color: #ff905a;
    display: inline-block;
}
.no-scroll,
.no-scroll body {
    overflow: hidden;
    height: 100%;
}
.sizeChartWeb-deliveryMessage {
    color: #535766;
    margin-top: 8px;
}
.sizeChartWeb-tabContainer {
    border: 1px solid #eaeaec;
    text-align: center;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 4;
}
.sizeChartWeb-tabSelected {
    border-bottom: 2px solid #ff3f6c;
    font-weight: 600;
    color: #ff3f6c;
}
.sizeChartWeb-measureTab, .sizeChartWeb-sizeChartTab {
    display: inline-block;
    font-size: 18px;
    width: 46%;
    padding: 14px;
    cursor: pointer;
}
.scaleAndUnits-inchCmToggle
 {
    float: right;
    margin: 16px;
    border: 1px solid #eaeaec;
    padding: 1px;
    border-radius: 40px;
}
.scaleAndUnits-metric.scaleAndUnits-selected {
    font-weight: 600;
    color: #fff;
    opacity: 1;
    cursor: default;
    border: none;
     height: 27px;
    width: 27px;
    padding: 6px;
    border-radius: 16px;
    background-color: #282c3f !important;
        display: inline-block;
    -webkit-tap-highlight-color: transparent;
}
.scaleAndUnits-metric.scaleAndUnits-right {
    border-radius: 0 2px 2px 0;
    border-left: none;
}
.scaleAndUnits-metric {
    border: none;
    background-color: #fff;
    font-size: 14px;
    opacity: .4;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
}
 .open-btn {
    padding: 10px 20px;
    background: #ff3f6c;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }
  .popup-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 800px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  }
  .popup-header {
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  .close-btn {
    font-size: 24px;
    /* float: right; */
    cursor: pointer;
        width: 25px;
    height: 23px;
    display: inline-block;
  }
  .product-info {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }
  .product-info img {
    width: 70px;
    height: auto;
  }
  .details h4 {
    margin: 0;
  }
  .price {
    color: #ff3f6c;
  }
  .discount {
    color: gray;
    font-size: 13px;
  }
  .size-tab {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-weight: bold;
  }
  .popup-body {
    padding: 20px;
  }
  .popup-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .add-bag {
    flex: 1;
    background: #ff3f6c;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
  }
  .wishlist {
    flex: 1;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
  }
/* Custom Css Myntra*/
.index-overallRatingContainer {
  width: auto;
  border-bottom: 1px solid #d4d5d9;
}

.index-overallRating {
  margin-bottom: 12px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
  height: 29px;
  padding: 8px;
  border: 1px solid #eaeaec;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #282c3f;
}

.index-overallRating .index-starIcon {
  margin: 0 -8px 0 -2px;
  /* -webkit-transform: scale(.6); */
  transform: scale(.6);
}

.sprites-productRatingsExcellentIcon {
  background-position: -171px -28px;
  width: 28px;
  height: 24px;
}

.myntraweb-sprite {
  background: url(../image/star.png);
  background-size: 20px 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.index-overallRating .index-separator {
  margin-left: 8px;
  margin-top: -2px;
  color: #d4d5d9;
  width: 1px;
}

.index-overallRating .index-ratingsCount {
  margin-left: 8px;
  font-weight: 400;
  color: #535766;
  width: fit-content;
}

.pdp-discount-container {
  color: #696e79;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.pdp-mrp,
.pdp-price {
  color: #282c3f;
  margin-right: 12px;
}

.pdp-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

strong {
  color: #282c3f;
  font-weight: 700;
}

.pdp-mrp-verbiage {
  min-width: 270px;
  position: absolute;
  border: 1px solid #e3e3e3;
  z-index: 1;
  background: #fff;
  padding: 8px;
  box-shadow: 0 0 12px #d3d3d3;
  transition: .2s;
  opacity: 0;
  transform: scale(.001);
  color: #282c3f;
  font-size: 14px;
}

div {
  display: block;
}

.pdp-mrp {
  opacity: .8;
  font-size: 20px;
  line-height: 1.2;
}

.pdp-discount {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #ff905a;
}

.pdp-selling-price {
  font-size: 16px;
  margin: 0 0 10px;
}

.pdp-selling-price {
  position: relative;
}

.pdp-vatInfo {
  color: #03a685;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin: 5px 10px 0 0;
}

.size-buttons-size-container {
  margin: 10px 0 24px;
}

.size-buttons-size-header {
  margin: 0 0 10px;
  position: relative;
  line-height: 1;
}

.size-buttons-select-size {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

@media (min-width: 980px) {
  .size-buttons-size-chart {
    top: 0;
    right: 0;
  }
}

.size-buttons-size-chart {
  margin-left: 30px;
}

.size-buttons-show-size-chart {
  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;
  margin-top: 0;
}

.size-buttons-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border: solid #ff3e6c;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

@media (min-width: 600px) {
  .size-buttons-size-buttons {
    margin-bottom: 10px;
  }
}

.size-buttons-size-buttons {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  font-size: 13px;
  position: relative;
}

.size-buttons-tipAndBtnContainer {
  margin: 10px 10px 10px 0;
}

.size-buttons-buttonContainer {
  position: relative;
}

.size-buttons-size-button-disabled {
  color: #d5d6d9 !important;
  border: 1px solid #d5d6d9;
  cursor: default;
  font-weight: 700;
  outline: none;
  overflow: hidden;
}

.size-buttons-size-button-default {
  background-color: #fff;
  border-radius: 50px;
  padding: 0;
  min-width: 50px;
  height: 50px;
  text-align: center;

  -webkit-box-flex: 0;
  position: relative;
}

.size-buttons-size-strike-show {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d6d9;
  transform: rotate(-45deg);
}

.size-buttons-unified-size {
  margin: 0;
  font-size: 14px;
  padding: 0 8px;
  font-weight: 700;
}

.size-buttons-sizeTip {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  min-width: 400px;
  visibility: hidden;

  transition: visibility .1s ease-out;

  transition-delay: .1s;
}

.size-buttons-sizeTip .size-buttons-sizeTipMeta {
  position: absolute;
  min-width: 400px;
  left: 0;
  bottom: 10px;
  text-align: left;
  border: 1px solid #e9e9eb;
  background-color: #fff;
  padding: 18px;
  z-index: 29;
  border-radius: 4px;
  font-weight: 400;
  box-shadow: 0 2px 16px 0 rgba(40, 44, 63, .1);
}

.size-buttons-bodymeasure {
  color: #535665;
}

.size-buttons-measurementType {
  font-size: 14px;
  color: #282c3f;
}

.size-buttons-measurementName {
  font-size: 14px;
  margin-left: 6px;
  font-weight: 700;
  color: #535665;
}

.size-buttons-sizeChartInfo {
  color: #535665;
  margin-top: 5px;
  font-size: 12px;
}

.size-buttons-inventory-left-hidden {
  visibility: hidden;
}

.size-buttons-inventory-left {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  width: 90%;
  left: 7%;
  background-color: #ff905a;
  color: #fff;
  border-radius: 2px;
  text-align: center;
}

.size-buttons-size-button {
  position: relative;
}

.size-buttons-size-button-default {
  background-color: #fff;
  border: 1px solid #bfc0c6;
  border-radius: 50px;
  padding: 0;
  min-width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  color: #282c3f;
  -webkit-box-flex: 0;
}

.size-buttons-size-button:hover {
  border: 1px solid #ff3f6c;
}

@media (min-width: 600px) {
  .pdp-action-container {
    padding: 0;
    z-index: 0;
    width: 84%;
  }
}

@media (min-width: 600px) {
  .pdp-fixed {
    position: relative;
  }
}

.pdp-fixed {
  /* position: fixed; */
  bottom: 0;
}

.pdp-action-container {
  display: flex;
  margin-top: 15px;
}

.pdp-flex.pdp-center {
  -webkit-box-pack: center;

  justify-content: center;
  -webkit-box-align: center;

  align-items: center;
}

.pdp-flex {

  display: inline-flex;
}

@media (min-width: 980px) {
  .pdp-add-to-bag {
    text-align: center;
    padding: 15px 0;
  }
}

@media (min-width: 980px) {

  .pdp-add-to-bag,
  .pdp-add-to-wishlist {
    margin-top: 0;
    border-radius: 4px;
  }
}

@media (min-width: 360px) {
  .pdp-add-to-bag {
    min-width: 108px;
  }
}

.pdp-add-to-bag {

  font-weight: 700;
  cursor: pointer;
  background-color: #ff3e6c;
  border: 1px solid #ff3e6c;
  color: #fff;
  -webkit-box-flex: 3;

  flex: 3;

  width: 100%;
  margin-right: 3%;
}

.pdp-button {

  outline: 0;

  font-size: 16px;
  min-height: 22px;
}

.pdp-flex.pdp-center {
  -webkit-box-pack: center;

  justify-content: center;
  -webkit-box-align: center;

  align-items: center;
}

.pdp-whiteBag {
  margin-right: 12px;

  transform: scale(.9);
}

.sprites-whiteBag {
  background-position: -6px -1px !important;
  width: 23px;
  height: 22px;
}

span.myntraweb-sprite.pdp-whiteBag.sprites-whiteBag.pdp-flex.pdp-center {
  background: url(../image/bag.png);
  background-size: 34px 26px;
  background-repeat: no-repeat !important;
}

.pdp-add-to-bag:hover {
  background-color: #ff527b;
}

@media (min-width: 980px) {
  .pdp-add-to-wishlist {
    width: 34%;
    text-align: center;
    padding: 10px 0;
  }
}

@media (min-width: 980px) {

  .pdp-add-to-bag,
  .pdp-add-to-wishlist {
    margin-top: 0;
    border-radius: 4px;
  }
}

.pdp-add-to-wishlist {
  font-weight: 700;
  cursor: pointer;
  -webkit-box-flex: 2;
  flex: 2;
  border: 1px solid #d4d5d9;
  background-color: #fff;
  letter-spacing: .4px;
  color: #282c3f;
}

span.myntraweb-sprite.pdp-notWishlistedIcon.sprites-notWishlisted.pdp-flex.pdp-center {
  background: url(../image/wishlist_icon.png);
  background-size: 22px 28px;
  background-repeat: no-repeat !important;
}

.pdp-notWishlistedIcon,
.pdp-wishlistedIcon {
  margin: -2px 8px;
}

.sprites-notWishlisted {
  width: 30px;
  height: 30px;
  background-position: 9px 0px !important;
}

.pdp-add-to-wishlist:hover {
  border: 1px solid #535766;
}

@media (min-width: 600px) {
    .similar-container {
        overflow: auto;
    }
}
.similar-container {
    margin-bottom: 0;
    padding-top: 30px;
    clear: both;
    padding-left: 2px;
    padding-right: 2px;
}
@media (min-width: 980px) {
    .similar-heading, .similar-subtitle {
        padding-left: 0;
    }
}
.similar-heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    color: #282c3f;
    margin: 0 0 24px;
}
.product-list-list {
    margin-left: -40px;
    margin-top: -40px;
}
.product-list-list, .product-list-shl-list {

    display: flex;

    flex-wrap: wrap;
    padding: 0;
}
ul {
    list-style: none;
}
@media (max-width: 1400px) {
    .product-list-gist {
        max-width: calc(20% - 40px);
    }
}
.product-list-gist {
    -webkit-box-flex: 1;
    flex: 1 0 190px;
    
}
.product-list-gist{
  padding-bottom: 14px;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    margin-left: 40px;
    margin-top: 40px;
    outline: 1px solid #e9e9eb;
}
.product-list-link {
    text-decoration: none;
    outline: 0;
}
a {
    text-decoration: none;
    color: #282c3f;
}

a {
    background-color: transparent;
}
.product-item-container {
    margin: 0;
}
.product-item-imageCtn {
    height: 0;
    padding-top: 133.33333333333331%;
    overflow: hidden;
    position: relative;
    background-color: #eaeaec;
    border-bottom: 1px solid #e9e9eb;
}
.product-item-metaContainer {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-item-brand {
    font-size: 16px;
    font-weight: 700;
    color: #282c3f;
    text-align: left;
    margin: 0;
}
.product-item-title {
    margin: 4px 0 8px;
    color: #535766;
    font-size: 14px;
    text-decoration: none;
}
.product-item-pricing, .product-item-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item-pricing {
    font-size: 16px;
}
.product-item-pricing, .product-item-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item-selling-price {
    color: #282c3f;
    padding: 0 3px 0 0;
    font-weight: 700;
    font-size: 16px;
}
.product-item-mrp {
    text-decoration: line-through;
    color: #282c3f;
    padding: 0 3px;
    opacity: .7;
    font-size: 12px;
}
.product-item-discount {
    color: #ff905a;
    padding: 0 3px;
    font-size: 12px;
    font-weight: 700;
}
.product-item-image {
    max-width: 100% !important;
    height: auto !important;
    background-color: #f5f5f6 !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-user-drag: none !important;
    padding: 0 !important;
}
.colors-container {
    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;
}
img.colors-image{
    width: 55px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 12px;
    padding: 0px !important;
}
.size-buttons-size-error-message {
    color: #f16565;
    margin-top: 15px;
    display: block;
    font-size: 16px;
}
.size-buttons-size-button.active {
    border: 1px solid #ff3f6c;
}


/*Star rating Css*/
.review-section {
    max-width: 500px;
    font-family: Arial, sans-serif;
    color: #222;
    padding: 20px;
}

    .review-section h2,
    .review-section h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }

.rating-summary {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.rating-number .score {
    font-size: 40px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.rating-number .buyers {
    font-size: 14px;
    color: #555;
    margin-top:10px;
}

.rating-bars {
    flex: 1;
}

.bar {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 4px 0;
}

    .bar .star {
        width: 25px;
        color: #979797;
    }

.bar-line {
    background: #eee;
    width: 50%;
    height: 6px;
    margin: 0 6px;
    border-radius: 3px;
    overflow: hidden;
}

    .bar-line .fill {
        background: #00b293;
        height: 100%;
    }

        .bar-line .fill.red {
            background: #f00;
        }

.count {
    width: 20px;
}

.feedback .fit-row {
    /*display: flex;
    align-items: center;*/
    font-size: 14px;
    margin-bottom: 10px;
}

.feedback .label {
    width: 60px;
}

.feedback .progress-bar {
    background: #eee;
    height: 4px;
    width: 35%;
    margin: 0 0px;
    border-radius: 3px;
    overflow: hidden;
}

    .feedback .progress-bar .fill {
        background: #00b293;
        height: 100%;
    }

.feedback .value {
    white-space: nowrap;
    font-size: 13px;
    display: flex;
    justify-content: center;
    margin-top: -12px;
    font-weight: 700;
}

.view-details {
    display: inline-block;
    margin-top: 10px;
    color: #f26;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.rating-number {
    padding: 23px;
    border-right: 1px solid #ccc;
}
    .rating-number .score img {
        width:20% !important;
        margin-left:10px;
        
    }

/* Fix overflow and layout for smaller devices */
@media (max-width: 768px) {
    .feedback .value {
        margin-left: 30px;
    }
    html, body {
        width: 100%;
        overflow-x: hidden; /* ?? Prevent horizontal scroll */
    }

    .content {
        width: 100% !important;
        padding: 10px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        margin-top:6rem;
    }

    .leftcontent,
    .rightcontent {
        width: 100% !important;
        float: none !important;
    }

    .content img {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        padding: 5px 0 !important;
    }

    .img-grid-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .size-buttons-size-button-default {
        min-width: 40px !important;
        height: 40px !important;
        font-size: 12px;
    }

    .pdp-title,
    .pdp-name {
        font-size: 18px !important;
        padding: 5px 0 !important;
    }

    .pdp-price {
        font-size: 20px !important;
    }

    .pdp-action-container {
        flex-direction: column;
        gap: 10px;
    }

    .pdp-add-to-bag,
    .pdp-add-to-wishlist {
        width: 100% !important;
    }

    .review-section {
        padding: 0 10px;
    }
    img.imgRed {
        width:20px !important
    }
    img.van {
        width: 30px !important;
        margin-top: -10px;
    }
    img.tag {
        width: 30px !important;
        margin-top: -4px;
    }
    ul.items-s {
        padding-left:0 !important;
    }
    .newdiv {
        position: relative;
    }
    p.chkdiv {
        display:block !important;
        position: absolute;
        right: 10px;
        top: 25px;
        color: rgb(191, 192, 198);
        font-size: 13px;
        font-weight: 700;
    }
    
}
p.chkdiv {
    display:none;
}




@media (max-width: 768px) {
    .pdp-action-container {
        display: flex !important;
        flex-direction: row-reverse !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;
    }

    .pdp-add-to-bag,
    .pdp-add-to-wishlist {
        flex: 1 !important;
        width: 100% !important;
        padding: 12px 0 !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        font-weight: bold !important;
        text-align: center !important;
    }

    .pdp-add-to-bag {
        background-color: #ff3f6c !important;
        color: #fff !important;
    }

    .pdp-add-to-wishlist {
        background-color: #fff !important;
        color: #535766 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
    }

        .pdp-add-to-wishlist img {
            width: 30px !important;
            height: 30px !important;
        }

    img.sizeChartWeb-sizechart-image {
        width:25% !important;
    }


    .colors-container {
        width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding: 10px 0 !important;
    }

        .colors-container a {
            display: inline-block !important;
            margin-right: 8px !important;
            text-decoration: none !important;
        }

        .colors-container .colors-image {
            width: 40px !important;
            height: 40px !important;
            object-fit: cover !important;
            border-radius: 9% !important;
            border: 1px solid #ccc !important;
            padding: 0 !important;
        }
    .sizeChartWeb-header {
        padding: 30px 0 24px 20px !important;
    }
    .box {
        width: 100% !important;
        border-radius: 2px !important;
        border: 1px solid #ccc;
    }
    .sizeChartWeb-close {
        right:0 !important;
    }
    .product-list-gist {
        max-width: calc(50% - 50px);
    }
    .img-grid-container {
        display:none !important;
    }
    #carouselExampleSlidesOnly {
        width:100% !important;
        display: block !important;
    }
    .carousel-indicators {
        bottom:-27px !important;
    }
        .carousel-indicators [data-bs-target] {
            width: 5px !important;
            height: 5px !important;
            background-color: #ff3e6c !important;
            border-radius: 50%;
        }
    .thumbnails {
        top: 30.5%;
    }
    .close-btn {
        top: 31% !important;
    }
    #MoreColor {
        height:65px !important;
    }

    .index-overallRatingContainer {
        display:none;
    }

    .pdp-title {
        float: left;
        font-weight: 400;
        opacity: .8;
        margin-right: 3px;
        color: #535665;
    }
    .pdp-discount-container {
        margin-top:0 !important;
    }
    .rightcontent {
        margin-top: 5px;
    }
    .pdp-add-to-wishlist.pdp-button.pdp-add-to-wishlist-disabled.pdp-flex.pdp-center.pdp-wishlistedPrelaunchBtn {
        background-color: #fff !important;
        color: #535766 !important;
    }
    .review-section h2 {
        margin-top: 12px;
    }


    .product-list-list {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
        flex-wrap:unset !important;
    }

        .product-list-list::-webkit-scrollbar {
            display: none; /* Hide scrollbar */
        }

}
#carouselExampleSlidesOnly {
    display:none;
}
 

