/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

.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: blue;
  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: blue;
  border-radius: calc($diameter / 2);
  background-color: blue;
  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: green;
  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: green;
  border-radius: calc($diameter / 2);
  background-color: green;
  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: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  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;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.attribute {
  margin-top: 0.938em; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 544px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 543.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages, .add-to-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  font: 16px/normal "muli", sans-serif;
  width: 20%;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    .add-to-cart-messages, .add-to-wishlist-messages {
      width: 80%; } }

.add-to-basket-alert, .add-to-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show, .add-to-wishlist-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 543.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.product-detail .sku-wrapper {
  margin-bottom: 24px; }
  .product-detail .sku-wrapper .product-id {
    font: normal 18px/20px sans-serif;
    color: #172026; }

.product-detail .prices {
  padding: 0; }

.product-detail .main-attributes {
  margin: 0; }

.product-detail .attribute, .product-detail .attributes {
  margin: 0; }
  .product-detail .attribute .length, .product-detail .attributes .length {
    font: 600 20px/30px "muli", sans-serif;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .product-detail .attribute .length, .product-detail .attributes .length {
        margin-bottom: 8px; } }
  .product-detail .attribute .length-attribute, .product-detail .attributes .length-attribute {
    min-width: 64px;
    font: 600 16px/20px "muli", sans-serif;
    background-color: #FFF;
    border: 2px solid #91959C;
    margin-right: 11px;
    padding: 10px 16px 6px;
    color: #545D63;
    margin-top: 14px;
    /*border-radius: 6px;*/ }
    @media (max-width: 991.98px) {
      .product-detail .attribute .length-attribute, .product-detail .attributes .length-attribute {
        margin-right: 8px;
        min-width: 60px; } }
    .product-detail .attribute .length-attribute:last-child, .product-detail .attributes .length-attribute:last-child {
      margin-right: 0; }
    .product-detail .attribute .length-attribute.selected, .product-detail .attributes .length-attribute.selected {
      color: #EE2312;
      border-color: #EE2312; }
  .product-detail .attribute.quantity, .product-detail .attribute .simple-quantity, .product-detail .attributes.quantity, .product-detail .attributes .simple-quantity {
    margin-top: 24px;
    margin-bottom: 42px; }
    .product-detail .attribute.quantity .quantity-label, .product-detail .attribute .simple-quantity .quantity-label, .product-detail .attributes.quantity .quantity-label, .product-detail .attributes .simple-quantity .quantity-label {
      font: 600 20px/30px "muli", sans-serif;
      color: #172026;
      margin-bottom: 16px; }
    .product-detail .attribute.quantity .product-quantity-update, .product-detail .attribute .simple-quantity .product-quantity-update, .product-detail .attributes.quantity .product-quantity-update, .product-detail .attributes .simple-quantity .product-quantity-update {
      height: 32px;
      width: 32px;
      border-radius: 50%;
      margin-right: 12px;
      border: 2px solid #91959C;
      background-color: #FFF; }
      .product-detail .attribute.quantity .product-quantity-update.disable, .product-detail .attribute .simple-quantity .product-quantity-update.disable, .product-detail .attributes.quantity .product-quantity-update.disable, .product-detail .attributes .simple-quantity .product-quantity-update.disable {
        border-color: #B5B8BA;
        background-color: #EAEBEB;
        pointer-events: none;
        cursor: not-allowed; }
      .product-detail .attribute.quantity .product-quantity-update:hover, .product-detail .attribute .simple-quantity .product-quantity-update:hover, .product-detail .attributes.quantity .product-quantity-update:hover, .product-detail .attributes .simple-quantity .product-quantity-update:hover {
        border-color: #172026; }
        .product-detail .attribute.quantity .product-quantity-update:hover svg #Quantity-mobile, .product-detail .attribute .simple-quantity .product-quantity-update:hover svg #Quantity-mobile, .product-detail .attributes.quantity .product-quantity-update:hover svg #Quantity-mobile, .product-detail .attributes .simple-quantity .product-quantity-update:hover svg #Quantity-mobile {
          stroke: #172026; }
      .product-detail .attribute.quantity .product-quantity-update svg #Quantity-mobile, .product-detail .attribute .simple-quantity .product-quantity-update svg #Quantity-mobile, .product-detail .attributes.quantity .product-quantity-update svg #Quantity-mobile, .product-detail .attributes .simple-quantity .product-quantity-update svg #Quantity-mobile {
        stroke: #91959C; }
    .product-detail .attribute.quantity .quantity-field, .product-detail .attribute .simple-quantity .quantity-field, .product-detail .attributes.quantity .quantity-field, .product-detail .attributes .simple-quantity .quantity-field {
      width: 114px;
      background-color: #FFF;
      text-align: center;
      border: 2px solid #91959C;
      /*border-radius: 8px;*/
      padding: 5px 0 3px;
      font: 600 16px/20px "muli", sans-serif; }
    .product-detail .attribute.quantity .increase-quantity, .product-detail .attribute .simple-quantity .increase-quantity, .product-detail .attributes.quantity .increase-quantity, .product-detail .attributes .simple-quantity .increase-quantity {
      margin-right: 0;
      margin-left: 12px;
      border: 2px solid #91959C;
      color: #91959C; }
  @media (max-width: 991.98px) {
    .product-detail .attribute .quantity-wrapper, .product-detail .attributes .quantity-wrapper {
      text-align: center; } }

.product-detail .attributes .simple-quantity {
  margin-top: 0; }

.product-detail .tiered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 42px; }
  .product-detail .tiered .tiered-pricing {
    margin-left: 48px;
    font: 700 17px/30px "muli", sans-serif;
    color: #172026; }
    .product-detail .tiered .tiered-pricing span {
      font: normal 17px/30px "muli", sans-serif; }
    .product-detail .tiered .tiered-pricing .value {
      font: 600 17px/30px "muli", sans-serif; }
    .product-detail .tiered .tiered-pricing.high-volume {
      max-width: 102px;
      color: #EE2312; }
    .product-detail .tiered .tiered-pricing:first-child {
      margin-left: 42px; }
  @media (max-width: 991.98px) {
    .product-detail .tiered {
      margin-bottom: 34px; } }

.product-detail .product-short-title {
  font: 600 26px/33px "FranklinGothic URW Cond";
  margin-bottom: 32px;
  color: #172026; }
  @media (max-width: 991.98px) {
    .product-detail .product-short-title {
      font: 600 18px/30px "FranklinGothic URW Cond";
      margin-bottom: 24px; } }

.product-detail .product-name {
  margin-bottom: 24px;
  max-width: 834px;
  letter-spacing: 0;
  color: #172026; }

.product-detail .pdp-header-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-detail .pdp-header-items-list .pdp-header-item {
    padding: 0 15px; }
    .product-detail .pdp-header-items-list .pdp-header-item a {
      height: auto;
      width: auto;
      border: 2px solid #999;
      color: #999 !important;
      font: bold 14px/17px "muli", sans-serif;
      padding: 0 30px;
      /*border-radius: 28px;*/
      background-color: #FFF;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 160px;
      max-height: 40px;
      min-height: 42px;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .product-detail .pdp-header-items-list .pdp-header-item a:hover, .product-detail .pdp-header-items-list .pdp-header-item a:focus {
        background-color: #EE2312;
        color: #FFF !important;
        border-color: #FFF; }

.product-detail .product-detail-top {
  max-width: 1224px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px; }
  .product-detail .product-detail-top .product-detail-left {
    max-width: 672px;
    overflow: hidden; }
    .product-detail .product-detail-top .product-detail-left .pdp-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 800px; }
      .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs {
        margin-right: 16px; }
        .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider {
          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;
          position: relative; }
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-prev {
            position: absolute;
            bottom: 0;
            z-index: 1;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            height: 24px;
            width: 24px; }
            .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .thumb-slider .slick-prev::before {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              height: 40px;
              width: 30px;
              background-size: cover;
              background-position: center;
              background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M133.404444 349.108148l365.131852 352.616296c1.232593 1.137778 2.56 2.085926 3.982222 2.939259 7.205926 4.361481 16.592593 3.508148 22.945185-2.56l365.131852-352.616296c7.68-7.395556 7.774815-19.816296 0-27.306667-7.395556-7.205926-19.342222-6.826667-26.737778 0.379259l-351.762963 339.626667c0 0 0 0-0.094815 0L160.047407 322.180741c-7.395556-7.205926-19.342222-7.49037-26.737778-0.379259C125.62963 329.291852 125.724444 341.712593 133.404444 349.108148z"%3E%3C/path%3E%3C/svg%3E'); }
        .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .carousel-item {
          margin-bottom: 14px;
          max-width: 100px;
          min-width: 100px; }
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .carousel-item img {
            min-height: 120px;
            max-height: 120px; }
        @media (max-width: 991.98px) {
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs {
            display: none; } }
        .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .slick-current.slick-active .carousel-item {
          position: relative; }
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-thumbs .slick-current.slick-active .carousel-item::before {
            content: '';
            position: absolute;
            bottom: -4px;
            height: 4px;
            width: 100px;
            background-color: #EE2312;
            left: 0; }
      .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main {
        max-width: 556px;
        min-width: 556px; }
        .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main .carousel-item img {
          max-width: 100%;
          min-width: 100%;
          max-height: 410px;
          min-height: 410px; }
          @media (min-width: 769px) {
            .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main .carousel-item img {
              max-height: 630px;
              min-height: 630px; } }
        @media (max-width: 991.98px) {
          .product-detail .product-detail-top .product-detail-left .pdp-slider .pdp-slider-main {
            max-width: 100%;
            min-width: 100%; } }
    @media (max-width: 991.98px) {
      .product-detail .product-detail-top .product-detail-left {
        width: auto;
        margin-bottom: 16px; } }
  .product-detail .product-detail-top .product-detail-right {
    max-width: 395px;
    margin-left: 20px; }
    .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 0;
      padding-left: 8px; }
      .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions .add-to-cart {
        width: 318px;
        margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions {
          -webkit-box-shadow: none;
                  box-shadow: none;
          position: static;
          width: 100%;
          text-align: center; } }
      @media (max-width: 991.98px) {
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions .cart-and-ipay {
          padding-bottom: 0; } }
      @media (max-width: 991.98px) {
        .product-detail .product-detail-top .product-detail-right .prices-add-to-cart-actions {
          padding-left: 0; } }
    .product-detail .product-detail-top .product-detail-right .social-icon_wishlist {
      padding-bottom: 24px;
      border-bottom: 1px solid #D1D3D6;
      margin-bottom: 32px; }
      .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper {
        max-width: 318px;
        text-align: center;
        padding-left: 8px; }
        .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .add-to-wish-list, .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .socialIconsBtn {
          background: none;
          border: none;
          font: 600 16px/20px "muli", sans-serif;
          margin-right: 32px;
          padding: 0; }
          .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .add-to-wish-list .icon-wrapper, .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .socialIconsBtn .icon-wrapper {
            display: inline-block; }
            .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .add-to-wish-list .icon-wrapper i, .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .socialIconsBtn .icon-wrapper i {
              padding-right: 8px; }
        .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper .socialIconsBtn {
          margin-right: 0; }
        @media (max-width: 991.98px) {
          .product-detail .product-detail-top .product-detail-right .social-icon_wishlist .social-icon_wishlist-wrapper {
            padding-left: 0; } }
    .product-detail .product-detail-top .product-detail-right .pdp-text-wrapper strong {
      font: 600 16px/24px "open-sans", sans-serif; }
    .product-detail .product-detail-top .product-detail-right .pdp-text-wrapper .text {
      font: italic 16px/24px "open-sans", sans-serif;
      color: #172026 !important;
      letter-spacing: 0px;
      height: 24px;
      overflow: hidden; }
      .product-detail .product-detail-top .product-detail-right .pdp-text-wrapper .text.show-more-height {
        height: auto; }
    .product-detail .product-detail-top .product-detail-right .pdp-text-wrapper .show-more-btn {
      font: 600 16px/24px "open-sans", sans-serif;
      padding-left: 6px;
      text-decoration: underline;
      cursor: pointer; }
    @media (max-width: 991.98px) {
      .product-detail .product-detail-top .product-detail-right {
        margin-left: 0; } }
  @media (max-width: 991.98px) {
    .product-detail .product-detail-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; } }

.product-detail .pdp-recommendation .key-heading {
  font: 600 48px/45px sans-serif;
  margin-bottom: 28px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .product-detail .pdp-recommendation .key-heading {
      font: 600 22px/30px sans-serif; } }

.product-detail .pdp-recommendation .key-features-wrapper__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px; }
  .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature {
    max-width: 403px;
    margin-right: 56px; }
    .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature:last-child {
      margin-right: 0; }
    .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-image {
      margin-bottom: 24px; }
      .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-image img {
        /*border-radius: 36px;*/ }
    .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-tile-heading {
      font: 600 20px/25px sans-serif;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-tile-heading {
          font: bold 16px/30px sans-serif;
          margin-bottom: 8px; } }
    .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-details p {
      font: normal 16px/24px sans-serif;
      color: #172026;
      letter-spacing: 0;
      text-align: center; }
      @media (max-width: 991.98px) {
        .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-details p {
          text-align: left; } }
    @media (max-width: 991.98px) {
      .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature .feature-details {
        margin-bottom: 32px; } }
    @media (max-width: 991.98px) {
      .product-detail .pdp-recommendation .key-features-wrapper__parent .experience-assets-pdpFeature {
        max-width: 100%;
        margin-right: 0; } }
  @media (max-width: 991.98px) {
    .product-detail .pdp-recommendation .key-features-wrapper__parent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 16px; } }

.product-detail .order-today {
  margin-bottom: 65px; }
  .product-detail .order-today .simple-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 432px; }
    .product-detail .order-today .simple-banner-wrapper.image-location-right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 991.98px) {
        .product-detail .order-today .simple-banner-wrapper.image-location-right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper {
      width: 40%;
      background-color: #1B252C;
      margin: -15px 0;
      position: relative; }
      .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail {
        padding: 82px 0 10px 66px; }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail h1 {
          color: #FFF;
          margin-bottom: 16px;
          max-width: 425px; }
          @media (max-width: 991.98px) {
            .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail h1 {
              font: 600 30px/42px sans-serif; } }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail strong {
          color: #FFF;
          margin-bottom: 32px; }
          @media (max-width: 991.98px) {
            .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail strong {
              margin-bottom: 20px; } }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link button {
          border: none;
          text-decoration: underline;
          background: none;
          padding: 0; }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .buttons-link .btn-white {
          margin-right: 50px; }
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .gen-text {
          margin-bottom: 20px;
          color: #FFF;
          max-width: 338px;
          font: normal 20px/30px "muli", sans-serif; }
          @media (max-width: 991.98px) {
            .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail .gen-text {
              margin-bottom: 0;
              max-width: 100%;
              margin: 0 32px; } }
        @media (max-width: 991.98px) {
          .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper .simple-banner-detail {
            max-width: 100%;
            text-align: center;
            padding: 64px 0 24px; } }
      @media (max-width: 991.98px) {
        .product-detail .order-today .simple-banner-wrapper .banner-detail-wrapper {
          width: 100%;
          margin-top: -20px; } }
    .product-detail .order-today .simple-banner-wrapper .image-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (max-width: 991.98px) {
        .product-detail .order-today .simple-banner-wrapper .image-container {
          margin: 0 -16px; } }
      .product-detail .order-today .simple-banner-wrapper .image-container img {
        max-height: 400px; }
    @media (max-width: 991.98px) {
      .product-detail .order-today .simple-banner-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: none; } }
  @media (max-width: 991.98px) {
    .product-detail .order-today {
      margin-bottom: 54px; } }

.product-detail .swiper-overflow-container {
  max-width: 1304px;
  margin: 0 auto 32px; }
  .product-detail .swiper-overflow-container .swiper-heading {
    font: 600 48px/60px sans-serif;
    text-align: center;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .product-detail .swiper-overflow-container .swiper-heading {
        font: 600 24px/45px sans-serif; } }
  .product-detail .swiper-overflow-container .slick-slide {
    padding: 0 27px; }
    @media (max-width: 991.98px) {
      .product-detail .swiper-overflow-container .slick-slide {
        padding: 0 8px; } }
  .product-detail .swiper-overflow-container .pdp-link {
    padding-top: 10px;
    margin-bottom: 8px; }
    .product-detail .swiper-overflow-container .pdp-link .link {
      font: bolder 18px/20px "muli", sans-serif;
      color: #172026 !important; }
  .product-detail .swiper-overflow-container .price {
    font: 600 16px/20px "muli", sans-serif; }
  .product-detail .swiper-overflow-container .slick-prev {
    left: -57px; }
    .product-detail .swiper-overflow-container .slick-prev::before {
      /* Use the data URI of your SVG with the desired fill color */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em; vertical-align: middle; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M674.891852 133.404444 322.275556 498.536296c-1.137778 1.232593-2.085926 2.56-2.939259 3.982222-4.361481 7.205926-3.508148 16.592593 2.56 22.945185l352.616296 365.131852c7.395556 7.68 19.816296 7.774815 27.306667 0 7.205926-7.395556 6.826667-19.342222-0.379259-26.737778l-339.626667-351.762963c0 0 0 0 0-0.094815l340.005926-352.047407c7.205926-7.395556 7.49037-19.342222 0.379259-26.737778C694.708148 125.62963 682.287407 125.724444 674.891852 133.404444z' fill='black' /%3E%3C/svg%3E"); }
  .product-detail .swiper-overflow-container .slick-next {
    right: -57px; }
    .product-detail .swiper-overflow-container .slick-next::before {
      /* Use the data URI of your SVG with the desired fill color */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em; vertical-align: middle; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M261.743306 947.106726 240.124939 921.16796 731.123626 512 240.124939 102.83204 261.743306 76.893274 783.874037 512Z' fill='black' /%3E%3C/svg%3E"); }
  .product-detail .swiper-overflow-container .slick-dots {
    bottom: -64px; }
    .product-detail .swiper-overflow-container .slick-dots li button::before {
      color: #bbb; }
    .product-detail .swiper-overflow-container .slick-dots li.slick-active button::before {
      color: #666; }

.product-detail .pdp-tab {
  padding: 34px 0 64px;
  border-top: 2px solid #D1D3D6;
  border-bottom: 2px solid #D1D3D6; }
  .product-detail .pdp-tab h1 {
    text-align: center;
    margin-bottom: 40px;
    font-family: "FranklinGothic URW Cond"; }
  .product-detail .pdp-tab h3 {
    font: 600 20px/25px "FranklinGothic URW Cond"; }
  .product-detail .pdp-tab p {
    font: normal 16px/25px sans-serif;
    margin-bottom: 20px; }
  .product-detail .pdp-tab li {
    font: normal 16px/20px sans-serif;
    margin-bottom: 6px;
    color: #172026; }
    .product-detail .pdp-tab li strong {
      font: 600 16px/20px sans-serif;
      margin-right: 5px;
      color: #172026; }

.product-detail .additional-info {
  padding: 32px 0;
  border-bottom: 2px solid #D1D3D6;
  margin-bottom: 65px; }
  .product-detail .additional-info h1 {
    text-align: center;
    margin-bottom: 40px;
    font-family: sans-serif; }
  .product-detail .additional-info table {
    font: 500 14px/17px "muli", sans-serif;
    width: auto;
    border: 1px solid #E5E5E7; }
    .product-detail .additional-info table tr {
      padding: 14px 0 16px; }
      .product-detail .additional-info table tr:first-child {
        padding: 16px 0 8px; }
      .product-detail .additional-info table tr td {
        width: 168px;
        border-bottom: 1px solid #E5E5E7;
        border-left: 1px solid #E5E5E7;
        text-align: center;
        padding: 14px 16px;
        font: normal 14px/21px sans-serif; }
        @media (max-width: 991.98px) {
          .product-detail .additional-info table tr td {
            padding: 14px 7px;
            vertical-align: middle; } }
        .product-detail .additional-info table tr td:first-child {
          width: 250px;
          background-color: #E5E5E7;
          border: none;
          padding: 16px 8px; }

@media (max-width: 991.98px) {
  .product-detail {
    padding: 0 16px; } }

.product-detail .pdp-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 72px; }
  .product-detail .pdp-description-wrapper .description-left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 42px; }
    .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 {
      margin-bottom: 24px; }
      .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 p, .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 strong {
        font: 600 24px/30px sans-serif;
        text-transform: uppercase;
        color: #172026; }
        @media (max-width: 991.98px) {
          .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 p, .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 strong {
            font: 600 18px/30px sans-serif; } }
      @media (max-width: 991.98px) {
        .product-detail .pdp-description-wrapper .description-left #collapsible-description-1 {
          margin-bottom: 16px; } }
    .product-detail .pdp-description-wrapper .description-left .description {
      position: relative;
      padding-bottom: 24px; }
      .product-detail .pdp-description-wrapper .description-left .description h3 {
        font: 600 20px/25px "muli", sans-serif;
        margin-bottom: 16px;
        color: #172026; }
      .product-detail .pdp-description-wrapper .description-left .description p {
        font: 500 14px/17px "muli", sans-serif;
        margin-bottom: 24px;
        font: normal 16px/24px "muli", sans-serif;
        color: #172026; }
        .product-detail .pdp-description-wrapper .description-left .description p:last-child {
          margin-bottom: 0; }
      .product-detail .pdp-description-wrapper .description-left .description::before {
        content: '';
        position: absolute;
        bottom: -8px;
        height: 8px;
        width: 100px;
        background-color: #EE2312;
        left: 0; }
        @media (max-width: 991.98px) {
          .product-detail .pdp-description-wrapper .description-left .description::before {
            display: none; } }
    @media (max-width: 991.98px) {
      .product-detail .pdp-description-wrapper .description-left {
        width: 100%;
        margin: 0; } }
  .product-detail .pdp-description-wrapper .description-right {
    max-width: 450px;
    width: 450px;
    min-width: 450px; }
    .product-detail .pdp-description-wrapper .description-right .details-icon-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .product-detail .pdp-description-wrapper .description-right .details-icon-list span {
        display: block;
        width: 50%;
        margin-bottom: 18px;
        font: normal 16px/20px sans-serif;
        color: #172026;
        position: relative;
        padding-left: 36px; }
        .product-detail .pdp-description-wrapper .description-right .details-icon-list span::before {
          content: '';
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em; vertical-align: middle; fill: currentColor; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M908.48 155.2l-4.48-32-32 5.76a1024 1024 0 0 1-256 17.28 662.72 662.72 0 0 0-131.52 3.2 434.24 434.24 0 0 0-288 201.28c-45.44 79.04-83.2 213.44-6.08 406.72A619.84 619.84 0 0 0 173.44 896h64a568.96 568.96 0 0 1 10.56-112c32 2.88 65.92 4.8 96 4.8 180.48 0 320-49.92 418.56-149.76 183.04-185.92 147.52-472 145.92-483.84z m-192 438.72c-98.56 100.48-251.2 142.4-452.8 128A442.24 442.24 0 0 1 512 459.84l4.16-1.92-27.2-57.92-3.84 1.92A507.52 507.52 0 0 0 224 654.08a354.56 354.56 0 0 1 27.2-272.64 366.72 366.72 0 0 1 240.96-169.6 585.28 585.28 0 0 1 119.68-2.88 1040 1040 0 0 0 236.48-12.48c2.24 76.8-4.16 268.8-130.88 397.44z' fill='currentColor' /%3E%3C/svg%3E");
          height: 24px;
          width: 24px;
          position: absolute;
          left: 0; }
        @media (max-width: 991.98px) {
          .product-detail .pdp-description-wrapper .description-right .details-icon-list span {
            position: relative;
            width: 50%;
            max-width: 50%;
            padding-left: 34px;
            font: normal 14px/24px sans-serif; } }
    @media (max-width: 991.98px) {
      .product-detail .pdp-description-wrapper .description-right {
        width: 100%;
        min-width: auto;
        max-width: auto;
        padding-bottom: 6px;
        position: relative; }
        .product-detail .pdp-description-wrapper .description-right::before {
          content: '';
          position: absolute;
          bottom: -8px;
          height: 8px;
          width: 100px;
          background-color: #EE2312;
          left: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  @media (max-width: 991.98px) {
    .product-detail .pdp-description-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 40px; } }

.quick-view-dialog {
  width: 1000px;
  max-width: 1000px;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }
  .quick-view-dialog .modal-header {
    background: none;
    border: none; }
  .quick-view-dialog .modal-body {
    max-height: none; }
  @media (max-width: 991.98px) {
    .quick-view-dialog {
      width: 100%;
      max-width: none;
      top: 0;
      -webkit-transform: none !important;
              transform: none !important;
      margin: 0; } }

/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

#productWithOptionsModal,
#editProductModal,
#cutFinishCustomization {
  font-family: "open-sans", sans-serif;
  font-size: 14px; }
  #productWithOptionsModal .modal-content .modal-body .name,
  #editProductModal .modal-content .modal-body .name,
  #cutFinishCustomization .modal-content .modal-body .name {
    font: 600 26px/33px sans-serif;
    margin-bottom: 5px; }
  #productWithOptionsModal .modal-content .modal-body .sku,
  #editProductModal .modal-content .modal-body .sku,
  #cutFinishCustomization .modal-content .modal-body .sku {
    font: normal 18px/20px sans-serif;
    margin-bottom: 5px; }
  #productWithOptionsModal .modal-content .modal-body .price-wrapper .prices,
  #editProductModal .modal-content .modal-body .price-wrapper .prices,
  #cutFinishCustomization .modal-content .modal-body .price-wrapper .prices {
    float: left; }
    #productWithOptionsModal .modal-content .modal-body .price-wrapper .prices .price .tiered,
    #editProductModal .modal-content .modal-body .price-wrapper .prices .price .tiered,
    #cutFinishCustomization .modal-content .modal-body .price-wrapper .prices .price .tiered {
      margin-bottom: unset; }
      #productWithOptionsModal .modal-content .modal-body .price-wrapper .prices .price .tiered .tiered-pricing,
      #editProductModal .modal-content .modal-body .price-wrapper .prices .price .tiered .tiered-pricing,
      #cutFinishCustomization .modal-content .modal-body .price-wrapper .prices .price .tiered .tiered-pricing {
        margin-left: unset;
        margin-right: 42px;
        text-align: center; }
  #productWithOptionsModal .modal-content .modal-body .configured-price-container,
  #editProductModal .modal-content .modal-body .configured-price-container,
  #cutFinishCustomization .modal-content .modal-body .configured-price-container {
    clear: both;
    font: italic 16px / 24px "open-sans", sans-serif;
    margin-top: 10px;
    display: none; }
    #productWithOptionsModal .modal-content .modal-body .configured-price-container.visible,
    #editProductModal .modal-content .modal-body .configured-price-container.visible,
    #cutFinishCustomization .modal-content .modal-body .configured-price-container.visible {
      display: block; }
    #productWithOptionsModal .modal-content .modal-body .configured-price-container .configured-price,
    #editProductModal .modal-content .modal-body .configured-price-container .configured-price,
    #cutFinishCustomization .modal-content .modal-body .configured-price-container .configured-price {
      font-style: normal;
      font-weight: 600; }
  #productWithOptionsModal .modal-content .modal-body .product-options,
  #editProductModal .modal-content .modal-body .product-options,
  #cutFinishCustomization .modal-content .modal-body .product-options {
    clear: both; }
    #productWithOptionsModal .modal-content .modal-body .product-options .product-option,
    #editProductModal .modal-content .modal-body .product-options .product-option,
    #cutFinishCustomization .modal-content .modal-body .product-options .product-option {
      border-bottom: 2px solid #ededed;
      padding: 16px 0;
      margin: 0; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option .option-label,
      #editProductModal .modal-content .modal-body .product-options .product-option .option-label,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option .option-label {
        color: #e91c24;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option .image,
      #editProductModal .modal-content .modal-body .product-options .product-option .image,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option .image {
        max-width: 70px;
        padding-right: 0; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option label,
      #editProductModal .modal-content .modal-body .product-options .product-option label,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option label {
        width: 100%; }
        #productWithOptionsModal .modal-content .modal-body .product-options .product-option label [type="radio"]:checked,
        #productWithOptionsModal .modal-content .modal-body .product-options .product-option label [type="radio"]:not(:checked),
        #editProductModal .modal-content .modal-body .product-options .product-option label [type="radio"]:checked,
        #editProductModal .modal-content .modal-body .product-options .product-option label [type="radio"]:not(:checked),
        #cutFinishCustomization .modal-content .modal-body .product-options .product-option label [type="radio"]:checked,
        #cutFinishCustomization .modal-content .modal-body .product-options .product-option label [type="radio"]:not(:checked) {
          position: relative;
          left: unset; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option .option-error,
      #editProductModal .modal-content .modal-body .product-options .product-option .option-error,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option .option-error {
        display: none;
        font-size: 12px;
        margin: 5px 15px;
        padding: 2px 5px;
        color: #6a0000;
        border: 1px solid #6a0000;
        border-radius: 5px;
        background: #f5cccc;
        clear: both; }
      #productWithOptionsModal .modal-content .modal-body .product-options .product-option.required-missing .required-missing-error,
      #editProductModal .modal-content .modal-body .product-options .product-option.required-missing .required-missing-error,
      #cutFinishCustomization .modal-content .modal-body .product-options .product-option.required-missing .required-missing-error {
        display: block; }
  #productWithOptionsModal .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay,
  #editProductModal .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay,
  #cutFinishCustomization .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay {
    text-align: unset; }
    #productWithOptionsModal .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay button.add-to-cart,
    #editProductModal .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay button.add-to-cart,
    #cutFinishCustomization .modal-content .modal-body .prices-add-to-cart-actions .cart-and-ipay button.add-to-cart {
      width: 318px;
      margin-bottom: 24px; }
  #productWithOptionsModal .modal-content .modal-body .simple-quantity,
  #editProductModal .modal-content .modal-body .simple-quantity,
  #cutFinishCustomization .modal-content .modal-body .simple-quantity {
    margin-top: 1.071em;
    margin-bottom: 24px; }
    #productWithOptionsModal .modal-content .modal-body .simple-quantity .quantity-label,
    #editProductModal .modal-content .modal-body .simple-quantity .quantity-label,
    #cutFinishCustomization .modal-content .modal-body .simple-quantity .quantity-label {
      color: #e91c24;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
      font-family: open-sans, sans-serif; }

.price .strike-through {
  font-family: "open-sans", sans-serif; }

.coupon-promotion-relationship {
  font-size: 0.875rem; }

.rwc-pd-slick-slider .experience-slides {
  visibility: hidden; }
  .rwc-pd-slick-slider .experience-slides.slick-initialized {
    visibility: visible; }

.line-item-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  .line-item-header .line-item-name-link:hover .line-item-name {
    color: #EE2312 !important; }
  .line-item-header .product-sku,
  .line-item-header .product-length-or-weight {
    font: 1rem/normal "muli", sans-serif;
    margin-bottom: 0.5rem; }

.cart-header .continue-shopping-link {
  color: #172026 !important;
  font: normal 14px/20px "open-sans", sans-serif;
  text-decoration: underline; }

.cart-title {
  text-align: center;
  margin: 48px 0;
  padding-bottom: 16px;
  position: relative; }
  .cart-title::before {
    content: '';
    position: absolute;
    bottom: -8px;
    height: 8px;
    width: 102px;
    background-color: #EE2312;
    left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .cart-title::before {
        content: '';
        position: absolute;
        bottom: -6px;
        height: 6px;
        width: 102px;
        background-color: #EE2312;
        left: 0;
        left: 50%; } }
  @media (max-width: 991.98px) {
    .cart-title {
      margin-bottom: 38px; } }

#couponCode {
  border-width: 1px;
  height: 2.5rem; }
  #couponCode:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.coupon-error {
  color: #EE2312; }

.coupon-code {
  font-size: 0.875rem; }

.remove-coupon {
  border: 0;
  background: none;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0.1875rem; }

.cart-page .cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1169.98px) {
    .cart-page .cart-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 16px; } }
  .cart-page .cart-wrapper .cart-right {
    width: 435px; }
    .cart-page .cart-wrapper .cart-right__data {
      margin-top: 1.875rem;
      border: 1px solid #D1D3D6;
      padding: 32px 32px 30px; }
    .cart-page .cart-wrapper .cart-right .summary-heading {
      font: 300 20px/25px "open-sans", sans-serif;
      margin-bottom: 24px;
      color: #172026; }
      .cart-page .cart-wrapper .cart-right .summary-heading.estimate-shippping {
        font-weight: 700;
        text-align: center; }
      @media (max-width: 991.98px) {
        .cart-page .cart-wrapper .cart-right .summary-heading {
          font: 600 20px/30px "muli", sans-serif; } }
    .cart-page .cart-wrapper .cart-right .shippingMethodForm {
      margin-bottom: 1.875rem; }
    .cart-page .cart-wrapper .cart-right p, .cart-page .cart-wrapper .cart-right label {
      font: normal 16px/24px "open-sans", sans-serif;
      color: #172026;
      margin-bottom: 16px; }
    .cart-page .cart-wrapper .cart-right label {
      margin-bottom: 8px; }
      .cart-page .cart-wrapper .cart-right label.newShippingMethod {
        font-weight: 700; }
    .cart-page .cart-wrapper .cart-right .grand-total, .cart-page .cart-wrapper .cart-right strong {
      font: bold 16px/24px "open-sans", sans-serif; }
    .cart-page .cart-wrapper .cart-right .checkout-continue {
      text-align: center;
      margin-bottom: 0;
      padding-top: 24px; }
      .cart-page .cart-wrapper .cart-right .checkout-continue .checkout-btn {
        width: 100%; }
      .cart-page .cart-wrapper .cart-right .checkout-continue .svg-bag {
        padding-right: 8px;
        display: inline-block; }
    .cart-page .cart-wrapper .cart-right input::-webkit-input-placeholder {
      font: bold 12px/24px "open-sans", sans-serif; }
    .cart-page .cart-wrapper .cart-right input::-moz-placeholder {
      font: bold 12px/24px "open-sans", sans-serif; }
    .cart-page .cart-wrapper .cart-right input:-ms-input-placeholder {
      font: bold 12px/24px "open-sans", sans-serif; }
    .cart-page .cart-wrapper .cart-right input::-ms-input-placeholder {
      font: bold 12px/24px "open-sans", sans-serif; }
    .cart-page .cart-wrapper .cart-right input::placeholder {
      font: bold 12px/24px "open-sans", sans-serif; }
    .cart-page .cart-wrapper .cart-right select {
      font: bold 12px/24px "open-sans", sans-serif;
      position: relative;
      z-index: 1; }
      .cart-page .cart-wrapper .cart-right select.shippingMethodCountry, .cart-page .cart-wrapper .cart-right select.shippingMethodState, .cart-page .cart-wrapper .cart-right select.shippingMethodZipCode {
        font: 500 1rem/normal "open-sans", sans-serif;
        padding: 0 0.75rem; }
    @media (max-width: 1169.98px) {
      .cart-page .cart-wrapper .cart-right {
        width: 100%;
        border: none;
        padding: 0;
        overflow: hidden; } }
  .cart-page .cart-wrapper .shipment-block-state,
  .cart-page .cart-wrapper .shipment-block-country {
    position: relative; }
    .cart-page .cart-wrapper .shipment-block-state::after,
    .cart-page .cart-wrapper .shipment-block-country::after {
      content: '';
      position: absolute;
      right: 0.625rem;
      top: 2.9375rem;
      width: 0;
      height: 0;
      display: inline-block;
      vertical-align: middle;
      border-style: solid;
      z-index: 0;
      border-width: 8px 8px 0 8px;
      border-color: #000 transparent transparent transparent;
      z-index: 0; }
  .cart-page .cart-wrapper #shippingMethodSelectionForm .shippingCost {
    font: 700 1rem/normal "open-sans", sans-serif;
    margin-left: 0.3125rem;
    color: #000; }
  .cart-page .cart-wrapper .estimateShippingWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .cart-page .cart-wrapper .shipment-block-zipcode .form-group {
    margin-bottom: 2.5rem; }
  .cart-page .cart-wrapper .cart-left {
    width: 904px;
    max-width: 904px;
    margin-right: 36px;
    margin-bottom: 64px; }
    @media (max-width: 1169.98px) {
      .cart-page .cart-wrapper .cart-left {
        width: 100%;
        max-width: none;
        margin-bottom: 24px;
        margin-right: 0; } }
    .cart-page .cart-wrapper .cart-left .cart-product-wrapper {
      padding-right: 100px; }
      @media (max-width: 1169.98px) {
        .cart-page .cart-wrapper .cart-left .cart-product-wrapper {
          padding-right: 0; } }
      .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info {
        margin-bottom: 34px;
        border: none; }
        @media (max-width: 1169.98px) {
          .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info {
            margin-bottom: 24px; } }
        .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-image {
              width: 166px;
              height: 200px; }
              @media (max-width: 991.98px) {
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-image {
                  width: 100px;
                  height: 120px; } }
              .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-image img {
                width: 166px;
                height: 200px;
                max-height: 200px; }
                @media (max-width: 991.98px) {
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-image img {
                    width: 100px;
                    height: 120px;
                    max-height: 120px; } }
            .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-attributes .line-item-name {
              font: 600 20px/25px "open-sans", sans-serif;
              color: #172026;
              white-space: normal; }
              @media (max-width: 991.98px) {
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-attributes .line-item-name {
                  font: 600 18px/18px "muli", sans-serif;
                  color: #333;
                  padding-right: 24px; } }
            .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-attributes .line-item-attributes, .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-attributes .line-item-total-price-amount {
              font: normal 16px/24px "muli", sans-serif;
              color: #172026;
              margin-bottom: 8px; }
            .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-attributes .option-price-value {
              font-weight: 600; }
            .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .item-attributes .item-quantity {
              font: normal 16px/24px "muli", sans-serif;
              color: #172026;
              margin-bottom: 8px; }
            .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                max-width: 520px;
                width: 520px;
                padding-right: 67px;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-flow: column;
                        flex-flow: column; }
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-detail .lineItem-options-values[data-value-id="unchecked"] {
                  display: none; }
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-detail .lineItem-options-values > .line-item-attribute-option {
                  font: normal 16px/24px "muli", sans-serif;
                  color: #172026;
                  font-weight: bold; }
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-detail .lineItem-options-values > .line-item-attribute-option-selection {
                  font: normal 16px/24px "muli", sans-serif;
                  color: #172026;
                  margin-bottom: 8px; }
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity {
                  padding-top: 22px; }
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity .quantity-form .line-item-pricing-info {
                    display: none; }
                  @media (max-width: 991.98px) {
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity {
                      padding-top: 8px; } }
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity .product-quantity-update {
                    height: 32px;
                    width: 32px;
                    border-radius: 50%;
                    margin-right: 12px;
                    border: 2px solid #91959C;
                    background-color: #FFF; }
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity .product-quantity-update.disable {
                      border-color: #B5B8BA;
                      background-color: #EAEBEB;
                      pointer-events: none;
                      cursor: not-allowed; }
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity .product-quantity-update:hover {
                      border-color: #172026; }
                      .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity .product-quantity-update:hover svg #Quantity-mobile {
                        stroke: #172026; }
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity .product-quantity-update svg #Quantity-mobile {
                      stroke: #91959C; }
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity .quantity-field {
                    width: 114px;
                    background-color: #FFF;
                    text-align: center;
                    border: 2px solid #91959C;
                    /*border-radius: 8px;*/
                    padding: 5px 0 3px;
                    font: 600 16px/20px "muli", sans-serif; }
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left .info-inner-quantity .increase-quantity {
                    margin-right: 0;
                    margin-left: 12px;
                    border: 2px solid #91959C;
                    color: #91959C; }
                @media (max-width: 991.98px) {
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-left {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    width: 100%;
                    max-width: none;
                    padding-right: 0; } }
              .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right {
                width: 7.5rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-flow: column;
                        flex-flow: column;
                -webkit-box-align: baseline;
                    -ms-flex-align: baseline;
                        align-items: baseline; }
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right a {
                  color: #172026 !important;
                  font: 600 12px/14px "open-sans", sans-serif; }
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .product-edit, .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .product-price-edit {
                  margin-bottom: 8px; }
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .product-edit a:hover, .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .product-price-edit a:hover {
                    color: #EE2312 !important; }
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .product-edit a:hover svg, .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .product-price-edit a:hover svg {
                      fill: #EE2312 !important; }
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .remove-product,
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .wishlistProduct {
                  background: none;
                  border: none;
                  font: 600 12px/14px "open-sans", sans-serif;
                  margin-bottom: 0.875rem;
                  padding: 0; }
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .remove-product:hover,
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .wishlistProduct:hover {
                    color: #EE2312; }
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .remove-product:hover svg,
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .wishlistProduct:hover svg {
                      fill: #EE2312; }
                      .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .remove-product:hover svg path,
                      .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .wishlistProduct:hover svg path {
                        stroke: #EE2312; }
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .remove-product svg,
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .wishlistProduct svg {
                    height: 18px !important;
                    width: 18px !important; }
                  @media (max-width: 991.98px) {
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .remove-product,
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .wishlistProduct {
                      max-width: 16px;
                      padding: 0; } }
                .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .svg-holder {
                  display: inline-block;
                  margin-right: 8px; }
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .svg-holder svg {
                    height: 16px !important;
                    width: 16px !important; }
                @media (max-width: 991.98px) {
                  .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right {
                    width: 16px;
                    position: absolute;
                    top: -4px;
                    right: 0; }
                    .cart-page .cart-wrapper .cart-left .cart-product-wrapper .product-info .product-info-wrapper .product-info-left .product-info-inner .info-inner-right .desktop-only {
                      display: none; } }

.cart-page .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cart-page #accordion {
  padding-top: 6px; }
  .cart-page #accordion .card {
    border: 1px solid #D1D3D6;
    font: normal 20px/25px "open-sans", sans-serif;
    margin-bottom: 0; }
    .cart-page #accordion .card .card-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: none;
      padding: 24px 60px 24px 24px;
      position: relative;
      cursor: pointer; }
      .cart-page #accordion .card .card-header span {
        display: block; }
        .cart-page #accordion .card .card-header span.card-header-left {
          font: normal 14px/21px "open-sans", sans-serif; }
          @media (max-width: 991.98px) {
            .cart-page #accordion .card .card-header span.card-header-left {
              padding-top: 4px; } }
      .cart-page #accordion .card .card-header.collapsed::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "";
        right: 32px;
        width: 16px;
        height: 16px;
        background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: %2391959C;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M511.5 789.9 80.6 359c-22.8-22.8-22.8-59.8 0-82.6 22.8-22.8 59.8-22.8 82.6 0l348.3 348.3 348.3-348.3c22.8-22.8 59.8-22.8 82.6 0 22.8 22.8 22.8 59.8 0 82.6L511.5 789.9 511.5 789.9zM511.5 789.9"%3E%3C/path%3E%3C/svg%3E') no-repeat;
        background-repeat: no-repeat; }
      .cart-page #accordion .card .card-header::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
        /* Rotation for the expanded state */
        content: "";
        right: 32px;
        width: 16px;
        height: 16px;
        background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: %2391959C;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M511.5 789.9 80.6 359c-22.8-22.8-22.8-59.8 0-82.6 22.8-22.8 59.8-22.8 82.6 0l348.3 348.3 348.3-348.3c22.8-22.8 59.8-22.8 82.6 0 22.8 22.8 22.8 59.8 0 82.6L511.5 789.9 511.5 789.9zM511.5 789.9"%3E%3C/path%3E%3C/svg%3E') no-repeat;
        background-repeat: no-repeat; }
      @media (max-width: 991.98px) {
        .cart-page #accordion .card .card-header {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 16px 60px 16px 24px; } }
    .cart-page #accordion .card .body-inner {
      padding: 12px 24px 24px; }
      .cart-page #accordion .card .body-inner .coupon-missing-error {
        display: none; }
      .cart-page #accordion .card .body-inner label {
        padding-bottom: 12px; }
      .cart-page #accordion .card .body-inner .promo-code-btn {
        min-width: 0; }
        @media (max-width: 991.98px) {
          .cart-page #accordion .card .body-inner .promo-code-btn {
            min-width: auto;
            width: inherit; } }
      .cart-page #accordion .card .body-inner .shippingMethods {
        height: 50px; }
      .cart-page #accordion .card .body-inner .optional-promo {
        display: none; }
      @media (max-width: 991.98px) {
        .cart-page #accordion .card .body-inner {
          padding-bottom: 16px; } }

.quantity-field-update {
  background: none !important; }

.swiper-overflow-container .swiper-heading {
  text-align: center;
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .swiper-overflow-container .swiper-heading {
      margin-top: 1.5rem; } }

.swiper-overflow-container .slick-slide {
  padding: 0 1.6875rem; }
  @media (max-width: 991.98px) {
    .swiper-overflow-container .slick-slide {
      padding: 0 0.5rem; } }
  .swiper-overflow-container .slick-slide .pdp-link,
  .swiper-overflow-container .slick-slide .price {
    font: 1.125rem/normal "muli", sans-serif;
    margin-bottom: 0.625rem; }

#removeProductModal .modal-dialog, #removeCouponModal .modal-dialog, #emptyCartModal .modal-dialog, #agentUpdateModal .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#removeProductModal .modal-header, #removeProductModal .modal-footer, #removeCouponModal .modal-header, #removeCouponModal .modal-footer, #emptyCartModal .modal-header, #emptyCartModal .modal-footer, #agentUpdateModal .modal-header, #agentUpdateModal .modal-footer {
  border: none; }

#removeProductModal .modal-title, #removeCouponModal .modal-title, #emptyCartModal .modal-title, #agentUpdateModal .modal-title {
  font-family: "open-sans", sans-serif; }

#removeProductModal .delete-confirmation-body, #removeCouponModal .delete-confirmation-body, #emptyCartModal .delete-confirmation-body, #agentUpdateModal .delete-confirmation-body {
  font-family: "muli", sans-serif;
  font-weight: bold; }

#removeProductModal .Agent-price-update, #removeCouponModal .Agent-price-update, #emptyCartModal .Agent-price-update, #agentUpdateModal .Agent-price-update {
  font: 600 1rem/normal "open-sans", sans-serif; }
  #removeProductModal .Agent-price-update p, #removeCouponModal .Agent-price-update p, #emptyCartModal .Agent-price-update p, #agentUpdateModal .Agent-price-update p {
    margin-bottom: 10px; }

div[data-action="Cart-Show"] ~ .modal-backdrop {
  background-color: #000; }
  div[data-action="Cart-Show"] ~ .modal-backdrop.show {
    opacity: 0.5 !important; }

#end-user-agreement-modal .modal-content {
  max-width: 70%;
  height: 100%;
  max-height: 90%;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 991.98px) {
    #end-user-agreement-modal .modal-content {
      max-height: 100%;
      max-width: 100%;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  #end-user-agreement-modal .modal-content .close {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer; }
    #end-user-agreement-modal .modal-content .close:hover {
      opacity: 1; }
  #end-user-agreement-modal .modal-content #end-user-agreement-form {
    overflow-y: auto; }
    #end-user-agreement-modal .modal-content #end-user-agreement-form .fieldWrapperContent {
      padding: 1.75rem 1.875rem; }
      @media (max-width: 991.98px) {
        #end-user-agreement-modal .modal-content #end-user-agreement-form .fieldWrapperContent {
          padding: 1.75rem 1.25rem; } }
    #end-user-agreement-modal .modal-content #end-user-agreement-form label {
      font: 600 1rem/normal "open-sans", sans-serif; }
      #end-user-agreement-modal .modal-content #end-user-agreement-form label.userAgreement {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    #end-user-agreement-modal .modal-content #end-user-agreement-form #agreement {
      width: 100%;
      height: 12.5rem; }
    #end-user-agreement-modal .modal-content #end-user-agreement-form textarea,
    #end-user-agreement-modal .modal-content #end-user-agreement-form input {
      margin: 1rem 0;
      font: 600 0.875rem/normal "open-sans", sans-serif;
      background-color: #FFF;
      border-color: #ced4da; }
      #end-user-agreement-modal .modal-content #end-user-agreement-form textarea:focus-visible, #end-user-agreement-modal .modal-content #end-user-agreement-form textarea:focus, #end-user-agreement-modal .modal-content #end-user-agreement-form textarea:active,
      #end-user-agreement-modal .modal-content #end-user-agreement-form input:focus-visible,
      #end-user-agreement-modal .modal-content #end-user-agreement-form input:focus,
      #end-user-agreement-modal .modal-content #end-user-agreement-form input:active {
        outline: none;
        border-color: #ced4da;
        -webkit-box-shadow: none;
                box-shadow: none; }
      #end-user-agreement-modal .modal-content #end-user-agreement-form textarea::-webkit-input-placeholder, #end-user-agreement-modal .modal-content #end-user-agreement-form input::-webkit-input-placeholder {
        font: 600 0.875rem/normal "open-sans", sans-serif; }
      #end-user-agreement-modal .modal-content #end-user-agreement-form textarea::-moz-placeholder, #end-user-agreement-modal .modal-content #end-user-agreement-form input::-moz-placeholder {
        font: 600 0.875rem/normal "open-sans", sans-serif; }
      #end-user-agreement-modal .modal-content #end-user-agreement-form textarea:-ms-input-placeholder, #end-user-agreement-modal .modal-content #end-user-agreement-form input:-ms-input-placeholder {
        font: 600 0.875rem/normal "open-sans", sans-serif; }
      #end-user-agreement-modal .modal-content #end-user-agreement-form textarea::-ms-input-placeholder, #end-user-agreement-modal .modal-content #end-user-agreement-form input::-ms-input-placeholder {
        font: 600 0.875rem/normal "open-sans", sans-serif; }
      #end-user-agreement-modal .modal-content #end-user-agreement-form textarea::placeholder,
      #end-user-agreement-modal .modal-content #end-user-agreement-form input::placeholder {
        font: 600 0.875rem/normal "open-sans", sans-serif; }
    #end-user-agreement-modal .modal-content #end-user-agreement-form .invalid-feedback-enduse,
    #end-user-agreement-modal .modal-content #end-user-agreement-form .invalid-feedback-signature {
      font: 700 1rem/normal "open-sans", sans-serif;
      margin: -0.625rem 0 0.625rem;
      color: #EE2312; }
    #end-user-agreement-modal .modal-content #end-user-agreement-form .field.required label::after {
      content: "*";
      color: #EE2312; }

.alert-danger, .error-message-text {
  font: 400 1rem/normal "open-sans", sans-serif; }

.btn-review-terms {
  width: 100%;
  color: #EE2312 !important; }

.emptyCartButtonWrapper {
  border-top: 1px solid #D1D3D6;
  text-align: right;
  padding-top: 1.875rem;
  margin-top: 1.875rem; }

#shareCartModal #share-cart-confirmation-body .cart-share-confirmation-btn-url {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content; }

#shareCartModal #share-cart-confirmation-body .productInfoData,
#shareCartModal #share-cart-confirmation-body .line-item-pricing-info {
  font-family: "muli", sans-serif; }

#shareCartModal #share-cart-confirmation-body .line-item-total-text {
  font-size: 1rem; }

#shareCartModal #share-cart-confirmation-body .divider {
  border-bottom: 1px solid #000;
  margin: 2.5rem 0 1.875rem;
  position: relative; }
  #shareCartModal #share-cart-confirmation-body .divider span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0 0.625rem;
    background-color: #FFF;
    font-family: "muli", sans-serif; }

#shareCartModal .modal-footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #shareCartModal .modal-footer .btn {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%; }
    @media (max-width: 991.98px) {
      #shareCartModal .modal-footer .btn {
        width: 100%; } }

.shareCartInput {
  margin-top: 1.25rem;
  width: 100%;
  font-family: "muli", sans-serif;
  text-align: center; }
  .shareCartInput:focus-visible {
    outline: none; }
  .shareCartInput::-webkit-input-placeholder {
    text-align: center;
    font-family: "muli", sans-serif; }
  .shareCartInput::-moz-placeholder {
    text-align: center;
    font-family: "muli", sans-serif; }
  .shareCartInput:-ms-input-placeholder {
    text-align: center;
    font-family: "muli", sans-serif; }
  .shareCartInput::-ms-input-placeholder {
    text-align: center;
    font-family: "muli", sans-serif; }
  .shareCartInput::placeholder {
    text-align: center;
    font-family: "muli", sans-serif; }
  .shareCartInput.invalid {
    border: 2px solid #EE2312; }

.shareCartInputError {
  display: none;
  font: bold 14px / 17px "muli", sans-serif;
  color: #EE2312; }

.registerUserShareCart, .guestUserShareCart {
  background-color: #999;
  margin: 0;
  border: 0;
  color: #FFF;
  width: 100%;
  margin: 1.25rem 0 0;
  text-transform: capitalize;
  font: bold 14px / 17px "muli", sans-serif;
  min-width: 160px;
  max-height: 40px;
  min-height: 40px; }
  .registerUserShareCart:hover, .guestUserShareCart:hover {
    background-color: #666;
    color: #FFF; }

.order-discount p {
  color: #336DFF !important; }

.postalCodeFormatMessage {
  margin-top: 10px;
  padding: 20px;
  background: #fdf0d5;
  color: #6f4400; }

.trust-pilot-wrapper-checkout-top-right {
  position: absolute;
  right: 0; }

.sharecart-status {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  font: 16px/normal "muli", sans-serif;
  width: 20%;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    .sharecart-status {
      width: 80%; } }
