.product_pdp_wrp .pdp_lhs {
  width: 90%;
}

.product_pdp_wrp .pdp_lhs .select-trigger,
.product_pdp_wrp .pdp_lhs .custom-options {
  display: none;
}

.product_pdp_wrp .pdp_lhs.sticky {
  position: sticky;
  z-index: 10;
  background-color: var(--White);
  top: 140px;
  width: 90%;
  left: 0;
}

.product_pdp_wrp .pdp_lhs .anchor_nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product_pdp_wrp .pdp_lhs .anchor_nav li {
  width: 100%;
}

.product_pdp_wrp .pdp_lhs .anchor_nav li a {
  color: var(--black);
  padding: 2px;
  display: block;
  padding: 12px 0px;
  text-decoration: none;
  font-size: var(--fs-16);
  font-weight: var(--font-weight-500);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.product_pdp_wrp .pdp_lhs .anchor_nav li a.active,
.product_pdp_wrp .pdp_lhs .anchor_nav li a:hover {
  color: var(--red);
  background-image: url(../components/product-pdp-info/images/Arrow_nav.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {}

@media(min-width: 320px)and (max-width: 767px) {

  .product_pdp_wrp .pdp_lhs .anchor_nav {
    display: none;
  }

}