/*
Theme Name: Permasteel
Text Domain: twentysixteen
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  font-size: 16px;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
body.yith-wcan-pro {
  position: static !important;
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body.overflow--hidden {
  overflow: hidden;
}
body .zsiq_float1 {
  position: fixed;
  top: calc(100vh - 68px);
  left: 0;
}
body .zsiq_flt_rel {
  -webkit-box-shadow: 1px 1px 10px -1px #aaa;
          box-shadow: 1px 1px 10px -1px #aaa;
}
body .zsiq_flt_rel .zsiq_cnt #zsiq_maintitle {
  font-weight: 700;
}
body .zsiq_flt_rel .siqico-chat::before {
  color: #000;
}
body .grecaptcha-logo iframe {
  display: none;
}
body .grecaptcha-badge {
  display: none;
}
body.kenmore .zsiq_flt_rel {
  background-color: #429CD6 !important;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
}

h1, .h1, .h1 p {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1024px) {
  h1, .h1, .h1 p {
    font-size: 70px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  h1, .h1, .h1 p {
    font-size: 70px;
  }
}

h2, .h2, .h2 p {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 600px) {
  h2, .h2, .h2 p {
    font-size: 40px;
  }
}

h3, .h3, .h3 p {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1024px) {
  h3, .h3, .h3 p {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  h3, .h3, .h3 p {
    font-size: 28px;
  }
}

h4, .h4, .h4 p {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  h4, .h4, .h4 p {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  h4, .h4, .h4 p {
    font-size: 24px;
  }
}

h5, .h5, .h5 p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  h5, .h5, .h5 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h5, .h5, .h5 p {
    font-size: 16px;
  }
}

h6, .h6, .h6 p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  h6, .h6, .h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6, .h6, .h6 p {
    font-size: 16px;
  }
}

a {
  color: #FFD200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.kenmore a {
  color: #429CD6;
}

b,
strong,
strong * {
  font-weight: 700;
}

a:hover, button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

[data-aos] {
  opacity: 0.001;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0;
  }
}

.centerDiv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site__uppertitle {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .site__uppertitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site__uppertitle {
    font-size: 16px;
  }
}

.site__title {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .site__title {
    font-size: 40px;
  }
}

.site__text {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  text-align: center;
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .site__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site__text {
    font-size: 16px;
  }
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

body:not(.page-template-template-find) .slick-arrow {
  width: 25px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -90px;
  background: url(images/slider-arrow.svg) center/contain no-repeat;
  overflow: hidden;
  text-indent: 500px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 600px) {
  body:not(.page-template-template-find) .slick-arrow {
    left: -40px;
  }
}

body:not(.page-template-template-find) .slick-next {
  left: auto;
  right: -90px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
@media only screen and (max-width: 600px) {
  body:not(.page-template-template-find) .slick-next {
    left: auto;
    right: -40px;
  }
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000 !important;
}
body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar + .mCSB_draggerRail {
  opacity: 0;
}

.line {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .line {
    margin-top: 70px;
  }
}
.line__cont {
  margin: 0 auto;
  width: 1300px;
  max-width: 100%;
  border-top: 1px solid #D8D8D8;
}

.page_title {
  margin-top: 205px;
}
@media only screen and (max-width: 900px) {
  .page_title {
    margin-top: 170px;
  }
}
@media only screen and (max-width: 600px) {
  .page_title {
    margin-top: 100px;
  }
}

.site-main :nth-last-child(1):is(.contact) {
  margin-bottom: -88px;
}
@media only screen and (max-width: 900px) {
  .site-main :nth-last-child(1):is(.contact) {
    margin-bottom: -65px;
  }
}
@media only screen and (max-width: 600px) {
  .site-main :nth-last-child(1):is(.contact) {
    margin-bottom: -45px;
  }
}

.breadcrumb,
.woocommerce-breadcrumb {
  position: relative;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #8E9497;
  width: 100%;
  text-align: center;
  padding: 10px 0 !important;
}
@media only screen and (min-width: 1922px) {
  .breadcrumb,
.woocommerce-breadcrumb {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .breadcrumb,
.woocommerce-breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumb,
.woocommerce-breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .breadcrumb,
.woocommerce-breadcrumb {
    margin-bottom: 11px;
  }
}
.breadcrumb span,
.breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
  display: inline-block;
  position: relative;
  color: #8E9497 !important;
  padding: 0 15px;
  font-weight: 500;
}
.breadcrumb span::before,
.breadcrumb a::before,
.woocommerce-breadcrumb span::before,
.woocommerce-breadcrumb a::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #8e9497;
  content: "";
}
.breadcrumb span:nth-child(1):before,
.breadcrumb a:nth-child(1):before,
.woocommerce-breadcrumb span:nth-child(1):before,
.woocommerce-breadcrumb a:nth-child(1):before {
  display: none;
}
.breadcrumb span,
.woocommerce-breadcrumb span {
  padding: 0;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #000;
}
.breadcrumb--pages,
.woocommerce-breadcrumb--pages {
  margin-bottom: 15px;
}
.breadcrumb--pages span,
.woocommerce-breadcrumb--pages span {
  margin: 0;
}
.breadcrumb--pages span:before,
.woocommerce-breadcrumb--pages span:before {
  display: none;
}
.breadcrumb--pages span.breadcrumb_last,
.woocommerce-breadcrumb--pages span.breadcrumb_last {
  margin: 0 15px 0 15px;
}
.breadcrumb--pages span.breadcrumb_last:before,
.woocommerce-breadcrumb--pages span.breadcrumb_last:before {
  display: block;
}
.breadcrumb--pages span span span a:before,
.woocommerce-breadcrumb--pages span span span a:before {
  display: block !important;
}

.breadcrumb--pages span.breadcrumb_last,
.woocommerce-breadcrumb--pages span.breadcrumb_last {
  display: none;
}

.error-404 {
  margin-top: 328px;
}
@media only screen and (max-width: 1024px) {
  .error-404 {
    padding: 0 20px;
    margin-top: 150px;
  }
}
.error-404__logo {
  width: 100%;
  position: relative;
}
body.kenmore .error-404__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.error-404__logo img {
  width: 100%;
  height: auto;
}
body.kenmore .error-404__logo img {
  display: none;
}
.error-404__text {
  position: absolute;
  right: 0;
  top: 31px;
  width: 48%;
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .error-404__text {
    font-size: 40px;
  }
}
body.kenmore .error-404__text {
  position: static;
}
@media only screen and (max-width: 900px) {
  .error-404__text {
    width: 100%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  body.kenmore .error-404__text {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFD200;
  padding: 40px 20px;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}
@media only screen and (max-width: 750px) {
  .cookies {
    padding: 40px 20px 80px;
  }
}
body.kenmore .cookies {
  background: #429CD6;
}
.cookies.js-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cookies .container {
  width: 980px;
  max-width: 100%;
  padding: 0;
}
.cookies__cont {
  display: inline-block;
  width: calc(100% - 370px);
  vertical-align: middle;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .cookies__cont {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cookies__cont__text {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .cookies__cont__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .cookies__cont__text {
    font-size: 16px;
  }
}
body.kenmore .cookies__cont__text {
  color: #ffffff;
}
.cookies__cont__text__link {
  color: #000;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-decoration: underline;
}
@media only screen and (min-width: 1922px) {
  .cookies__cont__text__link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .cookies__cont__text__link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .cookies__cont__text__link {
    font-size: 12px;
  }
}
.cookies__cont__text__link:hover {
  color: #606A6E;
}
body.kenmore .cookies .cookies__cont__text__link {
  color: #ffffff !important;
}
body.kenmore .cookies .cookies__cont__text__link:hover {
  text-decoration: none;
}
.cookies .cookies__buttons {
  display: inline-block;
}
.cookies .cookies__buttons .button--close {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.cookies .cookies__buttons .button--close:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
body.kenmore .cookies .cookies__buttons .cookies__btn {
  border: 2px solid #ffffff !important;
  background: none !important;
  color: #ffffff !important;
}
body.kenmore .cookies .cookies__buttons .cookies__btn:hover {
  background: #2C678D !important;
  color: #ffffff !important;
}
.cookies__btn {
  width: 151px;
  padding: 0 10px !important;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  background: none;
  border: none;
  color: #000;
  font-weight: 400;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  color: #FFD200;
}
body.kenmore .wp-pagenavi span:hover,
body.kenmore .wp-pagenavi a:hover {
  color: #429CD6;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span.current {
  color: #FFD200;
}
body.kenmore .wp-pagenavi span.current {
  color: #429CD6;
}

.fancybox-slide {
  padding: 20px 20px 60px !important;
  /*.fancybox-image {
    max-height: calc(100vh - 80px);
    object-fit: contain;
  }*/
}

.wooac-popup {
  padding: 20px 24px 34px 24px;
  width: 380px;
  max-width: 100%;
}
.wooac-popup:before {
  content: "Item added to your cart";
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #8E9497;
  text-align: left;
  width: 100%;
  margin-bottom: 49px;
  display: block;
}
@media only screen and (min-width: 1922px) {
  .wooac-popup:before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .wooac-popup:before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .wooac-popup:before {
    font-size: 12px;
  }
}
.wooac-popup .mfp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 1;
  color: #000 !important;
}
.wooac-popup .wooac-wrapper {
  position: relative;
}
.wooac-popup .wooac-image {
  width: 111px;
  display: inline-block;
  vertical-align: top;
}
.wooac-popup .wooac-text {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 15px;
}
.wooac-popup .wooac-text a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1024px) {
  .wooac-popup .wooac-text a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .wooac-popup .wooac-text a {
    font-size: 16px;
  }
}
.wooac-popup .wooac-text a:hover {
  color: #FFD200;
}
body.kenmore .wooac-popup .wooac-text a:hover {
  color: #429CD6;
}
.wooac-popup .woocommerce-Price-amount {
  position: absolute;
  top: 40%;
  left: 40%;
  color: #8E9497;
}
.wooac-popup .wooac-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.wooac-popup .wooac-action #wooac-cart {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  transition: 0.5s ease;
  border-radius: 0;
  color: #000;
  border: 2px solid #333F44;
  height: 36px;
  line-height: 36px;
  background: none !important;
  min-width: 155px;
  margin-bottom: 12px;
}
body.kenmore .wooac-popup .wooac-action #wooac-cart:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .wooac-popup .wooac-action #wooac-cart {
    padding: 0 15px;
  }
}
.wooac-popup .wooac-action #wooac-cart:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .wooac-popup .wooac-action #wooac-cart:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.wooac-popup .wooac-action #wooac-cart--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.wooac-popup .wooac-action #wooac-cart--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
body.kenmore .wooac-popup .wooac-action #wooac-cart:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .wooac-popup .wooac-action #wooac-cart {
    padding: 0 15px;
  }
}
.wooac-popup .wooac-action #wooac-cart:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .wooac-popup .wooac-action #wooac-cart:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.wooac-popup .wooac-action #wooac-cart--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.wooac-popup .wooac-action #wooac-cart--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.wooac-popup .wooac-action #wooac-cart:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.wooac-popup .wooac-action #wooac-cart:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.wooac-popup .wooac-action #wooac-checkout {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  min-width: 155px;
}
body.kenmore .wooac-popup .wooac-action #wooac-checkout:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .wooac-popup .wooac-action #wooac-checkout {
    padding: 0 15px;
  }
}
.wooac-popup .wooac-action #wooac-checkout:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .wooac-popup .wooac-action #wooac-checkout:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.wooac-popup .wooac-action #wooac-checkout--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.wooac-popup .wooac-action #wooac-checkout--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}

.widecolumn {
  width: 980px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.widecolumn h2 {
  text-align: center;
}
.widecolumn #signup-welcome {
  text-align: center;
  padding: 20px 0;
}
.widecolumn #signup-welcome p {
  text-align: center;
}
.widecolumn .view {
  text-align: center;
}
.widecolumn .lead-in {
  text-align: center;
  padding: 20px 60px;
}

.cmplogo.siq-company-logo {
  background-color: #fff;
}

.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

.onsale {
  display: none;
}

.woocommerce-ResetPassword p {
  padding-bottom: 20px;
}

.post-thumbnail > .wp-caption-text {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

html #wpadminbar.mobile {
  overflow: hidden;
}
html #wpadminbar.mobile .quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
}
body.kenmore .button:not(.button--line),
body.kenmore .woocommerce #respond input#submit:not(.button--line),
body.kenmore .woocommerce a.button:not(.button--line),
body.kenmore .woocommerce button.button:not(.button--line),
body.kenmore .woocommerce input.button:not(.button--line),
body.kenmore .woocommerce #respond input#submit.alt:not(.button--line), body.kenmore .woocommerce a.button.alt:not(.button--line), body.kenmore .woocommerce button.button.alt:not(.button--line), body.kenmore .woocommerce input.button.alt:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 0 15px;
  }
}
.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .button:hover,
body.kenmore .woocommerce #respond input#submit:hover,
body.kenmore .woocommerce a.button:hover,
body.kenmore .woocommerce button.button:hover,
body.kenmore .woocommerce input.button:hover,
body.kenmore .woocommerce #respond input#submit.alt:hover, body.kenmore .woocommerce a.button.alt:hover, body.kenmore .woocommerce button.button.alt:hover, body.kenmore .woocommerce input.button.alt:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.button--line,
.woocommerce #respond input#submit--line,
.woocommerce a.button--line,
.woocommerce button.button--line,
.woocommerce input.button--line,
.woocommerce #respond input#submit.alt--line, .woocommerce a.button.alt--line, .woocommerce button.button.alt--line, .woocommerce input.button.alt--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.button--line:hover,
.woocommerce #respond input#submit--line:hover,
.woocommerce a.button--line:hover,
.woocommerce button.button--line:hover,
.woocommerce input.button--line:hover,
.woocommerce #respond input#submit.alt--line:hover, .woocommerce a.button.alt--line:hover, .woocommerce button.button.alt--line:hover, .woocommerce input.button.alt--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}

.site .gform_wrapper,
.woocommerce .gform_wrapper,
.woocommerce .site .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.site .gform_wrapper .top_label .gfield_label,
.site .gform_wrapper legend.gfield_label,
.woocommerce .gform_wrapper .top_label .gfield_label,
.woocommerce .gform_wrapper legend.gfield_label,
.woocommerce .site .gform_wrapper .top_label .gfield_label,
.woocommerce .site .gform_wrapper legend.gfield_label {
  display: none !important;
}
.site .gform_wrapper .show-label .gfield_label,
.woocommerce .gform_wrapper .show-label .gfield_label,
.woocommerce .site .gform_wrapper .show-label .gfield_label {
  display: block !important;
  font-size: 14px;
}
.site .gform_wrapper .ginput_container_password label,
.woocommerce .gform_wrapper .ginput_container_password label,
.woocommerce .site .gform_wrapper .ginput_container_password label {
  display: none !important;
}
.site .gform_wrapper .ginput_container_password .ginput_left, .site .gform_wrapper .ginput_container_password .ginput_right,
.woocommerce .gform_wrapper .ginput_container_password .ginput_left,
.woocommerce .gform_wrapper .ginput_container_password .ginput_right,
.woocommerce .site .gform_wrapper .ginput_container_password .ginput_left,
.woocommerce .site .gform_wrapper .ginput_container_password .ginput_right {
  width: 100% !important;
  padding: 0;
}
.site .gform_wrapper .ginput_container_password .ginput_right,
.woocommerce .gform_wrapper .ginput_container_password .ginput_right,
.woocommerce .site .gform_wrapper .ginput_container_password .ginput_right {
  margin-top: 16px;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
    font-size: 16px;
  }
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .site .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .site .gform_wrapper textarea::-webkit-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .site .gform_wrapper textarea::-moz-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .gform_wrapper textarea::-moz-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .site .gform_wrapper textarea::-moz-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .site .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .site .gform_wrapper textarea:-ms-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .site .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .site .gform_wrapper textarea::-ms-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.site .gform_wrapper textarea::placeholder,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .gform_wrapper textarea::placeholder,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .site .gform_wrapper textarea::placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper .gfmc-column,
.woocommerce .gform_wrapper .gfmc-column,
.woocommerce .site .gform_wrapper .gfmc-column {
  padding-right: 48px;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .gfmc-column,
.woocommerce .gform_wrapper .gfmc-column,
.woocommerce .site .gform_wrapper .gfmc-column {
    padding-right: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gfmc-column,
.woocommerce .gform_wrapper .gfmc-column,
.woocommerce .site .gform_wrapper .gfmc-column {
    padding-right: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gfmc-column:nth-child(1),
.woocommerce .gform_wrapper .gfmc-column:nth-child(1),
.woocommerce .site .gform_wrapper .gfmc-column:nth-child(1) {
    padding-top: 0;
  }
}
.site .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .site .gform_wrapper .gfmc-column:nth-last-child(1) {
  padding-right: 0;
}
.site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
  margin-bottom: 4px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
    font-size: 16px;
  }
}
.site .gform_wrapper .gfmc-column h4 p,
.woocommerce .gform_wrapper .gfmc-column h4 p,
.woocommerce .site .gform_wrapper .gfmc-column h4 p {
  font-size: 12px;
  margin-left: 5px;
  font-weight: 500;
}
.site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-top: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
    font-size: 12px;
  }
}
.site .gform_wrapper .gfmc-column .form__text a,
.woocommerce .gform_wrapper .gfmc-column .form__text a,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.site .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a:hover {
  color: #FFD200;
}
body.kenmore .site .gform_wrapper .gfmc-column .form__text a:hover,
body.kenmore .woocommerce .gform_wrapper .gfmc-column .form__text a:hover,
body.kenmore .woocommerce .site .gform_wrapper .gfmc-column .form__text a:hover {
  background: #429CD6;
}
.site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper .gfmc-column textarea,
.woocommerce .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper .gfmc-column textarea,
.woocommerce .site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper .gfmc-column textarea {
  width: 100%;
  padding: 20px;
}
.site .gform_wrapper .gfmc-column .select2-container,
.woocommerce .gform_wrapper .gfmc-column .select2-container,
.woocommerce .site .gform_wrapper .gfmc-column .select2-container {
  width: 100% !important;
  height: 40px;
}
.site .gform_wrapper .gfmc-column .selection,
.woocommerce .gform_wrapper .gfmc-column .selection,
.woocommerce .site .gform_wrapper .gfmc-column .selection {
  width: 100% !important;
  padding: 0;
  display: block;
}
.site .gform_wrapper .gfmc-column .select2-selection--single,
.woocommerce .gform_wrapper .gfmc-column .select2-selection--single,
.woocommerce .site .gform_wrapper .gfmc-column .select2-selection--single {
  height: 40px !important;
  width: 100% !important;
}
.site .gform_wrapper .gfmc-column .gfield_chainedselect,
.woocommerce .gform_wrapper .gfmc-column .gfield_chainedselect,
.woocommerce .site .gform_wrapper .gfmc-column .gfield_chainedselect {
  display: block;
}
.site .gform_wrapper .gfmc-column .gfield_chainedselect span,
.woocommerce .gform_wrapper .gfmc-column .gfield_chainedselect span,
.woocommerce .site .gform_wrapper .gfmc-column .gfield_chainedselect span {
  display: block;
  padding-bottom: 7px;
  padding: 0 0 16px 0;
  margin-bottom: 0;
}
.site .gform_wrapper .gfmc-column .gfield_chainedselect .select2-selection__arrow,
.woocommerce .gform_wrapper .gfmc-column .gfield_chainedselect .select2-selection__arrow,
.woocommerce .site .gform_wrapper .gfmc-column .gfield_chainedselect .select2-selection__arrow {
  display: none;
}
.site .gform_wrapper .gfmc-column .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .gform_wrapper .gfmc-column .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .site .gform_wrapper .gfmc-column .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  font-size: 16px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .site .gform_wrapper .gfmc-column .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .gform_wrapper .gfmc-column .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .site .gform_wrapper .gfmc-column .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bbbfc1 !important;
    padding: 0 20px;
  }
}
.site .gform_wrapper .gfmc-column .select2-results__options,
.woocommerce .gform_wrapper .gfmc-column .select2-results__options,
.woocommerce .site .gform_wrapper .gfmc-column .select2-results__options {
  width: 100% !important;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload {
  position: relative;
  border: 1px solid #8E9497;
  background: #ffffff;
  padding: 5px;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload:after,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload:after,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after {
  content: "Upload Receipt";
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 17px;
  padding-left: 30px;
  background-image: url(images/upload.svg);
  background-repeat: no-repeat;
  background-position: 5px 0;
}
body.kenmore .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after:not(.button--line),
body.kenmore .woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload:after:not(.button--line),
body.kenmore .woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload:after,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after {
    padding: 0 15px;
  }
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload:after:hover,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload:after:hover,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after:hover,
body.kenmore .woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload:after:hover,
body.kenmore .woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload::after--line,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload::after--line,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload::after--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload::after--line:hover,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload::after--line:hover,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload::after--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
@media only screen and (max-width: 750px) {
  .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload:after,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload:after {
    padding: 0 40px;
  }
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload:hover::after,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload:hover::after,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload:hover::after {
  content: "Upload Receipt";
  background-color: #333F44;
  color: #ffffff;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload input,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload input,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload .gform_fileupload_rules,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload .gform_fileupload_rules,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload .gform_fileupload_rules {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  padding: 0 0 5px 0;
  color: #606A6E;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload .validation_message,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload .validation_message,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload .validation_message {
  font-size: 14px;
  color: #790000;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload .ginput_preview,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload .ginput_preview,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload .ginput_preview {
  font-size: 14px;
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload .ginput_preview img,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload .ginput_preview img,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload .ginput_preview img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.site .gform_wrapper .gfmc-column .ginput_container_fileupload .button,
.woocommerce .gform_wrapper .gfmc-column .ginput_container_fileupload .button,
.woocommerce .site .gform_wrapper .gfmc-column .ginput_container_fileupload .button {
  padding-left: 30px;
  background-image: url(images/upload.svg);
  background-repeat: no-repeat;
  background-position: 5px;
}
.site .gform_wrapper .gfmc-column .hide-label .ginput_container_fileupload::after,
.woocommerce .gform_wrapper .gfmc-column .hide-label .ginput_container_fileupload::after,
.woocommerce .site .gform_wrapper .gfmc-column .hide-label .ginput_container_fileupload::after {
  display: none;
}
.site .gform_wrapper .receipt__input .ginput_container_fileupload:after,
.woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload:after,
.woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload:after {
  content: "Upload Receipt";
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 17px;
  padding-left: 30px;
  background-image: url(images/upload.svg);
  background-repeat: no-repeat;
  background-position: 5px 0;
  cursor: pointer;
}
body.kenmore .site .gform_wrapper .receipt__input .ginput_container_fileupload:after:not(.button--line),
body.kenmore .woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload:after:not(.button--line),
body.kenmore .woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload:after:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .site .gform_wrapper .receipt__input .ginput_container_fileupload:after,
.woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload:after,
.woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload:after {
    padding: 0 15px;
  }
}
.site .gform_wrapper .receipt__input .ginput_container_fileupload:after:hover,
.woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload:after:hover,
.woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload:after:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .site .gform_wrapper .receipt__input .ginput_container_fileupload:after:hover,
body.kenmore .woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload:after:hover,
body.kenmore .woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload:after:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.site .gform_wrapper .receipt__input .ginput_container_fileupload::after--line,
.woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload::after--line,
.woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload::after--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.site .gform_wrapper .receipt__input .ginput_container_fileupload::after--line:hover,
.woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload::after--line:hover,
.woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload::after--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
@media only screen and (max-width: 750px) {
  .site .gform_wrapper .receipt__input .ginput_container_fileupload:after,
.woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload:after,
.woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload:after {
    padding: 0 40px;
  }
}
.site .gform_wrapper .receipt__input .ginput_container_fileupload:hover::after,
.woocommerce .gform_wrapper .receipt__input .ginput_container_fileupload:hover::after,
.woocommerce .site .gform_wrapper .receipt__input .ginput_container_fileupload:hover::after {
  content: "Upload Receipt";
  background-color: #333F44;
  color: #ffffff;
}
.site .gform_wrapper .ginput_complex.ginput_container_address span,
.site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
  display: block;
}
.site .gform_wrapper .ginput_complex.ginput_container_address span b,
.site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left b,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span b,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left b,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span b,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left b {
  display: none;
}
.site .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address label {
  display: none !important;
}
.site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 1922px) {
  .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 12px;
  }
}
.site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 1922px) {
  .site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    font-size: 12px;
  }
}
.site .gform_wrapper li.gfield.gfield_error .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.site .gform_wrapper li.gfield.gfield_error .gfield_description .validation_message .gfield_validation_message,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description .validation_message .gfield_validation_message,
.woocommerce .gform_wrapper li.gfield.gfield_error .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.woocommerce .gform_wrapper li.gfield.gfield_error .gfield_description .validation_message .gfield_validation_message,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description .validation_message .gfield_validation_message,
.woocommerce .site .gform_wrapper li.gfield.gfield_error .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.woocommerce .site .gform_wrapper li.gfield.gfield_error .gfield_description .validation_message .gfield_validation_message,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description .validation_message .gfield_validation_message {
  padding-top: 4px !important;
}
.site .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #8E9497;
}
.site .gform_wrapper .validation_message,
.woocommerce .gform_wrapper .validation_message,
.woocommerce .site .gform_wrapper .validation_message {
  padding-top: 4px !important;
  color: #000;
}
.site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
  padding: 8px 0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  line-height: 1.2;
  margin-bottom: 10px;
  border: none;
}
@media only screen and (min-width: 1922px) {
  .site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
    font-size: 12px;
  }
}
.site .gform_wrapper div.validation_error h2,
.woocommerce .gform_wrapper div.validation_error h2,
.woocommerce .site .gform_wrapper div.validation_error h2 {
  color: #000;
}
.site .gform_wrapper .gform_validation_errors > h2:before,
.woocommerce .gform_wrapper .gform_validation_errors > h2:before,
.woocommerce .site .gform_wrapper .gform_validation_errors > h2:before {
  background-image: none;
}
.site .gform_wrapper .gfield_checkbox li input,
.site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.site .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .gform_wrapper .gfield_checkbox li input,
.woocommerce .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .site .gform_wrapper .gfield_checkbox li input,
.woocommerce .site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .site .gform_wrapper .gfield_radio li input[type=radio] {
  display: none;
}
.site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #8E9497;
  padding-left: 30px;
  line-height: 20px;
  position: relative;
}
@media only screen and (min-width: 1922px) {
  .site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
    font-size: 12px;
  }
}
.site .gform_wrapper ul.gfield_checkbox li label:before,
.site .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .site .gform_wrapper ul.gfield_radio li label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  content: "";
}
.site .gform_wrapper .gchoice_select_all:after,
.site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .gform_wrapper .gchoice_select_all:after,
.woocommerce .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .site .gform_wrapper .gchoice_select_all:after,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #FFD200;
  content: "";
}
body.kenmore .site .gform_wrapper .gchoice_select_all:after,
body.kenmore .site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
body.kenmore .site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
body.kenmore .woocommerce .gform_wrapper .gchoice_select_all:after,
body.kenmore .woocommerce .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
body.kenmore .woocommerce .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
body.kenmore .woocommerce .site .gform_wrapper .gchoice_select_all:after,
body.kenmore .woocommerce .site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
body.kenmore .woocommerce .site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  background: #429CD6;
}

.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  width: 100%;
  margin-bottom: 8px;
  background: #ffffff !important;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
    font-size: 16px;
  }
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .formBox textarea::-webkit-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .formBox textarea::-moz-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .formBox textarea:-ms-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .formBox textarea::-ms-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.formBox textarea::placeholder {
  color: #BBBFC1;
}
.formBox p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #8E9497;
  line-height: 1.2;
}
@media only screen and (min-width: 1922px) {
  .formBox p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .formBox p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .formBox p {
    font-size: 12px;
  }
}
.formBox p a {
  color: #000;
  text-decoration: underline;
}
.formBox p a:hover {
  text-decoration: none;
}
body.kenmore .formBox p a:hover {
  color: #000;
  text-decoration: none;
}

.form_block .formBox {
  margin: 0 auto;
  width: 337px;
  max-width: 100%;
}
.form_block .formBox .gform_footer {
  text-align: center;
}

.contact_form {
  margin-top: 87px;
}
.contact_form__cont {
  background: #F7F7F7;
  padding: 43px 20px 80px 20px;
}
.contact_form__title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contact_form__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .contact_form__title {
    font-size: 24px;
  }
}
.contact_form .formBox {
  margin: 0 auto;
  width: 789px;
  max-width: 100%;
  margin-top: 66px;
  text-align: center;
}
.contact_form .formBox .gform_legacy_markup_wrapper textarea.large {
  height: 234px;
  padding: 20px;
}
.contact_form .formBox .gform_legacy_markup_wrapper .gform_footer {
  text-align: center;
}

.contact_form + .support_boxes {
  margin-top: 39px;
}

.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  margin-bottom: 0 !important;
}

.ui-datepicker-calendar .ui-state-default {
  -webkit-transition: none;
  transition: none;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ui-datepicker-title .ui-datepicker-month {
  max-width: 100% !important;
  margin: 2px 5px 0 0;
  color: #ffffff;
}
.ui-datepicker-title .ui-datepicker-year {
  max-width: 100% !important;
  margin: 2px 0;
  color: #ffffff;
}

.post-cont .post_thumbnail {
  width: 100%;
  position: relative;
  margin-bottom: 19px;
  overflow: hidden;
}
.post-cont .post_thumbnail a {
  display: block;
  aspect-ratio: 100/67.25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.post-cont .post_thumbnail a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post-cont .post_thumbnail a:hover img {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
.post-cont__date {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #606A6E;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .post-cont__date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .post-cont__date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__date {
    font-size: 12px;
  }
}
.post-cont__title {
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #000 !important;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .post-cont__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__title {
    font-size: 16px;
  }
}
.post-cont__title:hover {
  color: #FFD200 !important;
}
body.kenmore .post-cont__title:hover {
  color: #429CD6 !important;
}
.post-cont__link {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000 !important;
  text-decoration: underline;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .post-cont__link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .post-cont__link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__link {
    font-size: 12px;
  }
}
.post-cont__link:hover {
  color: #000 !important;
  text-decoration: none;
}
body.kenmore .post-cont__link:hover {
  color: #000 !important;
}

.archive-cont__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 1024px) {
  .archive-cont__list {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .single-cont {
    padding: 0 20px;
  }
}

.single-header__title {
  margin: 0 auto;
  width: 985px;
  max-width: 100%;
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .single-header__title {
    font-size: 40px;
  }
}
.single-header__introduction {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #606A6E;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .single-header__introduction {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__introduction {
    font-size: 24px;
  }
}
.single-header__date {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #606A6E;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .single-header__date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-header__date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__date {
    font-size: 12px;
  }
}
.single-header .post-thumbnail {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}
.single-header .post-thumbnail img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  aspect-ratio: 1.99;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-content {
  padding: 80px 0 0 0;
}
.single-content__cont {
  margin: 0 auto;
  width: 620px;
  max-width: 100%;
}
.single-content__cont h1, .single-content__cont h2, .single-content__cont h3, .single-content__cont h4, .single-content__cont h5, .single-content__cont h6 {
  color: #000;
}
.single-content__cont h1 {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h1 {
    font-size: 70px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h1 {
    font-size: 70px;
  }
}
.single-content__cont h2 {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 600px) {
  .single-content__cont h2 {
    font-size: 40px;
  }
}
.single-content__cont h3 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h3 {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h3 {
    font-size: 28px;
  }
}
.single-content__cont h4 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h4 {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h4 {
    font-size: 24px;
  }
}
.single-content__cont h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h5 {
    font-size: 16px;
  }
}
.single-content__cont h6 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h6 {
    font-size: 16px;
  }
}
.single-content__cont p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont p {
    font-size: 16px;
  }
}
.single-content__cont p:nth-last-child(1) {
  margin-bottom: 0;
}
.single-content__cont ul, .single-content__cont ol {
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.single-content__cont ul li {
  list-style: disc;
}
.single-content__cont a {
  color: #000;
}
.single-content__cont a:hover {
  text-decoration: underline;
}
.single-content__cont img {
  width: 100%;
  height: auto;
  margin: 52px 0;
}
.single-content__cont p {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .latest_news {
    padding: 30px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 900px) {
  .latest_news {
    padding: 0 0 0 33px;
  }
}
.latest_news__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 600px) {
  .latest_news__cont {
    width: 100%;
    padding-right: 27%;
  }
}
.latest_news__cont .slick-list {
  overflow: visible;
  margin-bottom: 45px;
}
.latest_news__cont .slick-slide {
  margin-right: 40px;
}
.latest_news__cont .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 23.5px;
  width: 100vw;
  padding: 0 30px;
  margin-left: -30px;
  margin-top: 48px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.latest_news__cont .slick-dots li {
  margin: 0 23.5px;
  position: relative;
}
.latest_news__cont .slick-dots li * {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  background: none;
}
@media only screen and (min-width: 1922px) {
  .latest_news__cont .slick-dots li * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .latest_news__cont .slick-dots li * {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .latest_news__cont .slick-dots li * {
    font-size: 12px;
  }
}
.latest_news__cont .slick-dots li:before {
  position: absolute;
  left: -17px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  content: "";
  cursor: pointer;
}
.latest_news__cont .slick-dots li.slick-active:before {
  border: 1px solid #FFD200;
  background: #FFD200;
}
body.kenmore .latest_news__cont .slick-dots li.slick-active:before {
  border: 1px solid #429CD6;
  background: #429CD6;
}
.latest_news .posts_grid__cont {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.latest_news .post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.latest_news .post-cont .post-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.latest_news .post-cont .post-thumbnail:hover img {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
.latest_news .post-cont .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__single__bottom .yotpo .yotpo-label.yotpo-small-box {
  display: none;
}
.product__single__bottom .yotpo .yotpo-regular-box {
  border: 0;
  margin: 0;
}
.yotpo .yotpo-icon.yotpo-icon-star, .yotpo .yotpo-icon.yotpo-icon-empty-star, .yotpo .yotpo-icon.yotpo-icon-half-star {
  color: black !important;
}
.yotpo .yotpo-pager a {
  color: #000 !important;
}
.yotpo .yotpo-pager a:hover {
  color: #FFD200 !important;
}
body.kenmore .yotpo .yotpo-pager a:hover {
  color: #429CD6 !important;
}

.product__single__top__right .yotpo-bottomline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product__single__top__right .yotpo-icon {
  margin-right: 3px;
}
.product__single__top__right .yotpo-stars {
  margin-right: 23px !important;
}
.product__single__top__right .yotpo .text-m {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #000 !important;
  text-decoration: underline !important;
  line-height: 17px;
}
@media only screen and (min-width: 1922px) {
  .product__single__top__right .yotpo .text-m {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product__single__top__right .yotpo .text-m {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top__right .yotpo .text-m {
    font-size: 12px;
  }
}
.product__single__top__right .yotpo .text-m:hover {
  color: #FFD200 !important;
}
body.kenmore .product__single__top__right .yotpo .text-m:hover {
  color: #429CD6 !important;
}
.product__single__top__right .yotpo .text-m:before {
  content: "(";
}
.product__single__top__right .yotpo .text-m:after {
  content: ")";
}

.product__item .yotpo, .product__single__top__right .yotpo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.product__item .yotpo {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__item .text-m {
  display: none;
}
.product__item .yotpo-stars {
  margin-right: 0 !important;
}

.yotpo-messages {
  margin-top: 20px;
}
.yotpo-messages .yotpo-thank-you .yotpo-thankyou-header span {
  color: #000 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.yotpo .write-review .socialize-wrapper .yotpo-or {
  display: none !important;
}
.yotpo .write-review .socialize-wrapper .socialize {
  display: none !important;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: #ffffff;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
@media only screen and (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .menu-responsive-open .header {
    position: fixed;
    overflow: visible;
    height: 100%;
  }
}
.header__top-bar {
  width: 100%;
  background: #8E9497;
  padding: 8px 60px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 1922px) {
  .header__top-bar {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__top-bar {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .header__top-bar {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__top-bar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 8px 20px;
  }
  body.menu-responsive-open .header__top-bar {
    z-index: 2;
  }
}
body.kenmore .header__top-bar p a {
  color: #000;
  font-weight: 800;
}
body.kenmore .header__top-bar p a:hover {
  text-decoration: underline;
}
.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0 27px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.kenmore .header__middle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 39px 0 44px 0;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .header__middle {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__middle {
    padding: 20px;
  }
}
.header__middle__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 120px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.kenmore .header__middle__left {
  width: auto;
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .header__middle__left {
    display: none;
  }
}
.header__middle__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__middle__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 120px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.kenmore .header__middle__right {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .header__middle__right {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  body.kenmore .header__middle__right .site-menu {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header__middle__right {
    width: auto;
  }
}
.header__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  body.kenmore .header__bottom {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header__bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background: #ffffff;
  }
}
.header__bottom.js-open {
  display: block;
}
.header .site-logo {
  display: block;
  width: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .header .site-logo {
    width: 150px;
  }
}
body.kenmore .header .site-logo {
  width: 228px;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .header .site-logo {
    width: 150px;
  }
}
.header .site-logo img {
  width: 100%;
  height: auto;
}
.header .secondary-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .secondary-menu a {
  color: #D2D4D5;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-right: 13px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .header .secondary-menu a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .header .secondary-menu a {
    font-size: 16px;
  }
}
.header .secondary-menu a:hover {
  color: #000;
}
.header .secondary-menu li:nth-last-child(1) a {
  margin-right: 0;
}
.header .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header .account {
    display: none;
  }
}
.header .account a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 1922px) {
  .header .account a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .account a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .header .account a {
    font-size: 12px;
  }
}
.header .account a:hover {
  color: #FFD200;
}
body.kenmore .header .account a:hover {
  color: #429CD6;
}
.header .account a:hover svg circle,
.header .account a:hover svg path {
  stroke: #FFD200;
}
body.kenmore .header .account a:hover svg circle,
body.kenmore .header .account a:hover svg path {
  stroke: #429CD6;
}
.header .account a:hover .account__icon--logged-in {
  background: #333F44;
}
.header .account a:hover .account__icon--logged-in circle,
.header .account a:hover .account__icon--logged-in path {
  stroke: #ffffff;
}
body.kenmore .header .account a:hover .account__icon--logged-in circle,
body.kenmore .header .account a:hover .account__icon--logged-in path {
  stroke: #ffffff;
}
.header .account a svg {
  margin-right: 8px;
}
.header .account a svg circle,
.header .account a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .account .account__icon--logged-in {
  background-color: #FFD200;
}
body.kenmore .header .account .account__icon--logged-in {
  background-color: #429CD6;
}
body.kenmore .header .account .account__icon--logged-in circle,
body.kenmore .header .account .account__icon--logged-in path {
  stroke: #ffffff;
}
.header .site-menu .account {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .site-menu .account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
  }
}
.header .site-menu .account a {
  font-size: 16px;
}
.header .site-menu .account a:nth-child(1) {
  margin-left: 0;
}
body.kenmore .header .site-menu__item a {
  color: #000;
}
.header .site-menu .site-search {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .site-menu .site-search {
    display: block;
    margin-top: 27px;
  }
}
.header .site-menu .site-search form input[type=search] {
  font-size: 16px;
  width: calc(100% - 40px);
}
.header .site-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  margin-left: 55px;
  position: relative;
}
@media only screen and (min-width: 1922px) {
  .header .site-cart {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .site-cart {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .header .site-cart {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .site-cart {
    width: 28px;
    height: 28px;
    position: relative;
    margin-left: 0;
    z-index: 2;
  }
}
.header .site-cart:hover {
  color: #FFD200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.kenmore .header .site-cart:hover {
  color: #429CD6;
}
.header .site-cart:hover svg path {
  stroke: #FFD200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.kenmore .header .site-cart:hover svg path {
  stroke: #429CD6;
}
.header .site-cart:hover svg circle,
.header .site-cart:hover svg ellipse {
  fill: #FFD200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.kenmore .header .site-cart:hover svg circle,
body.kenmore .header .site-cart:hover svg ellipse {
  fill: #429CD6;
}
.header .site-cart:hover .site-cart__icon--not-empty {
  background: #333F44;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .site-cart:hover .site-cart__icon--not-empty path {
  stroke: #ffffff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .site-cart:hover .site-cart__icon--not-empty circle,
.header .site-cart:hover .site-cart__icon--not-empty ellipse {
  fill: #ffffff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .site-cart svg {
  margin-right: 10px;
}
.header .site-cart svg g {
  fill: #000;
}
@media only screen and (max-width: 1024px) {
  .header .site-cart svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .header .site-cart span {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .header .site-cart .end-purchase {
    display: none;
  }
}
.header .site-cart .site-cart__icon--not-empty {
  background-color: #FFD200;
}
body.kenmore .header .site-cart .site-cart__icon--not-empty {
  background-color: #429CD6;
}
body.kenmore .header .site-cart .site-cart__icon--not-empty path {
  stroke: #ffffff;
}
body.kenmore .header .site-cart .site-cart__icon--not-empty circle,
body.kenmore .header .site-cart .site-cart__icon--not-empty ellipse {
  fill: #ffffff;
}
.header .site-cart .site-cart__count {
  position: absolute;
  top: -2px;
  left: 19px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: #ffffff;
  font-size: 8px;
  border-radius: 50%;
  background: #000;
  text-align: center;
}
.header .site-search {
  position: relative;
  width: 100%;
}
.header .site-search .search-open {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  line-height: 25px;
  color: #000;
  padding-left: 33px;
  background: none;
  background-image: url(images/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1922px) {
  .header .site-search .search-open {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .site-search .search-open {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .header .site-search .search-open {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .site-search .search-open {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .header .site-search .search-open {
    font-size: 16px;
  }
}
.header .site-search .search-open.active {
  opacity: 0;
}
.header .site-search .search-open span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .site-search .search-open:hover {
  color: #FFD200;
  background-image: url(images/search-yellow.svg);
}
.header .site-search .search-cont {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .header .site-search .search-cont {
    width: 100%;
    display: block;
    position: relative;
  }
  .header .site-search .search-cont .dgwt-wcas-search-icon:before {
    content: "Search";
    line-height: 22px;
  }
  .header .site-search .search-cont .dgwt-wcas-search-icon svg {
    display: none;
  }
  .header .site-search .search-cont .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    max-width: 100% !important;
  }
}
.header .site-search .dgwt-wcas-widget {
  display: block;
  padding-left: 33px;
  background-image: url(images/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.header .site-search label {
  display: none;
}
.header .site-search input[type=search] {
  width: 300px;
  height: 30px;
  line-height: 25px;
  padding: 0 8px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  border: none;
  border-left: 2px solid #000;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  padding-right: 100px;
  border-radius: 0;
}
@media only screen and (min-width: 1922px) {
  .header .site-search input[type=search] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .site-search input[type=search] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .header .site-search input[type=search] {
    font-size: 12px;
  }
}
.header .site-search input[type=search]::-webkit-input-placeholder {
  color: #000;
}
.header .site-search input[type=search]::-moz-placeholder {
  color: #000;
}
.header .site-search input[type=search]:-ms-input-placeholder {
  color: #000;
}
.header .site-search input[type=search]::-ms-input-placeholder {
  color: #000;
}
.header .site-search input[type=search]::placeholder {
  color: #000;
}
.header .site-search .dgwt-wcas-search-submit {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  width: 81px;
  height: 24px;
  line-height: 26px;
  padding: 0 14px;
  border: none;
  margin-left: 0;
}
body.kenmore .header .site-search .dgwt-wcas-search-submit:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .header .site-search .dgwt-wcas-search-submit {
    padding: 0 15px;
  }
}
.header .site-search .dgwt-wcas-search-submit:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .header .site-search .dgwt-wcas-search-submit:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.header .site-search .dgwt-wcas-search-submit--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.header .site-search .dgwt-wcas-search-submit--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.header .site-search .dgwt-wcas-search-submit svg, .header .site-search .dgwt-wcas-search-submit:before {
  display: none;
}
.header .site-search .dgwt-wcas-search-submit::after {
  content: "Search";
}
.header .site-search img {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: -1;
}
.header .socials p {
  display: none;
}

.dgwt-wcas-st, .dgwt-wcas-sp {
  font-size: 13px;
}

.header-bar {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
}

.error_template {
  padding: 200px 0;
}
.error_template .page-content {
  width: 50%;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .error_template .page-content {
    width: 100%;
  }
}

.scrolled .header {
  background: #ffffff;
  -webkit-transform: translate3d(0, -110%, 0);
          transform: translate3d(0, -110%, 0);
}

.scrolled.nav-down .header,
.scrolled.nav-up .header {
  position: fixed;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /*
  .account .account__icon--logged-in {
    background-color: transparent;
  }
  */
}
@media only screen and (max-width: 1024px) {
  .scrolled.nav-down .header__top-bar,
.scrolled.nav-up .header__top-bar {
    margin-top: -30px;
  }
  body.menu-responsive-open .scrolled.nav-down .header__top-bar,
body.menu-responsive-open .scrolled.nav-up .header__top-bar {
    margin-top: 0px;
  }
}
.scrolled.nav-down .header__middle,
.scrolled.nav-up .header__middle {
  padding: 15px 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .scrolled.nav-down .header__middle,
.scrolled.nav-up .header__middle {
    padding: 20px;
  }
}
.scrolled.nav-down .header .site-logo,
.scrolled.nav-up .header .site-logo {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .scrolled.nav-down .header .site-logo,
.scrolled.nav-up .header .site-logo {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .scrolled.nav-down .header .site-search,
.scrolled.nav-up .header .site-search {
    width: auto;
  }
  .scrolled.nav-down .header .site-search .search-open span,
.scrolled.nav-up .header .site-search .search-open span {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
.scrolled.nav-down:not(.kenmore) .header .site-logo,
.scrolled.nav-up:not(.kenmore) .header .site-logo {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .scrolled.nav-down:not(.kenmore) .header .site-logo,
.scrolled.nav-up:not(.kenmore) .header .site-logo {
    display: block;
  }
}
.scrolled.nav-down .header .site-search,
.scrolled.nav-down .header .account,
.scrolled.nav-down .header .site-cart,
.scrolled.nav-up .header .site-search,
.scrolled.nav-up .header .account,
.scrolled.nav-up .header .site-cart {
  position: relative;
  z-index: 2;
}
.scrolled.nav-down .header .site-cart,
.scrolled.nav-up .header .site-cart {
  margin-left: 10px;
}
.scrolled.nav-down .header__bottom,
.scrolled.nav-up .header__bottom {
  margin-top: -50px;
}
@media only screen and (max-width: 1024px) {
  .scrolled.nav-down .header__bottom,
.scrolled.nav-up .header__bottom {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .scrolled.nav-down .site-menu__item,
.scrolled.nav-up .site-menu__item {
    padding-bottom: 20px;
  }
}
.scrolled.nav-down .site-menu .submenu .back-btn,
.scrolled.nav-up .site-menu .submenu .back-btn {
  top: 34px;
}
@media only screen and (min-width: 1025px) {
  .scrolled.nav-down .header .account span,
.scrolled.nav-down .site-cart__text,
.scrolled.nav-down .header .account .logout,
.scrolled.nav-up .header .account span,
.scrolled.nav-up .site-cart__text,
.scrolled.nav-up .header .account .logout {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .scrolled.nav-down:not(.kenmore) .header__middle__center,
.scrolled.nav-up:not(.kenmore) .header__middle__center {
    opacity: 0;
  }
}

.site-main {
  margin-top: 203px;
  min-height: 150px;
}
@media only screen and (max-width: 1024px) {
  .site-main {
    margin-top: 100px;
  }
}
.site-main--top-bar {
  margin-top: 237px;
}
@media only screen and (max-width: 1024px) {
  .site-main--top-bar {
    margin-top: 128px;
  }
}

body.kenmore .site-main {
  margin-top: 135px;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .site-main {
    margin-top: 100px;
  }
}
body.kenmore .site-main--top-bar {
  margin-top: 163px;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .site-main--top-bar {
    margin-top: 103px;
  }
}

.dgwt-wcas-preloader {
  width: 20px;
}

.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
body.kenmore .site-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: static;
}
@media only screen and (max-width: 1024px) {
  .site-menu {
    padding: 20px;
    padding-top: 114px;
    display: block;
  }
}
.site-menu__item {
  margin: 0 30px;
  padding-bottom: 37px;
}
@media only screen and (max-width: 1024px) {
  .site-menu__item {
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #D2D4D5;
  }
}
body.kenmore .site-menu__item {
  margin-bottom: -37px;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .site-menu__item {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .site-menu__item:hover .submenu--banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-menu__item:hover .submenu--list {
    display: block;
  }
}
.site-menu__item--list {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site-menu__item--list {
    position: static;
  }
}
.site-menu__first-level {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .site-menu__first-level {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site-menu__first-level {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-menu__first-level {
    font-size: 28px;
    position: relative;
    width: calc(100% - 33px);
    display: inline-block;
  }
  .site-menu__first-level--text {
    width: 100%;
  }
  .site-menu__first-level--text:before {
    position: absolute;
    top: 4px;
    right: 9px;
    width: 10px;
    height: 18px;
    background: url(images/arrow-menu.svg) center/contain no-repeat;
    content: "";
    z-index: -1;
  }
}
.site-menu__first-level:hover:after {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  content: "";
  background: #8E9497;
}
@media only screen and (max-width: 1024px) {
  .site-menu__first-level:hover:after {
    display: none;
  }
}
.site-menu__first-level.current-page {
  position: relative;
}
.site-menu__first-level.current-page:after {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  content: "";
  background: #FFD200;
}
body.kenmore .site-menu__first-level.current-page:after {
  background: #429CD6;
}
@media only screen and (max-width: 1024px) {
  .site-menu__first-level.current-page:after {
    display: none;
  }
}
.site-menu__first-level__btn {
  display: none;
  position: absolute;
  -webkit-transform: translateY(calc(-100% + 12px));
          transform: translateY(calc(-100% + 12px));
  width: calc(100% - 30px);
  height: 50px;
  z-index: 2;
  background: none;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .site-menu__first-level__btn {
    display: block;
  }
}
.site-menu .site-menu__item--banners .site-menu__first-level__btn:before,
.site-menu .site-menu__item--list .site-menu__first-level__btn:before {
  position: absolute;
  top: 16px;
  right: 9px;
  width: 10px;
  height: 18px;
  background: url(images/arrow-menu.svg) center/contain no-repeat;
  content: "";
  z-index: -1;
}
.site-menu .submenu {
  position: absolute;
  top: 37px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 70px;
  background: #ffffff;
  -webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
  display: none;
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu {
    -webkit-filter: none;
            filter: none;
  }
  .site-menu .submenu.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 3;
  }
}
.site-menu .submenu .back-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu .back-btn {
    display: block;
    position: absolute;
    top: 67px;
    left: 20px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    letter-spacing: -0.01em;
    background: none;
    padding-left: 23px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .site-menu .submenu .back-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 600px) {
  .site-menu .submenu .back-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu .back-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 15px;
    background: url(images/arrow-menu.svg) center/contain no-repeat;
    content: "";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.site-menu .submenu__image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: none;
  overflow: hidden;
  aspect-ratio: 1.21;
}
.site-menu .submenu__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.site-menu .submenu__title {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .site-menu .submenu__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .site-menu .submenu__title {
    width: 100%;
  }
}
.site-menu .submenu__title:hover {
  color: #FFD200;
}
body.kenmore .site-menu .submenu__title:hover {
  color: #429CD6;
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu--list {
    display: block;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    background: #fff;
    z-index: 2;
    padding: 20px;
    padding-top: 114px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }
}
.site-menu .submenu--list .submenu__item {
  display: block;
  width: 207px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D4D5;
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu--list .submenu__item {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .site-menu .submenu--list .submenu__item .submenu__title {
    text-align: left;
  }
}
.site-menu .submenu--list .submenu__item:nth-last-child(2) {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu--list .submenu__item:nth-last-child(2) {
    border: none;
  }
}
.site-menu .submenu--banners {
  top: 37px;
  left: 50%;
  width: 1290px;
  max-width: 100vw;
  padding: 46px 70px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1290px) {
  .site-menu .submenu--banners {
    width: 100vw;
  }
}
body.kenmore .site-menu .submenu--banners {
  top: 113px;
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu--banners {
    display: block;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    background: #fff;
    z-index: 3;
    padding: 0 10px;
    padding-top: 114px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.site-menu .submenu--banners .submenu__item {
  width: 25%;
  padding: 18px 10px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site-menu .submenu--banners .submenu__item {
    float: left;
    width: 50%;
    padding: 0 10px 23px 10px;
  }
  .site-menu .submenu--banners .submenu__item:nth-child(1) {
    width: 100%;
  }
}
.site-menu .submenu--banners .submenu__item:hover .submenu__title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #D2D4D5;
}
.site-menu .submenu--banners .submenu__item:hover .submenu__image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.site-menu .submenu--banners .submenu__item.current-page .submenu__title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFD200;
}
body.kenmore .site-menu .submenu--banners .submenu__item.current-page .submenu__title::before {
  background-color: #429CD6;
}
.site-menu .submenu--banners .submenu__image {
  display: block;
}

body.kenmore.scrolled .site-menu .submenu--banners {
  top: 66px;
}
@media only screen and (min-width: 1025px) {
  body.kenmore.scrolled .site-menu__item {
    margin-bottom: -25px;
  }
}

.header .responsive__btn {
  float: left;
  position: relative;
  z-index: 11;
  width: 28px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-left: 25px;
}
.header .responsive__btn span {
  display: inline-block;
  background: #333F44;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}
.header .responsive__btn span:nth-child(1) {
  top: 0px;
}
.header .responsive__btn span:nth-child(2), .header .responsive__btn span:nth-child(3) {
  top: 9px;
}
.header .responsive__btn span:nth-child(4) {
  top: 18px;
}
.header .responsive__btn.burger_menu {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header .responsive__btn {
    display: block;
  }
}

.menu-responsive-open .header .responsive__btn {
  width: 16px;
  height: 16px;
}
.menu-responsive-open .header .responsive__btn span {
  background: #000;
}
.menu-responsive-open .header .responsive__btn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .header .responsive__btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-responsive-open .header .responsive__btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-responsive-open .header .responsive__btn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .header .site-menu.burger_menu {
  display: block;
}

.menu-responsive-open .header__bottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.menu-responsive-open .zsiq_theme1.zsiq_floatmain {
  display: none !important;
}

.footer__logo img {
  aspect-ratio: 1/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  margin-left: -8px;
  margin-top: 72px;
}

.site .newsletter,
.woocommerce .newsletter {
  margin-top: 160px;
}
@media only screen and (max-width: 900px) {
  .site .newsletter,
.woocommerce .newsletter {
    margin-top: 80px;
  }
}
.site .newsletter .gform_confirmation_wrapper .gform_confirmation_message,
.woocommerce .newsletter .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .site .newsletter .gform_confirmation_wrapper .gform_confirmation_message,
.woocommerce .newsletter .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .site .newsletter .gform_confirmation_wrapper .gform_confirmation_message,
.woocommerce .newsletter .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 24px;
  }
}
.site .newsletter__cont,
.woocommerce .newsletter__cont {
  aspect-ratio: 3/1;
  position: relative;
  padding: 50px;
}
@media only screen and (max-width: 750px) {
  .site .newsletter__cont,
.woocommerce .newsletter__cont {
    padding: 20px;
    padding-bottom: 240px;
    aspect-ratio: auto;
  }
}
.site .newsletter__image,
.woocommerce .newsletter__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site .newsletter__image:before,
.woocommerce .newsletter__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  content: "";
}
.site .newsletter__text-cont,
.woocommerce .newsletter__text-cont {
  width: 600px;
  max-width: calc(80% - 50px);
}
@media only screen and (max-width: 750px) {
  .site .newsletter__text-cont,
.woocommerce .newsletter__text-cont {
    max-width: 100%;
  }
}
.site .newsletter__title,
.woocommerce .newsletter__title {
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 50px 0;
}
.site .newsletter__text,
.woocommerce .newsletter__text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #BBBFC1;
  width: 100%;
}
@media only screen and (min-width: 1922px) {
  .site .newsletter__text,
.woocommerce .newsletter__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .site .newsletter__text,
.woocommerce .newsletter__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site .newsletter__text,
.woocommerce .newsletter__text {
    font-size: 12px;
  }
}
.site .newsletter__text p,
.woocommerce .newsletter__text p {
  color: #ffffff;
}
.site .newsletter__text a,
.woocommerce .newsletter__text a {
  color: #ffffff;
  text-decoration: underline;
}
.site .newsletter__text a:hover,
.woocommerce .newsletter__text a:hover {
  color: #FFD200;
}
body.kenmore .site .newsletter__text a:hover,
body.kenmore .woocommerce .newsletter__text a:hover {
  color: #429CD6;
}
.site .newsletter .gform_wrapper,
.woocommerce .newsletter .gform_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 16px !important;
}
.site .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .newsletter .gform_wrapper textarea,
.woocommerce .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .newsletter .gform_wrapper textarea {
  width: 337px !important;
  background: #ffffff !important;
}
.site .newsletter .gform_wrapper .top_label div.ginput_container,
.woocommerce .newsletter .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.site .newsletter .gform_wrapper .gform_body,
.woocommerce .newsletter .gform_wrapper .gform_body {
  float: left;
  width: 347px;
  padding-right: 10px;
  max-width: calc(100% - 150px);
}
@media only screen and (max-width: 750px) {
  .site .newsletter .gform_wrapper .gform_body,
.woocommerce .newsletter .gform_wrapper .gform_body {
    max-width: 100%;
    width: 100%;
  }
}
.site .newsletter .gform_wrapper .gform_footer,
.woocommerce .newsletter .gform_wrapper .gform_footer {
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  clear: none;
  width: 150px;
}
@media only screen and (max-width: 750px) {
  .site .newsletter .gform_wrapper .gform_footer,
.woocommerce .newsletter .gform_wrapper .gform_footer {
    clear: left;
    margin-top: 10px !important;
  }
}
.site .newsletter .gform_wrapper ul.gform_fields li.gfield,
.woocommerce .newsletter .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0 !important;
}
.site .newsletter .gform_wrapper .validation_message,
.woocommerce .newsletter .gform_wrapper .validation_message {
  color: #ffffff;
}
.site .newsletter .gform_wrapper div.validation_error,
.woocommerce .newsletter .gform_wrapper div.validation_error {
  color: #ffffff;
  border: none;
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.site .newsletter .gform_wrapper div.validation_error h2,
.woocommerce .newsletter .gform_wrapper div.validation_error h2 {
  color: #ffffff;
}
.site .newsletter .gform_wrapper div.validation_error h2:before,
.woocommerce .newsletter .gform_wrapper div.validation_error h2:before {
  display: none;
}
.site .newsletter .square,
.woocommerce .newsletter .square {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15.3%;
  padding-top: 15.3%;
  background: #FFD200;
}
body.kenmore .site .newsletter .square,
body.kenmore .woocommerce .newsletter .square {
  display: none;
  background: #429CD6;
}
@media only screen and (max-width: 750px) {
  .site .newsletter .square,
.woocommerce .newsletter .square {
    width: 132px;
    height: 132px;
  }
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.site-footer--two-columns .site-footer__cont {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.site-footer--two-columns .site-footer .data a {
  width: 150px;
}
.site-footer__cont {
  background: #606A6E;
  padding: 58px;
}
@media only screen and (max-width: 1024px) {
  .site-footer__cont {
    padding: 0 20px 0 20px;
  }
}
.site-footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 42px;
  text-align: center;
}
body.kenmore .site-footer__container {
  -ms-grid-columns: 1fr 42px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  body.kenmore .site-footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    margin: 0 auto;
    width: 768px;
    max-width: 100%;
  }
}
.site-footer__column {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site-footer__column {
    padding: 50px 0;
  }
}
.site-footer__column:before {
  position: absolute;
  top: 0;
  right: -21px;
  width: 1px;
  height: 100%;
  background: #A4AAAC;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .site-footer__column:before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.site-footer__column:nth-last-child(1):before {
  display: none;
}
.site-footer__title {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .site-footer__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer__title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer__title {
    font-size: 12px;
  }
}
.site-footer__content {
  padding: 60px 0 50px 0;
}
@media only screen and (max-width: 1024px) {
  .site-footer__content {
    padding: 38px 0 0 0;
  }
}
.site-footer .socials {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 0 50px;
}
.site-footer .socials a {
  width: 100%;
  height: 100%;
}
.site-footer .socials a img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .socials a:hover img {
  opacity: 0.5;
}
.site-footer .socials a:hover svg path,
.site-footer .socials a:hover svg rect {
  fill: #FFD200;
}
body.kenmore .site-footer .socials a:hover svg path,
body.kenmore .site-footer .socials a:hover svg rect {
  fill: #429CD6;
}
.site-footer .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .data a {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #ffffff;
  line-height: 1.2;
  min-width: 90px;
}
@media only screen and (min-width: 1922px) {
  .site-footer .data a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .data a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .data a {
    font-size: 12px;
  }
}
.site-footer .data a span {
  margin-top: 5px;
}
.site-footer .data a span span {
  opacity: 0.5;
}
.site-footer .data a:hover {
  color: #FFD200;
}
body.kenmore .site-footer .data a:hover {
  color: #429CD6;
}
.site-footer .data a:hover svg path {
  stroke: #FFD200;
}
body.kenmore .site-footer .data a:hover svg path {
  stroke: #429CD6;
}
.site-footer .payment_methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0;
  padding: 0 40px;
}
@media only screen and (max-width: 1200px) {
  .site-footer .payment_methods {
    padding: 0;
  }
}
.site-footer .payment_methods__item {
  margin: 20px;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
  margin-bottom: 0 !important;
}

body:not(.kenmore) .footer__bottom {
  padding: 60px 0 80px 0;
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .footer__bottom {
    padding: 50px 20px 83px 20px;
  }
}
body:not(.kenmore) .footer__bottom__cont {
  /*display: flex;
  align-items: flex-end;
  justify-content: space-between;

  @include responsive('tablet-h') {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
    align-items: center;
    justify-content: center;
  }*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 42px;
  text-align: center;
}
body.kenmore body:not(.kenmore) .footer__bottom__cont {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .footer__bottom__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 57px;
    margin: 0 auto;
    width: 768px;
    max-width: 100%;
  }
  body.kenmore body:not(.kenmore) .footer__bottom__cont {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
body:not(.kenmore) .footer__bottom__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex;
      -ms-flex-align: flex;
          align-items: flex;
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .footer__bottom__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  body:not(.kenmore) .footer__bottom__column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body:not(.kenmore) .footer__bottom__column:nth-child(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .footer__bottom__column:nth-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body:not(.kenmore) .footer__bottom__column:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #BBBFC1;
  border-right: 1px solid #BBBFC1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .footer__bottom__column:nth-child(2) {
    border: none;
    padding: 57px 0;
    border-top: 1px solid #BBBFC1;
    border-bottom: 1px solid #BBBFC1;
  }
}
body:not(.kenmore) .footer__bottom__column:nth-child(2) img {
  max-width: 100%;
}
body:not(.kenmore) .footer__bottom__column:nth-child(3) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .footer__bottom__column:nth-child(3) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body:not(.kenmore) .footer__bottom__column:nth-child(3) img {
  max-width: 100%;
}
body:not(.kenmore) .footer__bottom__column a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-decoration: underline;
  color: #000;
  margin-bottom: 13px;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  body:not(.kenmore) .footer__bottom__column a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .footer__bottom__column a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  body:not(.kenmore) .footer__bottom__column a {
    font-size: 12px;
  }
}
body.kenmore body:not(.kenmore) .footer__bottom__column a {
  color: #000;
}
@media only screen and (max-width: 750px) {
  body:not(.kenmore) .footer__bottom__column a {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
body:not(.kenmore) .footer__bottom__column a:hover {
  text-decoration: none;
}
body:not(.kenmore) .footer__bottom__column .copyright {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #8E9497;
  margin-top: 21px;
}
@media only screen and (min-width: 1922px) {
  body:not(.kenmore) .footer__bottom__column .copyright {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.kenmore) .footer__bottom__column .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  body:not(.kenmore) .footer__bottom__column .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  body:not(.kenmore) .footer__bottom__column .copyright {
    margin: 0 auto;
    margin-top: 0;
  }
}
body:not(.kenmore) .footer__bottom__column .kenmore__logo {
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  body:not(.kenmore) .footer__bottom__column .kenmore__logo {
    margin: 0 auto;
  }
}

body.kenmore .footer__bottom {
  padding: 33px 0 69px 0;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .footer__bottom {
    padding: 50px 20px 83px 20px;
  }
}
body.kenmore .footer__bottom__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .footer__bottom__cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.kenmore .footer__bottom__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  body.kenmore .footer__bottom__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  body.kenmore .footer__bottom__column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.kenmore .footer__bottom__column a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-decoration: underline;
  color: #000;
  margin-right: 60px;
}
@media only screen and (min-width: 1922px) {
  body.kenmore .footer__bottom__column a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body.kenmore .footer__bottom__column a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  body.kenmore .footer__bottom__column a {
    font-size: 12px;
  }
}
body.kenmore body.kenmore .footer__bottom__column a {
  color: #000;
}
@media only screen and (max-width: 750px) {
  body.kenmore .footer__bottom__column a {
    margin: 0 auto;
  }
}
body.kenmore .footer__bottom__column a:hover {
  text-decoration: none;
}
body.kenmore .footer__bottom__column .copyright {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
}
@media only screen and (min-width: 1922px) {
  body.kenmore .footer__bottom__column .copyright {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body.kenmore .footer__bottom__column .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  body.kenmore .footer__bottom__column .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  body.kenmore .footer__bottom__column .copyright {
    margin: 0 auto;
  }
}
body.kenmore .footer__bottom__column .kenmore__logo {
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  body.kenmore .footer__bottom__column .kenmore__logo {
    margin: 0 auto;
  }
}

.kenmore.woocommerce .newsletter .square {
  display: none;
}

.hero-home__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: (1fr)[7];
  grid-template-rows: repeat(7, 1fr);
}

.hero-home__cont > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hero-home__cont > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.hero-home__cont > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hero-home__cont > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.hero-home__cont > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.hero-home__cont > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.hero-home__cont > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.hero-home__cont > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.hero-home__cont > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.hero-home__cont > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.hero-home__cont > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.hero-home__cont > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.hero-home__cont > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.hero-home__cont > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.hero-home__cont > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.hero-home__cont > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.hero-home__cont > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.hero-home__cont > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}

.hero-home__cont > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.hero-home__cont > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.hero-home__cont > *:nth-child(21) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

.hero-home__cont > *:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

.hero-home__cont > *:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

.hero-home__cont > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}

.hero-home__cont > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.hero-home__cont > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

.hero-home__cont > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.hero-home__cont > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

.hero-home__cont > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.hero-home__cont > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}

.hero-home__cont > *:nth-child(31) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

.hero-home__cont > *:nth-child(32) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

.hero-home__cont > *:nth-child(33) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}

.hero-home__cont > *:nth-child(34) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}

.hero-home__cont > *:nth-child(35) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}

.hero-home__cont > *:nth-child(36) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}

.hero-home__cont > *:nth-child(37) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.hero-home__cont > *:nth-child(38) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}

.hero-home__cont > *:nth-child(39) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.hero-home__cont > *:nth-child(40) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}

.hero-home__cont > *:nth-child(41) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.hero-home__cont > *:nth-child(42) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}
@media only screen and (max-width: 1024px) {
  .hero-home__cont {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
    -ms-grid-rows: (1fr)[12];
    grid-template-rows: repeat(12, 1fr);
  }
  .hero-home__cont > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(15) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(16) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(17) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(18) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(19) {
    -ms-grid-row: 2;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(20) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(21) {
    -ms-grid-row: 2;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(22) {
    -ms-grid-row: 2;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(27) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(28) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(29) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(30) {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(31) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(32) {
    -ms-grid-row: 3;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(33) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(34) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(35) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(36) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(37) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(38) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(39) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(40) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(41) {
    -ms-grid-row: 4;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(42) {
    -ms-grid-row: 4;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(43) {
    -ms-grid-row: 4;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(44) {
    -ms-grid-row: 4;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(45) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(46) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(47) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(48) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(49) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(50) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(51) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(52) {
    -ms-grid-row: 5;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(53) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(54) {
    -ms-grid-row: 5;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(55) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(56) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(57) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(58) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(59) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(60) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(61) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(62) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(63) {
    -ms-grid-row: 6;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(64) {
    -ms-grid-row: 6;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(65) {
    -ms-grid-row: 6;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(66) {
    -ms-grid-row: 6;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(67) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(68) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(69) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(70) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(71) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(72) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(73) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(74) {
    -ms-grid-row: 7;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(75) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(76) {
    -ms-grid-row: 7;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(77) {
    -ms-grid-row: 7;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(78) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(79) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(80) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(81) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(82) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(83) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(84) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(85) {
    -ms-grid-row: 8;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(86) {
    -ms-grid-row: 8;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(87) {
    -ms-grid-row: 8;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(88) {
    -ms-grid-row: 8;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(89) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(90) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(91) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(92) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(93) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(94) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(95) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(96) {
    -ms-grid-row: 9;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(97) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(98) {
    -ms-grid-row: 9;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(99) {
    -ms-grid-row: 9;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(100) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(101) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(102) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(103) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(104) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(105) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(106) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(107) {
    -ms-grid-row: 10;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(108) {
    -ms-grid-row: 10;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(109) {
    -ms-grid-row: 10;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(110) {
    -ms-grid-row: 10;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(111) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(112) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(113) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(114) {
    -ms-grid-row: 11;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(115) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(116) {
    -ms-grid-row: 11;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(117) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(118) {
    -ms-grid-row: 11;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(119) {
    -ms-grid-row: 11;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(120) {
    -ms-grid-row: 11;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(121) {
    -ms-grid-row: 11;
    -ms-grid-column: 11;
  }
  .hero-home__cont > *:nth-child(122) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(123) {
    -ms-grid-row: 12;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(124) {
    -ms-grid-row: 12;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(125) {
    -ms-grid-row: 12;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(126) {
    -ms-grid-row: 12;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(127) {
    -ms-grid-row: 12;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(128) {
    -ms-grid-row: 12;
    -ms-grid-column: 7;
  }
  .hero-home__cont > *:nth-child(129) {
    -ms-grid-row: 12;
    -ms-grid-column: 8;
  }
  .hero-home__cont > *:nth-child(130) {
    -ms-grid-row: 12;
    -ms-grid-column: 9;
  }
  .hero-home__cont > *:nth-child(131) {
    -ms-grid-row: 12;
    -ms-grid-column: 10;
  }
  .hero-home__cont > *:nth-child(132) {
    -ms-grid-row: 12;
    -ms-grid-column: 11;
  }
}
@media only screen and (max-width: 600px) {
  .hero-home__cont {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: (1fr)[11];
    grid-template-rows: repeat(11, 1fr);
  }
  .hero-home__cont > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(19) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(20) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(21) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(25) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(26) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(27) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(28) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(31) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(32) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(33) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(34) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(35) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(37) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(38) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(39) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(40) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(41) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(42) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(43) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(44) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(45) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(46) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(47) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(48) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(49) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(50) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(51) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(52) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(53) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(54) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(55) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(56) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(57) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(58) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(59) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(60) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
  .hero-home__cont > *:nth-child(61) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .hero-home__cont > *:nth-child(62) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .hero-home__cont > *:nth-child(63) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .hero-home__cont > *:nth-child(64) {
    -ms-grid-row: 11;
    -ms-grid-column: 4;
  }
  .hero-home__cont > *:nth-child(65) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .hero-home__cont > *:nth-child(66) {
    -ms-grid-row: 11;
    -ms-grid-column: 6;
  }
}
.hero-home__item {
  position: relative;
}
.hero-home__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/span 5;
}
@media only screen and (max-width: 1024px) {
  .hero-home__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/span 11;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/span 7;
  }
}
@media only screen and (max-width: 600px) {
  .hero-home__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/span 6;
  }
}
.hero-home__item:nth-child(2) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  aspect-ratio: 1/1;
  height: 100%;
}
.hero-home__item:nth-child(2) .hero-home__image:before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hero-home__item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8/span 4;
  }
}
@media only screen and (max-width: 600px) {
  .hero-home__item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7/span 2;
  }
}
.hero-home__item:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/span 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 4;
  grid-row: 3/span 4;
}
.hero-home__item:nth-child(3) .hero-home__image:before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hero-home__item:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5/span 5;
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8/span 5;
  }
}
@media only screen and (max-width: 600px) {
  .hero-home__item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7/span 4;
  }
}
.hero-home__item:nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/span 1;
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6/span 2;
}
@media only screen and (max-width: 1024px) {
  .hero-home__item:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10/span 2;
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8/span 2;
  }
}
@media only screen and (max-width: 600px) {
  .hero-home__item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11/span 1;
  }
}
.hero-home__item.square {
  background: #FFD200;
}
body.kenmore .hero-home__item.square {
  background: #429CD6;
}
.hero-home__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-home__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 2;
}
.hero-home__text-cont {
  padding: 40px 49px;
}
@media only screen and (max-width: 600px) {
  .hero-home__text-cont {
    padding: 30px 20px;
  }
}
.hero-home__title {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 32px;
}
@media only screen and (max-width: 600px) {
  .hero-home__title {
    font-size: 40px;
  }
}

.hero-images__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (1fr)[5];
  grid-template-rows: repeat(5, 1fr);
}

.hero-images__cont > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hero-images__cont > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.hero-images__cont > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hero-images__cont > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.hero-images__cont > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.hero-images__cont > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.hero-images__cont > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.hero-images__cont > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}

.hero-images__cont > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.hero-images__cont > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}

.hero-images__cont > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.hero-images__cont > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
}

.hero-images__cont > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.hero-images__cont > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.hero-images__cont > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.hero-images__cont > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.hero-images__cont > *:nth-child(17) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.hero-images__cont > *:nth-child(18) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.hero-images__cont > *:nth-child(19) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}

.hero-images__cont > *:nth-child(20) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}

.hero-images__cont > *:nth-child(21) {
  -ms-grid-row: 2;
  -ms-grid-column: 9;
}

.hero-images__cont > *:nth-child(22) {
  -ms-grid-row: 2;
  -ms-grid-column: 10;
}

.hero-images__cont > *:nth-child(23) {
  -ms-grid-row: 2;
  -ms-grid-column: 11;
}

.hero-images__cont > *:nth-child(24) {
  -ms-grid-row: 2;
  -ms-grid-column: 12;
}

.hero-images__cont > *:nth-child(25) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.hero-images__cont > *:nth-child(26) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.hero-images__cont > *:nth-child(27) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.hero-images__cont > *:nth-child(28) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.hero-images__cont > *:nth-child(29) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.hero-images__cont > *:nth-child(30) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}

.hero-images__cont > *:nth-child(31) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.hero-images__cont > *:nth-child(32) {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
}

.hero-images__cont > *:nth-child(33) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.hero-images__cont > *:nth-child(34) {
  -ms-grid-row: 3;
  -ms-grid-column: 10;
}

.hero-images__cont > *:nth-child(35) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.hero-images__cont > *:nth-child(36) {
  -ms-grid-row: 3;
  -ms-grid-column: 12;
}

.hero-images__cont > *:nth-child(37) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.hero-images__cont > *:nth-child(38) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.hero-images__cont > *:nth-child(39) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

.hero-images__cont > *:nth-child(40) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

.hero-images__cont > *:nth-child(41) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

.hero-images__cont > *:nth-child(42) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}

.hero-images__cont > *:nth-child(43) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}

.hero-images__cont > *:nth-child(44) {
  -ms-grid-row: 4;
  -ms-grid-column: 8;
}

.hero-images__cont > *:nth-child(45) {
  -ms-grid-row: 4;
  -ms-grid-column: 9;
}

.hero-images__cont > *:nth-child(46) {
  -ms-grid-row: 4;
  -ms-grid-column: 10;
}

.hero-images__cont > *:nth-child(47) {
  -ms-grid-row: 4;
  -ms-grid-column: 11;
}

.hero-images__cont > *:nth-child(48) {
  -ms-grid-row: 4;
  -ms-grid-column: 12;
}

.hero-images__cont > *:nth-child(49) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.hero-images__cont > *:nth-child(50) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

.hero-images__cont > *:nth-child(51) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.hero-images__cont > *:nth-child(52) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

.hero-images__cont > *:nth-child(53) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.hero-images__cont > *:nth-child(54) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}

.hero-images__cont > *:nth-child(55) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.hero-images__cont > *:nth-child(56) {
  -ms-grid-row: 5;
  -ms-grid-column: 8;
}

.hero-images__cont > *:nth-child(57) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.hero-images__cont > *:nth-child(58) {
  -ms-grid-row: 5;
  -ms-grid-column: 10;
}

.hero-images__cont > *:nth-child(59) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}

.hero-images__cont > *:nth-child(60) {
  -ms-grid-row: 5;
  -ms-grid-column: 12;
}
body.kenmore .hero-images__cont {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}
body.kenmore .hero-images__cont > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body.kenmore .hero-images__cont > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
body.kenmore .hero-images__cont > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
body.kenmore .hero-images__cont > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 900px) {
  .hero-images__cont {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (1fr)[10];
    grid-template-rows: repeat(10, 1fr);
  }
  .hero-images__cont > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(12) {
    -ms-grid-row: 1;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(15) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(16) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(17) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(18) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(19) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(20) {
    -ms-grid-row: 2;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(21) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(22) {
    -ms-grid-row: 2;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(23) {
    -ms-grid-row: 2;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(24) {
    -ms-grid-row: 2;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(27) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(28) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(29) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(30) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(31) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(32) {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(33) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(34) {
    -ms-grid-row: 3;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(35) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(36) {
    -ms-grid-row: 3;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(37) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(38) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(39) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(40) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(41) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(42) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(43) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(44) {
    -ms-grid-row: 4;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(45) {
    -ms-grid-row: 4;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(46) {
    -ms-grid-row: 4;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(47) {
    -ms-grid-row: 4;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(48) {
    -ms-grid-row: 4;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(49) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(50) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(51) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(52) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(53) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(54) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(55) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(56) {
    -ms-grid-row: 5;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(57) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(58) {
    -ms-grid-row: 5;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(59) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(60) {
    -ms-grid-row: 5;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(61) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(62) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(63) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(64) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(65) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(66) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(67) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(68) {
    -ms-grid-row: 6;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(69) {
    -ms-grid-row: 6;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(70) {
    -ms-grid-row: 6;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(71) {
    -ms-grid-row: 6;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(72) {
    -ms-grid-row: 6;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(73) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(74) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(75) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(76) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(77) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(78) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(79) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(80) {
    -ms-grid-row: 7;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(81) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(82) {
    -ms-grid-row: 7;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(83) {
    -ms-grid-row: 7;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(84) {
    -ms-grid-row: 7;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(85) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(86) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(87) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(88) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(89) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(90) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(91) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(92) {
    -ms-grid-row: 8;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(93) {
    -ms-grid-row: 8;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(94) {
    -ms-grid-row: 8;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(95) {
    -ms-grid-row: 8;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(96) {
    -ms-grid-row: 8;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(97) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(98) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(99) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(100) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(101) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(102) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(103) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(104) {
    -ms-grid-row: 9;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(105) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(106) {
    -ms-grid-row: 9;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(107) {
    -ms-grid-row: 9;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(108) {
    -ms-grid-row: 9;
    -ms-grid-column: 12;
  }
  .hero-images__cont > *:nth-child(109) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(110) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(111) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(112) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(113) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(114) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(115) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .hero-images__cont > *:nth-child(116) {
    -ms-grid-row: 10;
    -ms-grid-column: 8;
  }
  .hero-images__cont > *:nth-child(117) {
    -ms-grid-row: 10;
    -ms-grid-column: 9;
  }
  .hero-images__cont > *:nth-child(118) {
    -ms-grid-row: 10;
    -ms-grid-column: 10;
  }
  .hero-images__cont > *:nth-child(119) {
    -ms-grid-row: 10;
    -ms-grid-column: 11;
  }
  .hero-images__cont > *:nth-child(120) {
    -ms-grid-row: 10;
    -ms-grid-column: 12;
  }
}
@media only screen and (max-width: 600px) {
  .hero-images__cont {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: (1fr)[10];
    grid-template-rows: repeat(10, 1fr);
  }
  .hero-images__cont > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(19) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(20) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(21) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(25) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(26) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(27) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(28) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(31) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(32) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(33) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(34) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(35) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(37) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(38) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(39) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(40) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(41) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(42) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(43) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(44) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(45) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(46) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(47) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(48) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(49) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(50) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(51) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(52) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(53) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(54) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .hero-images__cont > *:nth-child(55) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .hero-images__cont > *:nth-child(56) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .hero-images__cont > *:nth-child(57) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .hero-images__cont > *:nth-child(58) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .hero-images__cont > *:nth-child(59) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .hero-images__cont > *:nth-child(60) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
}
.hero-images__item {
  position: relative;
}
.hero-images__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/span 9;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/span 5;
}
body.kenmore .hero-images__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}
@media only screen and (max-width: 900px) {
  .hero-images__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/span 6;
  }
}
@media only screen and (max-width: 600px) {
  .hero-images__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/span 6;
  }
}
.hero-images__item:nth-child(2) {
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/span 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/span 3;
  aspect-ratio: 1/1;
}
body.kenmore .hero-images__item:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  grid-row: auto;
}
@media only screen and (max-width: 900px) {
  .hero-images__item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7/span 4;
  }
}
.hero-images__item:nth-child(2) .hero-images__image:before {
  display: none;
}
.hero-images__item:nth-child(3) {
  -ms-grid-column: 10;
  -ms-grid-column-span: 2;
  grid-column: 10/span 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/span 2;
}
body.kenmore .hero-images__item:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  grid-row: auto;
}
@media only screen and (max-width: 900px) {
  .hero-images__item:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7/span 2;
  }
}
.hero-images__item:nth-child(3) .hero-images__image:before {
  display: none;
}
.hero-images__item:nth-child(4) {
  -ms-grid-column: 12;
  -ms-grid-column-span: 1;
  grid-column: 12/span 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/span 1;
}
body.kenmore .hero-images__item:nth-child(4) {
  display: none;
}
@media only screen and (max-width: 900px) {
  .hero-images__item:nth-child(4) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/span 1;
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
}
.hero-images__item.square {
  background: #FFD200;
}
body.kenmore .hero-images__item.square {
  background: #429CD6;
}
.hero-images__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-images__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 2;
}
.hero-images__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-images__text-cont {
  padding: 40px 49px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .hero-images__text-cont {
    padding: 30px 50px 30px 20px;
  }
}
.hero-images__title {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 32px;
}
@media only screen and (max-width: 600px) {
  .hero-images__title {
    font-size: 40px;
  }
}

.hero_simple {
  margin-top: 30px;
  margin-bottom: 79px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .hero_simple {
    margin-bottom: 39px;
  }
}
.hero_simple__title {
  font-size: 36px;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .hero_simple__title {
    padding: 0 20px;
  }
}
.hero_simple__text,
.hero_simple .term-description {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  line-height: 1.5;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .hero_simple__text,
.hero_simple .term-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_simple__text,
.hero_simple .term-description {
    font-size: 16px;
  }
}
.hero_simple__text p,
.hero_simple .term-description p {
  font-size: 16px;
  color: #606A6E;
}
@media only screen and (max-width: 600px) {
  .hero_simple__text,
.hero_simple .term-description {
    margin-top: 15px;
  }
}
.hero_simple__text #zohoSupportWebToCase #zsWebToCase_732655000000198773 .zsFormClass {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .hero_simple__text #zohoSupportWebToCase #zsWebToCase_732655000000198773 .zsFormClass tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .hero_simple__text #zohoSupportWebToCase #zsWebToCase_732655000000198773 .zsFormClass tbody tr td {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .hero_simple__text #zohoSupportWebToCase #zsWebToCase_732655000000198773 .zsFormClass tbody tr td input {
    width: 100%;
  }
}
.hero_simple + section {
  margin-top: 0;
}

.js-empty-inputs-warning {
  text-align: center;
}

.hero-banner__cont {
  width: 100%;
  height: 56.47vw;
  position: relative;
  padding: 40px 50px;
}
@media only screen and (max-width: 600px) {
  .hero-banner__cont {
    height: 200vw;
    padding: 40px 20px;
  }
}
.hero-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .hero-banner__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
@media only screen and (max-width: 900px) {
  .hero-banner__image .desktop-image {
    display: none;
  }
}
.hero-banner__image .responsive-image {
  display: none;
}
@media only screen and (max-width: 900px) {
  .hero-banner__image .responsive-image {
    display: block;
  }
}
.hero-banner__title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
  width: 840px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero-banner__title {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner__title {
    line-height: 1.2;
  }
}
.hero-banner--kenmore .hero-banner__image .desktop-image {
  display: block !important;
}
.hero-banner--kenmore .hero-banner__cont {
  height: auto;
  aspect-ratio: 2.4;
  padding: 83px 33px;
}
@media only screen and (max-width: 1200px) {
  .hero-banner--kenmore .hero-banner__cont {
    padding: 33px;
  }
}
.hero-banner--kenmore .hero-banner__title p {
  margin-bottom: 50px;
  line-height: 1.15;
}
@media only screen and (max-width: 1200px) {
  .hero-banner--kenmore .hero-banner__title p {
    margin-bottom: 40px;
  }
}
.hero-banner--kenmore .hero-banner__title p:nth-last-child(1) {
  margin-bottom: 18px;
}

.hero-banner--kenmore + .image-text {
  margin-top: 0;
}

.title_separator {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .title_separator {
    margin-top: 70px;
  }
}
.title_separator .container,
.title_separator .container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title_separator .container:before, .title_separator .container:after,
.title_separator .container-box:before,
.title_separator .container-box:after {
  width: 100%;
  height: 1px;
  background: #D2D4D5;
  content: "";
}
.title_separator__title {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
  word-break: keep-all;
  white-space: nowrap;
  padding: 0 36px;
}
@media only screen and (min-width: 1922px) {
  .title_separator__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .title_separator__title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .title_separator__title {
    font-size: 12px;
  }
}
.title_separator + section {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .title_separator + section {
    margin-top: 40px;
  }
}

.single-product .title_separator {
  margin-top: 90px;
}
.single-product .title_separator .container {
  padding: 0;
}

body:not(.page-template-template-find) .product_grid {
  margin-top: 130px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body:not(.page-template-template-find) .product_grid {
    margin-top: 70px;
  }
}
body:not(.page-template-template-find) .product_grid--no-top {
  margin-top: 0;
}
body:not(.page-template-template-find) .product_grid__cont {
  margin-top: 60px;
  margin-bottom: -20px;
}
body:not(.page-template-template-find) .product_grid__cont:nth-child(1) {
  margin-top: -20px;
}
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce .products ul li,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce .products ul li.products,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce ul.products li,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce ul.products li.products,
body:not(.page-template-template-find) .product_grid__cont--4 .product_grid__item {
  width: 25% !important;
}
@media only screen and (max-width: 1024px) {
  body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce .products ul li,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce .products ul li.products,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce ul.products li,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce ul.products li.products,
body:not(.page-template-template-find) .product_grid__cont--4 .product_grid__item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 750px) {
  body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce .products ul li,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce .products ul li.products,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce ul.products li,
body:not(.page-template-template-find) .product_grid__cont--4 .woocommerce ul.products li.products,
body:not(.page-template-template-find) .product_grid__cont--4 .product_grid__item {
    width: 100% !important;
  }
}
body:not(.page-template-template-find) .product_grid__cont--3 .woocommerce .products ul li,
body:not(.page-template-template-find) .product_grid__cont--3 .woocommerce .products ul li.products,
body:not(.page-template-template-find) .product_grid__cont--3 .woocommerce ul.products li,
body:not(.page-template-template-find) .product_grid__cont--3 .woocommerce ul.products li.products,
body:not(.page-template-template-find) .product_grid__cont--3 .product_grid__item {
  width: 33.33% !important;
}
@media only screen and (max-width: 1024px) {
  body:not(.page-template-template-find) .product_grid__cont--3 .woocommerce .products ul li,
body:not(.page-template-template-find) .product_grid__cont--3 .woocommerce .products ul li.products,
body:not(.page-template-template-find) .product_grid__cont--3 .woocommerce ul.products li,
body:not(.page-template-template-find) .product_grid__cont--3 .woocommerce ul.products li.products,
body:not(.page-template-template-find) .product_grid__cont--3 .product_grid__item {
    width: 100% !important;
  }
}
body:not(.page-template-template-find) .product_grid__cont--2 .woocommerce .products ul li,
body:not(.page-template-template-find) .product_grid__cont--2 .woocommerce .products ul li.products,
body:not(.page-template-template-find) .product_grid__cont--2 .woocommerce ul.products li,
body:not(.page-template-template-find) .product_grid__cont--2 .woocommerce ul.products li.products,
body:not(.page-template-template-find) .product_grid__cont--2 .product_grid__item {
  width: 50% !important;
}
@media only screen and (max-width: 750px) {
  body:not(.page-template-template-find) .product_grid__cont--2 .woocommerce .products ul li,
body:not(.page-template-template-find) .product_grid__cont--2 .woocommerce .products ul li.products,
body:not(.page-template-template-find) .product_grid__cont--2 .woocommerce ul.products li,
body:not(.page-template-template-find) .product_grid__cont--2 .woocommerce ul.products li.products,
body:not(.page-template-template-find) .product_grid__cont--2 .product_grid__item {
    width: 100% !important;
  }
}
body:not(.page-template-template-find) .product_grid .category_grid__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body:not(.page-template-template-find) .product_grid .category_grid__cont .product_grid__item {
  padding: 20px;
}
body:not(.page-template-template-find) .product_grid .category_grid__cont .product_grid__item a {
  display: block;
  width: 100%;
}
body:not(.page-template-template-find) .product_grid .category_grid__cont .product_grid__item__image {
  position: relative;
  width: 100%;
  padding-top: 90%;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
body:not(.page-template-template-find) .product_grid .category_grid__cont .product_grid__item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body:not(.page-template-template-find) .product_grid .category_grid__cont .product_grid__item__image:hover img {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
body:not(.page-template-template-find) .product_grid .category_grid__cont .product_grid__item__title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000;
  margin-top: 10px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  body:not(.page-template-template-find) .product_grid .category_grid__cont .product_grid__item__title {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  body:not(.page-template-template-find) .product_grid .category_grid__cont .product_grid__item__title {
    font-size: 28px;
  }
}

.best_selling_products .title_separator {
  margin: 0;
}
.best_selling_products__cont {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .best_selling_products__cont {
    margin-top: 40px;
  }
}
.best_selling_products__cont .swatchly_loop_variation_form {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .best_selling_products .woocommerce ul.products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.best_selling_products .woocommerce ul.products:before {
  display: none;
}
.best_selling_products .woocommerce ul.products li {
  width: 100%;
}

.single-product .best_selling_products__cont {
  margin-top: 50px !important;
}
@media only screen and (max-width: 1100px) {
  .single-product .best_selling_products__cont .product_grid__cont--4 .woocommerce ul.products li.product {
    width: 100% !important;
  }
}

.reviews {
  border-bottom: 1px solid #d2d4d5 !important;
}
.reviews .yotpo-nav-primary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.reviews .yotpo-nav-tab {
  border-bottom: 2px solid #fff;
  padding: 0;
  margin: 0 15px 4px 0 !important;
}
.reviews .yotpo-nav-tab .yotpo-nav-wrapper span {
  font-size: 14px !important;
  font-weight: 700 !important;
}
.reviews .yotpo-nav-tab:hover, .reviews .yotpo-nav-tab.yotpo-active {
  border-color: #000;
}
.reviews .yotpo-nav-tab:hover span, .reviews .yotpo-nav-tab.yotpo-active span {
  color: #000 !important;
}
.reviews .yotpo-nav-wrapper {
  color: #000 !important;
  padding-bottom: 2px !important;
}

.image-text {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .image-text {
    margin-top: 70px;
  }
}
.image-text__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
}
@media only screen and (max-width: 900px) {
  .image-text__cont {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-text__image {
  position: relative;
  aspect-ratio: 1.32/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 900px) {
  .image-text__image {
    aspect-ratio: 1.08/1;
  }
}
.image-text__image .image-background {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.image-text__image .image-background img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.image-text .videos__video:hover .videos__text-cont + .image-background img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.image-text .videos__video:hover .videos__text-cont + .image-background:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.image-text__text-cont {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .image-text__text-cont {
    padding: 80px 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.image-text__title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .image-text__title {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .image-text__title {
    font-size: 28px;
  }
}
.image-text__text {
  margin: 0 auto;
  width: 512px;
  max-width: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin-top: 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 1024px) {
  .image-text__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .image-text__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1290px) {
  .image-text__text {
    width: 100%;
  }
}
.image-text .button {
  margin-top: 20px !important;
}
.image-text .videos__video {
  height: 100%;
  text-align: center;
}
.image-text--right .image-text__text-cont {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.image-text + .image-text {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .single-product .image-text {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.single-product .image-text .container {
  padding: 0;
}
.single-product .image-text__image {
  aspect-ratio: 1.2/1;
}
@media only screen and (max-width: 750px) {
  .single-product .title_separator + .image-text {
    margin-bottom: 20px;
  }
}

.videos {
  margin-top: 130px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .videos {
    margin-top: 70px;
  }
}
.videos .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .videos .container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.videos .play-button {
  cursor: pointer;
}
.videos--1 .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.videos--1 .videos__video {
  padding-top: 40%;
}
.videos--1 .tips_and_inspiration__video__image {
  aspect-ratio: 2.47;
}
@media only screen and (max-width: 600px) {
  .videos--1 .tips_and_inspiration__video__image {
    aspect-ratio: 0.78 !important;
  }
}

.videos__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 54%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .videos__video {
    padding-top: 128% !important;
  }
}
.videos__video video {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.videos__video svg path, .videos__video svg rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videos__video .image_placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videos__video .image_placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.41)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.41) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videos__video .image_placeholder .image-background {
  overflow: hidden;
}
.videos__video .image_placeholder .image-background img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.videos__video:hover .image_placeholder .image-background img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.videos__video:hover .image_placeholder .image-background:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.videos__video:hover svg rect {
  fill: #333F44;
}
.videos__video:hover svg path {
  fill: #ffffff;
}

.videos__text-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin-top: 25px;
  width: 540px;
  padding: 0 20px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .videos__text-cont {
    width: 295px;
  }
}
body.kenmore .videos__text-cont svg rect {
  fill: #429CD6;
}

.videos__title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .videos__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .videos__title {
    font-size: 24px;
  }
}

.image-text + .videos,
.videos + .image-text {
  margin-top: 0;
}

.kenmore_products {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .kenmore_products {
    margin-top: 70px;
  }
}
.kenmore_products__cont {
  background: #F7F7F7;
  padding: 92px 0 60px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kenmore_products__cont .product_grid__cont {
  width: 100%;
}
.kenmore_products__logo {
  padding: 0 30px;
}
.kenmore_products__logo img {
  width: 293px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .kenmore_products__logo img {
    width: 200px;
  }
}
.kenmore_products__text {
  margin: 0 auto;
  width: 464px;
  max-width: 100%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #333F44;
  margin-top: 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 1024px) {
  .kenmore_products__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .kenmore_products__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .kenmore_products__text {
    line-height: 1.4;
  }
}
.kenmore_products .product_grid__cont {
  margin-top: 112px;
}
@media only screen and (max-width: 900px) {
  .kenmore_products .product_grid__cont .woocommerce ul.products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .kenmore_products .product_grid__cont .woocommerce ul.products::before, .kenmore_products .product_grid__cont .woocommerce ul.products::after {
    display: none;
  }
}
.kenmore_products .button {
  margin-top: 35px !important;
}

.text_block_with_logo {
  margin-top: 130px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .text_block_with_logo {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block_with_logo {
    padding-top: 20px;
    overflow: hidden;
  }
}
.text_block_with_logo__cont {
  position: relative;
  min-height: 40vw;
  margin-top: 10px;
  padding: 40px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .text_block_with_logo__cont {
    min-height: 60vw;
  }
}
.text_block_with_logo__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .text_block_with_logo__logo {
    bottom: 21%;
    width: 161%;
  }
}
.text_block_with_logo__logo img {
  width: 100%;
  height: auto;
}
.text_block_with_logo__text-cont {
  width: 100%;
}
.text_block_with_logo .title_separator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.text_block_with_logo .title_separator:before, .text_block_with_logo .title_separator:after {
  width: 100%;
  height: 1px;
  background: #D2D4D5;
  content: "";
}
.text_block_with_logo .single-product .title_separator {
  margin-top: 90px;
}
.text_block_with_logo .single-product .title_separator .container {
  padding: 0;
}
.text_block_with_logo__text {
  margin: 0 auto;
  width: 1160px;
  padding: 0 30px;
  max-width: 100%;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .text_block_with_logo__text {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .text_block_with_logo__text {
    font-size: 24px;
  }
}
.text_block_with_logo__text p {
  font-weight: 500;
}

.hero-home + .text_block_with_logo {
  margin-top: 0;
}

.text_block_with_logo + .title_separator {
  margin-top: 47px;
}

.text_block {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .text_block {
    margin-top: 70px;
  }
}
.text_block__cont {
  margin: 0 auto;
  width: 660px;
  max-width: 100%;
  padding: 0 20px;
}
.text_block__cont h1, .text_block__cont h2, .text_block__cont h3, .text_block__cont h4, .text_block__cont h5, .text_block__cont h6 {
  color: #000;
}
.text_block__cont h1 {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .text_block__cont h1 {
    font-size: 70px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h1 {
    font-size: 70px;
  }
}
.text_block__cont h2 {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 600px) {
  .text_block__cont h2 {
    font-size: 40px;
  }
}
.text_block__cont h3 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .text_block__cont h3 {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h3 {
    font-size: 28px;
  }
}
.text_block__cont h4 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .text_block__cont h4 {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h4 {
    font-size: 24px;
  }
}
.text_block__cont h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .text_block__cont h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h5 {
    font-size: 16px;
  }
}
.text_block__cont h6 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .text_block__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont h6 {
    font-size: 16px;
  }
}
.text_block__cont p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .text_block__cont p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__cont p {
    font-size: 16px;
  }
}
.text_block__cont p:nth-last-child(1) {
  margin-bottom: 0;
}
.text_block__cont ul, .text_block__cont ol {
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.text_block__cont ul li {
  list-style: disc;
}
.text_block__cont a {
  color: #000;
}
.text_block__cont a:hover {
  text-decoration: underline;
}
.text_block__cont img {
  width: 100%;
  height: auto;
  margin: 52px 0;
}
.text_block .alignleft {
  float: left;
  max-width: 50%;
  height: auto;
  margin: 0 20px 20px 0;
}
.text_block .alignright {
  float: left;
  max-width: 50%;
  height: auto;
  margin: 0 0 20px 20px;
}
.text_block .alignnone, .text_block .aligncenter {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.text_block .h1, .text_block h1 {
  display: block;
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 50px;
  color: #000;
}
.text_block .h2, .text_block h2, .text_block .h3, .text_block .h3, .text_block .h4, .text_block h4, .text_block .h5, .text_block h5, .text_block .h6, .text_block h6 {
  display: block;
  margin-bottom: 0.5em;
  color: #000;
  font-weight: 300;
}
.text_block .copy, .text_block p, .text_block ul li, .text_block ol li, .text_block p a:not(.button) {
  line-height: 1.6;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin-bottom: 1em;
  color: #000;
}
.text_block a:not(.button) {
  color: #000 !important;
}
.text_block a:not(.button):hover {
  color: #000 !important;
}
.text_block ul, .text_block ol {
  padding-left: 40px;
  margin-bottom: 25px;
}
.text_block ul li, .text_block ol li {
  padding-left: 8px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .text_block ul, .text_block ol {
    padding-left: 20px;
  }
}
.text_block * + ul,
.text_block * + ol {
  margin-top: -20px;
}
.text_block ul li {
  list-style: disc;
}
.text_block.text_content {
  background-color: transparent;
}
.text_block.text_content .copy, .text_block.text_content p {
  font-size: 16px;
}
.text_block blockquote {
  margin-bottom: 48px;
  padding: 20px 35px 20px 35px;
  border-left: 10px solid #000;
}
@media only screen and (max-width: 600px) {
  .text_block blockquote {
    padding-left: 25px;
  }
}
.text_block blockquote p {
  color: #333F44;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.025rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .text_block blockquote p {
    font-size: 24px;
    font-weight: 200;
  }
}
.text_block table {
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
  border-spacing: 0;
  border-right: 1px solid #e2e6e9;
  border-bottom: 1px solid #e2e6e9;
}
.text_block table th, .text_block table td {
  padding: 10px;
  border-bottom: 1px solid #626364;
  padding: 10px;
}
.text_block table th {
  font-size: 14px;
  background-color: #dedad7;
  border-color: #dedad7;
}
.text_block table td {
  border: 1px solid #e2e6e9;
  border-right: none;
  border-bottom: none;
}
.text_block table tbody tr:nth-child(2n) td {
  background-color: #f4f5f6;
}

.gallery__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.gallery__item {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.gallery--1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.gallery--2, .gallery--4, .gallery--8 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.gallery--5 .gallery__item:nth-last-child(1), .gallery--7 .gallery__item:nth-last-child(1), .gallery--9 .gallery__item:nth-last-child(1) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.gallery + .kenmore_products {
  margin-top: 0;
}
.gallery + .kenmore_products .kenmore_products__cont {
  padding-top: 0;
}
.gallery + .kenmore_products .kenmore_products__cont .product_grid__cont {
  margin-top: 0;
  padding-top: 20px;
}

.buttons-block {
  margin-top: 90px;
  text-align: center;
}
.buttons-block .button {
  margin: 10px;
}

.timeline__cont {
  position: relative;
  padding-top: 40px;
}
.timeline__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(images/timeline-background.svg) top left/contain no-repeat;
}
.timeline__item:nth-last-child(1) .timeline__data--no-content {
  display: none;
}
.timeline__year {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .timeline__year {
    font-size: 70px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .timeline__year {
    font-size: 70px;
  }
}
.timeline__data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  margin-top: 23px;
  min-height: 188px;
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .timeline__data {
    padding-bottom: 80px;
    min-height: 0;
  }
}
.timeline__data.left .timeline__data__item .timeline__data__item__cont {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.timeline__data.left .timeline__data__item:nth-child(2n) .timeline__data__item__cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.timeline__data:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
  content: "";
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 900px) {
  .timeline__data:before {
    height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .timeline__data:after {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #000;
    content: "";
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 900px) {
  .timeline__data--no-content {
    padding-bottom: 60px;
  }
}
.timeline__data__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .timeline__data__item {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
  }
}
.timeline__data__item__cont {
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 405px;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .timeline__data__item__cont {
    width: 100%;
    padding: 0 20px;
  }
}
.timeline__data__item:nth-child(2n) .timeline__data__item__cont {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.timeline__data__image {
  width: 100%;
  padding-top: 73%;
  position: relative;
  margin-bottom: 27px;
}
.timeline__data__video {
  position: relative;
}
.timeline__data__video__image {
  position: relative;
  padding-top: 61%;
}
.timeline__data__video__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline__data__video__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.41)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.41) 100%);
  content: "";
  z-index: 2;
}
.timeline__data__video__text {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .timeline__data__video__text {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .timeline__data__video__text {
    font-size: 24px;
  }
}
.timeline__data__video__text-cont {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 2;
}
.timeline__data__text {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .timeline__data__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .timeline__data__text {
    font-size: 16px;
  }
}

.tips_and_inspiration__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .tips_and_inspiration__cont {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.tips_and_inspiration__cont--1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.tips_and_inspiration__cont--1 .tips_and_inspiration__video__image {
  aspect-ratio: 2.47;
}
@media only screen and (max-width: 600px) {
  .tips_and_inspiration__cont--1 .tips_and_inspiration__video__image {
    aspect-ratio: 0.78 !important;
  }
}
.tips_and_inspiration__video {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.tips_and_inspiration__video__image {
  position: relative;
  aspect-ratio: 1.56;
}
@media only screen and (max-width: 600px) {
  .tips_and_inspiration__video__image {
    aspect-ratio: 0.78 !important;
  }
}
.tips_and_inspiration__video__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tips_and_inspiration__video__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.41)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.41) 100%);
  content: "";
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tips_and_inspiration__video__text {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .tips_and_inspiration__video__text {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .tips_and_inspiration__video__text {
    font-size: 24px;
  }
}
.tips_and_inspiration__video__text-cont {
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 2;
}
.tips_and_inspiration__video svg rect, .tips_and_inspiration__video svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.kenmore .tips_and_inspiration__video svg rect {
  fill: #429CD6;
}
.tips_and_inspiration__video:hover .tips_and_inspiration__video__image img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.tips_and_inspiration__video:hover .tips_and_inspiration__video__image:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.tips_and_inspiration__video:hover svg rect {
  fill: #333F44;
}
.tips_and_inspiration__video:hover svg path {
  fill: #ffffff;
}
body.kenmore .tips_and_inspiration__video:hover svg rect {
  fill: #333F44;
}
body.kenmore .tips_and_inspiration__video:hover svg path {
  fill: #ffffff;
}

.js-list-container .js-hidden {
  display: none;
}

.home .tips_and_inspiration {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .home .tips_and_inspiration {
    margin-top: 70px;
  }
}

.latest_news + .tips_and_inspiration,
.tips_and_inspiration + .title_separator {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .latest_news + .tips_and_inspiration,
.tips_and_inspiration + .title_separator {
    margin-top: 70px;
  }
}

.faqs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faqs__tabs__item {
  margin: 20px;
  cursor: pointer;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__image, .faqs__tabs__item:hover .faqs__tabs__image {
  border-color: #000;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__text:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #FFD200;
  content: "";
}
body.kenmore .faqs__tabs__item.js-tab-active .faqs__tabs__text:before {
  background: #429CD6;
}
.faqs__tabs__image {
  position: relative;
  width: 180px;
  height: 172px;
  border: 2px solid #ffffff;
}
.faqs__tabs__text {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
.faqs__tab {
  margin-top: 130px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .faqs__tab {
    margin-top: 65px;
  }
}
.faqs__tab.js-tab-active {
  display: block;
}
.faqs__tab__item {
  background: #ffffff;
  border-bottom: 1px solid #D2D4D5;
}
.faqs__tab__item__question {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .faqs__tab__item__question {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .faqs__tab__item__question {
    font-size: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .faqs__tab__item__question {
    padding: 20px;
    text-align: left;
  }
}
.faqs__tab__item__question span {
  margin-right: 45px;
}
.faqs__tab__item__question:after {
  width: 15px;
  height: 8px;
  background: url(images/arrow.svg) center/contain no-repeat;
  content: "";
}
.faqs__tab__item__answer {
  margin: 0 auto;
  width: 629px;
  max-width: 100%;
  display: none;
  line-height: 1.4;
}
@media only screen and (max-width: 900px) {
  .faqs__tab__item__answer {
    width: 100%;
    padding: 0 20px;
  }
}
.faqs__tab__item.js-open {
  background: #F7F7F7;
  padding-bottom: 40px;
  border-color: #F7F7F7;
}
.faqs__tab__item.js-open .faqs__tab__item__question:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contact_data {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .contact_data {
    margin-top: 70px;
  }
}
.contact_data__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .contact_data__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
  }
}
.contact_data__cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000 !important;
}
@media only screen and (max-width: 1024px) {
  .contact_data__cont a {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .contact_data__cont a {
    font-size: 24px;
  }
}
.contact_data__cont a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 57px;
  height: 57px;
  background: #FFD200;
  margin-bottom: 16px;
}
body.kenmore .contact_data__cont a div {
  background: #429CD6;
}
.contact_data__cont a div svg {
  display: inline-block;
  vertical-align: middle;
}
.contact_data__cont a div svg path {
  fill: #000;
}
body.kenmore .contact_data__cont a div svg path {
  fill: #ffffff;
}
.contact_data__cont a span {
  font-weight: 500;
  line-height: 1.2;
}
.contact_data__cont a span span {
  display: block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  line-height: 1.3;
  color: #8E9497;
  margin-top: 16px;
}
@media only screen and (min-width: 1922px) {
  .contact_data__cont a span span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact_data__cont a span span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .contact_data__cont a span span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .contact_data__cont a span span {
    margin-top: 10px;
  }
}
.contact_data__cont a:hover div {
  background: #333F44;
}
.contact_data__cont a:hover div svg path {
  fill: #ffffff;
}
body.kenmore .contact_data__cont a:hover div {
  background: #333F44;
}

.support_boxes {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .support_boxes {
    margin-top: 70px;
  }
}
.support_boxes__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}
@media only screen and (max-width: 900px) {
  .support_boxes__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}
.support_boxes__item {
  background: #F7F7F7;
  padding: 60px 28px;
  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;
  min-height: 380px;
  text-align: center;
}
.support_boxes__icon {
  margin-bottom: 40px;
}
.support_boxes__title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .support_boxes__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .support_boxes__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .support_boxes__title {
    margin-bottom: 20px;
  }
}
.support_boxes__icon + .support_boxes__title {
  margin-bottom: 40px;
}
.support_boxes__text {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin: 0 auto;
  width: 395px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .support_boxes__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .support_boxes__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .support_boxes__text {
    width: 100%;
  }
}
.support_boxes__button-cont {
  margin-top: 40px;
}
.support_boxes__title + .support_boxes__button-cont {
  margin-top: 0;
}

.support-page + .support_boxes {
  margin-top: 35px;
}

.kenmore_contact {
  margin-top: 145px;
}
@media only screen and (max-width: 900px) {
  .kenmore_contact {
    margin-top: 70px;
  }
}
.kenmore_contact__cont {
  padding: 43px 30px 79px 30px;
  background: #F7F7F7;
  text-align: center;
}
.kenmore_contact__logo {
  margin: 0 auto;
  width: 205px;
}
.kenmore_contact__logo img {
  width: 100%;
  height: auto;
}
.kenmore_contact__title {
  margin: 0 auto;
  margin-top: 55px;
  width: 559px;
  max-width: 100%;
  font-weight: 500;
  font-size: 26px;
  line-height: 123%;
  text-align: center;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 900px) {
  .kenmore_contact__title {
    font-size: 18px;
  }
}
.kenmore_contact .button {
  margin-top: 30px;
}

.contact_form + .kenmore_contact {
  margin-top: 30px !important;
}

.support-page .customer__title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .support-page .customer__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .support-page .customer__title {
    font-size: 24px;
  }
}
.support-page .cust-track__icon {
  text-align: center;
  margin-bottom: 35px;
}
.support-page .cust-track__text {
  padding-bottom: 20px;
}
.support-page .cust-track__cont {
  background: #F7F7F7;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #606A6E;
  line-height: 1.4;
  letter-spacing: -0.01em;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .support-page .cust-track__cont {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .support-page .cust-track__cont {
    font-size: 16px;
  }
}
.support-page .cust-track__cont .traking-cell a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.support-page .cust-track__cont .traking-cell a:hover {
  font-weight: 500;
  text-decoration: none;
}
.support-page .customer__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin: 21px 0 40px 0;
}
@media only screen and (max-width: 900px) {
  .support-page .customer__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 22px;
    padding: 0 20px;
  }
}
.support-page .cust-product-registration,
.support-page .cust-manuals,
.support-page .cust-parts {
  background: #F7F7F7;
  padding: 60px 28px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 395px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .support-page .cust-product-registration,
.support-page .cust-manuals,
.support-page .cust-parts {
    min-height: 1px;
    padding: 40px 30px;
  }
}
.support-page .cust-product-registration__title,
.support-page .cust-manuals__title,
.support-page .cust-parts__title {
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .support-page .cust-product-registration__title,
.support-page .cust-manuals__title,
.support-page .cust-parts__title {
    margin-bottom: 20px;
  }
}
.support-page .cust-product-registration label,
.support-page .cust-manuals label,
.support-page .cust-parts label {
  display: block;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .support-page .cust-product-registration label,
.support-page .cust-manuals label,
.support-page .cust-parts label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .support-page .cust-product-registration label,
.support-page .cust-manuals label,
.support-page .cust-parts label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .support-page .cust-product-registration button,
.support-page .cust-manuals button,
.support-page .cust-parts button {
    margin-top: 20px;
  }
}
.support-page .cust-product-registration {
  padding: 60px 20px;
}
.support-page .cust-product-registration__text {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .support-page .cust-product-registration__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .support-page .cust-product-registration__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .support-page .cust-product-registration__text {
    margin-bottom: 20px;
  }
}
.support-page .cust-faqs {
  background: #F7F7F7;
  padding: 45px 0 70px 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .support-page .cust-faqs {
    padding: 40px 30px;
  }
}
.support-page .cust-faqs__text {
  margin: 0 auto;
  width: 470px;
  max-width: 100%;
  margin-top: 18px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #606A6E;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .support-page .cust-faqs__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .support-page .cust-faqs__text {
    font-size: 16px;
  }
}
.support-page .cust-faqs__question {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 48px 0;
}
@media only screen and (max-width: 1024px) {
  .support-page .cust-faqs__question {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .support-page .cust-faqs__question {
    font-size: 28px;
  }
}

.support-page .tracking-info,
.woocommerce-order-details .tracking-info {
  border-bottom: none;
}
.support-page .tracking-info__titles,
.woocommerce-order-details .tracking-info__titles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 180px 170px auto;
  grid-template-columns: 25% 180px 170px auto;
  border-bottom: 1px solid;
  font-size: 14px;
}
.support-page .tracking-info__titles div,
.woocommerce-order-details .tracking-info__titles div {
  color: black;
  font-weight: 700;
  padding: 20px 10px;
}
.support-page .tracking-info__titles div:nth-last-child(1),
.woocommerce-order-details .tracking-info__titles div:nth-last-child(1) {
  border-right: none;
  text-align: right;
}
.support-page .tracking-info__row,
.woocommerce-order-details .tracking-info__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 180px 170px auto;
  grid-template-columns: 25% 180px 170px auto;
  padding: 20px 0;
  border-bottom: 1px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.support-page .tracking-info__row div,
.woocommerce-order-details .tracking-info__row div {
  display: table-row;
  padding: 0 10px;
}
.support-page .tracking-info__row div:nth-last-child(1),
.woocommerce-order-details .tracking-info__row div:nth-last-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px 0;
}
.support-page .tracking-info__row div:nth-last-child(1) .button,
.woocommerce-order-details .tracking-info__row div:nth-last-child(1) .button {
  font-size: 10px;
  height: auto;
  line-height: normal;
  padding: 10px;
}
.support-page .tracking-info__row div:nth-last-child(1) .button:nth-last-child(1),
.woocommerce-order-details .tracking-info__row div:nth-last-child(1) .button:nth-last-child(1) {
  margin-left: 10px;
}
.support-page .tracking-info__row.hidden,
.woocommerce-order-details .tracking-info__row.hidden {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .support-page .tracking-info__titles,
.woocommerce-order-details .tracking-info__titles {
    display: none !important;
  }
}
.support-page .js-tracking .traking-cell a:hover,
.woocommerce-order-details .js-tracking .traking-cell a:hover {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .support-page .js-tracking,
.woocommerce-order-details .js-tracking {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 10px;
  }
  .support-page .js-tracking div,
.woocommerce-order-details .js-tracking div {
    text-align: left;
    padding: 5px 0 !important;
  }
  .support-page .js-tracking div.traking-cell:before, .support-page .js-tracking div.status-cell:before, .support-page .js-tracking div.date-cell:before,
.woocommerce-order-details .js-tracking div.traking-cell:before,
.woocommerce-order-details .js-tracking div.status-cell:before,
.woocommerce-order-details .js-tracking div.date-cell:before {
    color: #000;
    font-weight: 700;
    margin-right: 10px;
  }
  .support-page .js-tracking div.traking-cell:before,
.woocommerce-order-details .js-tracking div.traking-cell:before {
    content: "Traking Number:";
  }
  .support-page .js-tracking div.status-cell:before,
.woocommerce-order-details .js-tracking div.status-cell:before {
    content: "Status:";
  }
  .support-page .js-tracking div.date-cell:before,
.woocommerce-order-details .js-tracking div.date-cell:before {
    content: "Date:";
  }
}
.support-page .js-movements-table,
.woocommerce-order-details .js-movements-table {
  display: block !important;
  background: #EFEDED;
}
.support-page .js-movements-table .tracking-info,
.woocommerce-order-details .js-movements-table .tracking-info {
  display: block !important;
}
.support-page .js-movements-table .tracking-info .tracking-info__titles,
.support-page .js-movements-table .tracking-info .tracking-info__row,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 750px) {
  .support-page .js-movements-table .tracking-info .tracking-info__titles,
.support-page .js-movements-table .tracking-info .tracking-info__row,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 10px;
  }
}
.support-page .js-movements-table .tracking-info .tracking-info__titles div,
.support-page .js-movements-table .tracking-info .tracking-info__row div,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles div,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row div {
  padding: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .support-page .js-movements-table .tracking-info .tracking-info__titles div,
.support-page .js-movements-table .tracking-info .tracking-info__row div,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles div,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row div {
    padding: 0;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    text-align: left !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .support-page .js-movements-table .tracking-info .tracking-info__titles div.event-cell:before, .support-page .js-movements-table .tracking-info .tracking-info__titles div.location-cell:before, .support-page .js-movements-table .tracking-info .tracking-info__titles div.date-cell:before,
.support-page .js-movements-table .tracking-info .tracking-info__row div.event-cell:before,
.support-page .js-movements-table .tracking-info .tracking-info__row div.location-cell:before,
.support-page .js-movements-table .tracking-info .tracking-info__row div.date-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles div.event-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles div.location-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles div.date-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row div.event-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row div.location-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row div.date-cell:before {
    color: #000;
    font-weight: 700;
    margin-right: 10px;
  }
  .support-page .js-movements-table .tracking-info .tracking-info__titles div.event-cell:before,
.support-page .js-movements-table .tracking-info .tracking-info__row div.event-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles div.event-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row div.event-cell:before {
    content: "Status:";
  }
  .support-page .js-movements-table .tracking-info .tracking-info__titles div.location-cell:before,
.support-page .js-movements-table .tracking-info .tracking-info__row div.location-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles div.location-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row div.location-cell:before {
    content: "Location:";
  }
  .support-page .js-movements-table .tracking-info .tracking-info__titles div.date-cell:before,
.support-page .js-movements-table .tracking-info .tracking-info__row div.date-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles div.date-cell:before,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row div.date-cell:before {
    content: "Date:";
  }
}
@media only screen and (max-width: 750px) {
  .support-page .js-movements-table .tracking-info .tracking-info__titles,
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__titles {
    display: none !important;
  }
}
.support-page .js-movements-table .tracking-info .tracking-info__row:nth-last-child(1),
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row:nth-last-child(1) {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (1fr)[3] !important;
  grid-template-columns: repeat(3, 1fr) !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .support-page .js-movements-table .tracking-info .tracking-info__row:nth-last-child(1),
.woocommerce-order-details .js-movements-table .tracking-info .tracking-info__row:nth-last-child(1) {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 0 !important;
  }
}
.support-page .js-products-table,
.woocommerce-order-details .js-products-table {
  margin: 0 !important;
  padding: 40px 0 !important;
  border-bottom: 1px solid #000;
}
.support-page .js-products-table .woocommerce ul.products,
.woocommerce-order-details .js-products-table .woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .support-page .js-products-table .woocommerce ul.products li,
.woocommerce-order-details .js-products-table .woocommerce ul.products li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .support-page .js-products-table .woocommerce ul.products li,
.woocommerce-order-details .js-products-table .woocommerce ul.products li {
    width: 100% !important;
  }
}

.manuals-page .brands-banner {
  background: #F7F7F7;
  padding: 40px;
  text-align: center;
  margin-bottom: 37px;
}
.manuals-page .brands-banner__title {
  margin: 0 auto;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 35px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .manuals-page .brands-banner__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .manuals-page .brands-banner__title {
    font-size: 24px;
  }
}
.manuals-page .brands-banner__text {
  margin: 0 auto;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #606A6E;
  line-height: 1.4;
  width: 739px;
  max-width: 100%;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .manuals-page .brands-banner__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .manuals-page .brands-banner__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .manuals-page .brands-banner__text {
    width: 100%;
  }
}
.manuals-page .brands-banner__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1050px;
  max-width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .manuals-page .brands-banner__logos {
    width: 100%;
  }
}
.manuals-page .brands-banner__logos__item {
  margin: 20px 25px;
}
.manuals-page .brands-banner__logos__item img {
  mix-blend-mode: multiply;
}
.manuals-page .manuals-form {
  background: #F7F7F7;
  padding: 40px;
  text-align: center;
}
.manuals-page .manuals-form__title {
  margin: 0 auto;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 48px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .manuals-page .manuals-form__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .manuals-page .manuals-form__title {
    font-size: 24px;
  }
}
.manuals-page .manuals-form__text {
  margin: 0 auto;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #606A6E;
  line-height: 1.4;
  width: 574px;
  max-width: 100%;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .manuals-page .manuals-form__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .manuals-page .manuals-form__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .manuals-page .manuals-form__text {
    width: 100%;
  }
}
.manuals-page .manuals-form .formBox {
  text-align: center;
  margin: 0 auto;
  width: 326px;
  max-width: 100%;
  margin-top: 35px;
  padding-bottom: 13px;
}
.manuals-page .manuals-form .formBox .button {
  margin-top: 27px;
}
.manuals-page .manuals-results {
  background: #F7F7F7;
  padding: 55px 40px 70px 40px;
  text-align: center;
  position: relative;
}
.manuals-page .manuals-results:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 76px);
  height: 1px;
  background: #8E9497;
  content: "";
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.manuals-page .manuals-results__image {
  margin: 0 auto;
  width: 183px;
  height: 183px;
  position: relative;
}
.manuals-page .manuals-results__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 25px 0;
}
@media only screen and (max-width: 1024px) {
  .manuals-page .manuals-results__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .manuals-page .manuals-results__title {
    font-size: 24px;
  }
}
.manuals-page .manuals-results__title span {
  text-align: left;
  font-weight: 500;
}
.manuals-page .manuals-results__title:before {
  width: 44px;
  height: 81px;
  background: url(images/pdf.svg) center/contain no-repeat;
  content: "";
  margin-right: 20px;
}
.manuals-page .manuals-results .button-cont {
  margin: 0 auto;
  width: 305px;
  max-width: 100%;
}
.manuals-page .manuals-results .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.manuals-page .manuals-results .button:before {
  width: 14px;
  height: 17px;
  background: url(images/download.svg) center/contain no-repeat;
  content: "";
  margin-right: 16px;
}

.tracking-page .tracking-form {
  background: #F7F7F7;
  text-align: center;
}
.tracking-page .tracking-form .formBox {
  text-align: center;
  margin: 0 auto;
  width: 326px;
  max-width: 100%;
}
.tracking-page .tracking-form .formBox .button {
  margin-top: 27px;
}
.tracking-page .tracking-form .formBox .validation-error {
  color: #000;
  font-weight: 700;
  font-size: 9.756px;
  margin-bottom: 22px;
  display: block;
  text-align: left;
}
.tracking-page .tracking-results {
  background: #F7F7F7;
  padding: 55px 40px 70px 40px;
  text-align: center;
  margin-top: 35px;
}
.tracking-page form.vi-woocommerce-orders-tracking-form-search {
  width: 326px;
  max-width: 100%;
  margin: 0 auto;
}
.tracking-page .vi-woocommerce-orders-tracking-form-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-order-email,
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-order-id {
  width: 100%;
  margin-top: 0;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-row {
  display: block;
  margin-top: 0;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
}
body.kenmore .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick {
    padding: 0 15px;
  }
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick:before {
  display: none;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick:after {
  content: " my delivery";
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row {
  border: none;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number {
  border: 1px solid rgba(1, 1, 1, 0.3);
  margin-bottom: 35px;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-error {
  border: none !important;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number,
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email .vi-woocommerce-orders-tracking-form-order-email-input,
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id .vi-woocommerce-orders-tracking-form-order-id-input {
  padding: 0 25px;
  height: 40px;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number::-webkit-input-placeholder, .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email .vi-woocommerce-orders-tracking-form-order-email-input::-webkit-input-placeholder, .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id .vi-woocommerce-orders-tracking-form-order-id-input::-webkit-input-placeholder {
  color: #BBBFC1;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number::-moz-placeholder, .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email .vi-woocommerce-orders-tracking-form-order-email-input::-moz-placeholder, .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id .vi-woocommerce-orders-tracking-form-order-id-input::-moz-placeholder {
  color: #BBBFC1;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number:-ms-input-placeholder, .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email .vi-woocommerce-orders-tracking-form-order-email-input:-ms-input-placeholder, .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id .vi-woocommerce-orders-tracking-form-order-id-input:-ms-input-placeholder {
  color: #BBBFC1;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number::-ms-input-placeholder, .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email .vi-woocommerce-orders-tracking-form-order-email-input::-ms-input-placeholder, .tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id .vi-woocommerce-orders-tracking-form-order-id-input::-ms-input-placeholder {
  color: #BBBFC1;
}
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number::placeholder,
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email .vi-woocommerce-orders-tracking-form-order-email-input::placeholder,
.tracking-page .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id .vi-woocommerce-orders-tracking-form-order-id-input::placeholder {
  color: #BBBFC1;
}

.parts-page .container {
  width: 1280px;
}
.parts-page .parts-form {
  background: #F7F7F7;
  padding: 40px;
  text-align: center;
}
.parts-page .parts-form .formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 900px) {
  .parts-page .parts-form .formBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.parts-page .parts-form .formBox label {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #606A6E;
  margin-right: 35px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .parts-page .parts-form .formBox label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .parts-page .parts-form .formBox label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .parts-page .parts-form .formBox label {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left;
    margin-bottom: 10px !important;
  }
}
.parts-page .parts-form .formBox input {
  margin-right: 35px;
  width: 326px !important;
}
@media only screen and (max-width: 900px) {
  .parts-page .parts-form .formBox input {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.parts-page .parts-form .formBox input:nth-last-child(1) {
  margin-right: 0;
}
.parts-page .parts-form .button {
  margin-top: 35px;
  width: 187px;
}
.parts-page .parts-results {
  margin-top: 71px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media only screen and (max-width: 1024px) {
  .parts-page .parts-results {
    width: 100%;
    margin-left: 0;
  }
}
.parts-page .parts-results .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  clear: none;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .parts-page .parts-results .products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .parts-page .parts-results .products {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.parts-page .parts-results .products:before, .parts-page .parts-results .products:after {
  display: none;
}
.parts-page .parts-results .products li {
  width: 100% !important;
}

.find-page__cont {
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .find-page__cont {
    min-height: 0;
  }
}
.find-page .find {
  background-color: #F7F7F7;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.find-page .find[data-slide="0"] + .find-controls, .find-page .find:not([data-slide]) + .find-controls {
  display: none;
}
@media only screen and (max-width: 750px) {
  .find-page .find {
    min-height: 0;
  }
}
.find-page .find::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90.33%;
  padding-top: 53%;
  background: url(images/back-find.svg) top left/contain no-repeat;
  content: "";
}
body.kenmore .find-page .find::before {
  display: none;
}
.find-page .find__tab-title {
  text-align: center;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 55px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .find-page .find__tab-title {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .find-page .find__tab-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 750px) {
  .find-page .find__tab-title {
    margin-top: 0;
    margin: 0 20px;
  }
}
.find-page .find-controls {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.find-page .find-controls .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 23.5px;
}
@media only screen and (max-width: 750px) {
  .find-page .find-controls .slick-dots {
    display: none !important;
  }
}
.find-page .find-controls .slick-dots li {
  margin: 0 23.5px;
  position: relative;
}
.find-page .find-controls .slick-dots li * {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 1922px) {
  .find-page .find-controls .slick-dots li * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .find-page .find-controls .slick-dots li * {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .find-page .find-controls .slick-dots li * {
    font-size: 12px;
  }
}
.find-page .find-controls .slick-dots li:before {
  position: absolute;
  left: -17px;
  top: 4px;
  width: 12px;
  height: 12px;
  content: "";
  cursor: pointer;
}
.find-page .find-controls .slick-dots li.slick-active:before {
  border: 1px solid #FFD200;
  background: #FFD200;
}
body.kenmore .find-page .find-controls .slick-dots li.slick-active:before {
  border: 1px solid #429CD6;
  background: #429CD6;
}
.find-page .find-controls .slick-arrow,
.find-page .find-controls .slick-dots button {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  background: none;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .find-page .find-controls .slick-arrow,
.find-page .find-controls .slick-dots button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .find-page .find-controls .slick-arrow,
.find-page .find-controls .slick-dots button {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .find-page .find-controls .slick-arrow,
.find-page .find-controls .slick-dots button {
    font-size: 12px;
  }
}
.find-page .find-controls .slide-m-prev {
  padding-left: 15px;
  background-image: url(images/arrow-left.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  text-transform: capitalize;
}
@media only screen and (max-width: 750px) {
  .find-page .find-controls .slide-m-prev {
    margin-right: 10px;
  }
}
.find-page .find-controls .slide-m-next {
  padding-right: 15px;
  background-image: url(images/arrow-right.svg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  text-transform: capitalize;
}
@media only screen and (max-width: 750px) {
  .find-page .find-controls .slide-m-next {
    margin-left: 10px;
  }
}
.find-page .find-controls.js-slider-controls-results {
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (max-width: 750px) {
  .find-page .find-controls.js-slider-controls-results {
    bottom: 50%;
  }
}
.find-page .find-controls.js-slider-controls-results .slide-m-dots {
  display: none;
}
.find-page .find-step01,
.find-page .find-step02,
.find-page .find-step03 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: 700px;
}
@media only screen and (max-width: 750px) {
  .find-page .find-step01,
.find-page .find-step02,
.find-page .find-step03 {
    min-height: 570px;
  }
}
.find-page .find-step01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
@media only screen and (max-width: 900px) {
  .find-page .find-step01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
.find-page .find-step01__text-cont {
  max-width: 35%;
}
@media only screen and (max-width: 1200px) {
  .find-page .find-step01__text-cont {
    max-width: 45%;
  }
}
@media only screen and (max-width: 900px) {
  .find-page .find-step01__text-cont {
    max-width: 100%;
    padding: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .find-page .find-step01__text-cont {
    padding: 30px;
  }
}
.find-page .find-step01__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 74%;
}
@media only screen and (max-width: 1200px) {
  .find-page .find-step01__image {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .find-page .find-step01__image {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 60%;
  }
}
.find-page .find-step01__image::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 220px;
  background: #FFD200;
  content: "";
  z-index: 2;
}
body.kenmore .find-page .find-step01__image::before {
  display: none;
}
@media only screen and (max-width: 900px) {
  .find-page .find-step01__image::before {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 750px) {
  .find-page .find-step01__image::before {
    width: 80px;
    height: 80px;
  }
}
.find-page .find-step01__title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .find-page .find-step01__title {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .find-page .find-step01__title {
    font-size: 28px;
  }
}
.find-page .find-step01 .button {
  margin-top: 13px;
}
.find-page .find-step02 {
  padding: 30px;
}
.find-page .find-step02 .find__categories {
  margin-top: 81px;
}
@media only screen and (max-width: 750px) {
  .find-page .find-step02 .find__categories {
    margin-top: 20px;
  }
}
.find-page .find-step02 .find__categories .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 600px) {
  .find-page .find-step02 .find__categories .slick-track {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
.find-page .find-step02 .find__categories__item {
  padding: 0 12px 60px;
  text-align: center;
  width: 400px;
  display: block;
  max-width: 33.3333%;
}
@media only screen and (max-width: 900px) {
  .find-page .find-step02 .find__categories__item {
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .find-page .find-step02 .find__categories__item {
    max-width: 100%;
    width: 100% !important;
    min-width: 300px;
  }
}
.find-page .find-step02 .find__categories__item button {
  display: block;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .find-page .find-step02 .find__categories__item button {
    position: relative;
    padding-bottom: 60px;
  }
}
.find-page .find-step02 .find__categories__item button:after {
  position: absolute;
  bottom: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
}
.find-page .find-step02 .find__categories__item.js-selected button:after {
  background-color: #FFD200;
  border-color: #FFD200;
}
body.kenmore .find-page .find-step02 .find__categories__item.js-selected button:after {
  background-color: #429CD6;
  border-color: #429CD6;
}
.find-page .find-step02 .find__categories__image {
  position: relative;
  padding-top: 50%;
  margin-bottom: 17px;
}
.find-page .find-step02 .find__categories__title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 1024px) {
  .find-page .find-step02 .find__categories__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .find-page .find-step02 .find__categories__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .find-page .find-step02 .find__categories__title {
    font-size: 18px;
  }
}
.find-page .find-step02 .find__categories .slick-arrow {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-transform: capitalize;
  z-index: 2;
  text-indent: -50000px;
  width: 60px;
  height: 60px;
  background: url(images/arrow-left.svg) center no-repeat;
}
.find-page .find-step02 .find__categories .slick-arrow.slick-next {
  left: auto;
  right: -30px;
  background-image: url(images/arrow-right.svg);
}
.find-page .find-step02 .find__categories .slick-dots {
  display: none !important;
}
.find-page .find-step03 {
  padding: 30px 0;
}
@media only screen and (max-width: 900px) {
  .find-page .find-step03 {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 750px) {
  .find-page .find-step03 {
    min-height: 700px;
  }
}
.find-page .find-step03 .js-find-tool-results {
  text-align: center;
}
.find-page .find-step03 .find__products {
  padding: 40px 0;
}
.find-page .find-step03 .woocommerce .products-slider__carousel .products {
  width: 100%;
}
.find-page .find-step03 .woocommerce .products-slider__carousel .products li {
  margin: 0 !important;
  clear: none !important;
}
.find-page .slick-dots li:before {
  background: #FFD200 !important;
}
body.kenmore .find-page .slick-dots li:before {
  background: #429CD6 !important;
}
.find-page .slick-dots .slick-active ~ li:before {
  background: none !important;
  border: 1px solid #000;
}

@media only screen and (max-width: 750px) {
  .js-slider-controls-results {
    position: static;
  }
}
@media only screen and (max-width: 750px) {
  .js-slider-controls-results .slide-m-prev {
    position: absolute;
    left: 20px;
    bottom: 50%;
    text-indent: -4000px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@media only screen and (max-width: 750px) {
  .js-slider-controls-results .slide-m-next {
    position: absolute;
    right: 20px;
    bottom: 50%;
    text-indent: -4000px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.js-loading {
  position: relative;
  z-index: 3;
  min-height: 200px;
}
.js-loading.js-find-tool-results {
  position: static;
}
.js-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background-image: url(images/loading.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}

.warrenty_accordion .gform_wrapper div.validation_error h2 {
  color: #790000;
}
.warrenty_accordion .form-non-logged-in-user-error-message {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .warrenty_accordion .form-non-logged-in-user-error-message {
    margin-bottom: 0;
  }
}
.warrenty_accordion .form-non-logged-in-user-error-message a:hover {
  text-decoration: underline;
}
.warrenty_accordion__item {
  background: #ffffff;
  border-bottom: 1px solid #D2D4D5;
}
.warrenty_accordion__item:nth-child(1) {
  border-top: 1px solid #D2D4D5;
}
.warrenty_accordion__item__title {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .warrenty_accordion__item__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .warrenty_accordion__item__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .warrenty_accordion__item__title {
    padding: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 750px) {
  .warrenty_accordion__item__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.warrenty_accordion__item__title span {
  margin-right: 45px;
  font-weight: 500;
}
.warrenty_accordion__item__title:after {
  width: 15px;
  height: 8px;
  background: url(images/arrow.svg) center/contain no-repeat;
  content: "";
}
.warrenty_accordion__item__box {
  width: calc(100% + 16px);
  padding: 20px 90px 40px 90px;
  display: none;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .warrenty_accordion__item__box {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .warrenty_accordion__item__box {
    width: 100%;
  }
}
.warrenty_accordion__item__box .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.warrenty_accordion__item__box .gform_wrapper .gfmc-column select {
  background: #ffffff;
}
.warrenty_accordion__item__box .gf_browser_chrome form .gform_body .gform_fields .gfmc-column .flex-wrapper .gfield h4 {
  font-size: 16px;
}
.warrenty_accordion__item__box .gf_browser_chrome form .gform_body .gform_fields .gfmc-column .flex-wrapper .gfield .ginput_container .select2 .selection span {
  color: #bbbfc1 !important;
  padding: 0 12px;
}
@media only screen and (max-width: 750px) {
  .warrenty_accordion__item__box .gf_browser_chrome form .gform_body .gform_fields .gfmc-column .flex-wrapper .gfield .ginput_container .select2 .selection span {
    padding: 0;
  }
}
.warrenty_accordion__item__box .gf_browser_chrome form .gform_body .gform_fields .gfmc-column .flex-wrapper .gfield .ginput_complex .ginput_right .select2 .selection span {
  color: #bbbfc1 !important;
  padding: 0 12px;
}
.warrenty_accordion__item__box .gform_wrapper .gform_footer {
  text-align: center;
  width: calc(100% - 16px);
}
.warrenty_accordion__item__box .select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
}
.warrenty_accordion__item__box .select2-container--default .select2-selection--single .select2-selection__rendered::after {
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  right: 10px;
  width: 15px;
  background: url(images/arrow.svg) center/contain no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}
.warrenty_accordion__item__box .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.warrenty_accordion__item__box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.warrenty_accordion__item.js-open {
  background: #F7F7F7;
  padding-bottom: 40px;
}
.warrenty_accordion__item.js-open .warrenty_accordion__item__title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.warrenty_policy__cont {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  margin-top: 170px;
}
@media only screen and (max-width: 1024px) {
  .warrenty_policy__cont {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .warrenty_policy__cont {
    margin-top: 80px;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.warrenty_policy__cont--1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.warrenty_policy__cont--2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.warrenty_policy__cont--3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.warrenty_policy {
  margin: 0 auto;
  width: 100%;
  max-width: 618px;
}
.warrenty_policy a:not(.button) {
  color: #000 !important;
}
.warrenty_policy a:not(.button):hover {
  color: #000 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  .warrenty_policy {
    width: 100%;
  }
}
.warrenty_policy p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .warrenty_policy p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .warrenty_policy p {
    font-size: 16px;
  }
}
.warrenty_policy p strong {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .warrenty_policy p strong {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .warrenty_policy p strong {
    font-size: 16px;
  }
}

.search__item {
  border-top: 1px solid #D2D4D5;
  padding: 40px 0;
}
.search__item__content {
  margin: 0 auto;
  width: 620px;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 20px auto;
  grid-template-columns: 190px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0 20px;
}
.search__item__title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .search__item__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .search__item__title {
    font-size: 24px;
  }
}
.search__item__title:hover {
  color: #FFD200;
}
body.kenmore .search__item__title:hover {
  color: #429CD6;
}
.search__item .price {
  font-weight: 500;
  line-height: 1.5;
}
.search__item--page .search__item__content {
  display: block;
}
.search__item--page .search__item__content h7 {
  display: block;
  width: 100%;
}

.none-content {
  text-align: center;
}
.none-content .container p {
  margin: 0 auto;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #606A6E;
  line-height: 1.4;
  width: 574px;
  max-width: 100%;
  letter-spacing: -0.01em;
  padding: 0 20px;
}

body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products {
  clear: none;
  margin: 0;
}
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li.products,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li.products {
  clear: none !important;
  margin: 0 !important;
  width: 25% !important;
}
@media only screen and (max-width: 900px) {
  body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li.products,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li.products {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li.products,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li.products {
    width: 100% !important;
  }
}
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li .woocommerce-loop-product__title,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul li.products .woocommerce-loop-product__title,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li .woocommerce-loop-product__title,
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products li.products .woocommerce-loop-product__title {
  padding: 0 !important;
}
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce .products ul.columns-3 li:nth-child(3n+1),
body:not(.page-template-template-find, .page-template-template-parts) .woocommerce ul.products.columns-3 li:nth-child(3n+1) {
  clear: left !important;
}

.woocommerce:nth-child(1) .product__item,
.woocommerce .products ul li.product:nth-child(1) .product__item,
.woocommerce ul.products li.product:nth-child(1) .product__item {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.woocommerce:nth-child(2) .product__item,
.woocommerce .products ul li.product:nth-child(2) .product__item,
.woocommerce ul.products li.product:nth-child(2) .product__item {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.woocommerce:nth-child(3) .product__item,
.woocommerce .products ul li.product:nth-child(3) .product__item,
.woocommerce ul.products li.product:nth-child(3) .product__item {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.woocommerce .product__item,
.woocommerce .products ul li.product .product__item,
.woocommerce ul.products li.product .product__item {
  position: relative;
  height: 100%;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__item,
.woocommerce .products ul li.product .product__item,
.woocommerce ul.products li.product .product__item {
    padding: 30px 20px;
  }
}
.woocommerce .product__item__cont,
.woocommerce .products ul li.product .product__item__cont,
.woocommerce ul.products li.product .product__item__cont {
  position: relative;
}
.woocommerce .product__item__cont .button .product_type_simple .button--line,
.woocommerce .products ul li.product .product__item__cont .button .product_type_simple .button--line,
.woocommerce ul.products li.product .product__item__cont .button .product_type_simple .button--line {
  display: none;
}
.woocommerce .product__item__image,
.woocommerce .products ul li.product .product__item__image,
.woocommerce ul.products li.product .product__item__image {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  padding-top: 90%;
}
.woocommerce .product__item__image img,
.woocommerce .products ul li.product .product__item__image img,
.woocommerce ul.products li.product .product__item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.woocommerce .product__item__image:hover img,
.woocommerce .products ul li.product .product__item__image:hover img,
.woocommerce ul.products li.product .product__item__image:hover img {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
.woocommerce .product__item__image img,
.woocommerce .products ul li.product .product__item__image img,
.woocommerce ul.products li.product .product__item__image img {
  margin-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce .product__item__data,
.woocommerce .products ul li.product .product__item__data,
.woocommerce ul.products li.product .product__item__data {
  margin-top: 10px;
  position: relative;
}
.woocommerce .product__item__data .woocommerce-loop-product__title,
.woocommerce .products ul li.product .product__item__data .woocommerce-loop-product__title,
.woocommerce ul.products li.product .product__item__data .woocommerce-loop-product__title {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.2;
  padding: 0 10px !important;
  text-align: center;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .woocommerce .product__item__data .woocommerce-loop-product__title,
.woocommerce .products ul li.product .product__item__data .woocommerce-loop-product__title,
.woocommerce ul.products li.product .product__item__data .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__item__data .woocommerce-loop-product__title,
.woocommerce .products ul li.product .product__item__data .woocommerce-loop-product__title,
.woocommerce ul.products li.product .product__item__data .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.woocommerce .product__item__data .swatchly_pl.swatchly_out_of_stock,
.woocommerce .products ul li.product .product__item__data .swatchly_pl.swatchly_out_of_stock,
.woocommerce ul.products li.product .product__item__data .swatchly_pl.swatchly_out_of_stock {
  display: none;
}
.woocommerce .product__item__data .price,
.woocommerce .products ul li.product .product__item__data .price,
.woocommerce ul.products li.product .product__item__data .price {
  color: #8E9497;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.woocommerce .product__item__data .price :nth-last-child(2),
.woocommerce .products ul li.product .product__item__data .price :nth-last-child(2),
.woocommerce ul.products li.product .product__item__data .price :nth-last-child(2) {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 0 3px;
  opacity: 1;
}
.woocommerce .product__item__data .price :nth-last-child(1),
.woocommerce .products ul li.product .product__item__data .price :nth-last-child(1),
.woocommerce ul.products li.product .product__item__data .price :nth-last-child(1) {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 0 3px;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .woocommerce .product__item__data .price,
.woocommerce .products ul li.product .product__item__data .price,
.woocommerce ul.products li.product .product__item__data .price {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__item__data .price,
.woocommerce .products ul li.product .product__item__data .price,
.woocommerce ul.products li.product .product__item__data .price {
    display: block;
  }
  .woocommerce .product__item__data .price :nth-last-child(2),
.woocommerce .product__item__data .price :nth-last-child(1),
.woocommerce .products ul li.product .product__item__data .price :nth-last-child(2),
.woocommerce .products ul li.product .product__item__data .price :nth-last-child(1),
.woocommerce ul.products li.product .product__item__data .price :nth-last-child(2),
.woocommerce ul.products li.product .product__item__data .price :nth-last-child(1) {
    font-size: 14px;
  }
}
.woocommerce .product__item__data .price .woocommerce-Price-currencySymbol,
.woocommerce .products ul li.product .product__item__data .price .woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product .product__item__data .price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce .product__item__data .price del,
.woocommerce .product__item__data .price ins,
.woocommerce .products ul li.product .product__item__data .price del,
.woocommerce .products ul li.product .product__item__data .price ins,
.woocommerce ul.products li.product .product__item__data .price del,
.woocommerce ul.products li.product .product__item__data .price ins {
  display: block;
}
.woocommerce .product__item__data .price del,
.woocommerce .products ul li.product .product__item__data .price del,
.woocommerce ul.products li.product .product__item__data .price del {
  text-decoration: line-through;
}
@media only screen and (max-width: 1440px) {
  .woocommerce .product__item__data .price del,
.woocommerce .products ul li.product .product__item__data .price del,
.woocommerce ul.products li.product .product__item__data .price del {
    margin-bottom: 15px;
  }
}
.woocommerce .product__item__data .price del .woocommerce-Price-amount,
.woocommerce .products ul li.product .product__item__data .price del .woocommerce-Price-amount,
.woocommerce ul.products li.product .product__item__data .price del .woocommerce-Price-amount {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .woocommerce .product__item__data .price del .woocommerce-Price-amount,
.woocommerce .products ul li.product .product__item__data .price del .woocommerce-Price-amount,
.woocommerce ul.products li.product .product__item__data .price del .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .product__item__data .price del .woocommerce-Price-amount,
.woocommerce .products ul li.product .product__item__data .price del .woocommerce-Price-amount,
.woocommerce ul.products li.product .product__item__data .price del .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.woocommerce .product__item__data .price ins,
.woocommerce .products ul li.product .product__item__data .price ins,
.woocommerce ul.products li.product .product__item__data .price ins {
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) {
  .woocommerce .product__item__data .price ins,
.woocommerce .products ul li.product .product__item__data .price ins,
.woocommerce ul.products li.product .product__item__data .price ins {
    margin-bottom: 15px;
  }
}
.woocommerce .product__item__data .price ins .woocommerce-Price-amount *,
.woocommerce .products ul li.product .product__item__data .price ins .woocommerce-Price-amount *,
.woocommerce ul.products li.product .product__item__data .price ins .woocommerce-Price-amount * {
  font-size: 16px;
}
.woocommerce .product__item__data .price del + ins,
.woocommerce .products ul li.product .product__item__data .price del + ins,
.woocommerce ul.products li.product .product__item__data .price del + ins {
  opacity: 1;
}
.woocommerce .product__item .swatchly_loop_variation_form table,
.woocommerce .products ul li.product .product__item .swatchly_loop_variation_form table,
.woocommerce ul.products li.product .product__item .swatchly_loop_variation_form table {
  margin: 10px auto 0 auto;
  width: auto;
}
.woocommerce .product__item .swatchly_loop_variation_form table .swatchly-swatch,
.woocommerce .products ul li.product .product__item .swatchly_loop_variation_form table .swatchly-swatch,
.woocommerce ul.products li.product .product__item .swatchly_loop_variation_form table .swatchly-swatch {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  margin: 5px;
}
.woocommerce .product__item .swatchly_loop_variation_form table td.value,
.woocommerce .products ul li.product .product__item .swatchly_loop_variation_form table td.value,
.woocommerce ul.products li.product .product__item .swatchly_loop_variation_form table td.value {
  padding-right: 0 !important;
}
.woocommerce .product__item .swatchly_out_of_stock,
.woocommerce .products ul li.product .product__item .swatchly_out_of_stock,
.woocommerce ul.products li.product .product__item .swatchly_out_of_stock {
  margin-top: 10px;
}
.woocommerce .product__item .add_to_cart_button,
.woocommerce .products ul li.product .product__item .add_to_cart_button,
.woocommerce ul.products li.product .product__item .add_to_cart_button {
  margin-top: 20px;
}

body:not(.page-template-template-parts, .page-template-template-cart) .add_to_cart_button {
  display: none;
}
body:not(.page-template-template-parts, .page-template-template-cart) .product__single__top__right .product_grid__cont.suggested_products .add_to_cart_button {
  display: block;
}

.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 35px;
  right: -34px;
  left: auto;
  margin: 0;
  display: block;
  border-radius: 0;
  text-transform: uppercase;
  width: 92px;
  height: 24px;
  line-height: 19px;
  min-width: 0;
  min-height: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #FFD200;
  color: #000;
}

body.kenmore ul.products li.product .onsale {
  background: #429CD6;
}

.woocommerce .shop__archive ul.products li {
  width: 100%;
  margin: 0;
}

.woocommerce-result-count {
  display: none;
}

.shop__archive {
  /*
    .wc-block-product-categories::before {
      content: 'Type';
    }
    .wp-block-woocommerce-attribute-filter {
      &.filter-by-style:before {
        content: 'Style';

        @include responsive('tablet-v') {
          line-height: 1.2;
        }

      }
      &.filter-by-burners:before {
        content: 'Burners';

        @include responsive('tablet-v') {
          line-height: 1.2;
        }

      }
      &.filter-by-type:before {
        content: 'Type';

        @include responsive('tablet-v') {
          line-height: 1.2;
        }

      }
    }
  */
}
.shop__archive .openfilters {
  display: none;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .shop__archive .openfilters {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .shop__archive .openfilters {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .shop__archive .openfilters {
    display: block;
  }
}
.shop__archive__filters {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .shop__archive__filters {
    display: block;
    padding-left: 20px;
  }
}
.shop__archive .filters {
  float: left;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .shop__archive .filters {
    z-index: inherit;
  }
}
.shop__archive .filters--short {
  float: right;
}
.shop__archive .filters--short .filters__items {
  margin-right: 0;
}
.shop__archive .filters--short .filters__selects {
  width: 182px;
}
.shop__archive .filters__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .shop__archive .filters__items {
    margin-right: 130px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .shop__archive .filters__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 750px) {
  .shop__archive .filters__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .shop__archive .filters__items p {
    display: none;
  }
}
.shop__archive .filters .widget_block {
  position: relative;
}
.shop__archive .filters .widget_block h2.widget-title:after {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  content: "";
  background: #FFD200;
}
body.kenmore .shop__archive .filters .widget_block h2.widget-title:after {
  background: #429CD6;
}
.shop__archive .filters .widget_block h2.widget-title + ul,
.shop__archive .filters .widget_block h2.widget-title + div,
.shop__archive .filters .widget_block h2.widget-title + form {
  display: none;
}
.shop__archive .filters .widget_block.active h2.widget-title + ul,
.shop__archive .filters .widget_block.active h2.widget-title + div,
.shop__archive .filters .widget_block.active h2.widget-title + form {
  display: block;
}
.shop__archive .filters .widget_block:hover h2.widget-title {
  color: #FFD200;
}
body.kenmore .shop__archive .filters .widget_block:hover h2.widget-title {
  background: #429CD6;
}
.shop__archive .filters .widget_block:hover h2.widget-title:after {
  background-color: #333;
}
.shop__archive .filters .price_slider_wrapper input {
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.shop__archive .filters .price_slider_wrapper .button {
  float: right;
}
.shop__archive section {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}
.shop__archive section:nth-last-child(1) {
  border: none;
  margin: 0;
}
.shop__archive section ul li {
  display: block;
  margin-bottom: 5px;
}
.shop__archive section ul li a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #333F44;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .shop__archive section ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .shop__archive section ul li a {
    font-size: 16px;
  }
}
.shop__archive section ul li a:hover {
  color: #000;
}
.shop__archive section .count {
  display: none;
}
.shop__archive .wc-block-product-search label {
  display: none;
}
.shop__archive .wc-block-product-search .wc-block-product-search__field {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  color: #4D4D4D;
  font-size: 14px;
  background: #f6f4f4;
  padding: 0 10px;
}
.shop__archive .wc-block-product-search button {
  float: left;
  width: 40px;
  text-indent: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #f6f4f4 url(images/search.svg) center center no-repeat;
  cursor: pointer;
  margin: 0;
}
.shop__archive .wc-block-product-search button svg {
  display: none;
}
.shop__archive .wc-block-product-search button:hover {
  background: #ccc url(images/search.svg) center center no-repeat;
}
.shop__archive .price_slider_wrapper {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.shop__archive .price_slider_wrapper .ui-widget-content {
  background-color: #909090;
}
.shop__archive .price_slider_wrapper .ui-slider .ui-slider-range,
.shop__archive .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #000;
}
.shop__archive .price_slider_wrapper .price_label {
  font-size: 14px;
}
.shop__archive .wc-block-product-categories,
.shop__archive .wp-block-woocommerce-attribute-filter {
  margin: 0;
}
.shop__archive .wc-block-product-categories:after,
.shop__archive .wp-block-woocommerce-attribute-filter:after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  background: url(images/dropdown-arrow.svg) center/contain no-repeat;
}
@media only screen and (max-width: 900px) {
  .shop__archive .wc-block-product-categories:after,
.shop__archive .wp-block-woocommerce-attribute-filter:after {
    display: none;
  }
}
[aria-hidden=true] + .shop__archive .wc-block-product-categories:after,
[aria-hidden=true] + .shop__archive .wp-block-woocommerce-attribute-filter:after {
  display: none;
}
.shop__archive .wp-block-woocommerce-price-filter {
  position: relative;
}
.shop__archive .wc-block-components-price-slider {
  margin-bottom: 0;
}
.shop__archive .wc-block-components-price-slider__range-input-progress {
  background: #FFD200;
}
body.kenmore .shop__archive .wc-block-components-price-slider__range-input-progress {
  background: #429CD6;
}
.shop__archive input[type=range]::-webkit-slider-thumb,
.shop__archive input[type=range]::-webkit-slider-thumb:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop__archive .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min,
.shop__archive .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
  border: 1px solid #000;
  padding: 10px;
}
.shop__archive__content .products {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 36px 0;
  margin: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .shop__archive__content .products {
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .shop__archive__content .products {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .shop__archive__content .products {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop__archive__content .products:before {
  display: none !important;
}
.shop__archive__content .products li {
  display: block;
  width: 100% !important;
  padding-bottom: 26px;
}
.shop__archive__content--1 .products, .shop__archive__content--2 .products {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 600px) {
  .shop__archive__content--1 .products, .shop__archive__content--2 .products {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop__archive .products ul li,
.shop__archive .products ul li.products,
.shop__archive ul.products li,
.shop__archive ul.products li.products {
  width: 100% !important;
}

.woocommerce .woocommerce-result-count {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  margin: auto 10px !important;
  white-space: nowrap;
}
@media only screen and (min-width: 1922px) {
  .woocommerce .woocommerce-result-count {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce .woocommerce-result-count {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-result-count {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce .woocommerce-result-count {
    display: none;
  }
}
.woocommerce .woocommerce-ordering {
  position: relative;
  margin-bottom: 0;
  margin-left: 13px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce .woocommerce-ordering {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .woocommerce .woocommerce-ordering {
    margin-left: 0;
    margin-right: 0;
    z-index: 2;
    padding: 0 20px 0 0;
  }
}
.woocommerce .woocommerce-pagination .page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current,
.woocommerce .woocommerce-pagination .page-numbers li a {
  background: none;
  color: #000;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current:hover,
.woocommerce .woocommerce-pagination .page-numbers li a:hover {
  color: #FFD200;
}
body.kenmore .woocommerce .woocommerce-pagination .page-numbers li span.current:hover,
body.kenmore .woocommerce .woocommerce-pagination .page-numbers li a:hover {
  color: #429CD6;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current {
  color: #FFD200;
}
body.kenmore .woocommerce .woocommerce-pagination .page-numbers li span.current {
  color: #429CD6;
}

.archive .site + .kenmore_products {
  margin-top: 27px;
}

.filters__items p {
  display: block;
  width: auto;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .filters__items p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .filters__items p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .filters__items p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .filters__items p {
    display: none;
  }
}

.yith-wcan-filters {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .yith-wcan-filters {
    margin-right: 0;
  }
}

.yith-wcan-reset-filters.reset-filters {
  display: inline-block;
  height: 39px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  line-height: 39px;
  background: #ffffff;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #000;
  margin-left: 12px;
  vertical-align: top;
}
@media only screen and (min-width: 1922px) {
  .yith-wcan-reset-filters.reset-filters {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .yith-wcan-reset-filters.reset-filters {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .yith-wcan-reset-filters.reset-filters {
    font-size: 12px;
  }
}
@media only screen and (min-width: 901px) {
  .yith-wcan-reset-filters.reset-filters:hover {
    background-color: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 900px) {
  .yith-wcan-reset-filters.reset-filters {
    border: 0;
    border-bottom: 1px solid #000;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2;
  }
}

.yith-wcan-filters .yith-wcan-filter {
  float: left;
  position: relative;
  width: auto;
  max-width: 100%;
  border: 1px solid #000;
  margin-left: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 150px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .yith-wcan-filters .yith-wcan-filter {
    display: block;
    margin: 0 15px 13px 0;
    width: auto;
    border: 0;
    border-bottom: 1px solid #000;
  }
}
.yith-wcan-filters .yith-wcan-filter .filter-title,
.yith-wcan-filters .yith-wcan-filter h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 37px;
  padding-left: 18px;
  padding-right: 30px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  line-height: 37px;
  background: #ffffff;
  color: #000;
  cursor: pointer;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .yith-wcan-filters .yith-wcan-filter .filter-title,
.yith-wcan-filters .yith-wcan-filter h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .yith-wcan-filters .yith-wcan-filter .filter-title,
.yith-wcan-filters .yith-wcan-filter h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .yith-wcan-filters .yith-wcan-filter .filter-title,
.yith-wcan-filters .yith-wcan-filter h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .yith-wcan-filters .yith-wcan-filter .filter-title,
.yith-wcan-filters .yith-wcan-filter h3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2;
  }
}
.yith-wcan-filters .yith-wcan-filter .filter-title:before,
.yith-wcan-filters .yith-wcan-filter h3:before {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  background: url(images/dropdown-arrow.svg) center/contain no-repeat;
}
@media only screen and (max-width: 900px) {
  .yith-wcan-filters .yith-wcan-filter .filter-title:before,
.yith-wcan-filters .yith-wcan-filter h3:before {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .yith-wcan-filters .yith-wcan-filter .filter-title:hover,
.yith-wcan-filters .yith-wcan-filter h3:hover {
    background: #000;
    color: #ffffff;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-title:hover:before,
.yith-wcan-filters .yith-wcan-filter h3:hover:before {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
.yith-wcan-filters .yith-wcan-filter .filter-title.open,
.yith-wcan-filters .yith-wcan-filter h3.open {
  background: #000;
  color: #ffffff;
}
.yith-wcan-filters .yith-wcan-filter .filter-title.open:before,
.yith-wcan-filters .yith-wcan-filter h3.open:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.yith-wcan-filters .yith-wcan-filter .filter-content,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider {
  position: absolute;
  top: 37px;
  left: -1px;
  width: 220px;
  margin-right: -1px;
  border: 1px solid #000;
  background: #ffffff;
  padding: 24px 19px;
  list-style: none;
  display: none;
  min-width: calc(100% + 2px);
}
@media only screen and (max-width: 1024px) {
  .yith-wcan-filters .yith-wcan-filter .filter-content,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider {
    border: 1px solid #000;
    background: #ffffff;
    z-index: 4;
    width: 100%;
    height: 130px;
    overflow-y: scroll;
    min-width: 240px;
    padding: 24px 20px;
  }
}
.yith-wcan-filters .yith-wcan-filter .filter-content .filter__close,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .filter__close {
  display: none;
}
@media only screen and (max-width: 900px) {
  .yith-wcan-filters .yith-wcan-filter .filter-content,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    border: 0;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-content .select2-results__options,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .select2-results__options {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-content .filter__close,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .filter__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(images/close.svg) center no-repeat;
  }
}
.yith-wcan-filters .yith-wcan-filter .filter-content label,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label {
  display: block;
  padding: 12.5px 10px;
  padding-left: 20px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .yith-wcan-filters .yith-wcan-filter .filter-content label,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .yith-wcan-filters .yith-wcan-filter .filter-content label,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label {
    font-size: 16px;
  }
}
.yith-wcan-filters .yith-wcan-filter .filter-content label a,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label a {
  font-weight: 500 !important;
  color: #000 !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-content label input,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label input {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-content label .tooltip-added:hover,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label .tooltip-added:hover {
  color: blue;
}
.yith-wcan-filters .yith-wcan-filter .filter-content label .tooltip-added:hover:after,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label .tooltip-added:hover:after {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .yith-wcan-filters .yith-wcan-filter .filter-content label,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label {
    color: #000;
    font-size: 12px;
  }
}
.yith-wcan-filters .yith-wcan-filter .filter-content label:hover:before, .yith-wcan-filters .yith-wcan-filter .filter-content label.active:before,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label:hover:before,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label.active:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: #8E9497;
}
.yith-wcan-filters .yith-wcan-filter .filter-content label.active,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label.active {
  background: #FFD200;
}
body.kenmore .yith-wcan-filters .yith-wcan-filter .filter-content label.active,
body.kenmore .yith-wcan-filters .yith-wcan-filter .wc-block-price-slider label.active {
  background: #429CD6;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li {
  display: block;
  padding-bottom: 5px;
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li.active label > a,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li.active label > a {
  color: #000 !important;
  font-weight: 500;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li.active label:before,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li.active label:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: #FFD200;
}
body.kenmore .yith-wcan-filters .yith-wcan-filter .filter-content li.active label:before,
body.kenmore .yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li.active label:before {
  background: #429CD6;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li ul,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li ul {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li ul li,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li ul li {
  padding-top: 5px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
  padding-left: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li ul li span,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li ul li span {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li ul li ul,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li ul li ul {
  display: block !important;
  padding-left: 5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li li.current-cat-parent > ul,
.yith-wcan-filters .yith-wcan-filter .filter-content li li.current-cat.cat-parent > ul,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li li.current-cat-parent > ul,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li li.current-cat.cat-parent > ul {
  display: block;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li li.cat-parent > a,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li li.cat-parent > a {
  font-weight: bold;
  color: #000;
}
.yith-wcan-filters .yith-wcan-filter .filter-content li ul li.current-cat > a,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider li ul li.current-cat > a {
  color: #000;
}
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-min,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-max,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-min,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-max {
  display: none !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-single,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-single {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  background-color: rgba(222, 228, 236, 0.3215686275);
  color: #000;
}
@media only screen and (min-width: 1922px) {
  .yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-single,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-single {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-single,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-single {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-single,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-single {
    font-size: 12px;
  }
}
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-from:before,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-to:before,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-single:before,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-from:before,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-to:before,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-single:before {
  border-top-color: rgba(222, 228, 236, 0.3215686275);
}
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-handle,
.yith-wcan-filters .yith-wcan-filter .filter-content .price-slider .irs-bar,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-handle,
.yith-wcan-filters .yith-wcan-filter .wc-block-price-slider .price-slider .irs-bar {
  background-color: #FFD200;
  border-color: #FFD200;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  display: none;
}

.woocommerce-ordering select {
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .woocommerce-ordering .select2-container,
.woocommerce-ordering .select2-container--default {
    width: auto !important;
    display: block;
  }
}
.woocommerce-ordering .select2-container .select2-selection--single,
.woocommerce-ordering .select2-container--default .select2-selection--single {
  height: 37px;
  background: #ffffff;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #000;
}
@media only screen and (max-width: 900px) {
  .woocommerce-ordering .select2-container .select2-selection--single,
.woocommerce-ordering .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #000;
    height: auto;
  }
}
.woocommerce-ordering .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
  right: 4px !important;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.woocommerce-ordering .select2-container .select2-selection--single .select2-selection__arrow b,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
@media only screen and (max-width: 900px) {
  .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
  }
}
.woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 18px;
  padding-right: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 35px !important;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  height: 37px;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2 !important;
    height: auto !important;
    line-height: normal !important;
  }
}

.select2-results__options {
  border: 1px solid #000;
  background: #ffffff;
  padding: 24px 19px !important;
  list-style: none;
  max-height: 80vh !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .select2-results__options {
    left: auto;
    right: 0;
    min-width: calc(100vw - 40px);
    max-height: 100vh !important;
  }
}
.select2-results__options .select2-results__option {
  display: block;
  padding: 12.5px 0;
  padding-left: 20px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000 !important;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
  background: none !important;
}
@media only screen and (max-width: 1024px) {
  .select2-results__options .select2-results__option {
    font-size: 12px;
  }
}
.select2-results__options .select2-results__option:hover {
  background: none;
}
.select2-results__options .select2-results__option:hover:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: #8E9497;
}
.select2-results__options .select2-results__option--highlighted[data-selected],
.select2-results__options .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none !important;
  color: #000 !important;
}
.select2-results__options .select2-results__option--highlighted[data-selected]:before,
.select2-results__options .select2-container--default .select2-results__option--highlighted[aria-selected]:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: #FFD200;
}
body.kenmore .select2-results__options .select2-results__option--highlighted[data-selected]:before,
body.kenmore .select2-results__options .select2-container--default .select2-results__option--highlighted[aria-selected]:before {
  background: #429CD6;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 !important;
}
.woocommerce ul.products li.product a.added_to_cart, .woocommerce-page ul.products li.product a.added_to_cart {
  display: none !important;
}

.single-product .woocommerce-message {
  display: none !important;
}
.single-product .out-of-stock {
  display: inline-block;
  margin: 20px 0;
  background: #FFD200;
  color: #000;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product .stock.in-stock {
  display: none;
}
.single-product .single_variation_wrap .out-of-stock {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .product__single .container {
    padding: 0 20px;
  }
}
.product__single .videos .container {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .product__single .videos {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.product__single .suggested_products {
  margin-top: 40px !important;
}
@media only screen and (max-width: 600px) {
  .product__single .suggested_products {
    margin-top: 50px !important;
  }
}
.product__single .suggested_products .woocommerce ul.products li.product .onsale {
  top: 20px;
  right: -37px;
  -webkit-transform: rotate(-90deg) scale(0.7);
          transform: rotate(-90deg) scale(0.7);
}
.product__single .suggested_products .woocommerce .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 600px) {
  .product__single .suggested_products .woocommerce .products {
    grid-gap: 21px;
  }
}
.product__single .suggested_products .woocommerce .products:before {
  display: none;
}
.product__single .suggested_products .woocommerce .products li {
  width: 100% !important;
  position: relative;
}
.product__single .suggested_products .woocommerce .products li .product__item {
  padding: 0;
  position: static;
}
.product__single .suggested_products .woocommerce .products li .product__item .product__item__cont {
  position: static;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.product__single .suggested_products .woocommerce .products li .product__item .woocommerce-loop-product__title,
.product__single .suggested_products .woocommerce .products li .product__item .product__item__data .price {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .product__single .suggested_products .woocommerce .products li .product__item .woocommerce-loop-product__title,
.product__single .suggested_products .woocommerce .products li .product__item .product__item__data .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single .suggested_products .woocommerce .products li .product__item .woocommerce-loop-product__title,
.product__single .suggested_products .woocommerce .products li .product__item .product__item__data .price {
    font-size: 16px;
  }
}
.product__single .suggested_products .woocommerce .products li .product__item .swatchly_loop_variation_form {
  display: none;
}
.product__single .suggested_products .woocommerce .products li .product__item .add_to_cart_button {
  display: block;
  padding: 0;
  width: 100%;
}
.product__single .suggested_products .woocommerce .price ins span {
  font-size: 16px;
}
.product__single .suggested_products + .product__description {
  margin-top: 42px;
}
@media only screen and (max-width: 600px) {
  .product__single .suggested_products + .product__description {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 750px) {
  .product__single .woocommerce-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px !important;
  }
}
.product__single .woocommerce-breadcrumb a {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .product__single .woocommerce-breadcrumb a {
    padding: 0 10px;
    line-height: 2;
  }
}
.product__single .woocommerce-breadcrumb a::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #8E9497;
  content: "";
}
.product__single__head {
  padding: 30px 0;
  text-align: center;
}
.product__single__head .woocommerce-breadcrumb {
  margin: 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #7C7C7C;
}
@media only screen and (max-width: 1024px) {
  .product__single__head .woocommerce-breadcrumb {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__head .woocommerce-breadcrumb {
    font-size: 16px;
  }
}
.product__single__head .woocommerce-breadcrumb a:hover {
  color: #FFD200;
}
body.kenmore .product__single__head .woocommerce-breadcrumb a:hover {
  color: #429CD6;
}
.product__single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 440px) 40px 399px;
  grid-template-columns: calc(100% - 440px) 399px;
  grid-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .product__single__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.product__single__top__left {
  position: relative;
}
.product__single__top__left .onsale {
  position: absolute !important;
  top: 35px !important;
  right: -34px;
  left: auto !important;
  margin: 0;
  display: block;
  border-radius: 0 !important;
  text-transform: uppercase;
  width: 92px;
  height: 24px;
  line-height: 19px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  background-color: #FFD200 !important;
  color: #000 !important;
}
.product__single__top .woocommerce-product-gallery {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery {
    margin-bottom: 18px;
    width: 100%;
    max-width: calc(100vw - 40px);
  }
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery .flex-direction-nav {
    display: block;
  }
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav li {
  position: absolute;
  top: 0;
  left: 8px;
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav li a {
  display: block;
  width: 10px;
  height: 15px;
  background: url(images/arrow-left.svg) center/contain no-repeat;
  text-indent: 5000px;
  overflow: hidden;
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
  left: auto;
  right: 8px;
}
.product__single__top .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next a {
  background: url(images/arrow-right.svg) center/contain no-repeat;
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a:hover img {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  background: url(images/zoom.svg) center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a:hover:before {
  opacity: 1;
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  list-style: none;
  margin-top: 36px;
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0;
    position: absolute;
    margin-top: 0;
  }
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a {
  display: block;
  width: 100%;
  padding-top: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a:hover img {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
@media only screen and (min-width: 901px) {
  .product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    background: url(images/zoom.svg) center/contain no-repeat;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a:hover:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding-top: 0;
    background: #ffffff;
  }
  body.kenmore .product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a {
    background: #429CD6;
  }
}
.product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail a img {
    -webkit-filter: brightness(300);
            filter: brightness(300);
    border: 1px solid #000;
  }
}
@media only screen and (max-width: 900px) {
  .product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail .woocommerce-product-gallery__image:nth-child(1) a {
    background: #FFD200;
  }
  .product__single__top .woocommerce-product-gallery .woocommerce-product-gallery__thumbnail .woocommerce-product-gallery__image:nth-child(1) a img {
    opacity: 0;
  }
}
.product__single__top .product_title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product_title {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product_title {
    font-size: 28px;
  }
}
.product__single__top .price {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #8E9497;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .price {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .price {
    font-size: 28px;
  }
}
.product__single__top .price del,
.product__single__top .price ins {
  display: block;
}
.product__single__top .price del {
  margin-bottom: 5px;
  display: block;
}
.product__single__top .price del span {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #D2D4D5;
  font-weight: 300;
  text-decoration: line-through;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .price del span {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .price del span {
    font-size: 24px;
  }
}
.product__single__top .price ins {
  margin-right: 10px;
}
.product__single__top .price ins span {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .price ins span {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .price ins span {
    font-size: 28px;
  }
}
.product__single__top .price ins span * {
  font-weight: 400;
}
.product__single__top .price .woocommerce-Price-amount :nth-child(1) {
  text-transform: line-through;
}
.product__single__top .discount_rate {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #FFD200;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .discount_rate {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .discount_rate {
    font-size: 28px;
  }
}
body.kenmore .product__single__top .discount_rate {
  color: #429CD6;
}
.product__single__top .sku_wrapper {
  color: #606A6E;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 1922px) {
  .product__single__top .sku_wrapper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product__single__top .sku_wrapper {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .sku_wrapper {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .product__single__top .sku_wrapper {
    margin-bottom: 5px;
  }
}
.product__single__top .product__description {
  margin-top: 71px;
}
.product__single__top .product__description h1, .product__single__top .product__description h2, .product__single__top .product__description h3, .product__single__top .product__description h4, .product__single__top .product__description h5, .product__single__top .product__description h6 {
  color: #000;
}
.product__single__top .product__description h1 {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description h1 {
    font-size: 70px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description h1 {
    font-size: 70px;
  }
}
.product__single__top .product__description h2 {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description h2 {
    font-size: 40px;
  }
}
.product__single__top .product__description h3 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description h3 {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description h3 {
    font-size: 28px;
  }
}
.product__single__top .product__description h4 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description h4 {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description h4 {
    font-size: 24px;
  }
}
.product__single__top .product__description h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description h5 {
    font-size: 16px;
  }
}
.product__single__top .product__description h6 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description h6 {
    font-size: 16px;
  }
}
.product__single__top .product__description p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description p {
    font-size: 16px;
  }
}
.product__single__top .product__description p:nth-last-child(1) {
  margin-bottom: 0;
}
.product__single__top .product__description ul, .product__single__top .product__description ol {
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.product__single__top .product__description ul li {
  list-style: disc;
}
.product__single__top .product__description a {
  color: #000;
}
.product__single__top .product__description a:hover {
  text-decoration: underline;
}
.product__single__top .product__description img {
  width: 100%;
  height: auto;
  margin: 52px 0;
}
.product__single__top .product__description .woocommerce-product-details__short-description h1, .product__single__top .product__description .woocommerce-product-details__short-description h2, .product__single__top .product__description .woocommerce-product-details__short-description h3, .product__single__top .product__description .woocommerce-product-details__short-description h4, .product__single__top .product__description .woocommerce-product-details__short-description h5, .product__single__top .product__description .woocommerce-product-details__short-description h6 {
  color: #000;
}
.product__single__top .product__description .woocommerce-product-details__short-description h1 {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h1 {
    font-size: 70px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h1 {
    font-size: 70px;
  }
}
.product__single__top .product__description .woocommerce-product-details__short-description h2 {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h2 {
    font-size: 40px;
  }
}
.product__single__top .product__description .woocommerce-product-details__short-description h3 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h3 {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h3 {
    font-size: 28px;
  }
}
.product__single__top .product__description .woocommerce-product-details__short-description h4 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h4 {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h4 {
    font-size: 24px;
  }
}
.product__single__top .product__description .woocommerce-product-details__short-description h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h5 {
    font-size: 16px;
  }
}
.product__single__top .product__description .woocommerce-product-details__short-description h6 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description .woocommerce-product-details__short-description h6 {
    font-size: 16px;
  }
}
.product__single__top .product__description .woocommerce-product-details__short-description p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description .woocommerce-product-details__short-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description .woocommerce-product-details__short-description p {
    font-size: 16px;
  }
}
.product__single__top .product__description .woocommerce-product-details__short-description p:nth-last-child(1) {
  margin-bottom: 0;
}
.product__single__top .product__description .woocommerce-product-details__short-description ul, .product__single__top .product__description .woocommerce-product-details__short-description ol {
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.product__single__top .product__description .woocommerce-product-details__short-description ul li {
  list-style: disc;
}
.product__single__top .product__description .woocommerce-product-details__short-description a {
  color: #000;
}
.product__single__top .product__description .woocommerce-product-details__short-description a:hover {
  text-decoration: underline;
}
.product__single__top .product__description .woocommerce-product-details__short-description img {
  width: 100%;
  height: auto;
  margin: 52px 0;
}
.product__single__top .product__description p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #606A6E;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .product__single__top .product__description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__single__top .product__description p {
    font-size: 16px;
  }
}
.product__single__top__right .yotpo {
  margin-right: 15px;
}
.product__single__top__right .QABottomLine {
  margin-bottom: 0;
  margin-right: 0;
}
.product__single__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.product__single .variations .reset_variations {
  display: none !important;
  visibility: hidden;
}
.product__single .variations_button,
.product__single form.cart:not(.variations_form) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product__single .variations_button .single_add_to_cart_button,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
body.kenmore .product__single .variations_button .single_add_to_cart_button:not(.button--line),
body.kenmore .product__single form.cart:not(.variations_form) .single_add_to_cart_button:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .product__single .variations_button .single_add_to_cart_button,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button {
    padding: 0 15px;
  }
}
.product__single .variations_button .single_add_to_cart_button:hover,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .product__single .variations_button .single_add_to_cart_button:hover,
body.kenmore .product__single form.cart:not(.variations_form) .single_add_to_cart_button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.product__single .variations_button .single_add_to_cart_button--line,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.product__single .variations_button .single_add_to_cart_button--line:hover,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
body.kenmore .product__single .variations_button .single_add_to_cart_button,
body.kenmore .product__single form.cart:not(.variations_form) .single_add_to_cart_button {
  color: #ffffff !important;
}
.product__single .variations_button .single_add_to_cart_button:before,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button:before {
  display: inline-block;
  width: 16.25px;
  height: 16.25px;
  background: url(images/cart.svg) center/contain no-repeat;
  content: "";
  margin-bottom: -3px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__single .variations_button .single_add_to_cart_button:hover:before,
.product__single form.cart:not(.variations_form) .single_add_to_cart_button:hover:before {
  -webkit-filter: invert(100);
          filter: invert(100);
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  transition: 0.5s ease;
  border-radius: 0;
  color: #000;
  border: 2px solid #333F44;
  height: 36px;
  line-height: 36px;
}
body.kenmore .woocommerce .woocommerce-error .button:not(.button--line),
body.kenmore .woocommerce .woocommerce-info .button:not(.button--line),
body.kenmore .woocommerce .woocommerce-message .button:not(.button--line),
body.kenmore .woocommerce-page .woocommerce-error .button:not(.button--line),
body.kenmore .woocommerce-page .woocommerce-info .button:not(.button--line),
body.kenmore .woocommerce-page .woocommerce-message .button:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    padding: 0 15px;
  }
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .woocommerce .woocommerce-error .button:hover,
body.kenmore .woocommerce .woocommerce-info .button:hover,
body.kenmore .woocommerce .woocommerce-message .button:hover,
body.kenmore .woocommerce-page .woocommerce-error .button:hover,
body.kenmore .woocommerce-page .woocommerce-info .button:hover,
body.kenmore .woocommerce-page .woocommerce-message .button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.woocommerce .woocommerce-error .button--line,
.woocommerce .woocommerce-info .button--line,
.woocommerce .woocommerce-message .button--line,
.woocommerce-page .woocommerce-error .button--line,
.woocommerce-page .woocommerce-info .button--line,
.woocommerce-page .woocommerce-message .button--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce .woocommerce-error .button--line:hover,
.woocommerce .woocommerce-info .button--line:hover,
.woocommerce .woocommerce-message .button--line:hover,
.woocommerce-page .woocommerce-error .button--line:hover,
.woocommerce-page .woocommerce-info .button--line:hover,
.woocommerce-page .woocommerce-message .button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
body.kenmore .woocommerce .woocommerce-error .button:not(.button--line),
body.kenmore .woocommerce .woocommerce-info .button:not(.button--line),
body.kenmore .woocommerce .woocommerce-message .button:not(.button--line),
body.kenmore .woocommerce-page .woocommerce-error .button:not(.button--line),
body.kenmore .woocommerce-page .woocommerce-info .button:not(.button--line),
body.kenmore .woocommerce-page .woocommerce-message .button:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    padding: 0 15px;
  }
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .woocommerce .woocommerce-error .button:hover,
body.kenmore .woocommerce .woocommerce-info .button:hover,
body.kenmore .woocommerce .woocommerce-message .button:hover,
body.kenmore .woocommerce-page .woocommerce-error .button:hover,
body.kenmore .woocommerce-page .woocommerce-info .button:hover,
body.kenmore .woocommerce-page .woocommerce-message .button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.woocommerce .woocommerce-error .button--line,
.woocommerce .woocommerce-info .button--line,
.woocommerce .woocommerce-message .button--line,
.woocommerce-page .woocommerce-error .button--line,
.woocommerce-page .woocommerce-info .button--line,
.woocommerce-page .woocommerce-message .button--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce .woocommerce-error .button--line:hover,
.woocommerce .woocommerce-info .button--line:hover,
.woocommerce .woocommerce-message .button--line:hover,
.woocommerce-page .woocommerce-error .button--line:hover,
.woocommerce-page .woocommerce-info .button--line:hover,
.woocommerce-page .woocommerce-message .button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}

.woocommerce .product__single__top #respond input#submit.alt,
.woocommerce .product__single__top a.button.alt,
.woocommerce .product__single__top button.button.alt,
.woocommerce .product__single__top input.button.alt {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
}
body.kenmore .woocommerce .product__single__top #respond input#submit.alt:not(.button--line),
body.kenmore .woocommerce .product__single__top a.button.alt:not(.button--line),
body.kenmore .woocommerce .product__single__top button.button.alt:not(.button--line),
body.kenmore .woocommerce .product__single__top input.button.alt:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .woocommerce .product__single__top #respond input#submit.alt,
.woocommerce .product__single__top a.button.alt,
.woocommerce .product__single__top button.button.alt,
.woocommerce .product__single__top input.button.alt {
    padding: 0 15px;
  }
}
.woocommerce .product__single__top #respond input#submit.alt:hover,
.woocommerce .product__single__top a.button.alt:hover,
.woocommerce .product__single__top button.button.alt:hover,
.woocommerce .product__single__top input.button.alt:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .woocommerce .product__single__top #respond input#submit.alt:hover,
body.kenmore .woocommerce .product__single__top a.button.alt:hover,
body.kenmore .woocommerce .product__single__top button.button.alt:hover,
body.kenmore .woocommerce .product__single__top input.button.alt:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.woocommerce .product__single__top #respond input#submit.alt--line,
.woocommerce .product__single__top a.button.alt--line,
.woocommerce .product__single__top button.button.alt--line,
.woocommerce .product__single__top input.button.alt--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce .product__single__top #respond input#submit.alt--line:hover,
.woocommerce .product__single__top a.button.alt--line:hover,
.woocommerce .product__single__top button.button.alt--line:hover,
.woocommerce .product__single__top input.button.alt--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce .product__single__top #respond input#submit.alt:before,
.woocommerce .product__single__top a.button.alt:before,
.woocommerce .product__single__top button.button.alt:before,
.woocommerce .product__single__top input.button.alt:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(images/cart-plus.svg) center/contain no-repeat;
  content: "";
  margin-bottom: -8px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .product__single__top #respond input#submit.alt:hover:before, body.kenmore .woocommerce .product__single__top #respond input#submit.alt:before,
.woocommerce .product__single__top a.button.alt:hover:before,
body.kenmore .woocommerce .product__single__top a.button.alt:before,
.woocommerce .product__single__top button.button.alt:hover:before,
body.kenmore .woocommerce .product__single__top button.button.alt:before,
.woocommerce .product__single__top input.button.alt:hover:before,
body.kenmore .woocommerce .product__single__top input.button.alt:before {
  -webkit-filter: invert(100);
          filter: invert(100);
}

.single_variation_wrap,
form.cart {
  margin-top: 15px;
}
.single_variation_wrap .woocommerce-variation-price,
form.cart .woocommerce-variation-price {
  margin-bottom: 20px;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-availability p:not(.out-of-stock),
form.cart .woocommerce-variation .woocommerce-variation-availability p:not(.out-of-stock) {
  display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 0 0 30px 0;
}

.woocommerce-message,
.woocommerce-info {
  border-color: #000;
}

.woocommerce-info::before {
  color: #000;
}

.product__accordion {
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .product__accordion {
    margin-top: 22px;
  }
}
.product__accordion__cont {
  display: none;
}
.product__accordion__title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  width: 100%;
  font-weight: 700;
  background: none;
  position: relative;
  border-bottom: 1px solid #D2D4D5;
  padding: 0 15px 0 0;
  padding-bottom: 12px;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .product__accordion__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .product__accordion__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .product__accordion__title {
    font-size: 18px;
  }
}
.product__accordion__title:before {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: -1;
  width: 12px;
  height: 7px;
  background: url(images/arrow.svg) center/contain no-repeat;
  content: "";
}
.product__accordion__title.active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product__accordion__item {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #606A6E;
  margin-top: 16px;
  position: relative;
  padding-left: 15px;
}
@media only screen and (min-width: 1922px) {
  .product__accordion__item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product__accordion__item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .product__accordion__item {
    font-size: 12px;
  }
}
.product__accordion__item:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #606A6E;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.product__accordion__text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  line-height: 1.3;
  color: #606A6E;
  margin-top: 16px;
}
@media only screen and (min-width: 1922px) {
  .product__accordion__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product__accordion__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .product__accordion__text {
    font-size: 12px;
  }
}
.product__accordion__text ul {
  padding-bottom: 10px;
}
.product__accordion__text ul li {
  list-style: none;
  margin-top: 13px;
  position: relative;
  padding-left: 15px;
}
.product__accordion__text ul li:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #606A6E;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.product__accordion__text ol {
  padding-bottom: 10px;
}
.product__accordion__text ol li {
  list-style: inside decimal;
}
.product__accordion__text blockquote {
  text-align: center;
  border-left: 1px solid black;
  margin: 20px 0;
}
.product__accordion__text blockquote p {
  font-style: italic;
}

.product__description + .product__accordion {
  margin-top: 75px;
}
@media only screen and (max-width: 750px) {
  .product__description + .product__accordion {
    margin-top: 50px;
  }
}

.variations {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
}
.variations .label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #606A6E;
  display: block;
  width: 100%;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1922px) {
  .variations .label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .variations .label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .variations .label {
    font-size: 12px;
  }
}
.variations .label:before {
  content: "Choose ";
}
.variations .swatchly_selected_variation_name {
  display: none !important;
}
.variations .swatchly-swatch {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.variations .swatchly-swatch.swatchly-selected {
  overflow: visible;
}
.variations .swatchly-swatch.swatchly-selected:before {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FFD200;
  content: "";
}
body.kenmore .variations .swatchly-swatch.swatchly-selected:before {
  background: #429CD6;
}
.variations .swatchly-swatch .phoen_swatches {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  width: 28px !important;
  height: 28px !important;
}
.variations .swatchly-swatch.selected {
  background: #979797;
  color: #ffffff;
}
.variations .swatchly-swatch.selected span {
  border: none !important;
}
.variations .reset_variations {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 0;
  margin: 0 !important;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 1922px) {
  .variations .reset_variations {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .variations .reset_variations {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .variations .reset_variations {
    font-size: 12px;
  }
}
.variations .reset_variations:hover {
  color: #000;
}

.woocommerce .quantity {
  display: inline-block;
  margin-right: 20px;
}
.woocommerce .quantity .qty {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 70px;
  background: #D2D4D5;
  border: none;
  padding: 0 0 0 10px;
}
.woocommerce .quantity .qty :hover {
  background: #ffffff;
}
@media only screen and (max-width: 750px) {
  .woocommerce .quantity .qty {
    font-size: 18px;
  }
}

.upsells .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px !important;
}
@media only screen and (max-width: 1024px) {
  .upsells .products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.upsells .products:before {
  display: none !important;
}
.upsells .products li,
.upsells .products li.products {
  clear: none !important;
  margin: 0 !important;
  width: 100% !important;
}
.upsells .products li .woocommerce-loop-product__title,
.upsells .products li.products .woocommerce-loop-product__title {
  padding: 0 !important;
}

.single-product .woocommerce-breadcrumb span {
  display: none;
}

.reviews-cont .title_separator {
  margin-top: 72px;
}
.reviews-cont .review_product__title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 48px;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .review_product__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .review_product__title {
    font-size: 16px;
  }
}
.reviews-cont .yotpo .write-question-wrapper span.yotpo-mandatory-mark {
  float: none;
}
.reviews-cont .yotpo .write-review .yotpo-header .yotpo-icon {
  margin: 0 !important;
}
.reviews-cont .yotpo .y-label, .reviews-cont .yotpo span.y-label {
  min-width: 70px;
}
.reviews-cont .yotpo-label-container {
  border: none !important;
  padding: 0 !important;
}
.reviews-cont .yotpo .write-review .connect-wrapper {
  padding-left: 0;
}
.reviews-cont .yotpo-logo-link-new {
  display: none !important;
}
.reviews-cont .main-widget .bottom-line-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-cont .main-widget .bottom-line-items .avg-score {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #000;
  display: block;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .main-widget .bottom-line-items .avg-score {
    font-size: 70px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .main-widget .bottom-line-items .avg-score {
    font-size: 70px;
  }
}
.reviews-cont .main-widget .bottom-line-items span:nth-last-child(1) {
  display: none;
}
.reviews-cont .yotpo-display-wrapper .yotpo-regular-box {
  padding: 15px 0 0 0 !important;
}
.reviews-cont .yotpo-display-wrapper .yotpo-regular-box .yotpo-comments-box {
  border-left: 2px solid #FFD200;
}
body.kenmore .reviews-cont .yotpo-display-wrapper .yotpo-regular-box .yotpo-comments-box {
  border-left-color: #429CD6;
}
.reviews-cont .main-widget .write-question-review-buttons-container {
  width: 100%;
  padding-right: 0 !important;
  text-align: center;
  float: none;
}
@media only screen and (max-width: 750px) {
  .reviews-cont .main-widget .write-question-review-buttons-container .write-review-button {
    width: auto !important;
  }
}
.reviews-cont .reviews-header .reviews-amount {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #000 !important;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .reviews-header .reviews-amount {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .reviews-header .reviews-amount {
    font-size: 24px;
  }
}
.reviews-cont .yotpo-reviews-filters {
  display: none !important;
}
.reviews-cont .yotpo-display-wrapper .yotpo-review {
  border-top: 1px solid #D2D4D5 !important;
  padding: 61px 0 28px 0 !important;
}
.reviews-cont .yotpo {
  margin: 0 auto;
  width: 838px !important;
  max-width: 100% !important;
}
.reviews-cont .yotpo-icon-star {
  margin-right: 5px;
}
.reviews-cont .yotpo-icon-star:nth-last-child(1) {
  margin-right: 0;
}
.reviews-cont .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star, .reviews-cont .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star, .reviews-cont .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star, .reviews-cont .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star, .reviews-cont .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star, .reviews-cont .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 18px !important;
  color: #000 !important;
}
.reviews-cont .yotpo .yotpo-small-box {
  padding: 10px 0;
}
.reviews-cont .yotpo-regular-box {
  text-align: center;
}
.reviews-cont .yotpo .yotpo-first-review {
  display: none;
}
.reviews-cont .yotpo .yotpo-review .yotpo-main .content-title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .yotpo .yotpo-review .yotpo-main .content-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .yotpo .yotpo-review .yotpo-main .content-title {
    font-size: 16px;
  }
}
.reviews-cont .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
  width: 100%;
  display: block;
  min-width: auto;
  max-width: 100%;
  text-align: center;
}
.reviews-cont .write-question-review-buttons-container .write-question-review-button {
  position: static;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 30px !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
  width: auto !important;
}
.reviews-cont .write-question-review-buttons-container .write-question-review-button:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.reviews-cont .write-question-review-buttons-container .write-question-review-button .yotpo-icon {
  display: none;
}
.reviews-cont .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1922px) {
  .reviews-cont .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
    font-size: 12px;
  }
}
.reviews-cont .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews {
  display: block;
}
.reviews-cont .yotpo.yotpo-main-widget .yotpo-bottomline .based-on {
  display: none;
}
.reviews-cont .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
  padding: 0;
  margin: 0 !important;
}
.reviews-cont .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star {
  font-size: 18px;
}
.reviews-cont .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
  border: none !important;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper {
    font-size: 24px;
  }
}
.reviews-cont .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper span {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper span {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper span {
    font-size: 24px;
  }
}
.reviews-cont .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
  display: none !important;
}
.reviews-cont .yotpo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-cont .yotpo-header .yotpo-icon-profile {
  background: #FFD200 !important;
}
.reviews-cont .yotpo .yotpo-review .yotpo-header .yotpo-header-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reviews-cont .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
  margin: 0;
}
.reviews-cont .yotpo-user-name,
.reviews-cont .yotpo-review-date {
  font-weight: 500;
  margin: 0 0 0 40px;
  color: #000 !important;
}
.reviews-cont .yotpo-user-name {
  cursor: pointer;
}
.reviews-cont .yotpo-user-name:hover {
  text-decoration: underline;
}
.reviews-cont .yotpo-main {
  margin: 0 !important;
  margin-top: 28px !important;
}
.reviews-cont .yotpo-main + .yotpo-footer {
  margin: 28px 0 0 0 !important;
}
.reviews-cont .content-review {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000 !important;
  text-align: left;
  display: block !important;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .content-review {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .content-review {
    font-size: 16px;
  }
}
.reviews-cont .content-review p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000 !important;
  text-align: left;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .content-review p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .content-review p {
    font-size: 16px;
  }
}
.reviews-cont .content-review p[style="transition-duration: 1s; opacity: 1; display: inherit;"] {
  display: inline !important;
}
.reviews-cont .content-review .yotpo-read-more {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 15px;
  display: inline-block;
}
.reviews-cont .yotpo-user-title {
  display: none !important;
}
.reviews-cont .write-review {
  margin: 0;
}
.reviews-cont .write-review .yotpo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.reviews-cont .write-review .yotpo-header div:nth-child(1), .reviews-cont .write-review .yotpo-header div:nth-child(2),
.reviews-cont .write-review .yotpo-header span:nth-child(1),
.reviews-cont .write-review .yotpo-header span:nth-child(2) {
  width: 100%;
  text-align: center;
}
.reviews-cont .write-review .yotpo-header div:nth-child(5):not(.yotpo-icon),
.reviews-cont .write-review .yotpo-header span:nth-child(5):not(.yotpo-icon) {
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #000;
  padding-left: 5px;
}
@media only screen and (min-width: 1922px) {
  .reviews-cont .write-review .yotpo-header div:nth-child(5):not(.yotpo-icon),
.reviews-cont .write-review .yotpo-header span:nth-child(5):not(.yotpo-icon) {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .write-review .yotpo-header div:nth-child(5):not(.yotpo-icon),
.reviews-cont .write-review .yotpo-header span:nth-child(5):not(.yotpo-icon) {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .write-review .yotpo-header div:nth-child(5):not(.yotpo-icon),
.reviews-cont .write-review .yotpo-header span:nth-child(5):not(.yotpo-icon) {
    font-size: 12px;
  }
}
.reviews-cont .write-review .yotpo-header .yotpo-mandatory-explain {
  margin-bottom: 20px;
}
.reviews-cont .write-review .yotpo-header-title {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-size: 26px !important;
  color: #000;
  font-weight: 500;
  padding-right: 0 !important;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .write-review .yotpo-header-title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .write-review .yotpo-header-title {
    font-size: 24px;
  }
}
.reviews-cont .write-review .form-group .y-label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 1922px) {
  .reviews-cont .write-review .form-group .y-label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .write-review .form-group .y-label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .write-review .form-group .y-label {
    font-size: 12px;
  }
}
.reviews-cont .write-review .form-group .y-input {
  margin: 5px 0;
}
.reviews-cont .write-review .form-element .y-input {
  margin: 5px 0 !important;
}
.reviews-cont .yotpo-footer {
  text-align: left;
}
.reviews-cont .yotpo-footer .y-label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #000;
  padding: 0 0 5px 0;
  margin: 0;
}
@media only screen and (min-width: 1922px) {
  .reviews-cont .yotpo-footer .y-label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .reviews-cont .yotpo-footer .y-label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .reviews-cont .yotpo-footer .y-label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .reviews-cont .yotpo-footer .y-label {
    padding: 0;
  }
}
.reviews-cont .submit-button input[type=button].primary-color-btn {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  font-weight: 700 !important;
}
body.kenmore .reviews-cont .submit-button input[type=button].primary-color-btn:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .reviews-cont .submit-button input[type=button].primary-color-btn {
    padding: 0 15px;
  }
}
.reviews-cont .submit-button input[type=button].primary-color-btn:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .reviews-cont .submit-button input[type=button].primary-color-btn:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.reviews-cont .submit-button input[type=button].primary-color-btn--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.reviews-cont .submit-button input[type=button].primary-color-btn--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}

.pswp__bg {
  background: #F7F7F7;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background: none;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.pswp__button--fs,
.pswp__counter,
.pswp__caption__center {
  display: none !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-color: #FFD200;
  margin-top: 10px;
}
body.kenmore .woocommerce-message, body.kenmore .woocommerce-info, body.kenmore .woocommerce-error {
  border-color: #429CD6;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    margin-top: 40px;
  }
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
  color: #FFD200;
}
body.kenmore .woocommerce-message::before, body.kenmore .woocommerce-info::before, body.kenmore .woocommerce-error::before {
  color: #429CD6;
}

body .fancybox-bg {
  background: #F7F7F7 !important;
  opacity: 1 !important;
}
body .fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
}
body .fancybox-inner .fancybox-toolbar .fancybox-button--search, body .fancybox-inner .fancybox-toolbar .fancybox-button--zoom, body .fancybox-inner .fancybox-toolbar .fancybox-button--play {
  display: none !important;
}
body .fancybox-infobar {
  display: none !important;
}
body .fancybox-navigation .fancybox-button--arrow_left, body .fancybox-navigation .fancybox-button--arrow_right {
  display: none !important;
}
body .fancybox-button--close {
  color: #000 !important;
  background: transparent !important;
  height: 53px;
  width: 53px;
}
body .fancybox-thumbs {
  display: block !important;
  opacity: 1 !important;
  width: 100%;
  height: 30px;
  top: auto;
  bottom: 30px;
  background: transparent;
}
body .fancybox-thumbs a.fancybox-thumbs-active {
  border: none;
}
body .fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -60%;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  body .fancybox-thumbs__list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
body .fancybox-thumbs__list a {
  background: transparent;
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  display: inline-block;
  max-height: none;
  margin: 0 5px 0 30px;
}
body .fancybox-thumbs__list a:before {
  background-color: #FFD200;
  border-color: #FFD200;
}
body.kenmore body .fancybox-thumbs__list a:before {
  background-color: #429CD6;
  border-color: #429CD6;
}
@media only screen and (max-width: 750px) {
  body .fancybox-thumbs__list a {
    display: none;
  }
}
body .fancybox-thumbs__list span {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  body .fancybox-thumbs__list span {
    display: none;
  }
}
body .fancybox-thumbs__list .js-fancybox-prev {
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  background: none;
  background-image: url(images/arrow-left.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  text-transform: capitalize;
}
body .fancybox-thumbs__list .js-fancybox-prev:hover {
  cursor: pointer;
}
body .fancybox-thumbs__list .js-fancybox-next {
  font-size: 12px;
  font-weight: 500;
  padding-right: 20px;
  background: none;
  background-image: url(images/arrow-right.svg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  text-transform: capitalize;
  padding-left: 20px;
}
body .fancybox-thumbs__list .js-fancybox-next:hover {
  cursor: pointer;
}
body .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
}
body .fancybox-button--thumbs {
  display: none !important;
}

.fancybox-container {
  z-index: 9247483646 !important;
}

.woocommerce .product__single__top__left span.onsale {
  display: none !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: none;
}

.woocommerce-cart .newsletter__cont {
  display: none;
}
.woocommerce-cart .cart-cont {
  margin: 0 auto;
  width: 840px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .cart-cont {
    padding: 0 20px;
  }
}
.woocommerce-cart form.woocommerce-cart-form {
  display: block;
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form__cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 122px 100px auto;
  grid-template-columns: 122px auto;
  grid-gap: 100px;
  position: relative;
  padding: 23px 0;
  border-top: 1px solid #D2D4D5;
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item {
    -ms-grid-columns: 102px 19px auto;
    grid-template-columns: 102px auto;
    grid-gap: 19px;
  }
}
.woocommerce-cart .product-thumbnail a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.woocommerce-cart .product-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-cart .sku_wrapper {
  color: #606A6E;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .sku_wrapper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .sku_wrapper {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .sku_wrapper {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .sku_wrapper {
    margin-bottom: 9px;
  }
}
.woocommerce-cart .product-name a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-name a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-name a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .woocommerce-cart .product-name a {
    font-size: 16px;
  }
}
.woocommerce-cart .product-name a:hover {
  color: #FFD200;
}
body.kenmore .woocommerce-cart .product-name a:hover {
  color: #429CD6;
}
.woocommerce-cart .product-price__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.woocommerce-cart .product-price {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #8E9497;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-price {
    font-size: 16px;
  }
}
.woocommerce-cart .product-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-decoration: underline;
  margin-top: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .product-color {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-color {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-color {
    font-size: 12px;
  }
}
.woocommerce-cart .product-color .product-color__swatch {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  margin-right: 15px;
}
.woocommerce-cart .product-color .product-color__name {
  font-weight: 500;
}
.woocommerce-cart .edit-details {
  display: none;
}
.woocommerce-cart .product-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-subtotal {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-subtotal {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-subtotal {
    font-size: 16px;
  }
}
.woocommerce-cart .product-subtotal span.label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-right: 10px;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .product-subtotal span.label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-subtotal span.label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-subtotal span.label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-subtotal span.label {
    display: none;
  }
}
.woocommerce-cart .product-quantity span.label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .product-quantity span.label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-quantity span.label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-quantity span.label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-quantity span.label {
    display: none;
  }
}
.woocommerce-cart .product-quantity .quantity .qty {
  height: 32px;
  line-height: 32px;
  background: none;
  border: 1px solid #D2D4D5;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  width: 40px;
  margin-right: 20px;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .product-quantity .quantity .qty {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-quantity .quantity .qty {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-quantity .quantity .qty {
    font-size: 12px;
  }
}
.woocommerce-cart .edit-details .cont__edit {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .edit-details .cont__edit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .edit-details .cont__edit {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .edit-details .cont__edit {
    font-size: 12px;
  }
}
.woocommerce-cart .edit-details .cont__edit:hover {
  color: #000;
  text-decoration: underline;
}
.woocommerce-cart .product-remove {
  position: absolute;
  top: 16px;
  right: 0;
}
.woocommerce-cart .product-remove a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .product-remove a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .product-remove a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-remove a {
    font-size: 12px;
  }
}
.woocommerce-cart .product-remove a:before {
  width: 25px;
  height: 25px;
  background: url(images/delete.svg) center/contain no-repeat;
  margin-right: 8px;
  content: "";
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-remove a:before {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .product-remove a span {
    display: none;
  }
}
.woocommerce-cart .product-remove a:hover span {
  text-decoration: underline;
}
.woocommerce-cart .cart__buttons__cont {
  padding: 23px 0;
  border-top: 1px solid #D2D4D5;
  text-align: center;
}
.woocommerce-cart .cart__buttons__cont .coupon {
  margin-bottom: 20px;
  display: none;
}
.woocommerce-cart .woocommerce #respond input#submit.disabled,
.woocommerce-cart .woocommerce #respond input#submit:disabled,
.woocommerce-cart .woocommerce #respond input#submit:disabled[disabled],
.woocommerce-cart .woocommerce a.button.disabled,
.woocommerce-cart .woocommerce a.button:disabled,
.woocommerce-cart .woocommerce a.button:disabled[disabled],
.woocommerce-cart .woocommerce button.button.disabled,
.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled],
.woocommerce-cart .woocommerce input.button.disabled,
.woocommerce-cart .woocommerce input.button:disabled,
.woocommerce-cart .woocommerce input.button:disabled[disabled] {
  padding: 0 30px;
  background: #8E9497;
}
.woocommerce-cart .cart-collaterals {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .cart-collaterals {
    padding: 0 20px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 27px 0 0 0;
  width: 100%;
  text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .cart-collaterals .cart_totals .order-total {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .cart_totals .order-total {
    font-size: 24px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total span * {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .cart-collaterals .cart_totals .order-total span * {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .cart_totals .order-total span * {
    font-size: 24px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #606A6E;
  margin-top: 9px;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .cart-collaterals .cart_totals p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .cart-collaterals .cart_totals p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .cart_totals p {
    font-size: 12px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #D2D4D5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 28px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.kenmore .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 0 15px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(images/credit-card.svg) center/contain no-repeat;
  content: "";
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover:before {
  -webkit-filter: invert(100);
          filter: invert(100);
}
.woocommerce-cart .hero_simple__title {
  font-size: 36px;
}

.cart-empty {
  display: none !important;
}

.empty-cart {
  margin-top: 25px;
}
.empty-cart a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
@media only screen and (min-width: 1922px) {
  .empty-cart a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .empty-cart a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .empty-cart a {
    font-size: 12px;
  }
}
body.kenmore .empty-cart a {
  color: #000;
}
.empty-cart a:hover {
  color: #000;
  text-decoration: none;
}
body.kenmore .empty-cart a:hover {
  color: #000;
  text-decoration: none;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}

.woocommerce-cart .header__middle__left, .woocommerce-cart .account, .woocommerce-cart .site-cart, .woocommerce-cart .header__bottom, .woocommerce-cart .responsive__btn, .woocommerce-checkout .header__middle__left, .woocommerce-checkout .account, .woocommerce-checkout .site-cart, .woocommerce-checkout .header__bottom, .woocommerce-checkout .responsive__btn, .woocommerce-confirmation .header__middle__left, .woocommerce-confirmation .account, .woocommerce-confirmation .site-cart, .woocommerce-confirmation .header__bottom, .woocommerce-confirmation .responsive__btn {
  opacity: 0;
  visibility: hidden;
}
.woocommerce-cart .continue-shopping, .woocommerce-checkout .continue-shopping, .woocommerce-confirmation .continue-shopping {
  display: block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  text-decoration: underline;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-cart .continue-shopping, .woocommerce-checkout .continue-shopping, .woocommerce-confirmation .continue-shopping {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .continue-shopping, .woocommerce-checkout .continue-shopping, .woocommerce-confirmation .continue-shopping {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-cart .continue-shopping, .woocommerce-checkout .continue-shopping, .woocommerce-confirmation .continue-shopping {
    font-size: 12px;
  }
}
.woocommerce-cart .continue-shopping:hover, .woocommerce-checkout .continue-shopping:hover, .woocommerce-confirmation .continue-shopping:hover {
  color: #000;
  text-decoration: none;
}
body.kenmore .woocommerce-cart .continue-shopping:hover, body.kenmore .woocommerce-checkout .continue-shopping:hover, body.kenmore .woocommerce-confirmation .continue-shopping:hover {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-cart .continue-shopping, .woocommerce-checkout .continue-shopping, .woocommerce-confirmation .continue-shopping {
    display: none;
  }
}

.continue-shopping {
  display: none;
}

.woocommerce-cart .header__middle__left {
  opacity: 1;
  visibility: inherit;
}

body.js-updating-checkout:before {
  position: fixed;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.3);
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select {
  display: inline-block;
  width: 100% !important;
  background: none;
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select {
    font-size: 16px;
  }
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #BBBFC1;
}
.woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder, select::-moz-placeholder {
  color: #BBBFC1;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder, select::placeholder {
  color: #BBBFC1;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: calc(50% - 8.5px);
  padding: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 42px !important;
  border-radius: 0 !important;
  height: 38px;
}

.woocommerce-checkout .woocommerce form .form-row {
  padding: 0;
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce form .form-row label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-checkout .woocommerce form .form-row label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .woocommerce form .form-row label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .woocommerce form .form-row label {
    font-size: 12px;
  }
}
.woocommerce-checkout .woocommerce .checkout__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 110px 440px;
  grid-template-columns: auto 440px;
  grid-gap: 110px;
  /*padding: 0 10%;

  @media only screen and (max-width: 1500px) {
    padding: 0 5%;
  }
  */
}
@media only screen and (max-width: 1290px) {
  .woocommerce-checkout .woocommerce .checkout__columns {
    padding: 0 20px;
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .woocommerce-checkout .woocommerce .checkout__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 29px;
  }
}
.woocommerce-checkout .woocommerce .checkout__columns h3 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  padding: 44px 0 31px 0;
  border-top: 1px solid #D2D4D5;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .woocommerce .checkout__columns h3 {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .woocommerce .checkout__columns h3 {
    font-size: 24px;
  }
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .woocommerce .checkout__columns select,
.woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .woocommerce .checkout__columns select,
.woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .woocommerce .checkout__columns select,
.woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns select::-webkit-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single::-webkit-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce-checkout .woocommerce .checkout__columns select::-moz-placeholder, .woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single::-moz-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns select:-ms-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single:-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns select::-ms-input-placeholder, .woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single::-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .checkout__columns input:not([type=checkbox]):not([type=radio])::placeholder,
.woocommerce-checkout .woocommerce .checkout__columns select::placeholder,
.woocommerce-checkout .woocommerce .checkout__columns .select2-container--default .select2-selection--single::placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout table.shop_table {
  border: none;
  background: #F7F7F7;
  padding: 20px;
}
.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th {
  padding: 10px 5px;
}
.woocommerce-checkout table.shop_table td .wc-item-meta .wc-item-meta-label,
.woocommerce-checkout table.shop_table th .wc-item-meta .wc-item-meta-label {
  display: none;
}
.woocommerce-checkout table.shop_table td .wc-item-meta p,
.woocommerce-checkout table.shop_table th .wc-item-meta p {
  text-transform: capitalize;
}
.woocommerce-checkout table.shop_table .product-name__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 15px auto;
  grid-template-columns: 95px auto;
  grid-gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout table.shop_table .product-name__cont {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout table.shop_table .product-name__cont {
    font-size: 16px;
  }
}
.woocommerce-checkout table.shop_table .product-name__cont .price {
  color: #8E9497;
}
.woocommerce-checkout table.shop_table .product-name__cont .price .amount bdi {
  font-weight: 600;
}
.woocommerce-checkout table.shop_table .product-name__cont .price strong {
  font-weight: 500;
  margin-right: 10px;
}
.woocommerce-checkout table.shop_table .cart-subtotal th {
  font-weight: 500;
}
.woocommerce-checkout table.shop_table tfoot .woocommerce-Price-amount {
  float: right;
}
.woocommerce-checkout table.shop_table .woocommerce-shipping-totals,
.woocommerce-checkout table.shop_table .cart-discount {
  vertical-align: top;
}
.woocommerce-checkout table.shop_table .product-name dl.variation {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout table.shop_table .product-name dl.variation {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout table.shop_table .product-name dl.variation {
    font-size: 16px;
  }
}
.woocommerce-checkout .col2-set h3 {
  width: 100%;
}
.woocommerce-checkout .col2-set .col-1 {
  width: 100%;
  margin-right: 30px;
}
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .col2-set .col-2 {
    margin-top: 20px;
  }
}
.woocommerce-checkout .col2-set .col-1 .woocommerce-column__title, .woocommerce-checkout .col2-set .col-2 .woocommerce-column__title {
  margin-bottom: 20px;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .col2-set select {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8E9497;
  padding: 0 25px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .col2-set select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio]),
.woocommerce-checkout .col2-set select {
    font-size: 16px;
  }
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, .woocommerce-checkout .col2-set select::-webkit-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce-checkout .col2-set select::-moz-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .woocommerce-checkout .col2-set select:-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, .woocommerce-checkout .col2-set select::-ms-input-placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .col2-set input:not([type=checkbox]):not([type=radio])::placeholder,
.woocommerce-checkout .col2-set select::placeholder {
  color: #BBBFC1;
}
.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  line-height: 1.8;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon .form-row-last {
    width: 100% !important;
  }
}
.woocommerce-checkout .checkout_coupon input[type=text].input-text {
  display: inline-block;
  width: 100% !important;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: none;
  border: 1px solid #D2D4D5;
  color: #000;
  padding: 0 20px;
}
.woocommerce-checkout .checkout_coupon input[type=text].input-text::-webkit-input-placeholder {
  font-size: 14px;
}
.woocommerce-checkout .checkout_coupon input[type=text].input-text::-moz-placeholder {
  font-size: 14px;
}
.woocommerce-checkout .checkout_coupon input[type=text].input-text:-ms-input-placeholder {
  font-size: 14px;
}
.woocommerce-checkout .checkout_coupon input[type=text].input-text::-ms-input-placeholder {
  font-size: 14px;
}
.woocommerce-checkout .checkout_coupon input[type=text].input-text::placeholder {
  font-size: 14px;
}
.woocommerce-checkout .checkout_coupon button {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  transition: 0.5s ease;
  border-radius: 0;
  color: #000;
  border: 2px solid #333F44;
  height: 36px;
  line-height: 36px;
}
body.kenmore .woocommerce-checkout .checkout_coupon button:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .woocommerce-checkout .checkout_coupon button {
    padding: 0 15px;
  }
}
.woocommerce-checkout .checkout_coupon button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .woocommerce-checkout .checkout_coupon button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.woocommerce-checkout .checkout_coupon button--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce-checkout .checkout_coupon button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
body.kenmore .woocommerce-checkout .checkout_coupon button:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .woocommerce-checkout .checkout_coupon button {
    padding: 0 15px;
  }
}
.woocommerce-checkout .checkout_coupon button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .woocommerce-checkout .checkout_coupon button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.woocommerce-checkout .checkout_coupon button--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce-checkout .checkout_coupon button--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce-checkout .checkout_coupon button:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
@media only screen and (max-width: 900px) {
  .woocommerce-checkout .checkout_coupon button {
    width: 200px !important;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout .checkout_coupon button {
    width: 100% !important;
  }
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  float: none;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-top: 30px;
}
body.kenmore .woocommerce #payment #place_order:not(.button--line),
body.kenmore .woocommerce-page #payment #place_order:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding: 0 15px;
  }
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .woocommerce #payment #place_order:hover,
body.kenmore .woocommerce-page #payment #place_order:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.woocommerce #payment #place_order--line,
.woocommerce-page #payment #place_order--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce #payment #place_order--line:hover,
.woocommerce-page #payment #place_order--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
@media only screen and (min-width: 1922px) {
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 12px;
  }
}

.woocommerce-privacy-policy-text + .button {
  margin-top: 25px;
}

.woocommerce-checkout .woocommerce form .form-row {
  position: relative;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
  border: 1px solid #D2D4D5;
  padding: 10px;
}
.woocommerce-checkout .woocommerce form .form-row .required {
  color: #cd0d25 !important;
}
.woocommerce-checkout .woocommerce form .form-row.place-order .button {
  margin-top: 25px;
}
.woocommerce-checkout .woocommerce .argmc-wrapper form .form-row label.error {
  position: absolute;
  left: 0;
  bottom: -16px;
}

.select2-container--default .select2-selection--single {
  height: 45px;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  color: #7c7c7c;
}

.woocommerce-billing-fields {
  margin-bottom: 20px;
}

.woocommerce-order {
  margin-top: 40px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 15px;
}

.woocommerce-columns--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .woocommerce-columns--addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.woocommerce-columns--addresses:before, .woocommerce-columns--addresses:after {
  display: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0;
  background: none;
  border: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-radius: 0;
  background: #F7F7F7;
  border: 1px solid #D2D4D5;
  padding: 0;
}

.woocommerce-privacy-policy-text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  line-height: 1.3;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-privacy-policy-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-privacy-policy-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-privacy-policy-text {
    font-size: 12px;
  }
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  text-align: center;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  line-height: 1.4;
}
@media only screen and (min-width: 1922px) {
  #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: 12px;
  }
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 20px;
  border-top: 1px solid #D2D4D5;
}
#add_payment_method #payment ul.payment_methods li:nth-child(1),
.woocommerce-cart #payment ul.payment_methods li:nth-child(1),
.woocommerce-checkout #payment ul.payment_methods li:nth-child(1) {
  border: none;
}

.woocommerce-order-received .woocommerce-order {
  background: #F7F7F7;
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .woocommerce-order-received .woocommerce-order {
    padding: 30px 20px;
  }
}
.woocommerce-order-received .thank__cont {
  margin: 0 auto;
  width: 620px;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .woocommerce-order-received .thank__cont {
    width: 100%;
    padding: 0 20px;
  }
}
.woocommerce-order-received .thank__cont .woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.woocommerce-order-received .woocommerce-order-details {
  padding-top: 29px;
  margin-top: 29px;
  border-top: 1px solid #D2D4D5;
}
.woocommerce-order-received .woocommerce-order-details tbody .woocommerce-table__line-item {
  width: 100%;
}
.woocommerce-order-received .woocommerce-order-details tbody .woocommerce-table__line-item td {
  min-width: 180px;
}
@media only screen and (max-width: 750px) {
  .woocommerce-order-received .woocommerce-order-details tbody .woocommerce-table__line-item td {
    min-width: 100%;
  }
}
.woocommerce-order-received .woocommerce-order-details tbody .woocommerce-table__line-item td.woocommerce-table__product-name a {
  font-size: 18px;
}
.woocommerce-order-received .woocommerce-order-details tbody .woocommerce-table__line-item td.woocommerce-table__product-name a .product-quantity {
  font-weight: 500;
}
.woocommerce-order-received .woocommerce-order-details tbody .woocommerce-table__line-item td .woocommerce-Price-amount {
  width: 100%;
}
.woocommerce-order-received .woocommerce-order-details tbody .woocommerce-table__line-item td .woocommerce-Price-amount bdi {
  color: #8E9497;
  font-weight: 400;
}
.woocommerce-order-received .woocommerce-order-details .wc-item-meta li p {
  font-weight: 300;
  font-size: 13px;
}
.woocommerce-order-received .woocommerce-column__title {
  display: none;
}
.woocommerce-order-received table.shop_table {
  padding: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details,
.woocommerce-order-received .woocommerce .woocommerce-order-details,
.woocommerce-order-received .woocommerce .woocommerce-order-downloads {
  margin-bottom: 29px;
}
.woocommerce-order-received .woocommerce-table__product-name a {
  color: #000;
}
.woocommerce-order-received .woocommerce-table__product-name a:hover {
  color: #FFD200;
}
body.kenmore .woocommerce-order-received .woocommerce-table__product-name a:hover {
  color: #429CD6;
}
.woocommerce-order-received .woocommerce-order-details tfoot td .shipped_via {
  margin-right: 15px;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  border: none;
  border-top: 1px solid #D2D4D5;
  padding: 0;
  padding-top: 29px;
}
.woocommerce-order-received .woocommerce-Price-amount {
  float: right;
}
.woocommerce-order-received .woocommerce-Price-amount bdi {
  font-weight: 600;
}
.woocommerce-order-received tfoot td {
  text-align: right;
  font-weight: 500 !important;
}
.woocommerce-order-received .woocommerce ul.order_details {
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce ul.order_details li {
  display: block;
  float: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #D2D4D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.woocommerce-order-received .woocommerce ul.order_details li .woocommerce-Price-amount {
  float: none !important;
}

.woocommerce-order-pay #order_review {
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}
.woocommerce-order-pay #order_review .woocommerce-error {
  margin-bottom: 10px;
}
.woocommerce-order-pay #order_review .woocommerce-error li {
  font-size: 14px;
  text-align: left;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #f6f6f6;
}

.woocommerce-checkout #payment div.payment_box fieldset {
  background: none;
}
.woocommerce-checkout #payment div.payment_box #wc-elavon-converge-credit-card-tokenize-payment-method {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f6f6f6;
}

.woocommerce-order-pay .woocommerce {
  background: #F7F7F7;
  float: left;
  width: 100%;
  padding: 30px 20px;
  margin-top: 0;
  text-align: center;
}
.woocommerce-order-pay ul.order_details {
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}
.woocommerce-order-pay ul.order_details li {
  display: block;
  float: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #D2D4D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.woocommerce-order-pay ul.order_details li .woocommerce-Price-amount {
  float: none !important;
}
.woocommerce-order-pay .payment_box {
  margin: 0 auto !important;
  width: 400px !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.woocommerce-order-pay .payment_box:before {
  display: none !important;
}
.woocommerce-order-pay .payment_box label {
  text-align: left !important;
}
.woocommerce-order-pay .payment_box p:not(.form-row) {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  padding-top: 29px;
  margin-top: 29px;
  border-top: 1px solid #D2D4D5;
}
.woocommerce-order-pay #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=tel],
.woocommerce-order-pay #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=text],
.woocommerce-order-pay #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type=tel],
.woocommerce-order-pay #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type=text],
.woocommerce-order-pay #payment div.payment_box input.js-sv-wc-payment-gateway-form-nickname,
.woocommerce-order-pay #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=tel],
.woocommerce-order-pay #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=text],
.woocommerce-order-pay #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type=tel],
.woocommerce-order-pay #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type=text],
.woocommerce-order-pay #add_payment_method input.js-sv-wc-payment-gateway-form-nickname {
  background-color: #ffffff;
  padding: 0 25px;
  height: 40px;
}
.woocommerce-order-pay #order_review .button {
  margin: 20px 0;
}

.woocommerce-checkout .woocommerce-cart-errors {
  padding: 0 30px;
}
.woocommerce-checkout .woocommerce-cart-errors p {
  text-align: center;
}
.woocommerce-checkout .woocommerce-cart-errors p .wc-backward {
  margin-top: 20px;
}

strong.product-quantity {
  margin-right: 5px;
}

.woocommerce-account .woocommerce-error {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 660px;
  max-width: 100%;
}
.woocommerce-account .woocommerce-error a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-form-login input.woocommerce-form__input-checkbox {
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 250px;
}
@media only screen and (max-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #D2D4D5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-child(1) {
  padding-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) {
  border: none;
  padding-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a {
  width: auto;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
body.kenmore .woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a:not(.button--line) {
  color: #fff !important;
  background: #429CD6 !important;
  border: none !important;
}
@media only screen and (max-width: 750px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a {
    padding: 0 15px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
body.kenmore .woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a--line {
  border: 2px solid #333F44;
  background: none !important;
  color: #000 !important;
  line-height: 36px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a--line:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-last-child(1) a:hover {
  background: #D2D4D5 !important;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #FFD200;
}
body.kenmore .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #429CD6;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #FFD200;
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 280px);
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  padding-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 18px;
  padding: 20px 0;
}
.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-info {
  padding-left: 60px;
}
.woocommerce-account .woocommerce-MyAccount-content p mark {
  background: none;
}
@media only screen and (max-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0;
    padding-top: 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard__title {
  width: 100%;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #606A6E;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard__title {
    font-size: 24px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard__title strong {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content .wc-easypost-shipping {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  margin-bottom: 20px !important;
  min-height: 220px;
}
@media only screen and (max-width: 750px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 750px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .buttons__account__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  padding: 40px 20px;
  border: 1px solid #D2D4D5;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:hover {
  background: #FFD200;
  border-color: #FFD200;
  color: #ffffff;
}
body.kenmore .woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:hover {
  background: #429CD6;
  border-color: #429CD6;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:hover:before {
  -webkit-filter: invert(100);
          filter: invert(100);
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:nth-child(1):before {
  background: url(images/cart.svg) center/contain no-repeat;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:nth-child(2):before {
  background: url(images/address.svg) center/contain no-repeat;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:nth-child(3):before {
  background: url(images/avatar.svg) center/contain no-repeat;
}
.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a span {
  width: 100%;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content .account__subtitle {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  letter-spacing: -0.01em;
  color: #606A6E;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .account__subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .account__subtitle {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 15% 20% 20% 30% 15%;
  grid-template-columns: 15% 20% 20% 30% 15%;
  border-bottom: 1px solid #BBBFC1;
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line--titles {
    display: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line--titles .my_account_orders__column {
  padding-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line--titles .my_account_orders__column span {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line--titles .my_account_orders__column:nth-last-child(1) span {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__line--titles .my_account_orders__column:nth-child(n+5) {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column {
  width: 100%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 20px 0 20px 10px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column {
    padding: 10px 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column a {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column a:hover {
  color: #FFD200;
}
body.kenmore .woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column a:hover {
  color: #429CD6 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column:nth-last-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column:nth-last-child(1) .button {
  width: 100%;
  text-align: center;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button--next {
  margin: 10px 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses:after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address__title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #BBBFC1;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address__title {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-address-title {
  display: block;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-address-title .edit {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  display: block;
  font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-address-title .edit:hover {
  color: #000 !important;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-address-title .edit {
    position: relative;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  padding: 20px 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  font-style: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-decoration: underline;
  color: #000;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
    font-size: 12px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a:hover {
  color: #FFD200;
}
body.kenmore .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a:hover {
  color: #429CD6;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
    font-size: 12px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-top: 5px;
  color: #606A6E;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
    font-size: 12px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
  width: 100%;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BBBFC1;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
    font-size: 24px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody .order_item .product-thumbnail img {
  width: 300px;
  max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody .order_item .product-name a {
  color: #000 !important;
  font-weight: 700;
  width: 100%;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody .order_item .product-name a:hover {
  color: #FFD200 !important;
}
body.kenmore .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody .order_item .product-name a:hover {
  color: #429CD6 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td .tracking-info .tracking-info__row .traking-cell a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td .tracking-info .tracking-info__row .traking-cell a:hover {
  font-weight: 500;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce table.shop_table {
  border-top: 1px solid #000;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table {
  border: 1px solid #000 !important;
  border: none !important;
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-ResetPassword {
  padding: 0 !important;
  margin: 0 auto !important;
  border: none !important;
  border-radius: 0 !important;
  width: 337px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-account .woocommerce-form-login input,
.woocommerce-account .woocommerce-ResetPassword input {
  width: 100%;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme span {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-left: 5px;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__rememberme span {
    font-size: 12px;
  }
}
.woocommerce-account .woocommerce-form-login .lost_password,
.woocommerce-account .woocommerce-ResetPassword .lost_password {
  text-align: center;
  margin-bottom: 27px;
  margin-top: 16px;
}
.woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-ResetPassword .lost_password a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #000;
  margin: 0 auto;
  text-decoration: underline;
}
@media only screen and (min-width: 1922px) {
  .woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-ResetPassword .lost_password a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-ResetPassword .lost_password a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-ResetPassword .lost_password a {
    font-size: 12px;
  }
}
.woocommerce-account .woocommerce-form-login .lost_password a:hover,
.woocommerce-account .woocommerce-ResetPassword .lost_password a:hover {
  text-decoration: none;
}
.woocommerce-account .woocommerce-form-login .button__cont,
.woocommerce-account .woocommerce-ResetPassword .button__cont {
  width: 100%;
  text-align: center;
}
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-ResetPassword .button {
  margin: 0 auto;
  width: 199px;
  max-width: 100%;
  float: none;
  padding: 0 30px !important;
}
.woocommerce-account .lost_reset_password {
  width: 100%;
}
.woocommerce-account .woocommerce-orders-table__cell-shipment_tracking, .woocommerce-account .woocommerce-orders-table__cell-woo-orders-tracking {
  display: none;
}

@media only screen and (max-width: 600px) {
  .woocommerce-info {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-info:before {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-info a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.woocommerce-info.woocommerce-Message--info .button {
  margin-bottom: 15px;
}

.confirmation__password {
  text-align: center;
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .confirmation__password {
    margin-top: 70px;
  }
}
.confirmation__password__title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 auto;
  width: 800px;
  margin-bottom: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .confirmation__password__title {
    font-size: 28px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 600px) {
  .confirmation__password__title {
    font-size: 28px;
  }
}
.confirmation__password p {
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .account-section .container {
    padding: 0 20px;
  }
}
.account-section .woocommerce-order-details th + td {
  text-align: right;
}
.account-section .woocommerce-table__product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.account-section .woocommerce-table__product-name + td {
  text-align: right;
}
.account-section .woocommerce-table__product-name .product-quantity {
  width: 50px;
}
.account-section .woocommerce-table__product-name a {
  width: calc(100% - 50px) !important;
  padding-right: 10px;
}
.account-section .woocommerce-table__product-name .wc-item-meta {
  padding-left: 50px;
}
.account-section .woocommerce-table__product-name .wc-item-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.account-section .woocommerce-table__product-name .wc-item-meta li p {
  font-size: 16px;
}

.woocommerce-orders-table__cell-order-total del,
.woocommerce table.shop_table tfoot td del,
.woocommerce-table__product-name .product-quantity del {
  color: #606A6E;
  text-decoration: line-through;
}
.woocommerce-orders-table__cell-order-total ins,
.woocommerce table.shop_table tfoot td ins,
.woocommerce-table__product-name .product-quantity ins {
  color: #000;
  font-weight: 700;
}
.woocommerce-orders-table__cell-order-total ins span,
.woocommerce table.shop_table tfoot td ins span,
.woocommerce-table__product-name .product-quantity ins span {
  font-weight: 700;
}

.woocommerce-view-order p + h2 {
  display: none;
}

.woocommerce-view-order .woocommerce table.shop_table td {
  padding: 9px 0;
}
.woocommerce-view-order .woocommerce table.shop_table td.product-name .wc-item-meta p {
  float: left;
  width: 100%;
  padding: 0;
}

body.kenmore.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  background: #429CD6;
}
body.kenmore.woocommerce-account .woocommerce-MyAccount-content .buttons__account__block a:hover {
  background: #429CD6;
  border-color: #429CD6;
}
body.kenmore.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, body.kenmore.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-address-title .edit:hover {
  color: #429CD6;
}
body.kenmore.woocommerce-account .woocommerce-MyAccount-content .my_account_orders__column a:hover {
  color: #429CD6;
}
/*# sourceMappingURL=style.css.map */