@import url(https://fonts.googleapis.com/css?family=Asap|Montserrat:400);button:focus {
  outline: 0px; }

a:focus {
  outline: 0px; }

.pdp-detail-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 769px) {
    .pdp-detail-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .pdp-detail-section .img-fluid {
        margin: 0 auto; } }
  .pdp-detail-section a:hover {
    text-decoration: none; }
  .pdp-detail-section .readmore span, .pdp-detail-section .linkReadMore span {
    color: #FF0033;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 1.125rem;
    position: relative;
    padding-right: 0.75rem; }
    .pdp-detail-section .readmore span::after, .pdp-detail-section .linkReadMore span::after {
      content: "";
      display: inline-block;
      background: url("../../images/interface/more-arrow.png") no-repeat right top;
      width: 0.5rem;
      height: 0.688rem;
      position: absolute;
      top: 1px;
      right: 0; }
    .pdp-detail-section .readmore span:hover, .pdp-detail-section .linkReadMore span:hover {
      color: #900027; }
      .pdp-detail-section .readmore span:hover::after, .pdp-detail-section .linkReadMore span:hover::after {
        background-position: right bottom; }
  .pdp-detail-section .pdp-col-1 {
    -ms-flex-preferred-size: 71.9%;
        flex-basis: 71.9%; }
    @media (max-width: 991.98px) {
      .pdp-detail-section .pdp-col-1 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .pdp-detail-section .pdp-col-1 .pdp-slider-outer {
      margin: 0 auto;
      max-width: 600px; }
      .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 600px;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 0;
        margin: 0; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav [class*=owl-] {
          color: transparent;
          font-size: inherit;
          margin: 0.313rem;
          padding: 0;
          background: none;
          display: unset;
          cursor: pointer;
          border-radius: unset; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-next, .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-prev {
          position: absolute;
          top: 50%;
          z-index: 99;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-prev {
          left: 0; }
          .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-prev button {
            width: 1.25rem;
            height: 2.5rem;
            border: 0;
            background: transparent;
            position: relative; }
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-prev button:focus {
              outline: 0px; }
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-prev button:after {
              content: '';
              background: url("../../images/images/zoom-prev-next.png") no-repeat left 0.5rem;
              position: absolute;
              width: 100%;
              height: 100%;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              background-position-x: -1.313rem; }
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-prev button:hover:after {
              content: '';
              background: url("../../images/images/zoom-prev-next_hover.png") no-repeat left 0.5rem;
              position: absolute;
              width: 100%;
              height: 100%;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              background-position-x: -1.313rem; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-next {
          right: 0; }
          .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-next button {
            width: 1.25rem;
            height: 2.5rem;
            border: 0;
            background: transparent;
            position: relative; }
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-next button:focus {
              outline: 0px; }
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-next button:after {
              content: '';
              background: url("../../images/images/zoom-prev-next.png") no-repeat right 0.5rem;
              position: absolute;
              width: 100%;
              height: 100%;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              background-position-x: -5rem; }
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-nav .owl-next button:hover:after {
              content: '';
              background: url("../../images/images/zoom-prev-next_hover.png") no-repeat right 0.5rem;
              position: absolute;
              width: 100%;
              height: 100%;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              background-position-x: -5rem; }
      .pdp-detail-section .pdp-col-1 .pdp-slider-outer .big-carousel {
        position: relative; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .big-carousel .zoom-carousel {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 9; }
          .pdp-detail-section .pdp-col-1 .pdp-slider-outer .big-carousel .zoom-carousel button {
            background: transparent;
            border: 0;
            cursor: pointer; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .big-carousel .owl-carousel .owl-item .item {
          width: 100%; }
          @media (min-width: 544px) {
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer .big-carousel .owl-carousel .owl-item .item {
              min-width: 300px;
              max-width: 300px; } }
          @media (min-width: 992px) {
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer .big-carousel .owl-carousel .owl-item .item {
              min-width: 285px;
              max-width: 285px; } }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .big-carousel .owl-carousel .owl-stage {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .big-carousel img:hover {
          cursor: pointer; }
      .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs {
        padding: 1.9rem 2rem 0rem 0; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .item {
          border: 1px solid #ccc;
          margin: 0;
          padding: 0 0.313rem;
          width: 3.438rem;
          height: 3.438rem; }
          .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .item img {
            cursor: pointer;
            max-width: 3.313rem;
            width: 100%;
            max-height: 3.313rem;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .owl-nav .owl-next {
          margin-top: -0.5rem; }
          .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .owl-nav .owl-next .btn-next {
            background: url("../../images/interface/jcarousel-thumbnail-left-arrow.png") repeat scroll right center transparent;
            cursor: pointer;
            height: 38px;
            position: absolute;
            top: 12%;
            width: 21px;
            right: -2%; }
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .owl-nav .owl-next .btn-next::after {
              content: '';
              background: none; }
          .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .owl-nav .owl-next.disabled .btn-next {
            background: none repeat scroll 0 0 transparent; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .owl-nav .owl-prev {
          margin-top: -0.5rem; }
          .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .owl-nav .owl-prev .btn-preview {
            background: url("../../images/interface/jcarousel-thumbnail-right-arrow.png") repeat scroll right center transparent;
            cursor: pointer;
            height: 38px;
            position: absolute;
            top: 12%;
            width: 21px;
            right: -2%;
            margin-right: 0.625rem; }
            .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .owl-nav .owl-prev .btn-preview::after {
              content: '';
              background: none; }
          .pdp-detail-section .pdp-col-1 .pdp-slider-outer #thumbs .owl-nav .owl-prev.disabled .btn-preview {
            background: none repeat scroll 0 0 transparent; }
      .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-theme .owl-nav [class*='owl-'] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .pdp-detail-section .pdp-col-1 .pdp-slider-outer .owl-theme .owl-nav [class*='owl-'] .owl-nav [class*='owl-'].disabled:hover {
          background-color: #D6D6D6; }
      .pdp-detail-section .pdp-col-1 .pdp-slider-outer #big.owl-theme {
        position: relative; }
  @media (min-width: 992px) {
    .pdp-detail-section .pdp-col-2 {
      -ms-flex-preferred-size: 13.95rem;
          flex-basis: 13.95rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .pdp-detail-section .pdp-col-2 .did-you-know {
    background: #fff4db;
    padding: 1.25rem 1.125rem;
    margin: 0 0 40px; }
    .pdp-detail-section .pdp-col-2 .did-you-know .sub-heading {
      font-size: 1rem;
      font-weight: 700;
      color: #585b5e; }
    .pdp-detail-section .pdp-col-2 .did-you-know p {
      font-size: 1rem;
      color: #585b5e;
      line-height: normal;
      margin: 0; }
  .pdp-detail-section .pdp-col-2 .section-heading {
    color: #910027;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin: 0 0 1.25rem;
    text-transform: uppercase; }
  .pdp-detail-section .pdp-col-2 .articleTile {
    max-width: 13.125rem;
    width: 100%;
    margin: 0 0 1.25rem; }
    .pdp-detail-section .pdp-col-2 .articleTile img {
      max-width: 13.125rem;
      width: 100%;
      height: auto; }
    .pdp-detail-section .pdp-col-2 .articleTile .beside-content p {
      line-height: 1.125rem;
      margin: 0 0 10px;
      font-size: 0.813rem;
      color: #585b5e; }
    .pdp-detail-section .pdp-col-2 .articleTile .beside-content .readmore span {
      color: #FF0033;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 0.813rem;
      line-height: 1.125rem;
      position: relative;
      padding-right: 0.75rem; }
      .pdp-detail-section .pdp-col-2 .articleTile .beside-content .readmore span::after {
        content: "";
        display: inline-block;
        background: url("../../images/interface/more-arrow.png") no-repeat right top;
        width: 0.5rem;
        height: 0.688rem;
        position: absolute;
        top: 0.063rem;
        right: 0; }
      .pdp-detail-section .pdp-col-2 .articleTile .beside-content .readmore span:hover {
        color: #900027; }
        .pdp-detail-section .pdp-col-2 .articleTile .beside-content .readmore span:hover::after {
          background-position: right bottom; }
  .pdp-detail-section .pdp-col-2 .article-heading span {
    color: #323232;
    display: block;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin: 0.938rem 0 0.625rem;
    text-transform: none; }
    .pdp-detail-section .pdp-col-2 .article-heading span:hover {
      color: #FF0033; }
  .pdp-detail-section .pdp-col-2 img.article-thumb {
    max-width: 13.125rem; }
  .pdp-detail-section .pdp-col-2 .didYouKnowText {
    background: #fff4db;
    padding: 1.25rem 1.125rem;
    line-height: normal;
    margin-bottom: 2.5rem;
    color: #585b5e; }
    .pdp-detail-section .pdp-col-2 .didYouKnowText p {
      margin-top: 1.056rem;
      margin-bottom: 0; }
    .pdp-detail-section .pdp-col-2 .didYouKnowText ul {
      list-style: none outside none;
      padding: 0; }
  .pdp-detail-section .product-name {
    font-weight: normal;
    font-size: 1.75rem;
    line-height: 2rem;
    border-bottom: 0 none;
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 0 0 0.313rem;
    color: #333;
    margin-top: 1.25rem; }
    @media (min-width: 544px) {
      .pdp-detail-section .product-name {
        margin-top: 0px; } }
  .pdp-detail-section .product-number {
    color: #82878d;
    font-size: 0.813rem;
    margin: 0;
    margin-bottom: 0.938rem;
    line-height: normal; }
  .pdp-detail-section .product-rating-review {
    border-top: 0.063rem solid #ced5de;
    margin: 0.5rem 0 0 0;
    padding: 0.25rem 0 0 0; }
    .pdp-detail-section .product-rating-review .rating, .pdp-detail-section .product-rating-review .reviews {
      display: inline-block; }
    .pdp-detail-section .product-rating-review .review-percent-recommend p {
      color: #585b5e;
      font-size: 0.813rem;
      font-weight: 400;
      line-height: 1.219rem;
      margin: 0.625rem 0; }
    .pdp-detail-section .product-rating-review .rating .rating-stars i {
      color: #c2c2c2;
      font-size: 0.813rem;
      letter-spacing: 0.188rem; }
    .pdp-detail-section .product-rating-review .rating .rating-stars .fa-star, .pdp-detail-section .product-rating-review .rating .rating-stars .fa-star-half-o {
      color: #fcb62d; }
    .pdp-detail-section .product-rating-review .rating .rating-stars .fa-star-o {
      color: #c2c2c2; }
    .pdp-detail-section .product-rating-review .reviews span, .pdp-detail-section .product-rating-review .rating span {
      color: #585b5e;
      font-size: 1rem;
      line-height: 1.219rem;
      font-weight: 700;
      text-transform: capitalize;
      cursor: pointer; }
    .pdp-detail-section .product-rating-review .rating span {
      padding-right: 0.313rem; }
    .pdp-detail-section .product-rating-review .rating .total-rating {
      border-width: 0.063rem;
      border-style: solid;
      border-color: transparent;
      padding: 0 0.625rem 0 0;
      margin: 0.25em 0;
      border-right-color: #ccc;
      margin-right: 0.313rem; }
    .pdp-detail-section .product-rating-review .first-to-write-review {
      border-top: 0.063rem solid #ced5de;
      margin: 0.5rem 0 0 0;
      padding: 0.25rem 0 0 0; }
      .pdp-detail-section .product-rating-review .first-to-write-review .rating-stars {
        margin-bottom: 0.625rem;
        display: block; }
        .pdp-detail-section .product-rating-review .first-to-write-review .rating-stars i {
          color: #c2c2c2;
          font-size: 0.813rem;
          letter-spacing: 0.188rem; }
      .pdp-detail-section .product-rating-review .first-to-write-review button {
        font-size: 0.813rem;
        font-weight: 700;
        text-transform: uppercase;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 100%);
        padding-top: 0.5em;
        padding-right: 0.996rem;
        padding-bottom: 0.5em;
        padding-left: 0.996rem;
        line-height: 0.875rem;
        height: auto; }
  .pdp-detail-section .review-ques-action-bar {
    border-top: 1px solid #ced5de;
    margin: 0.5rem 0 0 0;
    padding: 0.25rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    padding: 1.25rem 0; }
    .pdp-detail-section .review-ques-action-bar button {
      font-size: 0.813rem;
      font-weight: 700;
      text-transform: uppercase;
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 100%);
      padding-top: 0.5em;
      padding-right: 0.996rem;
      padding-bottom: 0.5em;
      padding-left: 0.996rem;
      line-height: 0.875rem;
      height: auto; }
  .pdp-detail-section .prices-add-to-cart-actions, .pdp-detail-section .eys-pdp-prices {
    width: 100%;
    clear: both;
    border-top: 0.063rem solid #ced5de;
    padding: 0.938rem 0;
    line-height: 150%; }
    .pdp-detail-section .prices-add-to-cart-actions button, .pdp-detail-section .eys-pdp-prices button {
      width: 100%;
      background-color: #f49022;
      border-radius: 0;
      color: #FFF;
      height: 5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0.188rem;
      font-weight: 700;
      font-size: 0.813rem;
      text-transform: uppercase; }
      .pdp-detail-section .prices-add-to-cart-actions button i, .pdp-detail-section .eys-pdp-prices button i {
        font-size: 1.75rem; }
      .pdp-detail-section .prices-add-to-cart-actions button:hover, .pdp-detail-section .eys-pdp-prices button:hover {
        color: #FFF;
        background-color: #f49022; }
      .pdp-detail-section .prices-add-to-cart-actions button:active, .pdp-detail-section .eys-pdp-prices button:active {
        color: #FFF !important;
        background-color: #f49022 !important; }
    .pdp-detail-section .prices-add-to-cart-actions .product-pricing, .pdp-detail-section .eys-pdp-prices .product-pricing {
      font-size: 1.7rem;
      margin: 0;
      padding: 0.375rem 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .pdp-detail-section .prices-add-to-cart-actions .product-pricing .price, .pdp-detail-section .prices-add-to-cart-actions .product-pricing .prices, .pdp-detail-section .eys-pdp-prices .product-pricing .price, .pdp-detail-section .eys-pdp-prices .product-pricing .prices {
        text-align: unset;
        padding: 0; }
      .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price {
        -ms-flex-item-align: start;
            align-self: flex-start; }
        .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price .product-standard-price, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price .product-standard-price {
          text-decoration: line-through;
          color: #585b5e;
          line-height: 1.4rem; }
        .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price .price-sales, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price .price-sales {
          color: #fc002f; }
        .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price .member-price-text, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price .member-price-text {
          margin-bottom: 0.25rem; }
      .pdp-detail-section .prices-add-to-cart-actions .product-pricing .normal-price, .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price, .pdp-detail-section .eys-pdp-prices .product-pricing .normal-price, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
      .pdp-detail-section .prices-add-to-cart-actions .product-pricing .normal-price-text, .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price-text, .pdp-detail-section .eys-pdp-prices .product-pricing .normal-price-text, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price-text {
        line-height: 1.219rem;
        color: #585b5e; }
        @media (min-width: 544px) {
          .pdp-detail-section .prices-add-to-cart-actions .product-pricing .normal-price-text, .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price-text, .pdp-detail-section .eys-pdp-prices .product-pricing .normal-price-text, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price-text {
            font-size: 0.688rem; } }
        @media (max-width: 543.98px) {
          .pdp-detail-section .prices-add-to-cart-actions .product-pricing .normal-price-text, .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price-text, .pdp-detail-section .eys-pdp-prices .product-pricing .normal-price-text, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price-text {
            font-size: 0.744rem; } }
      .pdp-detail-section .prices-add-to-cart-actions .product-pricing .price-sales span, .pdp-detail-section .eys-pdp-prices .product-pricing .price-sales span {
        padding-right: 0.5rem;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1.219rem;
        color: #585b5e;
        font-size: 1.375rem; }
      .pdp-detail-section .prices-add-to-cart-actions .product-pricing .price-sales .price-wrapper .strike-through.list .value, .pdp-detail-section .eys-pdp-prices .product-pricing .price-sales .price-wrapper .strike-through.list .value {
        color: #585b5e !important; }
      .pdp-detail-section .prices-add-to-cart-actions .product-pricing .price-sales .price-wrapper .sales.list-price .value, .pdp-detail-section .eys-pdp-prices .product-pricing .price-sales .price-wrapper .sales.list-price .value {
        color: #fc002f; }
      .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price-value, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price-value {
        padding-right: 0.5rem;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1.219rem;
        color: #585b5e;
        font-size: 1.375rem; }
      @media (max-width: 543.98px) {
        .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price {
          text-align: end; }
          .pdp-detail-section .prices-add-to-cart-actions .product-pricing .member-price .member-price-text, .pdp-detail-section .eys-pdp-prices .product-pricing .member-price .member-price-text {
            padding-right: 0.5rem; } }
  .pdp-detail-section .attributes .login-required {
    color: #FF0033;
    font-size: 0.813rem;
    line-height: 1.125rem;
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 15px; }
    .pdp-detail-section .attributes .login-required .promotion-callout p {
      margin: 0; }
  .pdp-detail-section .attributes .promotion-product {
    color: #FF0033;
    font-size: 0.813rem;
    line-height: 1.125rem;
    width: 100%;
    height: auto;
    padding-top: 1.25rem;
    display: inline-block; }
    .pdp-detail-section .attributes .promotion-product .promotion-callout p {
      margin: 0; }
  .pdp-detail-section .attributes .simple-quantity, .pdp-detail-section .attributes .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5rem; }
    .pdp-detail-section .attributes .simple-quantity label, .pdp-detail-section .attributes .quantity label {
      padding-right: 0.625rem;
      line-height: 2.25rem;
      margin: 0;
      font-size: 0.813rem;
      color: #333;
      font-weight: 700;
      text-transform: uppercase; }
  .pdp-detail-section .attributes .product-add-to-wishlist-actions {
    padding-bottom: 0.938rem;
    padding-top: 1px; }
    .pdp-detail-section .attributes .product-add-to-wishlist-actions button {
      font-size: 0.813rem;
      text-transform: uppercase;
      margin: 0 auto;
      display: block;
      text-align: center;
      height: 1.25rem;
      border: 0;
      background: transparent;
      padding: 0;
      color: #333; }
      .pdp-detail-section .attributes .product-add-to-wishlist-actions button:hover {
        color: #333; }
    .pdp-detail-section .attributes .product-add-to-wishlist-actions a.add-to-wish-list {
      font-size: 0.813rem;
      text-transform: uppercase;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0.625rem 0; }
      .pdp-detail-section .attributes .product-add-to-wishlist-actions a.add-to-wish-list span {
        color: #333333; }
  .pdp-detail-section .attributes .product-not-applicable-emi {
    width: 100%;
    clear: both;
    border-top: 0.063rem solid #ced5de;
    padding: 0.938rem 0;
    color: #585b5e;
    font-size: 0.813rem;
    font-weight: 400; }
    .pdp-detail-section .attributes .product-not-applicable-emi ul {
      padding-left: 0.938rem;
      margin: 0.996rem 0; }
    .pdp-detail-section .attributes .product-not-applicable-emi .pre-order-callout {
      color: #FF0033;
      font-size: 0.813rem;
      line-height: 1.125rem;
      width: 100%;
      height: auto; }
    .pdp-detail-section .attributes .product-not-applicable-emi p {
      margin: 0.996rem 0; }
  .pdp-detail-section .attributes .detailsRow {
    width: 100%;
    clear: both;
    border-top: 1px solid #ced5de;
    border-bottom: 1px solid #ced5de;
    padding: 0.938rem 0;
    color: #585b5e;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.219rem; }
    .pdp-detail-section .attributes .detailsRow ul {
      padding-left: 0;
      color: #585b5e; }
      .pdp-detail-section .attributes .detailsRow ul li {
        padding: 5px 0;
        margin: 0 0 0 0.938rem;
        font-size: 1rem; }
    .pdp-detail-section .attributes .detailsRow .title {
      font-weight: 700;
      font-size: 1rem;
      color: #585b5e;
      margin: 0.996rem 0; }
    .pdp-detail-section .attributes .detailsRow p {
      margin: 0.813rem 0; }
  .pdp-detail-section .attributes .social-container {
    clear: both;
    overflow: hidden;
    padding: 1.195rem 0;
    border-top: 0.063rem solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; }
    .pdp-detail-section .attributes .social-container .social-icons {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.313rem;
      list-style: none;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0; }
      .pdp-detail-section .attributes .social-container .social-icons li {
        line-height: 1rem;
        height: 1rem;
        width: 1rem;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .pdp-detail-section .attributes .social-container .social-icons li i {
          color: #FFF;
          font-size: 0.75rem; }
      .pdp-detail-section .attributes .social-container .social-icons .facebook-icon {
        background-color: #3b5998; }
      .pdp-detail-section .attributes .social-container .social-icons .twitter-icon {
        background-color: #1da1f2; }
      .pdp-detail-section .attributes .social-container .social-icons .pinterest-icon {
        background-color: #cb2027; }
      .pdp-detail-section .attributes .social-container .social-icons .message-icon {
        background-color: #ff6550; }
  .pdp-detail-section .attributes .row .col-12 {
    padding: 0; }
  .pdp-detail-section .attributes .product-out-of-stock p {
    color: #ff0000;
    font-size: 13px;
    line-height: 10.8px; }
  .pdp-detail-section .product-availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.938rem 0;
    gap: 0.125rem; }
    .pdp-detail-section .product-availability .availability-label {
      font-weight: 700;
      color: #585b5e;
      font-size: 0.813rem; }
    .pdp-detail-section .product-availability .availability-in-stocks {
      color: #585b5e;
      font-size: 0.813rem;
      font-weight: 400; }
      .pdp-detail-section .product-availability .availability-in-stocks .availability-msg {
        margin: 0; }
  .pdp-detail-section .bundleList {
    margin: 2% 0 0; }
    .pdp-detail-section .bundleList .title {
      text-transform: uppercase;
      color: #202020;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.563rem;
      margin: 0.625rem 0; }
    .pdp-detail-section .bundleList .product-set-list {
      border-top: 1px solid #d9d9d9;
      margin: 2% 0;
      display: grid;
      -webkit-column-gap: 10%;
         -moz-column-gap: 10%;
              column-gap: 10%;
      grid-template-columns: repeat(1, 1fr); }
      @media (min-width: 544px) {
        .pdp-detail-section .bundleList .product-set-list {
          grid-template-columns: repeat(2, 1fr); } }
      .pdp-detail-section .bundleList .product-set-list .product-set-item {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 0.996rem;
        min-height: 175px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 2rem;
        gap: 0.625rem; }
        .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-image {
          width: 33%; }
          .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-image img {
            width: 100%; }
        .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details {
          width: 63.5%; }
          .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .item-name {
            line-height: initial;
            display: block;
            margin: 0.5em 0; }
            .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .item-name span {
              color: #585b5e;
              outline: medium none;
              text-decoration: none;
              font-size: 0.813rem;
              font-weight: bold; }
            .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .item-name:hover {
              text-decoration: none; }
              .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .item-name:hover span {
                color: #900027; }
          .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .bundle-qty {
            padding-bottom: 0.5em;
            color: #585b5e;
            font-size: 0.813rem;
            font-weight: normal; }
          .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .product-pricing {
            padding-right: 0.5rem;
            display: block;
            font-weight: 700;
            font-size: 0.975rem;
            color: #585b5e;
            padding: 0; }
          .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .readMore span, .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .linkReadMore span {
            font-weight: 700;
            color: #900027;
            text-transform: uppercase; }
            .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .readMore span::after, .pdp-detail-section .bundleList .product-set-list .product-set-item .product-set-details .linkReadMore span::after {
              background: url("../../images/interface/more-arrow.png") no-repeat right bottom; }
  .pdp-detail-section .product-detail-bottom {
    margin-top: 2.5rem;
    width: 100%; }
    .pdp-detail-section .product-detail-bottom .nav-tabs {
      border-bottom: 0; }
    .pdp-detail-section .product-detail-bottom .tab-content {
      padding: 0.996rem;
      background-color: #FFF; }
      .pdp-detail-section .product-detail-bottom .tab-content pre {
        white-space: break-spaces; }
    .pdp-detail-section .product-detail-bottom .nav-item {
      position: relative; }
      .pdp-detail-section .product-detail-bottom .nav-item::after {
        content: '';
        border-right: 0.063rem solid #dcdcdc;
        position: absolute;
        right: 0px;
        top: 50%;
        width: 0.063rem;
        height: 72%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .pdp-detail-section .product-detail-bottom .nav-item:last-child::after {
        display: none; }
      .pdp-detail-section .product-detail-bottom .nav-item .nav-link {
        background-color: #f8f8f8;
        border: 0.188rem solid #f8f8f8;
        border-right: 0.125rem solid transparent;
        border-left: 0.125rem solid transparent;
        border-bottom: 0;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        padding: 0.625rem 0.75rem;
        cursor: pointer;
        font-size: 1rem;
        line-height: initial;
        position: relative; }
        .pdp-detail-section .product-detail-bottom .nav-item .nav-link span {
          color: #585b5e; }
      .pdp-detail-section .product-detail-bottom .nav-item .nav-link.active {
        border-left: 0.125rem solid #ccc;
        border-right: 0.125rem solid #ccc;
        border-top: 0.188rem solid #910027;
        border-bottom: none;
        background-color: transparent; }
        .pdp-detail-section .product-detail-bottom .nav-item .nav-link.active span {
          color: #910027; }
        .pdp-detail-section .product-detail-bottom .nav-item .nav-link.active::after {
          display: none; }
    .pdp-detail-section .product-detail-bottom .tab-content {
      font-size: 1rem; }
      .pdp-detail-section .product-detail-bottom .tab-content .title {
        color: #585b5e;
        font-size: 1rem;
        font-weight: 700; }
      .pdp-detail-section .product-detail-bottom .tab-content .attribute-name {
        color: #585b5e;
        font-size: 1rem;
        font-weight: 700; }
    .pdp-detail-section .product-detail-bottom #productBottomDetails {
      margin: 0.938rem 0; }
      .pdp-detail-section .product-detail-bottom #productBottomDetails .card {
        margin: 0;
        border: 0; }
      .pdp-detail-section .product-detail-bottom #productBottomDetails .card-body {
        border-bottom: 0.063rem solid #d9d9d9;
        color: #585b5e; }
        .pdp-detail-section .product-detail-bottom #productBottomDetails .card-body p {
          margin: 0.813rem 0;
          line-height: 1.219rem; }
        .pdp-detail-section .product-detail-bottom #productBottomDetails .card-body ul {
          padding: 0;
          line-height: 1.219rem; }
          .pdp-detail-section .product-detail-bottom #productBottomDetails .card-body ul li {
            padding: 0.406rem 0;
            margin-left: 1.219rem; }
            .pdp-detail-section .product-detail-bottom #productBottomDetails .card-body ul li span a {
              color: #585b5e; }
              .pdp-detail-section .product-detail-bottom #productBottomDetails .card-body ul li span a:hover {
                color: #900027; }
      .pdp-detail-section .product-detail-bottom #productBottomDetails .card-header {
        padding: 0; }
        .pdp-detail-section .product-detail-bottom #productBottomDetails .card-header button {
          background-color: #f8f8f8;
          border-top: 0.188rem solid #f8f8f8;
          border-bottom: 0.063rem solid #d9d9d9;
          text-transform: uppercase;
          font-weight: 400;
          display: block;
          margin: 0;
          cursor: pointer;
          font-size: 1rem;
          width: 100%;
          text-align: left;
          position: relative;
          color: #910027;
          text-decoration: none; }
          .pdp-detail-section .product-detail-bottom #productBottomDetails .card-header button .chevron-icon {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 0px;
            background: url("../../images/sprite.png") no-repeat -285px -6px transparent;
            width: 1rem;
            height: 1rem; }
        .pdp-detail-section .product-detail-bottom #productBottomDetails .card-header button.collapsed {
          position: relative;
          color: #585b5e; }
          .pdp-detail-section .product-detail-bottom #productBottomDetails .card-header button.collapsed .chevron-icon {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 0px;
            background: url("../../images/sprite.png") no-repeat -270px -6px transparent;
            width: 1rem;
            height: 1rem; }

div#pdpCarouselModal .close, div#pdpCarouselModal .magnified-close, div#quickCarouselModal .close, div#quickCarouselModal .magnified-close {
  color: grey;
  opacity: 1;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 999; }
  div#pdpCarouselModal .close:focus, div#pdpCarouselModal .magnified-close:focus, div#quickCarouselModal .close:focus, div#quickCarouselModal .magnified-close:focus {
    outline: 0px; }

div#pdpCarouselModal .modal-dialog, div#quickCarouselModal .modal-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative; }
  div#pdpCarouselModal .modal-dialog .item img, div#quickCarouselModal .modal-dialog .item img {
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  div#pdpCarouselModal .modal-dialog .modal-content, div#quickCarouselModal .modal-dialog .modal-content {
    background: none;
    border: 0;
    height: 100%; }
  div#pdpCarouselModal .modal-dialog .modal-body, div#quickCarouselModal .modal-dialog .modal-body {
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    max-height: 665px; }
    div#pdpCarouselModal .modal-dialog .modal-body .product-heading, div#quickCarouselModal .modal-dialog .modal-body .product-heading {
      border-bottom: 1px solid #ced5de;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      background: none repeat scroll 0 0 #fff; }
      div#pdpCarouselModal .modal-dialog .modal-body .product-heading h2, div#quickCarouselModal .modal-dialog .modal-body .product-heading h2 {
        font: 400 16px/100% 'Asap',sans-serif;
        margin: 0;
        padding: 15px 50px 15px 10px;
        color: #202020;
        width: 100%; }
  div#pdpCarouselModal .modal-dialog .owl-nav, div#quickCarouselModal .modal-dialog .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0;
    margin: 0; }
    div#pdpCarouselModal .modal-dialog .owl-nav [class*=owl-], div#quickCarouselModal .modal-dialog .owl-nav [class*=owl-] {
      color: transparent;
      font-size: inherit;
      margin: 0.313rem;
      padding: 0;
      background: none;
      display: unset;
      cursor: pointer;
      border-radius: unset; }
    div#pdpCarouselModal .modal-dialog .owl-nav .owl-next, div#pdpCarouselModal .modal-dialog .owl-nav .owl-prev, div#quickCarouselModal .modal-dialog .owl-nav .owl-next, div#quickCarouselModal .modal-dialog .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      z-index: 99;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    div#pdpCarouselModal .modal-dialog .owl-nav .owl-prev, div#quickCarouselModal .modal-dialog .owl-nav .owl-prev {
      left: 0; }
      div#pdpCarouselModal .modal-dialog .owl-nav .owl-prev button, div#quickCarouselModal .modal-dialog .owl-nav .owl-prev button {
        width: 1.25rem;
        height: 2.5rem;
        border: 0;
        background: transparent;
        position: relative; }
        div#pdpCarouselModal .modal-dialog .owl-nav .owl-prev button:focus, div#quickCarouselModal .modal-dialog .owl-nav .owl-prev button:focus {
          outline: 0px; }
        div#pdpCarouselModal .modal-dialog .owl-nav .owl-prev button:after, div#quickCarouselModal .modal-dialog .owl-nav .owl-prev button:after {
          content: '';
          background: url("../../images/images/zoom-prev-next.png") no-repeat left 8px;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-position-x: -21px; }
        div#pdpCarouselModal .modal-dialog .owl-nav .owl-prev button:hover:after, div#quickCarouselModal .modal-dialog .owl-nav .owl-prev button:hover:after {
          content: '';
          background: url("../../images/images/zoom-prev-next_hover.png") no-repeat left 8px;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-position-x: -21px; }
    div#pdpCarouselModal .modal-dialog .owl-nav .owl-next, div#quickCarouselModal .modal-dialog .owl-nav .owl-next {
      right: 0; }
      div#pdpCarouselModal .modal-dialog .owl-nav .owl-next button, div#quickCarouselModal .modal-dialog .owl-nav .owl-next button {
        width: 1.25rem;
        height: 2.5rem;
        border: 0;
        background: transparent;
        position: relative; }
        div#pdpCarouselModal .modal-dialog .owl-nav .owl-next button:focus, div#quickCarouselModal .modal-dialog .owl-nav .owl-next button:focus {
          outline: 0px; }
        div#pdpCarouselModal .modal-dialog .owl-nav .owl-next button:after, div#quickCarouselModal .modal-dialog .owl-nav .owl-next button:after {
          content: '';
          background: url("../../images/images/zoom-prev-next.png") no-repeat right 8px;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-position-x: -5rem; }
        div#pdpCarouselModal .modal-dialog .owl-nav .owl-next button:hover:after, div#quickCarouselModal .modal-dialog .owl-nav .owl-next button:hover:after {
          content: '';
          background: url("../../images/images/zoom-prev-next_hover.png") no-repeat right 8px;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-position-x: -5rem; }

.eys-pdp-details .update-quantity {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }
  .eys-pdp-details .update-quantity .qtySelector-eys {
    height: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ced5de;
    background: #ffffff;
    width: 6.25rem; }
    .eys-pdp-details .update-quantity .qtySelector-eys .tile-update-quantity {
      height: 2.25rem;
      width: 1.875rem;
      padding: 0.7em 0.5em;
      cursor: pointer;
      margin: 0 0.25rem; }
    .eys-pdp-details .update-quantity .qtySelector-eys .decreaseQty {
      background: url("../../images/minus.png") center no-repeat transparent; }
    .eys-pdp-details .update-quantity .qtySelector-eys .increaseQty {
      background: url("../../images/plus.png") center no-repeat transparent; }
    .eys-pdp-details .update-quantity .qtySelector-eys .qtySelector-eys-input {
      max-width: 100%;
      border: unset;
      text-align: center;
      font-size: 0.938rem;
      clear: none;
      width: 100%;
      min-width: 1.875rem;
      background: none;
      border: none;
      color: #4D4D4D;
      outline: none;
      height: 2.25rem;
      padding: 0.656rem 0.469rem; }
    .eys-pdp-details .update-quantity .qtySelector-eys .itemquantity {
      width: 100%; }

#eys-main-page .eys-main-content .eys-pdp-details .tab-content .tab-pane {
  color: #585b5e; }
  #eys-main-page .eys-main-content .eys-pdp-details .tab-content .tab-pane p {
    margin: 0.813rem 0;
    line-height: 1.219rem; }
  #eys-main-page .eys-main-content .eys-pdp-details .tab-content .tab-pane ul {
    padding: 0;
    line-height: 1.219rem; }
    #eys-main-page .eys-main-content .eys-pdp-details .tab-content .tab-pane ul li {
      padding: 0.406rem 0;
      margin-left: 1.219rem; }
      #eys-main-page .eys-main-content .eys-pdp-details .tab-content .tab-pane ul li span a {
        color: #585b5e; }
        #eys-main-page .eys-main-content .eys-pdp-details .tab-content .tab-pane ul li span a:hover {
          color: #900027; }

@media (max-width: 543.98px) {
  #eys-main-page .eys-main-content .eys-pdp-details .prices-add-to-cart-actions {
    position: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0; }
    #eys-main-page .eys-main-content .eys-pdp-details .prices-add-to-cart-actions.pdp-prices {
      border: none; }
    #eys-main-page .eys-main-content .eys-pdp-details .prices-add-to-cart-actions .cart-and-ipay {
      padding-bottom: 0; }
      #eys-main-page .eys-main-content .eys-pdp-details .prices-add-to-cart-actions .cart-and-ipay button.add-to-cart-custom {
        margin: 0.239rem auto; }
    #eys-main-page .eys-main-content .eys-pdp-details .prices-add-to-cart-actions.add-to-cart-sticky {
      bottom: 0px;
      position: fixed;
      padding: 0;
      border: none;
      background: none; }
      #eys-main-page .eys-main-content .eys-pdp-details .prices-add-to-cart-actions.add-to-cart-sticky .cart-and-ipay {
        margin: 0 0.688rem 0.938rem; } }

@media (max-width: 543.98px) {
  #eys-main-page .eys-main-content .eys-pdp-details .simple-quantity .cart-and-ipay {
    padding-bottom: 0; }
    #eys-main-page .eys-main-content .eys-pdp-details .simple-quantity .cart-and-ipay .update-quantity span.tle-update-quantity {
      width: unset; } }

@media (max-width: 991.98px) {
  #eys-main-page .eys-main-content .eys-pdp-details .pdp-col-2 .head-box {
    background: url("../../images/divider-bg.png") repeat-x center transparent;
    margin-top: 0.625rem;
    font-size: 1.125;
    text-align: center; }
    #eys-main-page .eys-main-content .eys-pdp-details .pdp-col-2 .head-box .section-heading {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto 1.25rem;
      padding: 0 1.125rem;
      background-color: #FFFFFF; }
  #eys-main-page .eys-main-content .eys-pdp-details .pdp-col-2 .pdp-articles .article-setion {
    margin: 0 3.125rem; }
    #eys-main-page .eys-main-content .eys-pdp-details .pdp-col-2 .pdp-articles .article-setion .image-container {
      text-align: center;
      margin-right: o 0.75rem; }
      #eys-main-page .eys-main-content .eys-pdp-details .pdp-col-2 .pdp-articles .article-setion .image-container img.article-thumb {
        width: 100%;
        max-width: unset; } }

#eys-main-page .eys-main-content .eys-pdp-details .description-and-detail {
  max-width: 37.758125rem; }
  #eys-main-page .eys-main-content .eys-pdp-details .description-and-detail .reviews {
    background: #fafafc; }
    #eys-main-page .eys-main-content .eys-pdp-details .description-and-detail .reviews .col-lg-9 {
      max-width: unset;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%; }
      #eys-main-page .eys-main-content .eys-pdp-details .description-and-detail .reviews .col-lg-9 .bv-submission-button {
        padding: 0.688rem 0.938rem !important;
        font-weight: 400 !important; }
  #eys-main-page .eys-main-content .eys-pdp-details .description-and-detail .questions {
    background: #fafafc;
    margin-top: 10px; }
    #eys-main-page .eys-main-content .eys-pdp-details .description-and-detail .questions .col-lg-9 {
      max-width: unset;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%; }

#eys-main-page .eys-main-content .eys-pdp-details .product-ratings {
  border-top: 0.063rem solid #ced5de;
  padding-top: 0.25rem;
  padding-bottom: 0.625rem; }
  #eys-main-page .eys-main-content .eys-pdp-details .product-ratings .col {
    padding: 0; }
  #eys-main-page .eys-main-content .eys-pdp-details .product-ratings .bv_numReviews_component_container .bv_text {
    display: none !important; }
  #eys-main-page .eys-main-content .eys-pdp-details .product-ratings .bv_main_container_line_break {
    max-width: unset !important; }
  #eys-main-page .eys-main-content .eys-pdp-details .product-ratings .bv_main_container_CTA_row {
    padding: 15px 0 !important; }
  #eys-main-page .eys-main-content .eys-pdp-details .product-ratings .bv_percentRecommend_component_container {
    padding: 15px 0 10px !important; }

#eys-main-page .eys-main-content .eys-pdp-details .Stripe-, #eys-main-page .eys-main-content .eys-pdp-details .Stripe-Redemption, #eys-main-page .eys-main-content .eys-pdp-details .Stripe-Limited_Stocks, #eys-main-page .eys-main-content .eys-pdp-details .Stripe-Selling_Fast, #eys-main-page .eys-main-content .eys-pdp-details .Stripe-Coming_Soon {
  pointer-events: none; }
