html {
  font-size: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
  padding: 0;
  margin: 0;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  overflow-x: hidden; }

/* stylelint-disable selector-class-pattern */
h1,
.h1,
.h1--thin {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.12; }

h2,
.h2,
.h2--thin {
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12; }

h3,
.h3,
.h3--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12; }

h4,
.h4,
.h4--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12; }

h5,
.h5,
.h5--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12; }

a {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:active {
    color: #000;
    text-decoration: none; }
  a:visited {
    color: #000;
    text-decoration: none; }

ul,
ol {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  padding-left: 1rem;
  list-style: none; }

.bold,
.strong {
  font-weight: 700; }

.italic {
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto/regular.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto/bold.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Roboto/light.ttf) format("truetype"); }

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Roboto/medium.ttf) format("truetype"); }

@font-face {
  font-display: block;
  font-family: "renova_icons";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/renova_icons/renova_icons.woff2) format("woff2"), url(../fonts/renova_icons/renova_icons.woff) format("woff"), url(../fonts/renova_icons/renova_icons.ttf) format("truetype"), url(../fonts/renova_icons/renova_icons.svg) format("svg"), url(../fonts/renova_icons/renova_icons.eot) format("embedded-opentype"); }

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable at-rule-no-vendor-prefix */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.group::before, .group::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  /* Older browser do not support empty content */
  display: table; }

.group,
.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

.group::before, .group::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

.group::after,
.clearfix::after {
  clear: both; }

.group,
.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

.no-touchevents .scrollable {
  overflow: auto; }

.touchevents .scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

.scrollable::-webkit-scrollbar {
  display: none; }

.lazyload,
.lazyloading,
.lazyloaded {
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

.show-for-small,
.hide-for-large,
.hide-for-medium {
  display: block !important; }

.show-for-large,
.show-for-medium,
.hide-for-small {
  display: none !important; }

.show-for-small-inline,
.hide-for-large-inline,
.hide-for-medium-inline {
  display: inline-block !important; }

.show-for-large-inline,
.show-for-medium-inline,
.hide-for-small-inline {
  display: none !important; }

@media screen and (min-width: 768px) {
  .show-for-medium,
  .hide-for-large,
  .hide-for-small {
    display: block !important; }
  .show-for-large,
  .show-for-small,
  .hide-for-medium {
    display: none !important; }
  .show-for-medium-inline,
  .hide-for-large-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-large-inline,
  .show-for-small-inline,
  .hide-for-medium-inline {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .show-for-large,
  .hide-for-medium,
  .hide-for-small {
    display: block !important; }
  .show-for-medium,
  .show-for-small,
  .hide-for-large {
    display: none !important; }
  .show-for-large-inline,
  .hide-for-medium-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-medium-inline,
  .show-for-small-inline,
  .hide-for-large-inline {
    display: none !important; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.uppercase {
  text-transform: uppercase; }

.reset-ul {
  margin: 0;
  list-style: none; }

.underline {
  text-decoration: underline; }

.reset-link {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #000;
  word-break: break-all; }

/***************Layouts*****************/
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1440px;
    margin: 0 auto; }
    .container-fluid {
      max-width: 100%;
      margin: auto; } }

.widget.two-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

@media screen and (min-width: 1024px) {
  .widget.two-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .widget.two-rows > .image-container {
      -ms-flex: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; }
    .widget.two-rows > .content-container {
      -ms-flex: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  position: relative; }
  .cart-error-messaging {
    margin-top: 2rem;
    color: #ff5f5f; }
    .cart-error-messaging .message__icon {
      margin-right: 2rem;
      vertical-align: super; }
    .cart-error-messaging .content {
      display: inline-block;
      width: 85%; }
    .cart-error-messaging .close {
      font-family: "Roboto", sans-serif;
      font-size: 2.4rem;
      padding: 0 0.3rem 0 0;
      border: none;
      background-color: unset;
      color: #ff5f5f; }
  .cart__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-weight: 700; }
  .cart__sidebar {
    width: 100%;
    margin-bottom: 0; }
  .cart-sidebar__item {
    border: 1px solid #000;
    padding: 0 2rem;
    margin-bottom: 1rem; }
    .cart-sidebar__item:last-of-type {
      margin-bottom: 0; }
  .cart-sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0;
    border: 0;
    background: #fff;
    font-weight: normal; }
  .cart-sidebar__trigger {
    text-align: right;
    text-transform: uppercase; }
    .cart-sidebar__trigger--hide {
      display: none;
      font-weight: bold; }
      .active .cart-sidebar__trigger--hide {
        display: block; }
    .cart-sidebar__trigger--show {
      display: block;
      font-weight: bold; }
      .active .cart-sidebar__trigger--show {
        display: none; }
  .cart-sidebar__content {
    padding-bottom: 1rem;
    border: 0; }
  .cart-sidebar__total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem 1rem;
    color: #000; }
    .cart-sidebar__total-row:first-of-type {
      border-top: 1px solid #000;
      padding-top: 2rem; }
    .cart-sidebar__total-row:last-of-type {
      border-top: 1px solid #000;
      padding: 1rem 2rem 0;
      text-transform: uppercase; }
    .cart-sidebar__total-row .order-discount-total {
      color: #c72b2b; }
  .cart-sidebar__total-label, .cart-sidebar__total-value {
    width: auto; }
  .cart-sidebar__shipping {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    border-bottom: 1px solid #000; }
    .cart-sidebar__shipping-label {
      display: none; }
  .cart-sidebar__label {
    padding-right: 1rem;
    text-transform: initial; }
  .cart-sidebar__promo-row {
    width: 100%;
    /* stylelint-disable */
    /* stylelint-enable */ }
    .cart-sidebar__promo-row .coupon-group {
      margin: 0; }
    .cart-sidebar__promo-row .coupon-missing-error {
      display: none; }
    .cart-sidebar__promo-row .coupon-error-message,
    .cart-sidebar__promo-row .coupon-missing-error {
      padding: 0.5rem 0;
      color: #c72b2b; }
    .cart-sidebar__promo-row .button {
      border: 2px solid #000;
      width: 100%;
      margin-top: 1rem; }
    .cart-sidebar__promo-row .coupon-code {
      margin-top: 1rem;
      color: #000; }
      .cart-sidebar__promo-row .coupon-code .coupon-textarea {
        border: 2px solid #000;
        display: inline-block;
        width: 86%;
        padding: 0.35rem 1rem;
        font-weight: 700; }
      .cart-sidebar__promo-row .coupon-code .coupon-applied {
        color: #2fcb8f; }
    .cart-sidebar__promo-row .remove-coupon {
      width: 12%;
      padding: 0.25rem;
      margin: -0.2rem -0.2rem 0 0;
      background: transparent;
      color: #000; }
    .cart-sidebar__promo-row .removeIcon {
      padding: 0.2rem 0.5rem; }
    .cart-sidebar__promo-row .coupon-promotion-relationship,
    .cart-sidebar__promo-row .promotion-information {
      display: none; }
  .cart__card {
    border-bottom: 1px solid #e7e7e7;
    padding: 2rem 0; }
  .cart__footer-container {
    -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    background-color: #e7e7e7; }
    .cart__footer-container .checkout-btn {
      margin: 0;
      text-transform: uppercase; }
  .cart__footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    font-weight: 700; }
    .cart__footer-row:first-of-type {
      border-bottom: 2px solid #000;
      padding-bottom: 1rem; }
    .cart__footer-row:last-of-type {
      padding-top: 1rem;
      text-transform: uppercase; }
  .cart .select-wrapper {
    border: #000 2px solid; }
  .cart .select-wrapper::before,
  .cart .select-wrapper::after {
    font-family: "Roboto", sans-serif;
    font-size: 1rem; }
  .cart .strike-through {
    font-weight: bold; }
  .cart .accordion__title {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem; }
  .cart .shipping-country-selector {
    margin: 0.5rem;
    background-color: #e7e7e7;
    text-align: center; }
    .cart .shipping-country-selector span {
      font-weight: 700; }
    .cart .shipping-country-selector p {
      margin-bottom: 0; }
    .cart .shipping-country-selector a {
      text-decoration: underline; }

footer {
  padding: 0 0 16rem; }

.product-card {
  min-height: 17rem; }
  .product-card__attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem; }
    .product-card__attributes .item-attributes {
      width: calc(100% - 12rem);
      height: 12.8rem;
      float: right; }
  .product-card__image-container {
    width: 9.8rem;
    height: 12.8rem;
    margin: 0 2rem 0 0; }
  .product-card__variations p {
    display: inline-block;
    margin: 0.7rem 0; }
  .product-card__qty-and-remove {
    position: relative; }
    .product-card__qty-and-remove select {
      padding: 0 3rem 0.2rem 1rem; }
    .product-card__qty-and-remove .remove-line-item {
      position: absolute;
      top: 50%;
      right: 1rem;
      display: inline-block;
      margin: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .product-card__name {
    font-weight: 700;
    text-transform: uppercase; }
  .product-card .product-line-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-card .promotion-section {
    margin-top: -1rem;
    margin-left: 12rem;
    color: #2fcb8f; }
    .product-card .promotion-section .promotion-line {
      line-height: 1; }
  .product-card .madebyyou-preview-button {
    margin-top: 1rem; }

/* stylelint-disable */
.quantity-form input[type='number'] {
  width: 3rem;
  padding: 0.5rem 0.2rem;
  border: 0;
  margin: 1rem;
  -moz-appearance: textfield;
  text-align: center; }

.quantity-form input[type='number']:focus {
  border-bottom: 0.2rem solid #000; }

.quantity-button {
  padding: 0.6rem;
  background-color: #e7e7e7; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.cart-state-trigger {
  pointer-events: none; }

.modal-is-open {
  display: block;
  opacity: 0.4; }

.modal-clear {
  display: none; }

.delete-coupon-confirmation-header {
  padding: 2rem;
  border: none; }
  .delete-coupon-confirmation-header .close {
    margin: 0; }

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

#maincontent {
  min-height: calc(100vh - 50rem);
  padding: 10rem 0 5rem; }

.strike-through {
  text-decoration: line-through; }

.non-adjusted-price {
  display: none; }

/* stylelint-enable */
.summary__heading-items {
  display: block; }

.product-recommendation {
  padding: 5rem 0; }
  .product-recommendation__calloutmsg {
    padding-bottom: 3rem;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center; }
  .product-recommendation__grid .product-tile {
    width: 100%; }

@media screen and (min-width: 1024px) {
  .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .cart__wrapper {
      margin: 7rem auto 6rem; }
    .cart__title {
      font-family: "Roboto", sans-serif;
      font-size: 2.8rem;
      border: 0; }
    .cart-error-messaging .error {
      margin: 2rem 0; }
      .cart-error-messaging .error .message__icon {
        margin-right: 2rem;
        vertical-align: unset; }
    .cart__summary-heading {
      border-bottom: 1px solid #000;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-right: 3rem; }
      .cart__summary-heading .summary__heading-items {
        display: block;
        text-align: right; }
      .cart__summary-heading .summary__heading-item {
        width: 7rem;
        margin-left: 13rem;
        text-align: center; }
        .cart__summary-heading .summary__heading-item:last-child {
          text-align: right; }
    .cart__sidebar {
      order: 2;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      border: 1px solid #000;
      position: sticky;
      top: 2rem;
      left: 64vw;
      width: calc(33.33333% - 4rem);
      max-width: 43rem;
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
      margin: 1.75rem 0 0 4rem; }
    .cart-sidebar__item {
      padding-bottom: 1rem;
      border: none; }
      .cart-sidebar__item:last-of-type {
        padding-bottom: 2rem; }
      .cart-sidebar__item .checkout-btn {
        margin: 0; }
    .cart-sidebar__header {
      display: none; }
    .cart-sidebar__content {
      display: block;
      padding: 0; }
    .cart-sidebar__total-row {
      padding: 0 0 1rem; }
      .cart-sidebar__total-row:first-of-type {
        border-top: 0; }
      .cart-sidebar__total-row:last-of-type {
        padding: 1rem 0 0; }
    .cart-sidebar__total-label {
      display: inline-block; }
    .cart-sidebar__total-value {
      display: inline-block;
      float: right; }
    .cart-sidebar__shipping-label {
      display: inline-block;
      margin-bottom: 0.5rem;
      color: #000; }
    .cart__card {
      position: relative;
      padding: 2rem 0 0;
      border: none; }
    .cart__product-summary {
      order: 1;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      width: 66.66666%; }
    .cart .product-card {
      border-bottom: 1px solid #979797;
      padding-bottom: 2rem;
      margin: 0 3rem; }
      .cart .product-card__flex {
        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; }
      .cart .product-card__attributes {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: calc(100% - 12rem);
        margin: 0; }
      .cart .product-card__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 0;
        width: 24rem; }
        .cart .product-card__footer .quantity-label {
          display: none; }
        .cart .product-card__footer .remove-line-item {
          display: none; }
      .cart .product-card__remove::before {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%; }
      .cart .product-card__name {
        font-family: "Roboto", sans-serif;
        font-size: 1.6rem;
        font-weight: 500; }
      .cart .product-card__image-container {
        width: 9.8rem;
        height: 12.8rem; }
      .cart .product-card__variations p {
        display: inline-block; }
      .cart .product-card__product-info {
        position: absolute;
        width: calc(100% - 24rem); }
      .cart .product-card .remove-line-item {
        position: absolute;
        top: 0;
        bottom: 2.5rem;
        left: 0;
        width: 3rem;
        height: 100%; }
    .cart__footer-container {
      display: none; }
  .quantity-button {
    padding: 0.6rem;
    background-color: #e7e7e7; }
  .modal-background {
    z-index: 10;
    top: 0; }
  .button--secondary {
    min-width: unset; }
  /* stylelint-disable */
  .cart-sidebar__promo-row .removeIcon {
    padding: 0.2rem 0.9rem; }
  #maincontent {
    padding: 17rem 0 5rem; }
  /* stylelint-enable */
  del {
    position: relative;
    top: 2rem;
    left: 4.5rem; }
  footer {
    padding-bottom: 0; } }
