@charset "UTF-8";
body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 767px) and (max-width: 767.98px) {
  .pull-left-ssm {
    float: left;
  }
  .pull-right-ssm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 1023.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 766.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-ssm-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none;
}

.zero-height {
  border: none;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
}

.for-desktop {
  display: none;
}
@media (min-width: 768px) {
  .for-desktop {
    display: block;
  }
}

.for-mobile {
  display: block;
}
@media (min-width: 768px) {
  .for-mobile {
    display: none;
  }
}

.isFirefox .zero-height {
  display: none;
}

@media (min-width: 769px) {
  .col-custom-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.33333%;
            flex: 0 0 12.33333%;
    max-width: 12.33333%;
  }
}

@media (min-width: 769px) {
  .col-custom-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.33333%;
            flex: 0 0 87.33333%;
    max-width: 87.33333%;
  }
}

.primary-images-wrapper .device-carousel,
.primary-images-wrapper .carousel-control-prev,
.primary-images-wrapper .carousel-control-next,
.primary-images-wrapper .carousel-indicators {
  display: none;
}
.primary-images-wrapper .device-carousel,
.primary-images-wrapper .carousel-indicators {
  display: none;
}
.primary-images-wrapper .device-carousel .carousel-control-prev,
.primary-images-wrapper .device-carousel .carousel-control-next {
  display: none;
}
.primary-images-wrapper .desktop-carousel {
  display: none;
}
@media (min-width: 769px) {
  .primary-images-wrapper .desktop-carousel {
    display: block;
  }
}
.primary-images-wrapper .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #898989;
}
.primary-images-wrapper .carousel-indicators li.active {
  background-color: #EC008C;
}
@media (min-width: 769px) {
  .primary-images-wrapper .pdp-carousel.slick-slider .slick-dots {
    display: none !important;
  }
}
.primary-images-wrapper .pdp-carousel .slick-arrow {
  display: none !important;
}
.primary-images-wrapper .pdp-carousel img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .primary-images-wrapper .pdp-carousel.slick-initialized .slick-slide {
    max-height: 700px;
  }
}
.primary-images-wrapper .pdp-carousel .slick-dots {
  bottom: 10px;
}
.primary-images-wrapper .pdp-carousel .slick-dots li {
  width: 10px;
  height: 10px;
}
.primary-images-wrapper .pdp-thumb-nav {
  margin-top: 35px;
}
.primary-images-wrapper .pdp-thumb-nav.slick-slider .slick-arrow {
  background: transparent;
  top: auto;
}
.primary-images-wrapper .pdp-thumb-nav.slick-slider .slick-prev {
  top: -38px;
  left: 28px;
}
.primary-images-wrapper .pdp-thumb-nav.slick-slider .slick-prev:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  padding: 5px;
}
.primary-images-wrapper .pdp-thumb-nav.slick-slider .slick-next {
  bottom: -38px;
  right: 28px;
}
.primary-images-wrapper .pdp-thumb-nav.slick-slider .slick-next:before {
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
  padding: 5px;
}
.primary-images-wrapper .pdp-thumb-nav .thumbnail-image {
  margin-bottom: 5px;
}
.primary-images-wrapper .pdp-thumb-nav img {
  border-radius: 5px;
  cursor: pointer;
}

.zoom-slick.slick-slider .slick-dots {
  display: block !important;
}
@media (max-width: 768.98px) {
  .zoom-slick.slick-slider .pinch-zoom-container {
    height: 100vh !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.zoomed-img .slick-dots,
.pdp-carousel .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
}
.zoomed-img .slick-dots li,
.pdp-carousel .slick-dots li {
  border-radius: 20px;
  color: #333;
  background-color: #e4e4e4;
  border-radius: 50%;
  padding: 4px;
  display: inline-block;
  margin: 0 5px;
}
.zoomed-img .slick-dots li button,
.pdp-carousel .slick-dots li button {
  display: none;
}
.zoomed-img .slick-dots li.slick-active,
.pdp-carousel .slick-dots li.slick-active {
  background-color: #EC008C;
}

.zoomed-img {
  background-color: #fff;
}
@media (min-width: 769px) {
  .zoomed-img .modal-dialog {
    max-width: 780px;
    margin: 64px auto;
  }
}
.zoomed-img .modal-body {
  padding: 0;
}
@media (max-width: 768.98px) {
  .zoomed-img .modal-dialog-centered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768.98px) {
  .zoomed-img .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
.zoomed-img .close {
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 768.98px) {
  .zoomed-img .close {
    font-size: 2.5rem;
    right: 20px;
  }
}
@media (min-width: 769px) {
  .zoomed-img .close {
    top: 44px;
    right: 43px;
  }
}
.zoomed-img .close span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-weight: normal;
}
@media (min-width: 769px) {
  .zoomed-img .close span {
    font-size: 3rem;
  }
}
.zoomed-img .modal-content {
  border: none;
}
.zoomed-img .slider-pdp-image img {
  width: 100%;
  cursor: pointer;
}
.zoomed-img .slick-slider .slick-prev {
  left: -15%;
}
.zoomed-img .slick-slider .slick-next {
  right: -15%;
}
.zoomed-img .slick-slider .slick-prev:before,
.zoomed-img .slick-slider .slick-next:before {
  padding: 12px;
}
.zoomed-img .slick-slider .slick-arrow {
  top: 50%;
  z-index: 1;
  background: transparent;
}
@media (max-width: 768.98px) {
  .zoomed-img .slick-slider .slick-arrow {
    display: none !important;
  }
}
.zoomed-img .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .zoomed-img .slick-dots {
    bottom: -40px;
  }
}
.zoomed-img .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  color: #333;
  background-color: #e4e4e4;
  border-radius: 50%;
  padding: 4px;
  display: inline-block;
  margin: 0 5px;
}
@media (min-width: 769px) {
  .zoomed-img .slick-dots li {
    width: 14px;
    height: 14px;
  }
}
.zoomed-img .slick-dots li button {
  display: none;
}
.zoomed-img .slick-dots li.slick-active {
  background-color: #EC008C;
}

.pinch-zoom-parent {
  height: 80vh;
  width: 90vw;
}

div.pinch-zoom div.description h1 {
  font-size: 40px;
  margin: 0px;
  margin-bottom: 10px;
}

div.pinch-zoom div.description p {
  margin-bottom: 1em;
}

.vmm-ratings:hover + .ratingSummary {
  display: block !important;
  pointer-events: auto;
}

.reviews-heading {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.125rem;
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  direction: rtl;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.star-rating input {
  display: none;
}
.star-rating label {
  color: #ccc;
  cursor: pointer;
}
.star-rating label:before {
  content: "\2605";
  font-size: inherit;
  color: #ddd;
}
.star-rating input:checked ~ label:before {
  color: #ffd700;
}
.star-rating .reviewTitle {
  margin: 0 1rem;
  font-weight: 600;
}

.review {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.review .reviewDate {
  color: #565959 !important;
  font-size: 0.8rem;
}

#pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin: 1rem 0;
}
#pagination button.page {
  border: none;
  height: 2rem;
  width: 2rem;
  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;
}
#pagination button.page.active {
  background: #ec008c;
  color: #fff;
}

#GlobalReview {
  margin: 0 0 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#GlobalReview .ratingCountwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  width: 100%;
}
#GlobalReview .ratingCountwrapper .ratingCount {
  width: 100%;
}
#GlobalReview .ratingpercentwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0.5rem;
  width: 80%;
}
#GlobalReview .progress-bar-container {
  width: 50%;
  height: 1rem;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
#GlobalReview .progress-bar {
  height: 100%;
  background-color: #ec008c;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
#GlobalReview .w10 {
  width: auto;
  min-width: 4rem;
  padding: 0 0.5rem;
}

.reviewBtn {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.reviewmsg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2rem;
}
.reviewmsg .bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

#reviewMsgerror svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#reviewDesc {
  height: auto !important;
}

.change-address-popup__header {
  background-color: #fff !important;
}

#submitReview {
  float: right;
}

.ratingSummary {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  z-index: 99999;
  height: auto;
  background: #fff;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 5px 3px 15px 0px #d2d2d2;
          box-shadow: 5px 3px 15px 0px #d2d2d2;
  padding: 5%;
}
.ratingSummary .ratingpercentwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 0.5rem;
}
.ratingSummary .progress-bar-container {
  width: 40%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.ratingSummary .progress-bar {
  height: 100%;
  background-color: #ec008c;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.ratingSummary .w10 {
  width: auto;
  min-width: 20%;
}

.tile-body-footer {
  position: relative;
}

span.full-star:first-child {
  margin-left: 0.5rem;
}

span.totalReviews {
  margin-left: 0.5rem;
}

span.full-star {
  color: gold;
  font-size: 1rem;
}

span.empty-star {
  color: #d3d3d3;
  font-size: 1rem;
}

#reviewContainer {
  width: 60%;
}

.wt40 {
  width: 40%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mt2rem {
  margin-top: 2rem;
}

.reviewValidationError {
  color: red;
  font-size: 0.8rem;
}

#review_productimageText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#review_productimageText img {
  width: 30%;
  margin-top: 2rem;
}
#review_productimageText p {
  font-size: 1.2rem;
  font-weight: 600;
}

#reviewContainer .review .star-rating label {
  cursor: default;
}

.star-rating-link:hover {
  text-decoration: none;
  position: static;
}

#product-reviews {
  border-top: 1px solid #eaeaea;
  padding-top: 1rem;
}

@media screen and (max-width: 500px) {
  .ratingpercentwrapper {
    gap: 0.2rem !important;
  }
  #product-reviews {
    border-top: 1px solid #eaeaea;
    padding-top: 1rem;
  }
  #product-reviews .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product-reviews #reviewContainer {
    width: 100%;
    margin-top: 2rem;
    padding: 0;
  }
  #product-reviews .wt40 {
    width: 100%;
  }
  #product-reviews .reviewBtn {
    width: 100%;
  }
  #product-reviews #GlobalReview .ratingpercentwrapper {
    width: 100%;
  }
  #product-reviews #GlobalReview .noratingcontainer .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #product-reviews #GlobalReview .ratingCountwrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.best-deal,
.new-arrivals,
.pdp-pair-it-with {
  background: #fff;
  clear: both;
}
@media (min-width: 768px) {
  .best-deal,
  .new-arrivals,
  .pdp-pair-it-with {
    margin-bottom: 30px;
  }
}
.best-deal__heading,
.new-arrivals__heading,
.pdp-pair-it-with__heading {
  font-size: 1.0625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 0.71;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .best-deal__heading,
  .new-arrivals__heading,
  .pdp-pair-it-with__heading {
    font-size: 1.875rem;
    padding: 30px 0;
  }
}
.best-deal__product,
.new-arrivals__product,
.pdp-pair-it-with__product {
  margin-bottom: 10px;
}
.best-deal__content,
.new-arrivals__content,
.pdp-pair-it-with__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 10px;
}
.best-deal__title,
.new-arrivals__title,
.pdp-pair-it-with__title {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  line-height: normal;
}
@media (min-width: 769px) {
  .best-deal__title,
  .new-arrivals__title,
  .pdp-pair-it-with__title {
    font-size: 1.875rem;
  }
}
.best-deal__description,
.new-arrivals__description,
.pdp-pair-it-with__description {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 769px) {
  .best-deal__description,
  .new-arrivals__description,
  .pdp-pair-it-with__description {
    font-size: 1.25rem;
  }
}
.best-deal .nav-item,
.new-arrivals .nav-item,
.pdp-pair-it-with .nav-item {
  margin: 0 10px 10px 0;
}
@media (max-width: 768.98px) {
  .best-deal .nav-item,
  .new-arrivals .nav-item,
  .pdp-pair-it-with .nav-item {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 4px;
    vertical-align: top;
    width: 120px !important;
    margin-right: 5px;
  }
}
.best-deal .product-tile .tile-body,
.new-arrivals .product-tile .tile-body,
.pdp-pair-it-with .product-tile .tile-body {
  padding-bottom: 0;
}
@media (max-width: 1023.98px) {
  .best-deal.from-einstein,
  .new-arrivals.from-einstein,
  .pdp-pair-it-with.from-einstein {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .best-deal.from-einstein .product,
  .new-arrivals.from-einstein .product,
  .pdp-pair-it-with.from-einstein .product {
    display: inline-block;
    width: 160px;
  }
}
.best-deal.from-einstein.slick-slider,
.new-arrivals.from-einstein.slick-slider,
.pdp-pair-it-with.from-einstein.slick-slider {
  visibility: visible;
}

.new-arrivals-loader {
  text-align: center;
}

.best-deal-slider-nav,
.new-arrivals-slider-nav {
  padding: 0 0 10px;
  white-space: nowrap;
  overflow: auto;
  display: block;
  margin-bottom: 10px;
  border: none;
}
@media (min-width: 1024px) {
  .best-deal-slider-nav,
  .new-arrivals-slider-nav {
    padding: 0 40px;
  }
}
.best-deal-slider-nav .slick-prev,
.new-arrivals-slider-nav .slick-prev {
  left: 0;
  top: 5px;
}
.best-deal-slider-nav .slick-next,
.new-arrivals-slider-nav .slick-next {
  right: 0;
  top: 5px;
}
.best-deal-slider-nav .nav-item,
.new-arrivals-slider-nav .nav-item {
  outline: none;
  cursor: pointer;
  padding: 10px 34px;
  opacity: 0.9;
  border-radius: 0 6px;
  background-color: #f4f4f4;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768.98px) {
  .best-deal-slider-nav .nav-item,
  .new-arrivals-slider-nav .nav-item {
    padding: 10px;
    font-size: 0.75rem;
  }
}
.best-deal-slider-nav .nav-item.active,
.new-arrivals-slider-nav .nav-item.active {
  background-color: #0068A9;
  color: #fff;
  border-bottom: none;
}
.best-deal-slider-nav .nav-item.slick-slide.active,
.new-arrivals-slider-nav .nav-item.slick-slide.active {
  background-color: #f4f4f4;
  color: #000;
}
.best-deal-slider-nav .nav-item.slick-slide.active.slick-current,
.new-arrivals-slider-nav .nav-item.slick-slide.active.slick-current {
  background-color: #0068A9;
  color: #fff;
}

.best-deal-slider-for .see-more,
.new-arrivals-slider-for .see-more {
  padding: 15px 0 30px;
  text-align: center;
}
.best-deal-slider-for.tab-content > .active,
.new-arrivals-slider-for.tab-content > .active {
  opacity: 1 !important;
  z-index: 1 !important;
}

.new-arrivals-slider-for .newarrivals-list {
  white-space: nowrap;
  display: block;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .new-arrivals-slider-for .newarrivals-list {
    white-space: normal;
  }
}
.new-arrivals-slider-for .newarrivals-list .product {
  width: 150px;
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .new-arrivals-slider-for .newarrivals-list .product {
    width: 24.7%;
    padding: 0 10px;
  }
}

@media (max-width: 768.98px) {
  .new-arrivals-slider-for .newarrivals-list .product-tile .tile-body .price {
    max-height: unset;
    overflow: auto;
  }
}
@media (max-width: 768.98px) {
  .new-arrivals-slider-for .newarrivals-list .product-tile .tile-body .price .strike-through + .sales {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .new-arrivals-slider-for .newarrivals-list .product-tile.fmcg-product-tile .tile-body {
    min-height: 183px;
  }
}

.product-quickview .fmcgvariant-block {
  width: 100%;
  display: block;
}

.product-detail .fmcgvariant-block,
.product-quickview .fmcgvariant-block {
  position: relative;
}
.product-detail .fmcgvariant-block input[type=radio],
.product-quickview .fmcgvariant-block input[type=radio] {
  display: none;
}
.product-detail .fmcgvariant-block input[type=radio]:checked + label,
.product-quickview .fmcgvariant-block input[type=radio]:checked + label {
  background: #EEEEEE;
}
.product-detail .fmcgvariant-block input[type=radio]:checked + label:after,
.product-quickview .fmcgvariant-block input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 14px;
  left: 17px;
  content: " ";
  display: block;
  background: #EC008C;
}
.product-detail .fmcgvariant-block input[type=radio]:disabled + label,
.product-quickview .fmcgvariant-block input[type=radio]:disabled + label {
  pointer-events: none;
  color: #979797;
}
.product-detail .fmcgvariant-block input[type=radio]:disabled + label:before,
.product-quickview .fmcgvariant-block input[type=radio]:disabled + label:before {
  border: 1px solid #979797;
}
.product-detail .fmcgvariant-block input[type=radio]:disabled + label span,
.product-quickview .fmcgvariant-block input[type=radio]:disabled + label span {
  color: #222222;
}
.product-detail .fmcgvariant-block label,
.product-quickview .fmcgvariant-block label {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0 5px;
  width: 100%;
  position: relative;
  background: #FAFAFA;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.product-detail .fmcgvariant-block label:before,
.product-quickview .fmcgvariant-block label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 11px;
  border: 1px solid #EC008C;
  background-color: transparent;
}
.product-detail .fmcgvariant-block label span,
.product-quickview .fmcgvariant-block label span {
  float: right;
}

label.color ~ a:hover {
  text-decoration: none;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 768px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-options {
  margin-top: 1.25em;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 766.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 769px) {
  .primary-images-wrapper .carousel {
    position: sticky;
    top: 74px;
  }
}

.wishlist-return-policy-wrapper {
  margin-top: 1.25rem;
}
@media (max-width: 1023.98px) {
  .wishlist-return-policy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .wishlist-return-policy-wrapper .social-icon-wrapper .tooltip {
    width: 85%;
  }
}
@media (min-width: 769px) {
  .wishlist-return-policy-wrapper .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip {
    padding: 50px 0;
    left: 29px;
  }
  .wishlist-return-policy-wrapper .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip p {
    margin: 25px 10px 20px 0;
  }
}
@media (min-width: 769px) {
  .wishlist-return-policy-wrapper .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container {
    padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .wishlist-return-policy-wrapper .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icons {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .wishlist-return-policy-wrapper .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icons {
    width: auto;
  }
}

.product-detail {
  /****Product promotion pop up  *****/
}
@media (max-width: 768.98px) {
  .product-detail.container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768.98px) {
  .product-detail .product-detail-section {
    padding: 0 20px;
    margin-top: 23px;
  }
}
@media (max-width: 1023.98px) {
  .product-detail .product-detail-section .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .product-detail .product-detail-section .price .sales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-detail .product-detail-section .product-promotions {
  background: linear-gradient(97.79deg, rgba(236, 0, 140, 0.1) 21.98%, rgba(0, 104, 169, 0.1) 91.15%);
  border-radius: 5px;
  padding: 1rem;
  margin: 0.5rem 0 0;
}
@media (min-width: 769px) {
  .product-detail .product-detail-section .product-promotions {
    margin: 5px 0 0;
  }
}
.product-detail .product-detail-section .product-promotions p {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.21;
  margin-bottom: 7px;
}
.product-detail .product-detail-section .product-promotions .title,
.product-detail .product-detail-section .product-promotions .content {
  padding: 0;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #222222;
}
@media (min-width: 769px) {
  .product-detail .product-detail-section .product-promotions .title,
  .product-detail .product-detail-section .product-promotions .content {
    font-size: 1rem;
  }
}
.product-detail .product-detail-section .product-promotions a,
.product-detail .product-detail-section .product-promotions .promo-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .product-detail .product-detail-section .product-promotions a,
  .product-detail .product-detail-section .product-promotions .promo-text {
    font-size: 0.875rem;
  }
}
.product-detail .product-detail-section .product-promotions a {
  color: #0068A9;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
@media (min-width: 769px) {
  .product-detail .product-detail-section .product-promotions a {
    letter-spacing: 2.8px;
  }
}
.product-detail .product-detail-section .product-promotions .promo-text {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.product-detail .product-name-header {
  width: 40%;
  display: inline-block;
}
@media (min-width: 769px) {
  .product-detail .product-name-header {
    width: 70%;
  }
}
.product-detail .product-brand,
.product-detail .product-name {
  color: #222222;
}
@media (min-width: 769px) {
  .product-detail .product-brand,
  .product-detail .product-name {
    color: #000;
  }
}
.product-detail .product-brand {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .product-detail .product-brand {
    font-size: 1rem;
    line-height: 1.63;
  }
}
.product-detail .product-name {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 300;
  color: #000;
  margin: 0 0 13px;
}
@media (min-width: 769px) {
  .product-detail .product-name {
    font-size: 1.625rem;
    margin: 0 0 17px;
  }
}
.product-detail .prices-wrapper {
  padding: 0;
}
@media (max-width: 768.98px) {
  .product-detail .prices-wrapper {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
  }
}
.product-detail .prices-wrapper .strike-through,
.product-detail .prices-wrapper .sales {
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .product-detail .prices-wrapper .strike-through,
  .product-detail .prices-wrapper .sales {
    font-size: 1.25rem;
  }
}
.product-detail .prices-wrapper .strike-through {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0.4;
  color: #2a2a2a;
}
.product-detail .prices-wrapper .strike-through + .sales {
  color: #096dac;
}
.product-detail .prices-wrapper .sales {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #292929;
}
@media (min-width: 769px) {
  .product-detail .prices-wrapper .sales {
    color: #0a0a0a;
  }
}
@media (min-width: 769px) {
  .product-detail .prices-wrapper .price {
    text-align: left;
  }
}
.product-detail .prices-wrapper .product-discount {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #eb008b;
}
@media (min-width: 769px) {
  .product-detail .prices-wrapper .product-discount {
    font-size: 1.25rem;
  }
}
.product-detail .color-attribute {
  vertical-align: middle;
  margin-right: 9px;
}
.product-detail .color-attribute.selected {
  pointer-events: none;
}
.product-detail .color-attribute .swatch-circle.selected {
  border: 1px solid;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.product-detail .color-attribute .swatch-circle.selected .color-swatch-bg {
  width: 1.5em;
  height: 1.5em;
}
.product-detail .color-attribute .color-swatch-bg {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  display: inline-block;
  margin-top: 3px;
}
.product-detail .color-attribute .color-code {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #999999;
}
@media (min-width: 769px) {
  .product-detail .color-attribute .color-code {
    font-size: 0.875rem;
  }
}
.product-detail .color-attribute .color-code.selected {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #222222;
}
.product-detail .size-attribute.selected {
  pointer-events: none;
}
.product-detail .select-color-row[data-attr=vmmFmcgVariant] {
  margin-top: 30px;
}
.product-detail .select-color-row[data-attr=color] button.unselectable {
  pointer-events: none;
  cursor: none;
  position: relative;
}
.product-detail .select-color-row[data-attr=color] button.unselectable span {
  color: #c0c0c0;
}
.product-detail .select-color-row[data-attr=color] button.unselectable .swatch-circle.unselectable, .product-detail .select-color-row[data-attr=color] button.unselectable .swatch-circle.selectable {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.product-detail .select-color-row[data-attr=color] button.unselectable .swatch-circle.unselectable .color-swatch-bg, .product-detail .select-color-row[data-attr=color] button.unselectable .swatch-circle.selectable .color-swatch-bg {
  width: 1.5em;
  height: 1.5em;
}
.product-detail .select-color-row[data-attr=color] button.unselectable .swatch-circle.unselectable:before, .product-detail .select-color-row[data-attr=color] button.unselectable .swatch-circle.unselectable:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 31px;
  width: 1px;
  background-color: #c0c0c0;
  top: 0;
  z-index: 1;
}
.product-detail .select-color-row[data-attr=color] button.unselectable .swatch-circle.unselectable:before {
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
}
.product-detail .select-color-row[data-attr=color] button.unselectable .swatch-circle.unselectable:after {
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
}
.product-detail .select-color-row[data-attr=size],
.product-detail .select-color-row[data-attr=width] {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 27px;
  margin-bottom: 5px;
}
.product-detail .select-color-row[data-attr=size] .attribute,
.product-detail .select-color-row[data-attr=width] .attribute {
  width: 100%;
}
.product-detail .select-color-row[data-attr=size] button,
.product-detail .select-color-row[data-attr=width] button {
  border: 1px solid #000;
  border-radius: 0 5px;
  font-size: 0.875rem;
  background: #fff;
  line-height: 3;
  margin-right: 6px;
  text-align: center;
  min-width: 50px;
  height: 40px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 5px;
}
.product-detail .select-color-row[data-attr=size] button.selected,
.product-detail .select-color-row[data-attr=width] button.selected {
  background: #222222;
  color: #fff;
}
.product-detail .select-color-row[data-attr=size] button.selected.unselectable,
.product-detail .select-color-row[data-attr=width] button.selected.unselectable {
  background: #fff;
  color: #222222;
}
@media (min-width: 769px) {
  .product-detail .select-color-row[data-attr=size] button span,
  .product-detail .select-color-row[data-attr=width] button span {
    width: auto;
  }
}
.product-detail .select-color-row[data-attr=size] button.unselectable,
.product-detail .select-color-row[data-attr=width] button.unselectable {
  border: 0.5px solid #c0c0c0;
  pointer-events: none;
  cursor: none;
  position: relative;
}
.product-detail .select-color-row[data-attr=size] button.unselectable:before, .product-detail .select-color-row[data-attr=size] button.unselectable:after,
.product-detail .select-color-row[data-attr=width] button.unselectable:before,
.product-detail .select-color-row[data-attr=width] button.unselectable:after {
  position: absolute;
  left: 24px;
  content: " ";
  height: 60px;
  width: 1px;
  background-color: #c0c0c0;
  top: -11px;
}
.product-detail .select-color-row[data-attr=size] button.unselectable:before,
.product-detail .select-color-row[data-attr=width] button.unselectable:before {
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
}
.product-detail .select-color-row[data-attr=size] button.unselectable:after,
.product-detail .select-color-row[data-attr=width] button.unselectable:after {
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
}
.product-detail .select-color-row[data-attr=size] button.unselectable span,
.product-detail .select-color-row[data-attr=width] button.unselectable span {
  color: #c0c0c0;
}
.product-detail .last-bought-size span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #222222;
}
@media (min-width: 769px) {
  .product-detail .last-bought-size span {
    font-size: 0.8125rem;
  }
}
.product-detail .size-chart {
  text-align: right;
}
.product-detail .size-chart .btn-sizeChart {
  background: transparent;
  border: 0;
  padding: 0;
  line-height: normal;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0068A9;
  letter-spacing: 2px;
}
@media (min-width: 769px) {
  .product-detail .size-chart .btn-sizeChart {
    font-size: 0.875rem;
    letter-spacing: 2.33px;
  }
}
.product-detail .size-chart .btn-sizeChart:hover, .product-detail .size-chart .btn-sizeChart:active, .product-detail .size-chart .btn-sizeChart:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #0068A9;
}
.product-detail .product-sizechart {
  width: 100%;
}
.product-detail .select-size-label,
.product-detail .size-chart {
  display: inline-block;
  width: 49%;
}
.product-detail .size-chart {
  text-align: right;
}
.product-detail .product-number-rating {
  margin-top: 27px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-detail .product-number-rating .product-number {
  font-size: 0.875rem;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
  width: auto;
}
.product-detail .product-number-rating .product-number span {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
}
.product-detail .product-number-rating .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}
.product-detail .product-number-rating .avg-ratings {
  font-size: 1rem;
  width: auto;
  padding: 2%;
  text-align: center;
}
.product-detail .select-color-row .size,
.product-detail .select-color-row .color,
.product-detail .select-color-row .vmmFmcgVariant,
.product-detail .select-color-row .product-quantity,
.product-detail .select-quantity-row .size,
.product-detail .select-quantity-row .color,
.product-detail .select-quantity-row .vmmFmcgVariant,
.product-detail .select-quantity-row .product-quantity {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .product-detail .select-color-row .size,
  .product-detail .select-color-row .color,
  .product-detail .select-color-row .vmmFmcgVariant,
  .product-detail .select-color-row .product-quantity,
  .product-detail .select-quantity-row .size,
  .product-detail .select-quantity-row .color,
  .product-detail .select-quantity-row .vmmFmcgVariant,
  .product-detail .select-quantity-row .product-quantity {
    font-size: 0.875rem;
    letter-spacing: 2.33px;
  }
}
@media (max-width: 768.98px) {
  .product-detail .select-quantity-row {
    margin-top: 15px;
  }
}
.product-detail .select-color-row {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .product-detail .select-color-row {
    margin-top: 39px;
  }
}
.product-detail .select-color-row:last-child {
  margin-top: 27px;
}
.product-detail .wishlist-socialmedia-wrapper {
  margin-top: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 18px 0;
}
@media (min-width: 769px) {
  .product-detail .wishlist-socialmedia-wrapper {
    margin-top: 29px;
    padding: 29px 0;
  }
}
@media (max-width: 767.98px) {
  .product-detail .pdp-return-policy,
  .product-detail .pdp-quality-assurance {
    text-align: center;
  }
}
.product-detail .pdp-return-policy p,
.product-detail .pdp-quality-assurance p {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 0.875rem;
  margin: 23px 0 0;
}
@media (max-width: 767.98px) {
  .product-detail .pdp-return-policy p,
  .product-detail .pdp-quality-assurance p {
    text-align: left;
  }
}
.product-detail .pdp-return-policy p.return-heading,
.product-detail .pdp-quality-assurance p.return-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 20px;
}
@media (min-width: 769px) {
  .product-detail .pdp-return-policy p.return-heading,
  .product-detail .pdp-quality-assurance p.return-heading {
    margin: 23px 0 22px;
  }
}
.product-detail .pdp-return-policy p.nearest-store,
.product-detail .pdp-quality-assurance p.nearest-store {
  margin: 20px 0 0;
}
@media (min-width: 769px) {
  .product-detail .pdp-return-policy p.nearest-store,
  .product-detail .pdp-quality-assurance p.nearest-store {
    margin: 4px 0 0;
  }
}
.product-detail .pdp-return-policy .product-quality,
.product-detail .pdp-return-policy .find-store,
.product-detail .pdp-return-policy .good-return,
.product-detail .pdp-quality-assurance .product-quality,
.product-detail .pdp-quality-assurance .find-store,
.product-detail .pdp-quality-assurance .good-return {
  display: inline-block;
  text-align: center;
  margin-right: 37px;
  width: 100px;
}
@media (max-width: 767.98px) {
  .product-detail .pdp-return-policy .product-quality,
  .product-detail .pdp-return-policy .find-store,
  .product-detail .pdp-return-policy .good-return,
  .product-detail .pdp-quality-assurance .product-quality,
  .product-detail .pdp-quality-assurance .find-store,
  .product-detail .pdp-quality-assurance .good-return {
    margin-right: 18px;
    width: 28%;
  }
}
@media (min-width: 769px) {
  .product-detail .pdp-return-policy .product-quality,
  .product-detail .pdp-return-policy .find-store,
  .product-detail .pdp-return-policy .good-return,
  .product-detail .pdp-quality-assurance .product-quality,
  .product-detail .pdp-quality-assurance .find-store,
  .product-detail .pdp-quality-assurance .good-return {
    width: auto;
    margin-right: 20px;
  }
}
.product-detail .pdp-return-policy .product-quality p,
.product-detail .pdp-return-policy .find-store p,
.product-detail .pdp-return-policy .good-return p,
.product-detail .pdp-quality-assurance .product-quality p,
.product-detail .pdp-quality-assurance .find-store p,
.product-detail .pdp-quality-assurance .good-return p {
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  .product-detail .pdp-return-policy .product-quality p,
  .product-detail .pdp-return-policy .find-store p,
  .product-detail .pdp-return-policy .good-return p,
  .product-detail .pdp-quality-assurance .product-quality p,
  .product-detail .pdp-quality-assurance .find-store p,
  .product-detail .pdp-quality-assurance .good-return p {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .product-detail .pdp-return-policy .find-store p,
  .product-detail .pdp-quality-assurance .find-store p {
    width: 94%;
  }
}
.product-detail .pdp-return-policy .good-return,
.product-detail .pdp-quality-assurance .good-return {
  margin-right: 0;
}
.product-detail .pdp-return-policy a,
.product-detail .pdp-quality-assurance a {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0068A9;
  letter-spacing: 2.8px;
  font-size: 0.875rem;
}
@media (max-width: 768.98px) {
  .product-detail .description-and-detail {
    margin-top: 20px;
  }
  .product-detail .description-and-detail.collapsible-sm .title:after {
    content: "\F067";
    font-family: "FontAwesome";
  }
  .product-detail .description-and-detail.collapsible-sm.active .title:after {
    content: "\F068";
    font-family: "FontAwesome";
  }
}
.product-detail .description-and-detail h2 {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 0.86;
  text-transform: uppercase;
  color: #222222;
  line-height: 0.86;
  letter-spacing: 2px;
}
@media (max-width: 766.98px) {
  .product-detail .description-and-detail h2 {
    margin-bottom: 0;
  }
}
.product-detail .description-and-detail .content {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.product-detail .description-and-detail table td {
  padding: 10px;
  border: 1px solid #222222;
  text-align: left;
}
.product-detail .description-and-detail table td.label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: bold;
  background-color: #FAFAFA;
  width: 34%;
}
.product-detail .description-and-detail table td.label, .product-detail .description-and-detail table td.value {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.product-detail .pair-it-with {
  margin-bottom: 76px;
}
@media (max-width: 768.98px) {
  .product-detail .pair-it-with {
    padding: 0 15px;
    margin-bottom: 38px;
  }
}
.product-detail .pair-it-with h2 {
  padding-bottom: 10px;
  font-size: 1.25rem;
  line-height: 24px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 769px) {
  .product-detail .pair-it-with h2 {
    font-size: 2.125rem;
    padding-bottom: 24px;
  }
}
.product-detail .pair-it-with h2.product-brand {
  color: #2a2a2a;
  font-size: 0.625rem;
  letter-spacing: 2.33px;
  line-height: normal;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .product-detail .pair-it-with h2.product-brand {
    font-size: 0.875rem;
  }
}
.product-detail .pair-it-with .slick-slider .slick-prev {
  left: -12%;
}
.product-detail .pair-it-with .slick-slider .slick-next {
  right: -12%;
}
.product-detail .pair-it-with .slick-slider .slick-arrow {
  top: 25%;
  z-index: 1;
}
@media (max-width: 768.98px) {
  .product-detail .pair-it-with .slick-slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  .product-detail .pair-it-with .slick-slider .slick-list {
    padding-left: 0 !important;
  }
}
@media (min-width: 769px) {
  .product-detail .pair-it-with .new-arrival,
  .product-detail .pair-it-with .pdp-pair-it-with {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-detail .pair-it-with .new-arrival,
  .product-detail .pair-it-with .pdp-pair-it-with {
    max-width: 768px;
    margin: 0 auto;
  }
}
.product-detail .pair-it-with .new-arrival .product,
.product-detail .pair-it-with .pdp-pair-it-with .product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768.98px) {
  .product-detail .pair-it-with .new-arrival .product,
  .product-detail .pair-it-with .pdp-pair-it-with .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023.98px) {
  .product-detail .pair-it-with .new-arrival .product .product-tile,
  .product-detail .pair-it-with .pdp-pair-it-with .product .product-tile {
    margin: 0.5rem 0;
  }
}
.product-detail .pair-it-with .new-arrival .product .product-tile .promo-tooltip,
.product-detail .pair-it-with .pdp-pair-it-with .product .product-tile .promo-tooltip {
  position: absolute !important;
}
@media (max-width: 1023.98px) {
  .product-detail .pair-it-with .new-arrival .product .product-tile .tile-body .d-flex,
  .product-detail .pair-it-with .pdp-pair-it-with .product .product-tile .tile-body .d-flex {
    margin: 0;
  }
}
@media (max-width: 1023.98px) {
  .product-detail .pair-it-with .new-arrival .product .product-tile .tile-body .d-flex .col-4,
  .product-detail .pair-it-with .pdp-pair-it-with .product .product-tile .tile-body .d-flex .col-4 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.product-detail .pair-it-with .new-arrival .product .product-tile .tile-body .d-flex .col-4 .btn-black,
.product-detail .pair-it-with .pdp-pair-it-with .product .product-tile .tile-body .d-flex .col-4 .btn-black {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.2rem;
}
.product-detail .pair-it-with .new-arrival .tile-body,
.product-detail .pair-it-with .pdp-pair-it-with .tile-body {
  padding-bottom: 0;
}
.product-detail .product-imageDescription {
  margin-bottom: 36px;
}
.product-detail .product-imageDescription .wishlist-icon {
  background: #f4f4f4;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin-top: 7px;
}
.product-detail .product-imageDescription .wishlist-icon img {
  text-align: center;
  width: 100%;
}
.product-detail .product-imageDescription .carousel-control-prev,
.product-detail .product-imageDescription .carousel-control-next {
  top: 50%;
  bottom: unset;
}
.product-detail .product-imageDescription .carousel-indicators {
  text-align: center;
}
.product-detail .product-imageDescription .carousel-indicators li {
  display: inline-block;
}
.product-detail .product-imageDescription .slick-slider.slick-initialized {
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}
.product-detail .productdetail-attribute {
  margin-top: 24px;
  background: #FAFAFA;
  padding-bottom: 20px;
}
.product-detail .productdetail-attribute.product-specs {
  border: none;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .product-detail .productdetail-attribute.product-specs {
    margin-top: 20px;
  }
}
.product-detail .productdetail-attribute.product-specs .product-specs__label.apprales-label {
  text-align: left;
  display: block;
  padding: 15px;
  text-transform: uppercase;
}
.product-detail .productdetail-attribute ul {
  list-style-type: none;
  padding: 10px 30px 0 30px;
  margin-bottom: 0;
  display: table;
  width: 100%;
  text-align: left;
}
@media (min-width: 769px) {
  .product-detail .productdetail-attribute ul {
    padding: 30px 30px 0 30px;
  }
}
.product-detail .productdetail-attribute li {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.36;
  color: #222222;
  padding-bottom: 15px;
  width: 32%;
  vertical-align: text-top;
  text-align: left;
}
.product-detail .productdetail-attribute li:last-child {
  float: left;
}
.product-detail .productdetail-attribute li span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.product-detail .productdetail-attribute li .label-heading {
  font-weight: 700;
}
.product-detail .prices-add-to-cart-actions .btn {
  width: 100%;
  padding: 0.9375rem;
}
@media (max-width: 768.98px) {
  .product-detail .prices-add-to-cart-actions {
    margin: 0 auto;
    -webkit-box-shadow: 0 -4px 16px -3px rgba(0, 0, 0, 0.19);
            box-shadow: 0 -4px 16px -3px rgba(0, 0, 0, 0.19);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9;
  }
}
@media (min-width: 769px) {
  .product-detail .prices-add-to-cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-detail .prices-add-to-cart-actions .col-6 {
    padding: 0;
    max-width: 48% !important;
  }
}
.product-detail .prices-add-to-cart-actions .wishlistTile {
  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;
  gap: 1rem;
}
.product-detail .prices-add-to-cart-actions .wishlistTile .fa-stack {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail .prices-add-to-cart-actions .wishlistTile .buy-later {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-detail .quantity-addtocart {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .product-detail .quantity-addtocart {
    margin-top: 30px;
  }
}
.product-detail .attribute {
  margin-top: 0;
}
.product-detail .attribute.quantity {
  margin-top: 0;
}
.product-detail .add-to-cart {
  padding: 18px;
}
@media (min-width: 768px) {
  .product-detail .add-to-cart {
    width: 100%;
  }
}
.product-detail .custom-selector-options.show {
  text-align: center;
}
.product-detail .custom-selector-selection {
  padding: 17px 5px;
  border: none;
  background: #f6f6f6;
}
.product-detail .custom-selector-selection .selection-value {
  text-align: unset;
  padding-left: 10px;
  font-size: 1.0625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.product-detail .custom-selector-selection em {
  top: 47%;
}
.product-detail .custom-selector-selection .icon-chevron-bottom:before {
  border-width: 0 2px 2px 0;
  padding: 4px;
}
.product-detail .fmcg-product-compare .product-compare-wrapper,
.product-detail .gm-product-compare .product-compare-wrapper {
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .product-detail .fmcg-product-compare .product-compare-wrapper,
  .product-detail .gm-product-compare .product-compare-wrapper {
    padding-top: 53px;
    margin-bottom: 0;
  }
}
.product-detail .product-compare-wrapper {
  padding-top: 47px;
  padding-bottom: 134px;
}
@media (max-width: 768.98px) {
  .product-detail .product-compare-wrapper {
    background: #FAFAFA;
    padding: 0 15px;
  }
}
.product-detail .product-compare-wrapper .heading {
  font-size: 2.1875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 38px;
}
@media (max-width: 768.98px) {
  .product-detail .product-compare-wrapper .heading {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.product-detail .product-compare-wrapper .product-tile .product-brand {
  font-size: 0.875rem;
  letter-spacing: 2.1px;
  color: #222222;
}
.product-detail .product-compare-wrapper .product-tile .image-container {
  overflow: hidden;
}
.product-detail .product-compare-wrapper .cart-and-ipay {
  max-width: 196px;
}
@media (max-width: 768.98px) {
  .product-detail .product-compare-wrapper .cart-and-ipay {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .product-detail .product-compare-wrapper .cart-and-ipay {
    margin: 0 auto;
  }
}
.product-detail .product-compare-block {
  position: relative;
}
@media (max-width: 768.98px) {
  .product-detail .product-compare-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
}
@media (min-width: 769px) {
  .product-detail .product-compare-block {
    max-width: 50%;
    margin: 0 auto;
  }
}
.product-detail .product-compare-block:first-child {
  border-right: 1px solid rgba(151, 151, 151, 0.21);
}
@media (min-width: 769px) {
  .product-detail .product-compare-block:first-child {
    padding-right: 12.8%;
  }
}
@media (min-width: 769px) {
  .product-detail .product-compare-block:last-child {
    padding-left: 12.8%;
  }
}
@media (min-width: 769px) {
  .product-detail .product-compare-block .price {
    min-height: unset;
    max-height: unset;
    overflow: hidden;
  }
}
.product-detail .product-compare-block .price .strike-through + .sales {
  color: #2a2a2a;
}
.product-detail .product-compare-block .strike-through,
.product-detail .product-compare-block .product-discount {
  display: none;
}
.product-detail .product-compare-block .product-attr-wrapper .product-attr-block:first-child {
  padding-top: 10px;
}
.product-detail .product-compare-block .product-attr-block:first-child {
  padding-top: 10px;
}
.product-detail .product-compare-block .product-attr-block span {
  font-size: 1rem;
  color: #222222;
  line-height: 1.25;
}
.product-detail .product-compare-block .product-attr-block:nth-child(even) span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.product-detail .product-compare-block .product-attr-block:nth-child(odd) {
  padding-top: 15px;
}
.product-detail .product-compare-block .product-attr-block:nth-child(odd) span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.product-detail .product-compare-block .product-tile .tile-body {
  padding-bottom: 17px;
}
@media (max-width: 768.98px) {
  .product-detail .product-compare-block .product-tile .tile-body {
    text-align: left;
  }
}
.product-detail .product-compare-block .cart-and-ipay button {
  width: 100%;
  padding: 18px 0;
}
.product-detail .gm-description,
.product-detail .fmcg-description {
  border-top: 1px solid #eaeaea;
  margin-top: 29px;
  padding-top: 17px;
}
.product-detail .gm-description .productdetail-attribute,
.product-detail .fmcg-description .productdetail-attribute {
  background: transparent;
}
.product-detail .gm-description .productdetail-attribute.product-specs,
.product-detail .fmcg-description .productdetail-attribute.product-specs {
  text-align: left;
}
@media (min-width: 769px) {
  .product-detail .gm-description .productdetail-attribute.product-specs .product-specs__see-more,
  .product-detail .gm-description .productdetail-attribute.product-specs .product-specs__see-less,
  .product-detail .fmcg-description .productdetail-attribute.product-specs .product-specs__see-more,
  .product-detail .fmcg-description .productdetail-attribute.product-specs .product-specs__see-less {
    display: block;
    margin-top: 15px;
  }
}
.product-detail .product-specs__label, .product-detail .product-specs__content, .product-detail .product-specs__see-more, .product-detail .product-specs__see-less {
  font-size: 0.875rem;
}
.product-detail .product-specs__label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #000;
}
.product-detail .product-specs__content {
  padding: 10px 0 8px;
  line-height: 2.07;
  letter-spacing: 0.3px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  .product-detail .product-specs__content {
    padding: 31px 0 8px;
  }
}
.product-detail .product-specs__see-more, .product-detail .product-specs__see-less {
  color: #0068A9;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.product-detail .product-specs table {
  width: 100%;
}
.product-detail .product-specs ul,
.product-detail .product-specs table {
  list-style: disc;
  padding-left: 15px;
}
@media (max-width: 768.98px) {
  .product-detail .product-specs.apparels-spec .product-specs__see-more:after,
  .product-detail .product-specs.apparels-spec .product-specs__see-less:after {
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 900;
    margin-left: 10px;
  }
}
@media (max-width: 768.98px) {
  .product-detail .product-specs.apparels-spec .product-specs__see-more:after {
    content: "\F107";
  }
}
@media (max-width: 768.98px) {
  .product-detail .product-specs.apparels-spec .product-specs__see-less:after {
    content: "\F106";
  }
}
@media (max-width: 768.98px) {
  .product-detail .product-specs.collapsible-sm .title:after {
    content: "\F067";
    font-family: "FontAwesome";
  }
  .product-detail .product-specs.collapsible-sm.active .title:after {
    content: "\F068";
    font-family: "FontAwesome";
  }
}
@media (min-width: 769px) {
  .product-detail .product-ingredients ul li.show {
    display: list-item;
  }
}
.product-detail .frequenty-bought-together .pair-it-with .slick-arrow {
  top: 16%;
}
.product-detail .frequenty-bought-together .add-to-cart-tile {
  padding: 12px 0;
  width: 100%;
}
.product-detail .frequenty-bought-together .price {
  min-height: unset;
  max-height: inherit;
}
.product-detail .fmcg-product-variants .custom-select {
  background: url("../../images/icon-chevron-down.png") no-repeat right 0.75rem center/12px 12px;
}
.product-detail .promotionModal .first-promo,
.product-detail .promotionModal .second-promo {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.product-detail .promotionModal .first-promo a,
.product-detail .promotionModal .second-promo a {
  margin-top: 10px;
  display: block;
}
.product-detail .promotionModal .modal-body {
  text-align: center;
  padding: 22px 39px;
}
.product-detail .promotionModal .modal-header {
  border-bottom: none;
}
.product-detail .promotionModal .call-outmessage {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.product-detail #backBtnPDP-mobile {
  position: absolute;
  z-index: 1;
  top: 0.8rem;
  left: 0.8rem;
}
.product-detail .details-container .product-title {
  font-size: medium;
  text-align: left;
  font-weight: 700;
  color: #333;
}
.product-detail .details-container .product-description {
  text-align: justify;
  line-height: 1.6;
  color: #222222;
  font-weight: 400;
  line-height: 20px;
  font-size: 0.875rem;
}
.product-detail .details-container.apprales {
  margin: 0 15px;
}

.size-chart .close {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  cursor: pointer;
}
.size-chart .modal-header {
  padding: 10px 15px;
  background-color: #f3f3f3;
}
@media (min-width: 769px) {
  .size-chart .modal-header {
    padding: 12px 30px;
  }
}
.size-chart .modal-header p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  color: #222222;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .size-chart .modal-dialog {
    min-width: 677px;
    min-height: 429px;
  }
}
.size-chart .modal-body {
  padding: 10px 15px;
}
@media (min-width: 769px) {
  .size-chart .modal-body {
    padding: 20px 30px;
  }
}
.size-chart .modal-body img {
  width: 100%;
}

@media (max-width: 768.98px) {
  .page[data-action=Product-Show] footer {
    padding-bottom: 130px;
  }
}

@media (max-width: 768.98px) {
  body .embeddedServiceHelpButton .helpButton {
    bottom: 81px;
  }
}
body #stickyFooter {
  position: static;
}