@charset "UTF-8";
/* Font sizes */
/* Max widths for media queries */
.pull-left-xs {
  float: left; }

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

@media (min-width: 680px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1365.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1366px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

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

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

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

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

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

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

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: calc($diameter / 2);
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: calc($diameter / 2);
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: calc($diameter / 2);
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

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

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 679.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 680px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 679.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 680px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 680px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 680px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 679.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.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: 680px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

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

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

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

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

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Font sizes */
/* Max widths for media queries */
#pdp-carousel .slick-arrow {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  transform: none;
  margin: auto 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: none !important;
  min-width: 30px !important; }
  #pdp-carousel .slick-arrow::before {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #000000 !important;
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#pdp-carousel .carousel-section {
  gap: 8px; }
  #pdp-carousel .carousel-section .carousel-control-prev,
  #pdp-carousel .carousel-section .carousel-control-next {
    position: absolute;
    left: -39px !important;
    background-color: #cccccc;
    opacity: 1; }
    @media (max-width: 679.98px) {
      #pdp-carousel .carousel-section .carousel-control-prev,
      #pdp-carousel .carousel-section .carousel-control-next {
        left: -30px !important; } }
    #pdp-carousel .carousel-section .carousel-control-prev::before,
    #pdp-carousel .carousel-section .carousel-control-next::before {
      left: 48%;
      top: 48%; }
  #pdp-carousel .carousel-section .carousel-control-next {
    left: auto !important;
    right: -41px !important; }
    @media (max-width: 679.98px) {
      #pdp-carousel .carousel-section .carousel-control-next {
        right: -30px !important; } }
    #pdp-carousel .carousel-section .carousel-control-next::before {
      left: 55%; }

#pdp-carousel .carousel-indicators {
  width: 100%;
  display: block;
  margin: 0;
  float: left;
  margin-top: 10px;
  padding-right: 10px;
  gap: 8px;
  position: relative; }
  @media (max-width: 768px) {
    #pdp-carousel .carousel-indicators {
      width: 100%;
      font-size: 0;
      margin-left: -5px;
      margin-top: 15px;
      padding-right: 0; } }
  #pdp-carousel .carousel-indicators li {
    width: 100%;
    height: 100px;
    padding: 2px;
    box-sizing: border-box;
    margin: 0;
    border: none;
    opacity: 1; }
    @media (max-width: 768.98px) {
      #pdp-carousel .carousel-indicators li {
        width: 100px;
        aspect-ratio: 1; } }
    @media screen and (max-width: 545px) {
      #pdp-carousel .carousel-indicators li {
        max-width: 54px;
        height: 54px; } }
    #pdp-carousel .carousel-indicators li > div {
      border: solid #ccc 1px;
      border-radius: 15%;
      padding: 10px;
      width: 100%;
      aspect-ratio: 1 / 1;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      overflow: hidden; }
      @media (max-width: 679.98px) {
        #pdp-carousel .carousel-indicators li > div {
          padding: 4px; } }
      #pdp-carousel .carousel-indicators li > div img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block; }
    @media (max-width: 768px) {
      #pdp-carousel .carousel-indicators li {
        margin: 0;
        box-sizing: border-box;
        border: none; } }
  #pdp-carousel .carousel-indicators .slick-current li > div, #pdp-carousel .carousel-indicators li.active > div {
    border: 2px solid #ffd600; }
  #pdp-carousel .carousel-indicators .slick-prev,
  #pdp-carousel .carousel-indicators .slick-next {
    position: absolute;
    left: -39px !important;
    top: 33% !important;
    background-color: #cccccc;
    opacity: 1; }
    @media (max-width: 679.98px) {
      #pdp-carousel .carousel-indicators .slick-prev,
      #pdp-carousel .carousel-indicators .slick-next {
        left: -28px !important;
        top: 27% !important; } }
    #pdp-carousel .carousel-indicators .slick-prev::before,
    #pdp-carousel .carousel-indicators .slick-next::before {
      left: 48%;
      top: 48%; }
  #pdp-carousel .carousel-indicators .slick-next {
    left: auto !important;
    right: -39px !important; }
    @media (max-width: 679.98px) {
      #pdp-carousel .carousel-indicators .slick-next {
        right: -30px !important; } }
    #pdp-carousel .carousel-indicators .slick-next::before {
      left: 55%; }

.slot-pdp-rec .products-carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .slot-pdp-rec .products-carousel .slick-arrow {
    position: unset;
    transform: none;
    margin: auto 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: none !important;
    min-width: 30px !important; }
    .slot-pdp-rec .products-carousel .slick-arrow::before {
      font-weight: 700;
      font-size: 24px;
      line-height: 1;
      color: #000000 !important;
      opacity: 1 !important; }
  .slot-pdp-rec .products-carousel .product-tile {
    padding: 18px 20px;
    background-color: white; }
  .slot-pdp-rec .products-carousel .slick-slide {
    padding: 0 15px; }
  .slot-pdp-rec .products-carousel .price-wrapper {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px; }
  .slot-pdp-rec .products-carousel .plp-product-name .pdp-link a.link {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }

.pdp-rec .pdp-rec-title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px; }

.carousel-indicators.no-slick {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  gap: 0.5rem;
  position: unset;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
  .carousel-indicators.no-slick li {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    text-align: center;
    padding: 0.25rem;
    max-width: 100px; }
    .carousel-indicators.no-slick li div {
      width: 100%;
      height: 100%; }
  .carousel-indicators.no-slick img {
    width: 100%;
    max-height: 80px;
    object-fit: contain;
    border-radius: 4px;
    transition: transform 0.2s ease; }

.abcGrandStore #pdp-carousel .carousel-indicators .slick-current li > div,
.abcGrandStore .product-detail .attributes .swatch-circle.color-value.selected {
  border: 2px solid #6ed34a; }

.abcGrandStore .product-detail .select-size.select-attr-custom li button.selected {
  background-color: #6ed34a; }

.abcGrandStore .container.product-detail .attributes .swatch-circle.color-value.selected {
  border-color: #6ed34a; }

.abcGrandStore .container.product-detail .select-size.select-attr-custom li button.selected {
  background-color: #6ed34a; }

.abcGrandStore .product-description {
  border-top: none; }

.abcGrandStore .layout-bg-block {
  background-color: #f1f1f1; }

.layout-bg-block {
  background-color: #fff; }
  @media (max-width: 768px) {
    .layout-bg-block {
      background-color: #f1f1f1; } }
  .layout-bg-block .breadcrumb-container {
    background-color: #fff; }

#pdp-carousel.carousel .carousel-inner {
  border: solid #cccccc 1px;
  border-radius: 5%;
  width: 100%;
  margin: 0 auto;
  max-width: 540px;
  aspect-ratio: 1; }
  @media (max-width: 768px) {
    #pdp-carousel.carousel .carousel-inner {
      width: 100%;
      padding: 0; } }
  #pdp-carousel.carousel .carousel-inner .carousel-item {
    padding: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden; }
    @media (max-width: 768px) {
      #pdp-carousel.carousel .carousel-inner .carousel-item {
        padding: 10px; } }
    #pdp-carousel.carousel .carousel-inner .carousel-item img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }

@media (max-width: 679.98px) {
  #pdp-carousel.carousel .slick-arrow {
    min-width: 25px !important; }
    #pdp-carousel.carousel .slick-arrow.slick-next, #pdp-carousel.carousel .slick-arrow.slick-prev {
      width: 25px !important;
      height: 25px !important; } }

.product-breadcrumb .breadcrumb {
  margin-left: 0;
  border: none; }

@media (max-width: 768.98px) {
  .productdetail-contain .top-column {
    position: relative; } }

@media (max-width: 768.98px) {
  .productdetail-contain .top-column .wrapper-social {
    position: absolute;
    right: 0; } }

@media (max-width: 768.98px) {
  .productdetail-contain .top-column .wrapper-social .position-absolute {
    right: 0;
    padding-right: 10px; } }

.container.product-detail {
  margin-top: 55px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  background-color: #fff; }
  @media (max-width: 768.98px) {
    .container.product-detail {
      margin-top: 25px;
      padding-top: 25px;
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 375px) {
    .container.product-detail {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 768.98px) {
    .container.product-detail .product_bage_img {
      margin-bottom: 5px !important; } }
  .container.product-detail #pdp-carousel.carousel .carousel-inner {
    border-radius: 20px; }
  .container.product-detail #pdp-carousel.carousel .carousel-indicators li > div {
    border-radius: 10px; }
  .container.product-detail .share-icon-text, .container.product-detail .share-icon {
    gap: 5px; }
    .container.product-detail .share-icon-text .icon, .container.product-detail .share-icon .icon {
      min-width: 22px; }
  .container.product-detail .share-icons.icon {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    display: inline-block !important; }
  .container.product-detail .share-icons.icon.animated-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto; }
  .container.product-detail .share-icon-text {
    right: 0;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px; }
  .container.product-detail .copy-link-message {
    z-index: 1050; }
    .container.product-detail .copy-link-message .alert {
      border-radius: 20px;
      width: fit-content;
      margin: 10px auto; }
      @media screen and (max-width: 768px) {
        .container.product-detail .copy-link-message .alert {
          margin-top: 30px; } }
  @media screen and (min-width: 993px) {
    .container.product-detail {
      padding: 60px 50px !important;
      margin-top: 60px; } }
  .container.product-detail .product-description-details, .container.product-detail .product-materials-details {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #181818; }
  .container.product-detail .brand-name {
    font-weight: 700;
    font-size: 16px;
    color: #777777; }
  .container.product-detail .product-name {
    text-transform: capitalize;
    border: none;
    font-size: 30px;
    font-weight: 700; }
  .container.product-detail .prof-color-name {
    font-size: 20px;
    font-weight: 700;
    line-height: normal; }
    @media (min-width: 769px) {
      .container.product-detail .prof-color-name {
        margin-bottom: 3px; } }
  .container.product-detail .inclusive-vat {
    color: #777777;
    font-size: 8px;
    text-transform: uppercase;
    line-height: normal;
    padding-top: 9px;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .container.product-detail .inclusive-vat {
        padding-top: 5px; } }
  @media (max-width: 768.98px) {
    .container.product-detail .brand-name, .container.product-detail .product-name, .container.product-detail .prof-color-name {
      margin-bottom: 5px !important; } }
  .container.product-detail .simple-quantity {
    padding-left: 0; }
  .container.product-detail .pdp-top-banner .btn-collapse {
    width: 34px;
    height: 34px;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #001e8f !important;
    padding: 0;
    border-radius: 50%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #001e8f;
    margin: 20px auto;
    font-size: 23px; }
    .container.product-detail .pdp-top-banner .btn-collapse .fa-angle-up {
      display: block; }
    .container.product-detail .pdp-top-banner .btn-collapse .fa-angle-down {
      display: none; }
    .container.product-detail .pdp-top-banner .btn-collapse.collapsed .fa-angle-up {
      display: none; }
    .container.product-detail .pdp-top-banner .btn-collapse.collapsed .fa-angle-down {
      display: block; }
  .container.product-detail .images-variants .sales span.value {
    font-size: 16px;
    font-weight: 700; }
  .container.product-detail .images-variants .price del {
    font-size: 16px; }
  .container.product-detail .prices {
    line-height: 20px; }
    .container.product-detail .prices span.vat {
      display: block;
      font-size: 16px;
      font-weight: 400; }
    .container.product-detail .prices .price {
      font-size: unset;
      color: #000; }
      .container.product-detail .prices .price .range {
        display: -ms-flexbox;
        display: flex; }
    .container.product-detail .prices .strike-through {
      color: #000;
      margin: 0; }
    .container.product-detail .prices .price-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-pack: start;
          justify-content: start;
      gap: 4px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 16px; }
  .container.product-detail .attributes .custom-select {
    width: 100% !important;
    border: 1px solid var(--color-black);
    border-radius: 50px; }
  .container.product-detail .attributes .select-size button.selected {
    background-color: var(--color-black); }
  .container.product-detail .attributes .swatch-circle {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border: 1px solid #ccc4c4;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    margin: 0; }
    .container.product-detail .attributes .swatch-circle.color-value.selected {
      border: 2px solid #ffd600; }
      .container.product-detail .attributes .swatch-circle.color-value.selected:after {
        content: "";
        width: 100%;
        height: 100%;
        top: -1px;
        left: -1px;
        background: transparent;
        border-radius: 0; }
  .container.product-detail .attributes label.size {
    display: none; }
  .container.product-detail .attributes .size-oos-msg {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #e72b26;
    margin: -7px 0 6px 0; }
    @media (max-width: 991.98px) {
      .container.product-detail .attributes .size-oos-msg {
        text-align: center; } }
    @media (max-width: 768.98px) {
      .container.product-detail .attributes .size-oos-msg {
        margin: -2px 0 17px 0; } }
  .container.product-detail [data-attr="color"] .attribute {
    border-top: 1px solid #ccc;
    margin-top: 20px !important; }
    @media (max-width: 768.98px) {
      .container.product-detail [data-attr="color"] .attribute {
        margin-top: 25px !important; } }
  .container.product-detail [data-attr="color"] .product-color-attr {
    font-size: 12px;
    font-weight: 700;
    color: #777777;
    margin-bottom: 16px; }
    .container.product-detail [data-attr="color"] .product-color-attr.color {
      margin: 18px 0; }
      @media (max-width: 768.98px) {
        .container.product-detail [data-attr="color"] .product-color-attr.color {
          padding-top: 0;
          margin: 25px 0; } }
  .container.product-detail [data-attr="color"] .color-attribute {
    width: 70px;
    height: 70px;
    border-radius: 10px; }
    @media (max-width: 768.98px) {
      .container.product-detail [data-attr="color"] .color-attribute {
        width: 74px;
        height: 74px; } }
  .container.product-detail [data-attr="color"] .swatch-color-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
    @media (max-width: 768.98px) {
      .container.product-detail [data-attr="color"] .swatch-color-container {
        gap: 11px; } }
  .container.product-detail [data-attr="size"] .attribute:not(.quantity) {
    border-top: 1px solid #ccc;
    margin-top: 25px; }
    @media (max-width: 768.98px) {
      .container.product-detail [data-attr="size"] .attribute:not(.quantity) {
        padding: 0;
        margin-top: 9px; } }
  .container.product-detail [data-attr="size"] .attribute.quantity {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 18px; }
    @media (max-width: 768.98px) {
      .container.product-detail [data-attr="size"] .attribute.quantity {
        margin-top: 25px; } }
  .container.product-detail [data-attr="size"] .plp-swatch-show {
    margin: 14px 0 11px; }
    @media (max-width: 768.98px) {
      .container.product-detail [data-attr="size"] .plp-swatch-show {
        margin: 25px 0 11px; } }
  .container.product-detail [data-attr="size"] .size.variation-label {
    font-size: 12px;
    font-weight: bold;
    color: #181818;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 0;
    -ms-flex-align: center;
        align-items: center; }
  .container.product-detail [data-attr="size"] .quantity-wrapper {
    width: 110px; }
    .container.product-detail [data-attr="size"] .quantity-wrapper label {
      font-size: 12px;
      font-weight: bold;
      color: #181818;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls {
      height: 40px;
      margin: -3px 0 6px 0; }
      .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls .quantity-input {
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        color: #cccccc; }
      .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls input[type=number]::-webkit-outer-spin-button,
      .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls input[type=number] {
        -moz-appearance: textfield; }
      .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls button {
        border: none;
        background: transparent;
        color: #cccccc;
        font-size: 24px;
        padding: 0; }
        .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls button.quantity-increment {
          right: 10px; }
        .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls button.quantity-decrement {
          left: 10px; }
        .container.product-detail [data-attr="size"] .quantity-wrapper .quantity-controls button:disabled {
          color: #D3D3D3; }
  .container.product-detail [data-attr="size"] .quantity .qty-price {
    padding: 0;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media (max-width: 768.98px) {
      .container.product-detail [data-attr="size"] .quantity .qty-price {
        margin: auto;
        max-width: 100%; } }
  .container.product-detail .prices-add-to-cart-actions {
    position: static !important;
    box-shadow: none !important; }
    @media (max-width: 679.98px) {
      .container.product-detail .prices-add-to-cart-actions {
        background-color: transparent;
        -ms-flex: auto;
            flex: auto; } }
  .container.product-detail .add-to-cart, .container.product-detail .notify-me-btn {
    background: var(--color-black);
    opacity: 1 !important;
    width: 100%;
    border-radius: 50px;
    line-height: normal;
    margin: 0 !important;
    padding: 15px; }
    .container.product-detail .add-to-cart i, .container.product-detail .notify-me-btn i {
      display: none; }
  .container.product-detail .add-to-wish-list {
    border-radius: 10px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: none !important;
    background: #ffffff !important;
    color: #fff !important;
    border: 1px solid #CCCCCC;
    width: 40px;
    height: 40px;
    margin: auto 0; }
    .container.product-detail .add-to-wish-list i {
      color: black;
      font-size: 20px;
      margin: 3px -2px; }
    .container.product-detail .add-to-wish-list span {
      display: none; }
  .container.product-detail .btn-modal {
    margin-right: 15px; }
    @media (max-width: 768.98px) {
      .container.product-detail .btn-modal {
        margin-right: 0; } }
    .container.product-detail .btn-modal button {
      border: none;
      background: none;
      padding: 0;
      line-height: 12px;
      text-transform: capitalize; }
      .container.product-detail .btn-modal button span {
        text-decoration: underline;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 0.75rem;
        line-height: 12px;
        vertical-align: middle; }
      .container.product-detail .btn-modal button .size-guide-label {
        color: #000000 !important; }
  .container.product-detail .custom-select:focus {
    padding-left: 12px; }
  .container.product-detail .select-size.select-attr-custom {
    padding-left: 0;
    padding-right: 15px;
    gap: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0; }
    .container.product-detail .select-size.select-attr-custom li {
      list-style: none;
      display: inline-block;
      max-width: 70px; }
      .container.product-detail .select-size.select-attr-custom li button {
        background-color: #d9d9d9;
        padding: 0;
        width: 70px;
        height: 30px;
        text-align: center;
        border-radius: 5px;
        margin-right: 9px;
        color: #181818;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        border: none; }
        .container.product-detail .select-size.select-attr-custom li button.selected {
          background: #ffd600; }
        .container.product-detail .select-size.select-attr-custom li button:disabled {
          opacity: 0.5;
          cursor: not-allowed; }
        .container.product-detail .select-size.select-attr-custom li button.not-orderable {
          color: #B4B4B4; }
  .container.product-detail .productSupernumeraryButtonChild {
    display: -ms-flexbox;
    display: flex; }

.product-description {
  border-top: 1px solid #cccccc;
  margin-top: 27px; }
  @media (max-width: 768.98px) {
    .product-description {
      border-top: none;
      margin-top: 0; } }
  .product-description h5 {
    padding-top: 20px;
    font-size: 24px; }
    @media (max-width: 768.98px) {
      .product-description h5 {
        padding-top: 16px; } }

.mt-transition {
  transition: margin-top 0.3s ease; }

@media (max-width: 992px) {
  .complete-the-look .product-tile .product_bage_img img {
    height: 40px !important;
    width: 40px; } }

.complete-the-look .product-tile .image-container {
  aspect-ratio: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }

.complete-the-look .product-item-custom .product-brand,
.complete-the-look .product-item-custom .name {
  font-weight: 700; }

.complete-the-look .product-item-custom .product-img {
  aspect-ratio: 9 / 14;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768px) {
  .complete-the-look {
    overflow: hidden; }
    .complete-the-look .slick-list {
      padding: 0 40px 0 0 !important; } }

.collapse-label button {
  border: none;
  padding-left: 0;
  padding-right: 0; }
  .collapse-label button::after {
    content: "\F106";
    font-family: "FontAwesome";
    color: #555;
    display: block;
    font-size: 25px;
    margin-top: -10px; }
  .collapse-label button.collapsed::after {
    content: "\F107"; }

.primary-images .pdpImageLogoBage {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: start;
  gap: 0; }
  .primary-images .pdpImageLogoBage img {
    width: 75px;
    height: 75px; }
  @media (min-width: 580px) {
    .primary-images .pdpImageLogoBage {
      right: 68px; } }
  @media (min-width: 769px) {
    .primary-images .pdpImageLogoBage {
      top: 15px; } }

@media (min-width: 992px) {
  .primary-images {
    max-width: 45%; } }

@media (max-width: 768.98px) {
  .primary-images {
    padding: 0 20px;
    margin-top: 25px; } }

#pdp-carousel .carousel-section .carousel-control-prev {
  left: -30px !important; }

#pdp-carousel .carousel-section .carousel-control-next {
  right: -30px !important; }

#pdp-carousel .carousel-indicators .slick-prev {
  left: -30px !important; }

#pdp-carousel .carousel-indicators .slick-next {
  right: -30px !important; }

@media (min-width: 992px) {
  .pdp-attributes {
    max-width: 570px; } }

.pdp-attributes * {
  line-height: normal; }

.einstein-recomm-type .carousel-einstein .carousel-inner {
  padding: 1em; }

.einstein-recomm-type .carousel-einstein .carousel-item {
  margin: 0 0.5em;
  border: none; }

.einstein-recomm-type .carousel-einstein .carousel-control-prev,
.einstein-recomm-type .carousel-einstein .carousel-control-next {
  background-color: #e1e1e1;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .einstein-recomm-type .carousel-einstein .carousel-item {
    margin-right: 0;
    -ms-flex: 0 0 calc(100% / 4);
        flex: 0 0 calc(100% / 4);
    display: block;
    backface-visibility: visible; }
  .einstein-recomm-type .carousel-einstein .carousel-inner {
    display: -ms-flexbox;
    display: flex; } }

.products-carousel-container .product-tile {
  position: relative; }

.product-description .collapsible-xl .title {
  width: 100%;
  padding: 0; }

.product-description .collapsible-xl .content {
  padding-bottom: 15px;
  gap: 15px; }

.promotions.col-12 div.collapsible-xl button.callout {
  font-size: 1em;
  color: #000;
  font-weight: 700;
  padding: 0 10px; }

.promotions.col-12 div.collapsible-xl .content {
  text-align: left;
  padding-left: 35px; }

.pdp-collapsible .collapsible-xl button.title {
  padding: 0 20px; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
  position: relative; }
  .product-detail [disabled] .swatch-circle::after,
  .product-detail .swatch-circle.unselectable::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #fff0; }

.add-to-wishlist-messages {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%; }

#notifyMeForm {
  padding: 0; }
  #notifyMeForm .modal-dialog {
    max-width: 768px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      #notifyMeForm .modal-dialog {
        width: 95%; }
        #notifyMeForm .modal-dialog .modal-content {
          padding: 0 5%; } }
  #notifyMeForm .modal-content {
    border-radius: 20px;
    padding: 50px 74px;
    gap: 24px;
    min-height: 300px;
    -ms-flex-pack: center;
        justify-content: center; }
  #notifyMeForm .modal-header .request-form-header, #notifyMeForm .modal-header .notify-response-container {
    gap: 4px; }
    #notifyMeForm .modal-header .request-form-header .modal-title, #notifyMeForm .modal-header .notify-response-container .modal-title {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 30px;
      line-height: normal; }
    #notifyMeForm .modal-header .request-form-header p, #notifyMeForm .modal-header .notify-response-container p {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: normal; }
  #notifyMeForm .modal-header .btn-close {
    top: 16px;
    right: 18px;
    width: 20px;
    height: 20px; }
    #notifyMeForm .modal-header .btn-close:hover, #notifyMeForm .modal-header .btn-close:focus {
      opacity: 1; }
  #notifyMeForm .modal-body .notify-form .failure-error.feedback-email {
    text-align: center;
    margin-bottom: 1em; }
  #notifyMeForm .modal-body .notify-form .notify-form-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 6px; }
    @media (max-width: 500px) {
      #notifyMeForm .modal-body .notify-form .notify-form-content .notify-email-title {
        max-width: 60%; } }
    @media (max-width: 500px) {
      #notifyMeForm .modal-body .notify-form .notify-form-content .submit-notifyme {
        padding-left: 10px;
        padding-right: 10px; } }
  #notifyMeForm .modal-body .notify-email-title {
    max-width: 322px; }
  #notifyMeForm .modal-body input {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    background-color: #d9d9d9;
    border-radius: 20px;
    max-width: 322px;
    line-height: normal;
    height: auto; }
  #notifyMeForm .modal-body button {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
    border-radius: 20px;
    line-height: normal;
    padding: 10px 17px;
    border: 0; }
    #notifyMeForm .modal-body button span {
      font-size: 20px; }

.abcStandardStore .btn-primary:not(:disabled):not(.disabled) {
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold; }
  .abcStandardStore .btn-primary:not(:disabled):not(.disabled):hover {
    border-color: #ccc;
    background-color: #4e4e4e; }
  .abcStandardStore .btn-primary:not(:disabled):not(.disabled):focus {
    background-color: #000;
    border-color: #ccc; }
  .abcStandardStore .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ffd600;
    border-color: #ccc; }
  .abcStandardStore .btn-primary:not(:disabled):not(.disabled).add-to-cart {
    border-color: #ccc; }
    .abcStandardStore .btn-primary:not(:disabled):not(.disabled).add-to-cart:hover {
      border-color: #ccc; }
    .abcStandardStore .btn-primary:not(:disabled):not(.disabled).add-to-cart:focus {
      background-color: #000;
      border-color: #ccc; }
    .abcStandardStore .btn-primary:not(:disabled):not(.disabled).add-to-cart:active {
      background-color: #ffd600;
      border-color: #ccc; }

.abcStandardStore .btn-outline-primary:not(:disabled) {
  background-color: #4e4e4e;
  border-color: #4e4e4e;
  box-shadow: none; }
  .abcStandardStore .btn-outline-primary:not(:disabled):active {
    border-color: #ccc !important; }

.abcGrandStore .btn-primary:not(:disabled):not(.disabled) {
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold; }
  .abcGrandStore .btn-primary:not(:disabled):not(.disabled):hover {
    background-color: #4e4e4e;
    border: 1px solid #4e4e4e;
    color: #fff; }
  .abcGrandStore .btn-primary:not(:disabled):not(.disabled):focus {
    background-color: #6ed34a;
    border-color: #6ed34a;
    box-shadow: none !important; }
  .abcGrandStore .btn-primary:not(:disabled):not(.disabled):not(.disabled):active {
    background-color: #6ed34a; }
  .abcGrandStore .btn-primary:not(:disabled):not(.disabled).add-to-cart {
    border-color: #ccc; }
    .abcGrandStore .btn-primary:not(:disabled):not(.disabled).add-to-cart:hover {
      border-color: #ccc; }
    .abcGrandStore .btn-primary:not(:disabled):not(.disabled).add-to-cart:focus {
      background-color: #000;
      border-color: #ccc; }
    .abcGrandStore .btn-primary:not(:disabled):not(.disabled).add-to-cart:active {
      background-color: #6ed34a;
      border-color: #ccc; }

.abcGrandStore .btn-outline-primary:not(:disabled) {
  background-color: #4e4e4e;
  border-color: #4e4e4e;
  box-shadow: none; }
  .abcGrandStore .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #6ed34a; }

@media (max-width: 1366px) {
  .ratingreviews .value.content {
    max-width: 100%; } }

.ratingreviews h5 {
  padding-top: 35px;
  padding-bottom: 24px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 768.98px) {
    .ratingreviews h5 {
      padding-top: 16px; } }

.ratingreviews [data-bv-show="rating_summary"] {
  text-align: center !important;
  margin-bottom: 30px !important; }
  .ratingreviews [data-bv-show="rating_summary"] .bv_button_component_container {
    border-left: 1px solid #ccc !important;
    padding: 6px 0 6px 20px !important; }
    @media (max-width: 679.98px) {
      .ratingreviews [data-bv-show="rating_summary"] .bv_button_component_container {
        border-left: none !important; } }
  @media (max-width: 679.98px) {
    .ratingreviews [data-bv-show="rating_summary"] .bv_main_container {
      -ms-flex-pack: center;
          justify-content: center; } }
  .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist {
    border-radius: 30px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    background-color: #181818 !important;
    color: #fff !important;
    padding: 15px 65px !important; }
    @media (max-width: 768px) {
      .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist {
        padding: 15px !important; } }
    .abcGrandStore .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:focus, .abcGrandStore .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:active {
      background-color: #6ed34a !important;
      border-color: #6ed34a !important; }
    .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:hover {
      background-color: #4e4e4e !important;
      color: #fff !important;
      text-transform: uppercase !important;
      font-weight: bold !important; }
    .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:focus, .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:active {
      background-color: #ffd600 !important;
      border-color: #ffd600 !important;
      box-shadow: none !important; }
  .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container {
    -ms-flex-order: 2;
        order: 2;
    padding-right: 0 !important;
    padding-left: 16px !important; }
    .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container svg {
      padding-left: 10px !important; }
  .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container {
    font-size: 24px !important;
    font-weight: bold !important; }
    .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container:hover {
      font-size: 24px !important;
      font-weight: bold !important; }
  .ratingreviews [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_component_container {
    display: none !important; }

.ratingreviews .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-content-item.bv-content-review {
  border-top: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 30px 0 15px !important; }
  .ratingreviews .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-content-item.bv-content-review .bv-author-profile {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .ratingreviews .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-content-item.bv-content-review .bv-content-header {
    padding-top: 0 !important; }
  .ratingreviews .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-content-item.bv-content-review .bv-content-actions-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
  .ratingreviews .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-content-item.bv-content-review .bv-content-item-author-profile-offset-on {
    margin: 0 !important; }
    .ratingreviews .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-content-item.bv-content-review .bv-content-item-author-profile-offset-on .bv-content-feedback-vote-request,
    .ratingreviews .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-content-item.bv-content-review .bv-content-item-author-profile-offset-on .bv-content-report-btn {
      display: none !important; }
    .ratingreviews .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-content-item.bv-content-review .bv-content-item-author-profile-offset-on .bv-content-actions-container {
      float: right !important; }

.ratingreviews #bv_review_maincontainer [class*="bv-rnr__sc-11r39gb-"] {
  display: none !important; }

.ratingreviews #bv_review_maincontainer .gztyek {
  display: none; }

.ratingreviews #bv_review_maincontainer .goTcGM .goOopm {
  display: none; }

.ratingreviews #bv_review_maincontainer .goTcGM .fMMMcB {
  display: none; }

.ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI {
  background: none;
  border-color: #ccc;
  margin-bottom: 20px; }
  .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI h3 {
    display: none; }
  .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM {
    -ms-flex-direction: unset;
        flex-direction: unset;
    padding: 0;
    margin-bottom: 20px;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 650px) {
      .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ {
      border-left: 1px solid #ccc;
      margin-left: 0;
      margin-right: 0;
      width: 191px; }
      @media (max-width: 650px) {
        .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ {
          width: 100%;
          border-left: 0; } }
      .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ:last-child {
        border-right: 1px solid #ccc; }
        @media (max-width: 650px) {
          .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ:last-child {
            border-right: 0; } }
      .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .bv_content_label_row {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 0; }
      .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl {
        margin-right: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk {
          width: 100%;
          -ms-flex-order: 2;
              order: 2;
          padding-top: 0; }
          @media (max-width: 650px) {
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk {
              min-width: 50px; } }
          .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss,
          .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH {
            height: 11px;
            background-color: #b5b5b5;
            mask: none;
            width: 181px; }
            @media (max-width: 650px) {
              .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss,
              .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH {
                width: 100%; } }
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .bv-rnr__ppunu1-5,
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .bv-rnr__ppunu1-5 {
              height: 100%; }
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .btaHnr,
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .btaHnr {
              border: 0; }
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .jwPyms,
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .jwPyms {
              background-color: #ffd600; }
              .abcGrandStore .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .jwPyms, .abcGrandStore
              .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .jwPyms {
                background-color: #6ed34a; }
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .ddfgpu,
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .hAFkky,
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .bv-rnr__ppunu1-8,
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .ddfgpu,
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .hAFkky,
            .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .bv-rnr__ppunu1-8 {
              height: 100%;
              background-color: #ffd600; }
              .abcGrandStore .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .ddfgpu, .abcGrandStore
              .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .hAFkky, .abcGrandStore
              .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss .bv-rnr__ppunu1-8, .abcGrandStore
              .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .ddfgpu, .abcGrandStore
              .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .hAFkky, .abcGrandStore
              .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH .bv-rnr__ppunu1-8 {
                background-color: #6ed34a; }
          .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .eaajss {
            border: 1px solid #000; }
          .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .dIYbMH {
            border: 1px solid #000; }
          .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .jQsLVM {
            height: 100%;
            background-color: #ffd600; }
            .abcGrandStore .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .lermCk .jQsLVM {
              background-color: #6ed34a; }
        .ratingreviews #bv_review_maincontainer .goTcGM .kMNwSI .bv-rnr__di1qf-1.iOWExM .ccIBfQ .gVZWYl .kWDskJ {
          -ms-flex-order: 1;
              order: 1;
          font-size: 12px;
          line-height: 16px;
          color: #000;
          line-height: 16px;
          margin-top: 2px; }

.ratingreviews #bv_review_maincontainer .iPRKus {
  display: none; }

.ratingreviews #bv_review_maincontainer .jLiDbs {
  display: none; }

.ratingreviews #bv_review_maincontainer .gMTVFl {
  display: none; }

.ratingreviews #reviews_container > [id*="bv-review-"] {
  border-top: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 30px 0 15px !important; }
  .ratingreviews #reviews_container > [id*="bv-review-"] > [class*="bv-rnr__"] {
    margin: 0 !important; }
    .ratingreviews #reviews_container > [id*="bv-review-"] > [class*="bv-rnr__"] [data-bv-v="contentHeader"] svg {
      width: 20px !important;
      height: 20px !important;
      margin-right: 9px;
      margin-bottom: 11px; }
      @media (max-width: 768px) {
        .ratingreviews #reviews_container > [id*="bv-review-"] > [class*="bv-rnr__"] [data-bv-v="contentHeader"] svg {
          width: 13px;
          height: 13px; } }
    .ratingreviews #reviews_container > [id*="bv-review-"] > [class*="bv-rnr__"] .bv-feedback-container [aria-label="Content helpfulness"] {
      -ms-flex-pack: end;
          justify-content: end; }
    .ratingreviews #reviews_container > [id*="bv-review-"] > [class*="bv-rnr__"] .bv-feedback-container [aria-label="Content helpfulness"] > div:first-of-type {
      display: none !important; }
    .ratingreviews #reviews_container > [id*="bv-review-"] > [class*="bv-rnr__"] .bv-feedback-container button .iZkXcl {
      top: -1px !important; }
    .ratingreviews #reviews_container > [id*="bv-review-"] > [class*="bv-rnr__"] .bv-feedback-container button svg {
      top: 0 !important; }
  .ratingreviews #reviews_container > [id*="bv-review-"] [class*="bv-rnr__di1qf-"] {
    background-color: transparent !important; }
  .ratingreviews #reviews_container > [id*="bv-review-"]:first-child {
    border-top: none !important; }
  .ratingreviews #reviews_container > [id*="bv-review-"] .reportbutton {
    display: none !important; }
  .ratingreviews #reviews_container > [id*="bv-review-"] .moved-stars {
    width: 100%; }
    .ratingreviews #reviews_container > [id*="bv-review-"] .moved-stars .QXhtp {
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      width: 140px; }
    .ratingreviews #reviews_container > [id*="bv-review-"] .moved-stars svg {
      width: 20px;
      height: 20px;
      line-height: 20px; }
      @media (max-width: 768px) {
        .ratingreviews #reviews_container > [id*="bv-review-"] .moved-stars svg {
          width: 13px;
          height: 13px; } }
    .ratingreviews #reviews_container > [id*="bv-review-"] .moved-stars .dAaILC {
      margin: 0; }
  .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .cLABuB {
    margin-top: 0;
    padding: 10px 0; }
    @media (max-width: 768px) {
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .cLABuB {
        display: block; } }
    .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .cLABuB .biYZeN {
      line-height: 1; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .cLABuB .biYZeN .bv-rnr-action-bar {
        line-height: 1;
        color: #000; }
    .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .cLABuB .dzPKPO {
      margin-bottom: 10px; }
    .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .cLABuB .hJYLFq {
      display: none; }
  .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE {
    width: 100%; }
    .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 {
      width: 100%; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 .bLRaeH {
        display: -ms-flexbox;
        display: flex; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 h3 {
        font-size: 16px;
        line-height: 1;
        width: 100%; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 .gIIhxN {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: 100%;
        margin-top: 0; }
        .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 .gIIhxN .jHwkVz {
          line-height: 1;
          padding: 0;
          border: 0; }
        .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 .gIIhxN .jolJQc {
          font-weight: 600;
          color: #000; }
        .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 .gIIhxN .kbLUuI {
          display: none; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 .flweSz {
        margin: 0; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 .jReCpT {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start; }
        .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .bv-rnr__sc-16dr7i1-10 .jReCpT .badge-label svg {
          top: 0; }
    @media (max-width: 768px) {
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .fKdXxQ .fNMuNM {
        max-width: 70%; } }
    @media (max-width: 768px) {
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .fKdXxQ .jReCpT {
        max-width: 70%; } }
    @media (max-width: 768px) {
      .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .jLOzaq {
        right: 0;
        bottom: 30px;
        display: inline-block;
        max-width: 25%;
        float: right; } }
    .ratingreviews #reviews_container > [id*="bv-review-"] .jtRfje .dAaILC .iDmrQE .dkdwd {
      display: none; }
  .ratingreviews #reviews_container > [id*="bv-review-"] .bv-feedback-container .GIlyC {
    margin: 0;
    gap: 10px;
    height: 20px; }
    .ratingreviews #reviews_container > [id*="bv-review-"] .bv-feedback-container .GIlyC button > span {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .bv-feedback-container .GIlyC button > span .iZkXcl {
        -ms-flex-order: 2;
            order: 2; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .bv-feedback-container .GIlyC button > span .doKUPP,
      .ratingreviews #reviews_container > [id*="bv-review-"] .bv-feedback-container .GIlyC button > span .ephXNV {
        -ms-flex-order: 1;
            order: 1;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #000; }
      .ratingreviews #reviews_container > [id*="bv-review-"] .bv-feedback-container .GIlyC button > span svg {
        -ms-flex-order: 2;
            order: 2; }
    .ratingreviews #reviews_container > [id*="bv-review-"] .bv-feedback-container .GIlyC .dEoEgY {
      margin: 0; }

.ratingreviews #BVRRSearchContainer,
.ratingreviews .bv-cv2-cleanslate .bv-header {
  display: none !important; }

.bv-ips-modal-window textarea,
.bv-ips-modal-window input {
  color: #181818 !important; }

.bv-ips-modal-window .ips__sc-1nu1pd7-0.mSAbo .ips__sc-ycjw0x-0.drrCPG {
  margin-bottom: 0; }

.bv-ips-modal-window .jsKJuR .jAHwYc .drrCPG {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.bv-ips-modal-window .bQArIK .fulTdy .iFYmtE::after,
.bv-ips-modal-window .bQArIK .fulTdy .ips__sc-1a7crls-2::after {
  top: -5px; }

.bv-ips-modal-window.dbdLuE {
  overflow-x: hidden; }
