/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.fonticon {
  font-family: 'icons-blank-theme';
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: inherit;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.products .product-reward-points-earning {
  padding-bottom: 1rem;
}
.product-info-main .product-reward-points-earning {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.form-reward-points .label.conversion-rate {
  margin-bottom: 10px;
}
.form-reward-points .field {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
.form-reward-points .field .label.for-input {
  padding-top: 5px;
}
.form-reward-points .field .control {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: auto !important;
  min-width: 75px;
}
.form-reward-points .field .control .input-text {
  width: auto;
  min-width: 75px;
  max-width: 180px;
}
.form-reward-points .field .control .input-text.mage-error {
  margin-bottom: 10px;
}
.form-reward-points .field .control #aw-reward-points-qty-error {
  max-width: 180px;
  position: relative;
  bottom: 0px;
}
.form-reward-points .field .control .mage-error[generated] {
  position: absolute;
  bottom: -24px;
}
.form-reward-points .actions-toolbar {
  display: unset;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 1025px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 1025px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
.cms-home .fourcorners .slick-prev {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  z-index: 2;
  background: #e2e2e2;
  color: #333;
}
.cms-home .fourcorners .slick-prev:before {
  content: "\e617";
  font-family: icons-blank-theme;
  font-size: 26px;
}
.cms-home .fourcorners .slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  z-index: 2;
  background: #e2e2e2;
  color: #333;
}
.cms-home .fourcorners .slick-next:before {
  content: "\e608";
  font-family: icons-blank-theme;
  font-size: 26px;
}
.aw-onestep-groups_item {
  list-style: none;
  width: 100%;
}
.aw-onestep-groups_item div.protection-plan {
  background: #e2f0f6;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  display: table-cell;
  float: left;
  padding: 20px;
  position: relative;
  width: 100%;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox {
  display: block;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox h2 {
  display: inline;
  font-family: "Volkhov", sans-serif;
  color: #9b2727;
  text-transform: none;
  line-height: 0;
  font-size: 20px;
  font-weight: bold;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .old-price {
  color: #808080;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .special-price {
  color: #21a724;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .show-warranty-popup {
  display: block;
  margin-top: 6px;
  font-weight: bold;
  color: #0082b5;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .warranty-label {
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: none;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .left {
  float: none !important;
  line-height: 18px;
  padding-top: 12px;
  width: auto;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .left a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .right {
  display: block;
  float: right !important;
  margin: 5px 0 0;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .right .warranty-btn-apply {
  background-color: #0082b5;
  color: #ffffff;
  float: left;
  padding-right: 12px;
  width: 100%;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .right .warranty-btn-apply .warranty-span {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .right .warranty-btn-apply:hover {
  background-color: #00a7e8;
}
.aw-onestep-groups_item div.protection-plan .warrantyplanbox .right .warranty-btn-apply:after {
  font-size: 16px;
}
.warranty-th {
  padding: 0;
}
.warranty-th .aw-onestep-groups_item div.protection-plan {
  padding: 10px;
}
.warranty-th .aw-onestep-groups_item div.protection-plan .warrantyplanbox .left {
  float: left !important;
}
.checkout-cart-index .aw-onestep-groups_item {
  display: flex;
}
.checkout-cart-index .aw-onestep-groups_item .group-title {
  display: none;
}
.onestepcheckout-index-index .aw-onestep-groups_item .protection-plan {
  float: none;
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onestepcheckout-index-index .aw-onestep-groups_item .protection-plan .warrantyplanbox .warranty-label {
  display: inline-block;
  font-size: 13px;
}
.catalog-category-view .shippingTime {
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin: 10px 0;
}
.catalog-category-view .shippingTime i {
  font-size: 14px;
  margin-right: 5px;
}
/**
* Author: Magecomm
* Copyright © Magecomm. All rights reserved.
*/
.mana-overlay {
  position: absolute;
  background: white;
  filter: alpha(opacity=0);
  /* percent */
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 10000;
}
#mana-please-wait {
  position: absolute;
  color: #d85909;
  font-size: 1.1em;
  text-align: center;
  z-index: 20000;
}
#mana-please-wait p {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 120px;
  margin-left: -120px;
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #3399cc;
  color: #3399cc;
  text-align: center;
  z-index: 20100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
}
#mana-please-wait p img {
  margin: 10px auto 0;
}
/**
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.filter-options-content .mana-selected.mana-tree-item,
.filter-options-content .mana-selected.item a,
.filter-options-content .mana-selected.item .count,
.filter-options-content .mana-selected.item .label {
  color: #ff5501;
}
.mana-filter-block {
  position: relative;
}
ol.mana-filter-checkboxes a {
  padding-left: 20px;
  text-decoration: none;
}
ol.mana-filter-checkboxes a.unchecked {
  background: transparent url('../Manadev_LayeredNavigationCheckboxes/images/checkbox_unchecked.png') 0 50% no-repeat;
}
ol.mana-filter-checkboxes a.checked {
  background: transparent url('../Manadev_LayeredNavigationCheckboxes/images/checkbox_checked.png') 0 50% no-repeat;
}
ol.mana-filter-checkboxes a.unchecked:hover {
  background: transparent url('../Manadev_LayeredNavigationCheckboxes/images/checkbox_unchecked_hover.png') 0 50% no-repeat;
}
ol.mana-filter-checkboxes a.checked:hover {
  background: transparent url('../Manadev_LayeredNavigationCheckboxes/images/checkbox_checked_hover.png') 0 50% no-repeat;
}
/* "Filter" header  */
.mana-mobile .m-filter-title {
  background-color: darkgrey;
  color: white;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  padding: 7px 10px;
  cursor: pointer;
  position: relative;
}
.mana-mobile:not(.active) .block-content {
  display: none;
}
.mana-mobile > dl > dt {
  position: relative;
}
.mana-mobile.active > dl > dt {
  border: none;
}
.mana-mobile .filter-remove {
  position: absolute;
  right: 25px;
  top: 5px;
  color: initial;
}
.mana-mobile .filter-clear {
  position: absolute;
  top: 7px;
  right: 30px;
  color: white;
  font-weight: normal;
}
.mana-mobile .action.remove:after {
  content: 'X';
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 20px;
  width: 100%;
}
.mana-mobile .action.remove:hover {
  background-color: darkgrey;
  color: white;
  text-decoration: none;
}
.mana-mobile .action.remove {
  font: 0/0 a;
  display: inline-block;
  width: 20px;
  border: 1px solid #ededed;
  text-align: center;
  text-shadow: none;
  color: inherit;
}
.mana-mobile .block-content dl:last-child {
  border-bottom: 1px solid #ccc;
}
.mana-mobile .block-content dl:first-child dt {
  border-top: none;
}
.mana-mobile dl,
.mana-mobile dt,
.mana-mobile dd {
  margin: 0;
  padding: 0;
}
.mana-mobile .m-applied-filters .item {
  margin-bottom: 0;
  margin-top: 0;
}
.mana-mobile .block-content dd .m-accordion-container,
.mana-mobile .m-applied-filters {
  padding: 10px 5px;
  margin: 0;
  background: transparent;
  border: 1px solid #ccc;
  border-bottom: none;
}
.mana-mobile .m-applied-filters {
  border-bottom: 1px solid #ccc;
  border-top: none;
}
.mana-mobile .collapse-indicator {
  position: absolute;
  right: 10px;
  width: 9px;
  background: url('../Manadev_LayeredNavigationMobile/images/m-collapsed.png') 0 5px no-repeat;
}
.mana-mobile .block-content dl.active .collapse-indicator,
.mana-mobile.active .m-filter-title .collapse-indicator {
  background: url('../Manadev_LayeredNavigationMobile/images/m-expanded.png') 0 5px no-repeat;
}
.mana-mobile .block-content dt {
  cursor: pointer;
  display: block;
  padding: 7px 10px !important;
  position: relative;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  border-bottom: none;
  text-transform: uppercase;
}
.mana-mobile .swatch-attribute-options {
  margin-top: 0;
}
/* Hide "Shop By" button */
.mana-mobile .filter-title {
  display: none;
}
/* Display "Shopping Options" */
.mana-mobile .filter-subtitle {
  display: block;
}
/* Display all the options on mobile navigation*/
.mana-mobile .filter-options {
  display: block;
}
.mana-mobile .swatch-attribute-options {
  margin-top: 0;
}
.mana-mobile .filter-options-content a {
  margin-left: 0;
}
.mana-mobile .filter-options-content .item:first-child,
.mana-mobile .filter-options-content .item:last-child {
  margin: 0;
}
.mana-mobile .filter-options-content .item {
  margin: 10px 0;
}
.mana-mobile {
  display: none;
}
.mana-mobile-layered-navigation-enabled .mana-filter-block {
  display: none;
}
.mana-mobile-layered-navigation-enabled .mana-filter-block.mana-mobile {
  display: block;
}
.mana-mobile-layered-navigation-enabled .columns {
  padding-top: 0;
}
.mana-mobile-layered-navigation-enabled .page-products .sorter {
  position: relative !important;
  top: -25px !important;
}
.mana-filter-block-above-horizontal .filter-options {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.mana-filter-block-above-horizontal .filter-options-item {
  padding: 0 20px;
  flex-basis: 200px;
  width: 20%;
  border-bottom: 0;
  /* Remove the border set on Magento Luma */
}
.mana-filter-block-above-horizontal .filter-options-content .item {
  margin: 0;
}
.mana-filter-block-above-horizontal .filter-options-title {
  padding: 10px 40px 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: auto;
}
.mana-filter-block-above-horizontal .filter-options-title:after {
  content: '';
}
.mana-filter-block-above-menu .filter-options {
  margin: 10px auto;
  position: relative;
}
.mana-filter-block-above-menu .filter-options-item {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  border-bottom: 0;
  /* Remove the border set on Magento Luma */
  position: relative;
}
.mana-filter-block-above-menu .filter-options-item.mana-inline-slider {
  cursor: inherit;
  padding: 0;
}
.mana-filter-block-above-menu .mana-inline-slider .filter-options-title {
  background: none;
  padding: 0;
  cursor: inherit;
  display: inline-block;
}
.mana-filter-block-above-menu .mana-inline-slider .m-slider {
  display: inline-flex;
  padding: 0;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-filter-slider {
  width: 130px;
  min-width: 130px;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-values {
  margin-top: 0;
  margin-left: 5px;
  top: 8px;
  position: relative;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-values.mana-slider-with-range {
  top: 0;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-values.mana-slider-range-only {
  top: -5px;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-values {
  margin-top: 0;
  margin-left: 5px;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-min-value,
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-max-value {
  display: none;
}
.mana-filter-block-above-menu .mana-inline-slider .filter-options-content {
  display: inline-block;
  height: 20px;
}
.mana-filter-block-above-menu .filter-options-item.hover {
  background: #DEE5E8;
}
.mana-filter-block-above-menu .filter-options-title {
  background: url('../Manadev_LayeredNavigationPositions/images/i-dropdown.gif') 5px 10px no-repeat;
  /* Reset CSS values that are set in Magento Luma */
  border-bottom: 0;
  padding: 0 0 0 20px;
}
.mana-filter-block-above-menu .filter-options-title:after {
  /* Reset CSS values that are set in Magento Luma */
  content: '';
}
.mana-filter-block-above-menu .filter-options-item:first-child {
  margin-left: 0;
}
.mana-filter-block-above-menu .filter-options-content {
  display: none;
  margin: 0;
  padding: 10px;
}
.mana-filter-block-above-menu .filter-options-item.hover .filter-options-content {
  display: block;
  position: absolute;
  z-index: 9999;
  background: #f0f0f0;
  top: 40px;
  margin-left: -10px;
  max-width: 200px;
  border: solid 1px #cccccc;
}
.mana-filter-block-above-menu .filter-options-content .item {
  margin: 0 auto;
  padding: 5px;
}
.mana-filter-block-above-horizontal .filter-current .items,
.mana-filter-block-above-menu .filter-current .items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.mana-filter-block-above-horizontal .filter-current .item,
.mana-filter-block-above-menu .filter-current .item {
  padding-left: 8px;
}
.mana-filter-block-above-horizontal .filter-current .action.remove,
.mana-filter-block-above-menu .filter-current .action.remove {
  position: static;
}
.mana-filter-block-above-horizontal .filter-actions,
.mana-filter-block-above-menu .filter-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.mana-filter-radio {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.mana-filter-radio .item {
  margin: 10px;
  padding: 0;
}
.mana-mobile .mana-apply-filters {
  position: absolute;
  top: 7px;
  right: 90px;
  color: white;
  font-weight: normal;
}
.mana-filter-block-above-horizontal .mana-apply-filters {
  position: absolute;
  top: -21px;
  right: 10px;
}
.mana-filter-block-above-menu .mana-apply-filters {
  position: absolute;
  top: -30px;
  right: 10px;
}
.sidebar .mana-filter-block .mana-apply-filters {
  display: block;
  margin-top: 18px;
  font-weight: normal;
}
.manadev-expandable-filter.outer-container {
  overflow: hidden;
  transition-property: height;
}
.manadev-show-more {
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
}
.manadev-expandable-filter.outer-container.scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.5);
}
.mana-filter-block.mana-filter-block-above-menu .manadev-expandable-filter.outer-container.scrollbar {
  border: 0;
}
.mana-filter-block.mana-mobile .manadev-expandable-filter.outer-container.scrollbar {
  border-bottom: 0;
}
.manadev-option-search {
  margin: 5px 0 0;
}
.mana-no-match {
  display: none;
}
.m-slider input {
  width: 30px;
  padding: 0;
  text-align: center;
}
/* For All */
.mana-filter-slider {
  margin: 10px 0 15px;
}
/* Responsive layout */
.one-filter-column .mana-filter-slider {
  margin-bottom: 20px;
}
.one-filter-column .mana-slider-values {
  line-height: 25px;
}
.one-filter-column .mana-slider-values input {
  width: 50px;
  padding: 1px 3px;
}
/* Default style - style1 */
.mana-filter-slider {
  height: 17px;
  position: relative;
  background: transparent url('../Manadev_LayeredNavigationSliders/images/bkg_slider.png') 0 0 repeat-x;
}
.mana-filter-slider > .mana-slider-from,
.mana-filter-slider > .mana-slider-to {
  height: 17px;
  width: 17px;
  position: absolute;
}
.mana-filter-slider > .mana-slider-span {
  height: 8px;
  position: absolute;
  background: none;
  border-bottom: 2px solid #969696;
  margin: 0;
}
.mana-filter-slider > .mana-slider-from {
  background: transparent url('../Manadev_LayeredNavigationSliders/images/slider.png') 0 0 no-repeat;
  cursor: e-resize;
}
.mana-filter-slider > .mana-slider-to {
  background: transparent url('../Manadev_LayeredNavigationSliders/images/slider.png') -19px 0 no-repeat;
  cursor: w-resize;
}
.mana-slider-values {
  text-align: center;
  margin-top: 3px;
  overflow: hidden;
}
.mana-slider-values .mana-slider-min-value {
  float: left;
}
.mana-slider-values .mana-slider-max-value {
  float: right;
}
/* Style2 */
.mana-filter-slider.style2 {
  border: 2px solid #c8c8c8;
  border-width: 0 1px;
  background: transparent url('../Manadev_LayeredNavigationSliders/images/bkg_slider2.png') center 0 repeat-x;
}
.mana-filter-slider.style2 > .mana-slider-span {
  height: 6px;
  border-bottom: 5px solid #969696;
}
.mana-filter-slider.style2 > .mana-slider-from,
.mana-filter-slider.style2 > .mana-slider-to {
  height: 17px;
  width: 5px;
  background: #26b1e8 none;
}
.mana-filter-slider.style2 > .mana-slider-from {
  margin-right: 1px;
}
.mana-filter-slider.style2 > .mana-slider-to {
  margin-left: 1px;
}
/* Touch screen slider style */
.one-filter-column .mana-filter-slider.style2 > .mana-slider-from,
.one-filter-column .mana-filter-slider.style2 > .mana-slider-to {
  width: 15px;
  height: 30px;
  top: -7px;
}
/* Style3 */
.mana-filter-slider.style3 {
  background: #e6e6e6;
}
.mana-filter-slider.style3,
.mana-filter-slider.style3 > .mana-slider-span {
  height: 5px;
  border: none;
}
.mana-filter-slider.style3 > .mana-slider-span {
  background: #888;
}
.mana-filter-slider.style3 > .mana-slider-from,
.mana-filter-slider.style3 > .mana-slider-to,
.mana-filter-slider.style3:before,
.mana-filter-slider.style3:after {
  height: 20px;
  width: 10px;
  top: -9px;
  background: #aaa none;
  z-index: 4;
}
.mana-filter-slider.style3 > .mana-slider-from,
.mana-filter-slider.style3 > .mana-slider-to {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.mana-filter-slider.style3:before,
.mana-filter-slider.style3:after {
  position: absolute;
  left: 0;
  height: 22px;
  top: -8px;
  width: 5px;
  background-color: #e6e6e6;
  display: block;
  content: "";
  z-index: 3;
}
.mana-filter-slider.style3:after {
  right: 0;
  left: auto;
}
/* Touch screen slider style */
.one-filter-column .mana-filter-slider.style3:before,
.one-filter-column .mana-filter-slider.style3:after {
  width: 5px;
  height: 30px;
  top: -12px;
}
.one-filter-column .mana-filter-slider.style3 > .mana-slider-from,
.one-filter-column .mana-filter-slider.style3 > .mana-slider-to {
  width: 28px;
  height: 28px;
  top: -14px;
}
/* Style4 */
.mana-filter-slider.style4,
.mana-filter-slider.style4 > .mana-slider-span,
.mana-filter-slider.style4 > .mana-slider-from,
.mana-filter-slider.style4 > .mana-slider-to {
  border-radius: 15px;
  height: 10px;
}
.mana-filter-slider.style4 {
  background: #e3e3e3;
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #f2f2f2;
}
.mana-filter-slider.style4 > .mana-slider-from,
.mana-filter-slider.style4 > .mana-slider-to {
  background: #aaa none;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  width: 18px;
  height: 18px;
  top: -5px;
  border: 1px solid #eee;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.mana-filter-slider.style4 > .mana-slider-span {
  background: #838383;
  box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  border: none;
  margin-left: -20px;
  padding-left: 20px;
}
/* Touch screen slider style */
.one-filter-column .mana-filter-slider.style4 > .mana-slider-from,
.one-filter-column .mana-filter-slider.style4 > .mana-slider-to {
  width: 28px;
  height: 28px;
  top: -10px;
}
.mana-filter-category-tree,
.mana-filter-category-tree ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mana-filter-category-tree li {
  padding: 0;
  margin-bottom: 0;
}
.mana-filter-category-tree li > ul,
.mana-filter-category-tree .mana-tree-item {
  padding-left: 15px;
}
.mana-filter-category-tree li.mana-collapsed > ul {
  display: none;
}
.mana-filter-category-tree li.mana-expanded > .mana-tree-item {
  background: transparent url('../Manadev_LayeredNavigationCategoryTree/images/expanded.png') 0 4px no-repeat;
}
.mana-filter-category-tree li.mana-expanded > .mana-tree-item:hover {
  background: transparent url('../Manadev_LayeredNavigationCategoryTree/images/expanded_over.png') 0 4px no-repeat;
}
.mana-filter-category-tree li.mana-collapsed > .mana-tree-item {
  background: transparent url('../Manadev_LayeredNavigationCategoryTree/images/collapsed.png') 0 4px no-repeat;
}
.mana-filter-category-tree li.mana-collapsed > .mana-tree-item:hover {
  background: transparent url('../Manadev_LayeredNavigationCategoryTree/images/collapsed_over.png') 0 4px no-repeat;
}
.mana-filter-category-tree li.mana-expanded > .mana-tree-item,
.mana-filter-category-tree li.mana-collapsed > .mana-tree-item {
  cursor: pointer;
}
.mana-filter-category-tree a {
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.mana-filter-category-tree a:hover {
  text-decoration: none;
}
.mana-parents-children .mana-children {
  padding-left: 10px;
}
.checkout-payment-method .payment-methods #sezzle-method .payment-method-title img {
  max-width: 220px;
  width: 100%;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@media only screen and (max-width: 1025px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #ededed;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #666;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
  height: 9px;
  margin-left: -9px;
  width: 18px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
  height: 18px;
  margin-left: 0;
  margin-top: -9px;
  width: 9px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ededed;
  top: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ededed;
  left: -1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ededed;
  left: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ededed;
  top: -1px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px;
}
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/*
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/*
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/******************
* GENERAL - START *
*******************/
/****************
* GENERAL - END *
*****************/
/* ToDo: Move to theme's css */
/****************************
* ANIMATION EFFECTS - START *
*****************************/
/****************************
* ANIMATION EFFECTS - END *
*****************************/
/*************************************
* FREE KITCHEN DESIGN - PAGE - START *
**************************************/
/***********************************
* FREE KITCHEN DESIGN - PAGE - END *
************************************/
/*********************************
* PROFESSIONAL DISCOUNTS - START *
**********************************/
@media (max-width: 1440px) {
  body .professional-discounts .pro-header,
  body .contractor-discounts .pro-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  body .professional-discounts .pro-header > div,
  body .contractor-discounts .pro-header > div {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -o-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  body .professional-discounts .pro-header .design-measurements-form-block,
  body .contractor-discounts .pro-header .design-measurements-form-block {
    float: none;
    width: 100%;
    max-width: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
  }
  body .professional-discounts .pro-header .contractor-discounts-header-block,
  body .contractor-discounts .pro-header .contractor-discounts-header-block {
    position: relative;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
  body .professional-discounts .pro-header .contractor-discounts-banner-after,
  body .contractor-discounts .pro-header .contractor-discounts-banner-after {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  body .professional-discounts .pro-header .contractor-discounts-rep,
  body .contractor-discounts .pro-header .contractor-discounts-rep {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
  }
  body .professional-discounts .pro-header .dashboardpro,
  body .contractor-discounts .pro-header .dashboardpro {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
  }
  .contractor-discounts .contractor-discounts-header-block {
    display: table;
    padding: 40px;
  }
  .contractor-discounts .contractor-discounts-header-block .contractor-discounts-banner {
    width: 100%;
    float: none;
  }
  .contractor-discounts .contractor-discounts-header-block .contractor-discounts-forms {
    position: relative;
    width: 100%;
    float: none;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .contractor-discounts .contractor-discounts-banner-after {
    width: 100%;
  }
  .contractor-discounts-why {
    display: table !important;
  }
  .contractor-discounts-why .left,
  .contractor-discounts-why .right {
    float: none !important;
  }
  .contractor-discounts-why .left {
    display: table-footer-group;
    width: 100%;
    float: none !important;
  }
  .contractor-discounts-why .right {
    width: 50%;
    margin: 0 auto;
    float: none !important;
    position: relative !important;
    height: 400px !important;
  }
  .contractor-discounts-why button {
    margin: 0 auto !important;
    display: block;
  }
}
/*******************************
* PROFESSIONAL DISCOUNTS - END *
********************************/
/*****************
* CLAIMS - START *
******************/
/***************
* CLAIMS - END *
****************/
/*********************************
* PROFESSIONAL DISCOUNTS - START *
**********************************/
/*******************************
* PROFESSIONAL DISCOUNTS - END *
********************************/
/*******************************
* WUFOO SUCCESS PAGES  - START *
********************************/
@media (max-width: 580px) {
  .cms-professional-discounts-engine .contractor-discounts .pde-testimonials .speech-bubble {
    margin: 0 auto;
  }
}
/*******************************
* WUFOO SUCCESS PAGES  - END *
********************************/
/*******************************
* WUFOO FORM  - START *
********************************/
/*******************************
* WUFOO FORM  - END *
********************************/
/*************************************
* FREE KITCHEN REDESIGN - BEGIN *
**************************************/
/*************************************
* FREE KITCHEN REDESIGN - END *
**************************************/
@media screen and (max-width: 767px) {
  .contractor-discounts .contractor-discounts-why-buying .left.img {
    left: auto;
    position: relative;
    top: auto;
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .contractor-discounts .contractor-discounts-why-buying .left.img {
    left: auto;
    position: relative;
    top: auto;
    height: 200px;
  }
}
/****************************
// Free Kitchen Room Design V1
****************************/
/***********************************************
// Free Kitchen Room Design Confirmation Page V1
***********************************************/
/*
 * @Author Magecomm
 * @Copyright © Magecomm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
.magecomm-compare-category .magecomm-compare-box .compare-wrapper .compare-buttons .compare-box-button #compare-category {
  padding: 0 25px;
}
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/** RTA Fallback Styles */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/** RTA Redesign Styles */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/** WLC Redesign Styles */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/** RTA Fallback Styles */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
@media (max-width: 400px) {
  .category-subcategory-page .category-filters .filter_parent .filter_container .category-filter-items .inner .category_filter_actions > * {
    padding: 3px 8px;
    font-size: 14px;
  }
}
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
.catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-product-list .category-product .product-info .product-options .button.btn-options {
  padding: 0 15px;
}
.fotorama-stretch,
.fotorama-focus-overlay:after {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen {
  transform: translateZ(0);
}
.fotorama-focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled {
  transform: none !important;
}
.fotorama-transition-for-slide {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select {
  user-select: none;
}
.fotorama-select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box {
  box-sizing: content-box;
}
.fotorama-border-box {
  box-sizing: border-box;
}
.fotorama-hidden {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in {
  background-image: url(../images/gallery.png);
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
/**
 * Author: Magecomm
 * Copyright © Mage eComm. All rights reserved.
 */
.catalog-category-view.page-products .product-overview-wrapper .img-gallery .fotorama .fotorama__wrap {
  position: initial;
}
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/* Pannellum 2.5.6, https://github.com/mpetroff/pannellum */
.pnlm-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
  background: #f4f4f4 url('../Magecomm_CategoryPage/images/pannellum/background.svg') repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  line-height: 1.4;
  contain: content;
}
.pnlm-container * {
  box-sizing: content-box;
}
.pnlm-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pnlm-grab {
  cursor: grab;
  cursor: url('../Magecomm_CategoryPage/images/pannellum/grab.svg') 12 8, default;
}
.pnlm-grabbing {
  cursor: grabbing;
  cursor: url('../Magecomm_CategoryPage/images/pannellum/grabbing.svg') 12 8, default;
}
.pnlm-sprite {
  background-image: url('../Magecomm_CategoryPage/images/pannellum/sprites.svg');
}
.pnlm-container:-moz-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.pnlm-container:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.pnlm-container:-ms-fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.pnlm-container:fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.pnlm-render-container {
  cursor: inherit;
  /* Fix display bug in Safari 7 */
  position: absolute;
  height: 100%;
  width: 100%;
}
.pnlm-controls {
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  /* Fix Safari fullscreen bug */
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}
.pnlm-control:hover {
  background-color: #f8f8f8;
}
.pnlm-controls-container {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
}
.pnlm-zoom-controls {
  width: 26px;
  height: 52px;
}
.pnlm-zoom-in {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  border-radius: 3px 3px 0 0;
}
.pnlm-zoom-out {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-position: 0 -26px;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.pnlm-fullscreen-toggle-button,
.pnlm-orientation-button,
.pnlm-hot-spot-debug-indicator {
  width: 26px;
  height: 26px;
}
.pnlm-hot-spot-debug-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  display: none;
}
.pnlm-orientation-button-inactive {
  background-position: 0 -156px;
}
.pnlm-orientation-button-active {
  background-position: 0 -182px;
}
.pnlm-fullscreen-toggle-button-inactive {
  background-position: 0 -52px;
}
.pnlm-fullscreen-toggle-button-active {
  background-position: 0 -78px;
}
.pnlm-panorama-info {
  position: absolute;
  bottom: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
  color: #fff;
  text-align: left;
  display: none;
  z-index: 2;
  /* Fix Safari fullscreen bug */
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}
.pnlm-title-box {
  position: relative;
  font-size: 20px;
  display: table;
  padding-left: 5px;
  margin-bottom: 3px;
}
.pnlm-author-box {
  position: relative;
  font-size: 12px;
  display: table;
  padding-left: 5px;
}
.pnlm-load-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: none;
  color: #fff;
}
.pnlm-load-box p {
  margin: 20px 0;
}
.pnlm-lbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  display: none;
}
.pnlm-loading {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: pnlm-mv;
  -webkit-animation-name: pnlm-mv;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  height: 10px;
  width: 10px;
  background-color: #fff;
  position: relative;
}
@keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
.pnlm-load-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin: -50px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: table;
  color: #fff;
  cursor: pointer;
}
.pnlm-load-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.pnlm-load-button p {
  display: table-cell;
  vertical-align: middle;
}
.pnlm-info-box {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: #000;
  border-radius: 3px;
  display: table;
  text-align: center;
  color: #fff;
  table-layout: fixed;
}
.pnlm-info-box a,
.pnlm-author-box a {
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pnlm-info-box p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 5px;
}
.pnlm-error-msg {
  display: none;
}
.pnlm-about-msg {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
  display: none;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.pnlm-about-msg a:link,
.pnlm-about-msg a:visited {
  color: #fff;
}
.pnlm-about-msg a:hover,
.pnlm-about-msg a:active {
  color: #eee;
}
.pnlm-hotspot-base {
  position: absolute;
  visibility: hidden;
  cursor: default;
  vertical-align: middle;
  top: 0;
  z-index: 1;
}
.pnlm-hotspot {
  height: 26px;
  width: 26px;
  border-radius: 13px;
}
.pnlm-hotspot:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.pnlm-hotspot.pnlm-info {
  background-position: 0 -104px;
}
.pnlm-hotspot.pnlm-scene {
  background-position: 0 -130px;
}
div.pnlm-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  max-width: 200px;
  padding: 5px 10px;
  margin-left: -220px;
  cursor: default;
}
div.pnlm-tooltip:hover span {
  visibility: visible;
}
div.pnlm-tooltip:hover span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}
.pnlm-compass {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 4px;
  bottom: 4px;
  border-radius: 25px;
  background-image: url('../Magecomm_CategoryPage/images/pannellum/compass.svg');
  cursor: default;
  display: none;
}
.pnlm-world {
  position: absolute;
  left: 50%;
  top: 50%;
}
.pnlm-face {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.pnlm-dragfix,
.pnlm-preview-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.pnlm-preview-img {
  background-size: cover;
  background-position: center;
}
.pnlm-lbar {
  width: 150px;
  margin: 0 auto;
  border: #fff 1px solid;
  height: 6px;
}
.pnlm-lbar-fill {
  background: #fff;
  height: 100%;
  width: 0;
}
.pnlm-lmsg {
  font-size: 12px;
}
.pnlm-fade-img {
  position: absolute;
  top: 0;
  left: 0;
}
.pnlm-pointer {
  cursor: pointer;
}
/** RTA Redesign Styles */
/**
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
/**
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/*
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
/**
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
/**
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .reviews-banner {
    display: none;
  }
  .cms-quick-quote .full_width_bg {
    margin: 0 -15px;
  }
}
/**
 * Author: Magecomm
 * Copyright © Magecomm. All rights reserved.
 */
.onestepcheckout-index-index .stripe-icon-container img {
  display: inline-block !important;
}
.onestepcheckout-index-index .stripe-icon-container.right {
  top: -0.15em !important;
}
.onestepcheckout-index-index .stripe-icon-container img.stripe-icon {
  top: 0.2rem !important;
}
.onestepcheckout-index-index .stripe-payments-brand {
  margin-left: -49px !important;
}
.onestepcheckout-index-index #payment_form_anet_creditcard input[type="number"] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: 'aw-osc_icons-font';
  src: url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff2') format('woff2'), url('../Aheadworks_OneStepCheckout/css/icons-font/fonts/aw-osc_icons-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 1025px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #721d1d;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    background: #4d080a;
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #333333;
    border: 0 solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #ffffff;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #1383b3;
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .aw-raf__advocate-info-referral-url .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .checkout-note #granite-quartzite-popup .question-popup {
    top: 40%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #999999;
  }
  .block-search input:-moz-placeholder {
    color: #999999;
  }
  .block-search input::-moz-placeholder {
    color: #999999;
  }
  .block-search input:-ms-input-placeholder {
    color: #999999;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1025px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .customcolor_banner_text_2 {
    font-size: 16px;
    line-height: 22px;
  }
  .customcolor_banner_text_3 {
    font-size: 16px;
    line-height: 22px;
  }
  li.customcolor_li a.customcolor_banner .customcolor_banner_text {
    padding: 30px 0 30px 60px;
    margin: 0;
  }
  li.customcolor_li a.customcolor_banner .customcolor_banner_image {
    width: auto;
    background-size: 430px;
    background-position: top -50px left 40px;
    flex: 0 1 50%;
  }
  .faq {
    display: flex;
    flex-direction: row;
    margin: 48px auto 0;
  }
  .faq .answer-wrap {
    width: calc(100% - 150px);
    padding: 0 0 0 20px;
  }
  .faq .answer-wrap .category-wrapper {
    margin: 0 0 48px 0;
  }
  .faq .answer-wrap .category-wrapper .category-name {
    margin: 0 0 12px 0;
  }
  .faq .answer-wrap .category-wrapper .category-name h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .faq .answer-wrap .faq-item {
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
  }
  .faq .answer-wrap .faq-item .question {
    padding: 6px 40px 6px 0;
  }
  .faq .question-wrap {
    width: 150px;
  }
  .faq .question-wrap .faq-question-list {
    display: block;
    position: sticky;
    top: 0;
  }
  .faq .question-wrap .faq-question-list ul li {
    padding: 6px 0;
  }
  .faq .question-wrap .faq-question-list .faq-title-item {
    display: inline-block;
    width: 50%;
  }
  .banner_holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .banner_holder > .banner_holder_image {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    -o-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
  }
  .banner_holder > .banner_holder_forms_holder {
    -webkit-flex: 0 0 400px;
    -moz-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    -o-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .banner_holder > .banner_holder_forms_holder:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    background-color: #0082b5;
    transform: skew(-15deg);
    transform-origin: top;
  }
  .banner_holder > .banner_holder_forms_holder .banner_holder_forms {
    margin: auto;
  }
  .banner_holder > .banner_holder_forms_holder .banner_holder_forms .form_wufoo .header .wufoo_list .wufoo_list_item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .banner_holder > .banner_holder_forms_holder .banner_holder_forms .form_wufoo .wufoo {
    margin-top: 20px;
  }
  .banner_items_holder .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .banner_items_holder .item > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .banner_items_holder .item.side_right .image {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  .order-comment .payment-option._collapsible.comment.magecomm-order-comment .payment-option-content,
  .checkout-payment-method .payment-option._collapsible.comment.magecomm-order-comment .payment-option-content,
  .order-comment .payment-option._collapsible.comment.magecomm-order-comment .payment-option-title,
  .checkout-payment-method .payment-option._collapsible.comment.magecomm-order-comment .payment-option-title {
    padding-left: 0;
  }
  .transformations .grid .grid-sizer,
  .transformations .grid .grid-item {
    width: 32% !important;
  }
  .cms-free-kitchen-room-design .free-kitchen-design .wufoo-title,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .wufoo-title,
  .cms-facebook-landing-page .free-kitchen-design .wufoo-title,
  .cms-adwords-landing-page .free-kitchen-design .wufoo-title {
    position: static;
  }
  .cms-free-kitchen-room-design .free-kitchen-design .top,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .top,
  .cms-facebook-landing-page .free-kitchen-design .top,
  .cms-adwords-landing-page .free-kitchen-design .top {
    position: relative;
    display: flex;
  }
  .cms-free-kitchen-room-design .free-kitchen-design .top .banner,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .top .banner,
  .cms-facebook-landing-page .free-kitchen-design .top .banner,
  .cms-adwords-landing-page .free-kitchen-design .top .banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 3 62%;
    flex: 0 3 62%;
  }
  .contractor-discounts button {
    max-width: 350px;
  }
  .contractor-discounts .contractor-discounts-forms .form-holder-wrapper,
  .contractor-discounts.professional-discounts .contractor-discounts-forms .form-holder-wrapper {
    padding: 0 50px 30px;
  }
  .contractor-discounts .contractor-discounts-design-services h2,
  .contractor-discounts.professional-discounts .contractor-discounts-design-services h2 {
    text-align: left;
  }
  .contractor-discounts .contractor-discounts-design-services .buttons-holder,
  .contractor-discounts.professional-discounts .contractor-discounts-design-services .buttons-holder {
    text-align: left;
  }
  .contractor-discounts .info-gallery .info-gallery-item {
    flex: 0 1 30%;
  }
  .contractor-discounts .top-items .top-item {
    flex: 0 1 30%;
  }
  .form-success-page .free-tool .right-box {
    width: 100%;
  }
  .wufoo.form.top {
    min-width: 585px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
  }
  .v1-frd-header-block .wrapper .banner .info-wrapper .info h1 {
    font-size: 36px;
    line-height: 42px;
    padding: 0 80px;
  }
  .v1-frd-header-block .wrapper .banner .info-wrapper .info p {
    font-size: 16px;
    line-height: 22px;
  }
  .v1-frd-header-block .select-service h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .v1-frd-header-block .select-service p {
    font-size: 16px;
    line-height: 22px;
  }
  .v1-frd-header-block .select-service .table .row:first-child .cell h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .v1-frd-header-block .select-service h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 48px 0 12px;
  }
  .v1-frd-header-block .select-service .rta-btn {
    font-size: 16px;
    line-height: 18px;
  }
  .v1-frd-header-block .more-information .graybg {
    max-width: 1020px;
    margin: 0 auto;
  }
  .v1-frd-header-block .more-information .graybg h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  .v1-frd-header-block .more-information .graybg .more-information-columns .col h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 6px 0;
  }
  .v1-frd-header-block .more-information .graybg .more-information-columns .col p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .v1-frd-header-block .perfect-fit h2,
  .v1-frd-header-block .platinum-service h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .v1-frd-header-block .perfect-fit > .flex,
  .v1-frd-header-block .platinum-service > .flex {
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
  }
  .v1-frd-header-block .perfect-fit > .flex .col h3,
  .v1-frd-header-block .platinum-service > .flex .col h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px 0;
  }
  .v1-frd-header-block .perfect-fit > .flex .col p,
  .v1-frd-header-block .platinum-service > .flex .col p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .v1-frd-header-block .perfect-fit > .flex .col ul li .text h4,
  .v1-frd-header-block .platinum-service > .flex .col ul li .text h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .v1-frd-header-block .perfect-fit > .flex .col .rta-btn,
  .v1-frd-header-block .platinum-service > .flex .col .rta-btn {
    padding: 12px 24px;
  }
  .v1-frd-header-block .bring-your-room-to-life h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 8px 0;
  }
  .v1-frd-header-block .bring-your-room-to-life .flex .col {
    padding: 12px 24px;
    box-sizing: border-box;
  }
  .v1-frd-header-block .bring-your-room-to-life .flex .col .mobile_left_pin {
    display: flex;
  }
  .v1-frd-header-block .bring-your-room-to-life .flex .col .mobile_left_pin .image {
    flex: 0 0 48px;
  }
  .v1-frd-header-block .bring-your-room-to-life .flex .col .mobile_left_pin .image svg {
    width: 48px;
    height: 48px;
  }
  .v1-frd-header-block .bring-your-room-to-life .flex .col .mobile_left_pin .heading h4 {
    margin: 0 0 4px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .v1-frd-header-block .bring-your-room-to-life .flex .col .mobile_left_pin .heading p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .v1-frd-form-block h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .v1-frd-form-block .wufoo .form-fields-box .buttons .rta-btn {
    padding: 12px 24px;
  }
  .v1-frd-after-form .try-our-diy .flex {
    align-items: center;
  }
  .v1-frd-after-form .try-our-diy .flex .col {
    box-sizing: border-box;
    text-align: left;
  }
  .v1-frd-after-form .try-our-diy .flex .col h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 8px 0;
  }
  .v1-frd-after-form .try-our-diy .flex .col p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .v1-frd-after-form .we-love-working .wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .v1-frd-after-form .we-love-working .wrapper .quotes .content p:first-child {
    font-size: 22px;
    line-height: 30px;
  }
  .v1-frd-after-form .we-love-working .wrapper .quotes .content p:last-child {
    font-size: 16px;
    line-height: 22px;
  }
  .v1-frd-after-form .price-matching .wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
  .v1-frd-after-form .price-matching .wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .v1-frd-after-form .price-matching .wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .v1-free-kitchen-design .be-in-touch h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .v1-free-kitchen-design .be-in-touch p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 24px;
    max-width: 900px;
  }
  .v1-free-kitchen-design .what-to-expect h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .v1-free-kitchen-design .what-to-expect .expect-wrapper {
    column-gap: 24px;
    max-width: 1125px;
    margin: 0 auto;
  }
  .v1-free-kitchen-design .what-to-expect .expect-wrapper .col {
    flex: 0 0 calc(25% - 18px);
    margin: 0;
  }
  .v1-free-kitchen-design .what-to-expect .expect-wrapper .col .image {
    margin: 0 0 24px 0;
    max-width: 100%;
    height: 60px;
  }
  .v1-free-kitchen-design .what-to-expect .expect-wrapper .col .image svg {
    margin: 0 auto;
  }
  .v1-free-kitchen-design .what-to-expect .expect-wrapper .col .header {
    text-align: center;
  }
  .v1-free-kitchen-design .what-to-expect .expect-wrapper .col .header h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .v1-free-kitchen-design .what-to-expect .expect-wrapper .col .header p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .v1-free-kitchen-design .banner-wrapper .confirmation-banner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-size: 60%;
  }
  .v1-free-kitchen-design .banner-wrapper .confirmation-banner .banner-txt {
    flex: 1 0 auto;
  }
  .v1-free-kitchen-design .banner-wrapper .confirmation-banner .banner-txt h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 6px 0;
  }
  .v1-free-kitchen-design .banner-wrapper .confirmation-banner .banner-txt p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .v1-free-kitchen-design .banner-wrapper .confirmation-banner .banner-btn {
    flex: 0 0 auto;
  }
  .v1-free-kitchen-design .try-our-diy {
    max-width: 1226px;
    margin: 0 auto;
  }
  .v1-free-kitchen-design .try-our-diy .flex {
    align-items: center;
  }
  .v1-free-kitchen-design .try-our-diy .flex .col {
    box-sizing: border-box;
    text-align: left;
  }
  .v1-free-kitchen-design .try-our-diy .flex .col h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 8px 0;
  }
  .v1-free-kitchen-design .try-our-diy .flex .col p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .v1-free-kitchen-design .get-inspired h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .v1-free-kitchen-design .get-inspired .insta-grid {
    max-width: 1020px;
    margin: 0 auto;
  }
  .magecomm-compare-category .magecomm-compare-box .compare-wrapper {
    max-width: 920px;
    margin: 0 auto;
  }
  .magecomm-compare-category .magecomm-compare-box .compare-wrapper .compare-items .compare-box-item .content {
    position: relative;
    display: none;
    background-color: #ffffff;
    width: 100%;
  }
  .magecomm-compare-category .magecomm-compare-box .compare-wrapper .compare-items .compare-box-item .content .compare-thumbnail a {
    display: block;
  }
  .magecomm-compare-category .magecomm-compare-box .compare-wrapper .compare-items .compare-box-item .content .compare-thumbnail img {
    width: 100%;
  }
  .magecomm-compare-category .magecomm-compare-box .compare-wrapper .compare-items .compare-box-item .content .compare-thumbnail .compare-title {
    overflow: hidden;
    font-size: 14px;
    padding: 0 10px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    text-align: center;
  }
  .magecomm-compare-category .magecomm-compare-box .compare-wrapper .compare-items .compare-box-item .content .remove-compare-item {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0082b5;
    color: #fff;
    text-align: center;
  }
  .magecomm-compare-category .magecomm-compare-box .compare-wrapper .compare-items .compare-box-item .content .remove-compare-item i {
    font-size: 14px;
  }
  .magecomm-compare-category .show-full-compare-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .magecomm-compare-category .show-full-compare-wrapper .show-full-compare {
    position: fixed;
    top: 45%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 40px 20px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
  }
  .magecomm-compare-category .show-full-compare-wrapper .show-full-compare i {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 8px;
    cursor: pointer;
  }
  .magecomm-compare-category .show-full-compare-wrapper .show-full-compare #compare-category-wrapper {
    margin-top: 20px;
    line-height: 46px;
    font-weight: 500;
    display: inline-block;
  }
  .category_bullets_holder {
    margin: 0 0 24px 0;
  }
  .category_bullets_holder .inner .desktop_center .mobile_left_pin {
    padding: 8px;
  }
  .category_bullets_holder .inner .desktop_center .mobile_left_pin .heading {
    font-size: 16px;
    line-height: 22px;
  }
  .category_points_holder {
    padding: 12px 0;
    margin: 0 0 24px 0;
  }
  .category_points_holder .inner .mobile_left_pin {
    margin: 0 12px;
  }
  .category-steps .category-steps-name h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .category-steps .category-steps-description {
    font-size: 16px;
    line-height: 22px;
  }
  .category-steps .category-steps-wrapper .category-step {
    max-width: 33.333%;
    padding: 12px;
  }
  .category-steps .category-steps-wrapper .category-step .text-content h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .category-steps .category-steps-wrapper .category-step .text-content div {
    font-size: 16px;
    line-height: 22px;
  }
  .page-wrapper.countertops .subcategory-list {
    margin: 12px 0 0 0;
  }
  .page-wrapper.countertops .subcategory-list .subcategory-grid {
    justify-content: center;
  }
  .category-subcategory-page.category-countertops .page-title-wrapper .page-title {
    line-height: 42px !important;
  }
  .category-subcategory-page.category-countertops .page-title-wrapper .page-title span {
    font-size: 36px !important;
  }
  .category-subcategory-page .page-title-wrapper .page-title {
    font-size: 2.2em;
  }
  .category-subcategory-page .category-filters .category_filter_mobile_compare {
    margin: 16px 0;
  }
  .category-subcategory-page .category-filters .filter_parent .current_filters_holder {
    margin: 0;
  }
  .category-subcategory-page .category-filters .filter_parent .current_filters_holder .current_filters .current_filters_title {
    padding: 16px 0 0 0;
  }
  .category-subcategory-page .category-filters .filter_parent.filter_sidebar .filter_container .category-filter-items .inner > div .category_filter_actions.top {
    padding: 0;
  }
  .category-subcategory-page .category-filters .filter_parent.filter_sidebar .filter_container .category-filter-items .inner > div .category_filter_actions.top .category_filter_apply {
    padding: 16px 0 0 0;
  }
  .category-subcategory-page .category-filters .filter_parent.filter_sidebar .filter_container .category-filter-items .category-filter-item .category-filter-item-options {
    padding: 0;
  }
  .category-subcategory-page .category-filters .category-filter-items {
    width: 60%;
    margin: 0 0 20px;
    flex-direction: column;
  }
  .category-subcategory-page .category-filters .category-filter-items .category-filter-item {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .category-subcategory-page .category-filters .category-filter-items .category-filter-item .category-filter-item-title:after {
    content: '\e622';
    display: block;
    font-family: 'icons-blank-theme';
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: inherit;
  }
  .category-subcategory-page .category-filters .category-filter-items .category-filter-item .category-filter-item-title.hidden:after {
    content: '\e621';
  }
  .category-subcategory-page .category-filters .category-filter-items .category_filter_actions.top {
    padding: 0;
  }
  .category-subcategory-page .category-filters .category-filter-items .category_filter_actions.bottom {
    margin: 16px 0;
  }
  .category-subcategory-page .category-filters .category-filter-items .category_filter_actions .category_filter_clear {
    padding: 12px 25px;
    box-sizing: border-box;
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item {
    flex: 0 1 calc(33.333% - 6px);
    width: calc(33.333% - 6px);
    margin: 0 3px 12px;
    padding: 16px;
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .list-item-compare .plus_checkbox_icon {
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ffffff;
    color: #0082b5;
    padding: 6px 10px 6px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    display: block;
    z-index: 3;
    line-height: 18px;
    font-size: 12px;
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .list-item-compare .plus_checkbox_icon:hover {
    color: #333333;
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .list-item-compare input:checked + .plus_checkbox_icon {
    background-color: #333333;
    color: #ffffff;
    content: 'Compare';
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .list-item-compare input:checked + .plus_checkbox_icon span {
    display: none;
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .list-item-compare input:checked + .plus_checkbox_icon:after {
    content: 'Compare';
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .button-cart {
    gap: 12px;
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .button-cart button {
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -o-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .button-cart .order-sample {
    -webkit-flex: 1 0 55%;
    -moz-flex: 1 0 55%;
    -ms-flex: 1 0 55%;
    -o-flex: 1 0 55%;
    flex: 1 0 55%;
  }
  .category_steps_holder .inner .columns_3 .mobile_left_pin {
    flex: 1 0 33%;
    margin: 0;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category_steps_holder .inner .columns_3 .mobile_left_pin .image {
    width: 64px;
    margin: 0;
  }
  .category_steps_holder .inner .columns_3 .mobile_left_pin .heading h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .category_steps_holder .inner .columns_3 .mobile_left_pin .heading div {
    font-size: 16px;
    line-height: 22px;
  }
  .category_steps_holder .inner .columns_3 .mobile_left_pin .heading div p {
    margin: 0;
    padding: 0;
  }
  .catalog-category-view.page-products .product_essential_headline.start_shopping {
    font-size: 30px;
  }
  .catalog-category-view.page-products .product-overview-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .catalog-category-view.page-products .product-overview-wrapper .img_gallery_parent {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .catalog-category-view.page-products .product-overview-wrapper .rta-attributes {
    -webkit-flex: 0 0 500px;
    -moz-flex: 0 0 500px;
    -ms-flex: 0 0 500px;
    -o-flex: 0 0 500px;
    flex: 0 0 500px;
    position: relative;
    height: auto;
    margin: 0 30px;
  }
  .catalog-category-view.page-products .product-overview-wrapper .rta-guarantee {
    flex: 1 1 100%;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs {
    width: 100%;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab {
    border-bottom: 0;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-title {
    font-size: 30px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-list {
    text-align: left;
    padding: 15px 0;
    margin-bottom: 5px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-list .category-name {
    list-style: none;
    margin-bottom: 8px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-list .category-name > div {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    display: block;
    cursor: pointer;
    border: 2px solid #cccccc;
    padding: 7px 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-list .category-name > div.active {
    border-color: #0082b5;
    background-color: #ebf9ff;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-list .category-name > div:hover {
    border-color: #0082b5;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-list-m {
    display: none;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-list-m.loaded {
    display: none !important;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-product-list .category-product .product-info {
    flex: 0 1 calc(100% - 500px);
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-product-list .category-product .product-action {
    flex: 0 1 380px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-product-list .category-product .product-action .product-add-form {
    max-width: 360px;
    margin: 0 0 0 auto;
  }
  .catalog-category-view.page-products #cabinet-page-addition {
    width: 100%;
    margin: 0;
    float: none;
    justify-content: flex-start;
  }
  [class^="alternatives-modal"] .modal-body-content .thank-you h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0 10px;
  }
  [class^="alternatives-modal"] .modal-body-content .thank-you p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  [class^="alternatives-modal"] .modal-body-content h1 {
    margin: 0 0 25px 0;
    font-size: 36px;
    line-height: 42px;
  }
  [class^="alternatives-modal"] .modal-body-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 25px 0;
  }
  [class^="alternatives-modal"] .modal-body-content .help-form input[type="text"],
  [class^="alternatives-modal"] .modal-body-content .help-form input[type="email"] {
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    margin: 0;
  }
  [class^="alternatives-modal"] .modal-body-content .help-form textarea {
    height: 80px;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 30px 0;
  }
  [class^="alternatives-modal"] .modal-body-content .help-form h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0 10px 0;
  }
  [class^="alternatives-modal"] .modal-body-content .help-form .form-fields {
    width: 100%;
  }
  [class^="alternatives-modal"] .modal-body-content .help-form .form-fields:nth-of-type(1) {
    display: inline-block;
    max-width: 320px;
    float: left;
  }
  [class^="alternatives-modal"] .modal-body-content .help-form .form-fields:nth-of-type(2) {
    display: inline-block;
    max-width: calc(100% - 330px);
    float: right;
  }
  [class^="alternatives-modal"] .modal-body-content .help-form .buttons button {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 20px;
  }
  [class^="alternatives-modal"] .product-items .slick-arrow {
    top: -40px;
    border-radius: 0;
    border: solid 1px #1e1e1e;
    width: 40px;
    height: 40px;
    background: #ffffff;
  }
  [class^="alternatives-modal"] .product-items .slick-arrow.slick-disabled {
    border: solid 1px rgba(0, 0, 0, 0.25);
  }
  [class^="alternatives-modal"] .product-items .slick-arrow:hover:before,
  [class^="alternatives-modal"] .product-items .slick-arrow:active:before,
  [class^="alternatives-modal"] .product-items .slick-arrow:focus:before {
    background: transparent;
  }
  [class^="alternatives-modal"] .product-items .slick-prev {
    right: 50px;
    left: auto;
  }
  [class^="alternatives-modal"] .product-items .slick-next {
    right: 0;
    left: auto;
  }
  [class^="alternatives-modal"] .product-item {
    height: auto;
    width: 370px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  [class^="alternatives-modal"] .product-item .item {
    padding: 20px 10px 80px;
  }
  [class^="alternatives-modal"] .product-item .item .product-item-details .product-item-name {
    font-size: 18px;
    line-height: 24px;
  }
  [class^="alternatives-modal"] .product-item .item .product-item-details .product-item-inner {
    width: auto;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
  .gallery_bottom_banners {
    justify-content: space-between;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    row-gap: 8px;
    margin-left: 80px;
  }
  .fotorama--fullscreen .fotorama__wrap--css3 .fotorama__stage__shaft {
    margin: 0 0 0 86px !important;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen {
    background: rgba(0, 0, 0, 0.5);
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 {
    max-width: 70% !important;
    height: 85% !important;
    margin: 50px auto 0;
    padding: 20px;
    background: #ffffff;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage {
    width: 100% !important;
    left: 0 !important;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage__frame .fotorama__img--full {
    max-width: 90% !important;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage,
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__nav-wrap.fotorama__nav-wrap--vertical,
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__nav.fotorama__nav--thumbs {
    height: 100% !important;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__thumb-border {
    border: 2px solid #721d1d;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__thumb__arr--right.fotorama__thumb--icon {
    background-position: -25px -345px;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__nav-wrap.fotorama__nav-wrap--vertical {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__nav-wrap.fotorama__nav-wrap--vertical {
    padding: 0 20px;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__fullscreen-icon {
    top: 0;
    right: 0 !important;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__fullscreen-icon:focus:after {
    box-shadow: none;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__arr,
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__arr:active,
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__thumb__arr:active {
    background-color: transparent !important;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__arr .fotorama__arr--prev {
    left: 85px;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__arr .fotorama__arr--next {
    right: 85px;
  }
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
  .catalog-category-view.page-products.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    transform: none;
  }
  .catalog-category-view.page-products:not(.fotorama__fullscreen) .img-gallery #panorama {
    max-width: 80%;
  }
  .countertops-index-materials .page-title {
    font-size: 36px;
    text-align: center;
  }
  .countertops-index-materials .column .countertop-program h2 {
    margin: 48px 0 24px;
  }
  .countertops-index-materials .column .countertop-program .category-steps-description {
    max-width: 1300px;
    margin: 48px auto 0;
  }
  .countertops-index-materials .column .countertop-program .category-steps-description h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .countertops-index-materials .column .countertop-program .category-steps-description .countertop-tool-steps {
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  .countertops-index-materials .column .countertop-program .category-steps-description .countertop-tool-steps .countertop-step {
    max-width: 245px;
    flex: 0 1 auto;
    flex-flow: row wrap;
    text-align: center;
    align-content: flex-start;
  }
  .countertops-index-materials .column .countertop-program .category-steps-description .countertop-tool-steps .countertop-step .img {
    flex: 0 0 100%;
    height: 64px;
  }
  .countertops-index-materials .column .countertop-program .category-steps-description .countertop-tool-steps .countertop-step .txt {
    flex: 0 0 100%;
  }
  .countertops-index-materials .column .countertop-program .countertops-bottom-banner {
    margin: 0 -20px;
  }
  .countertops-index-materials .column .countertop-program .countertops-bottom-banner h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features {
    margin: 68px 0 0 0;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features .features .text .text-content {
    text-align: left;
    padding: 0 12% 0 0;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features .features .text h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    margin: 0 0 12px 0;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features .features .text p {
    font-size: 16px;
    line-height: 22px;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features .features li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features .features li:nth-child(2) {
    margin: 120px auto;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features .features li:nth-child(2) .text-content {
    order: 2;
    padding: 0 0 0 12%;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features .features li:nth-child(2) .image-content {
    order: 1;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-features .features li > div {
    flex: 0 0 50%;
    padding: 0 18px;
    box-sizing: border-box;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-colors .countertop-program-items-wrapper .countertop-program-items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 25px;
    align-items: flex-start;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-colors .countertop-program-items-wrapper .countertop-program-items .countertop-program-item {
    flex: 0 1 33%;
    padding: 24px;
    box-sizing: border-box;
    max-width: 304px;
  }
  .countertops-index-materials .column .countertop-program .countertop-program-colors .countertop-program-items-wrapper .countertop-program-items .countertop-program-item h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .countertops-index-materials .column .countertops-background {
    margin: 48px 0 0 0;
  }
  .countertops-index-materials .column .countertops-background .rta-form h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .countertops-index-materials .column .countertops-background .rta-form > fieldset {
    max-width: 600px;
  }
  .countertops-index-materials .column .countertops-background .rta-form > fieldset:first-of-type {
    margin: 0 auto 24px;
  }
  .countertops-index-materials .column .countertops-background .rta-form > fieldset .cell input {
    margin: 0;
  }
  .countertops-index-materials .column .countertops-background .rta-form > fieldset.desktop-50 {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
  }
  .countertops-index-materials .column .countertops-background .rta-form > fieldset.desktop-50 .cell {
    flex: 1 1 50%;
  }
  .sale-coupon-page .container.cms-products-list.rta-coupons-box .category-products .products-grid.grid-ready-pre {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 15px auto 50px;
  }
  .sale-coupon-page .container.cms-products-list.rta-coupons-box .category-products .products-grid.grid-ready-pre .wrapper {
    padding: 0 7.5px;
    box-sizing: border-box;
  }
  .sale-coupon-page .container.cms-products-list.rta-coupons-box .category-products .products-grid.grid-ready-pre .slick-dots {
    left: 0;
    bottom: -35px;
  }
  .sale-coupon-page .container.cms-products-list.rta-coupons-box .category-products .products-grid.grid-ready-pre .slick-dots button {
    width: 30px;
    height: 30px;
  }
  .sale-coupon-page .container.cms-products-list.rta-coupons-box .category-products .products-grid.grid-ready-pre .slick-dots button:before {
    background-color: #333333;
    content: '';
    border-radius: 50%;
  }
  body.cms-contractor-designer-only-discount-page .page-title-wrapper {
    height: 200px;
    padding: 75px 0;
    box-sizing: border-box;
    margin: 0 -20px;
  }
  body.cms-contractor-designer-only-discount-page .page-title-wrapper h1 {
    font-size: 30px;
    line-height: 50px;
    padding: 0;
  }
  .dashboardpro .items_listing {
    display: flex;
    gap: 24px;
    flex-flow: row wrap;
  }
  .dashboardpro .items_listing .item {
    flex-flow: row wrap;
    flex: 0 0 calc(50% - 12px);
    margin: 0;
    display: flex;
  }
  .dashboardpro .items_listing .item .image {
    flex: 0 0 140px;
  }
  .dashboardpro .items_listing .item .txt {
    flex: 0 0 calc(100% - 140px);
    padding: 0 0 0 24px;
    box-sizing: border-box;
  }
  .dashboardpro .items_listing .item .info {
    flex: 0 0 100%;
    margin: 0 0 24px 0;
  }
  .dashboardpro .items_listing .item .info a {
    display: inline-block;
    margin-right: 14px;
  }
  .resource-center .resource-center-featured-item {
    flex: 0 1 45%;
  }
  .resource-center .free-expert-design-banner {
    display: flex;
    background-color: #0082b5;
    color: #fff;
    align-content: center;
  }
  .resource-center .free-expert-design-banner .free-expert-design-banner-left {
    background-image: url(../images/free-expert-design-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 490px;
    width: 100%;
    max-width: 620px;
    float: left;
  }
  .resource-center .free-expert-design-banner .free-expert-design-banner-right {
    float: right;
    width: 50%;
    margin-left: 40px;
    margin-right: 40px;
  }
  .resource-center .free-expert-design-banner .free-expert-design-banner-right h3 {
    margin-top: 15%;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
  }
  .resource-center .free-expert-design-banner .free-expert-design-banner-right p {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0 40px 0;
  }
  .resource-center .free-expert-design-banner .free-expert-design-banner-right button {
    display: block;
    padding: 0 40px;
    margin-bottom: 12px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    line-height: 50px;
    border: none;
    font-size: 14px;
    font-weight: 400;
  }
  .countdown_holder.current .flip-clock-container > li {
    margin: 30px 5px 60px;
  }
  .testimonials-index-testimonials .testimonials-feature .testimonials-feature-left,
  .testimonials-index-testimonials .testimonials-feature .testimonials-feature-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .testimonials-index-testimonials .testimonials-feature .testimonials-feature-left {
    padding: 30px 20px 15px;
  }
  .testimonials-index-testimonials .testimonials-header {
    max-height: 220px;
    overflow: hidden;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
  }
  .testimonials-index-testimonials .testimonials-header .testimonials-header-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    padding: 30px 20px 0 20px;
    max-height: 220px;
  }
  .testimonials-index-testimonials .testimonials-header .testimonials-header-left p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .testimonials-index-testimonials .testimonials-header .testimonials-header-left h1 {
    font-size: 24px;
  }
  .testimonials-index-testimonials .testimonials-header .testimonials-header-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    max-height: 220px;
  }
  .testimonials-index-testimonials .testimonials-header .testimonials-header-right img {
    width: 100%;
    height: 100%;
  }
  .testimonials-index-testimonials .testimonials-recent-items .testimonials-recent-item {
    width: 27.5%;
  }
  .testimonials-index-testimonials .new_pager {
    display: block;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .start-your-journey .get-started.img_bg {
    margin-bottom: 128px;
  }
  .start-your-journey .get-started.img_bg .inner {
    max-width: 775px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .start-your-journey .get-started.img_bg .inner .form-title .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .start-your-journey .get-started.img_bg .inner .form-title p {
    font-size: 18px;
    line-height: 25px;
  }
  .start-your-journey .split {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .start-your-journey .split .img {
    flex: 0 0 550px;
  }
  .start-your-journey .split .txt {
    flex: 0 0 585px;
  }
  .start-your-journey .split .txt h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .start-your-journey .split .txt p {
    margin-bottom: 24px;
  }
  .start-your-journey .split .txt .rta-btn {
    display: inline-block;
    padding: 12px 24px;
  }
  .start-your-journey .pre-purchase {
    margin-bottom: 128px;
  }
  .start-your-journey .start-form .inner .rta-form {
    padding: 48px;
  }
  .start-your-journey .start-form .inner .rta-form .form-title h2 {
    margin-top: 0;
  }
  .start-your-journey .start-form .inner .rta-form .question-header {
    font-size: 18px;
    line-height: 20px;
  }
  .start-your-journey .start-form .inner .rta-form .buttons .form-btn {
    display: inline-block;
    max-width: 270px;
  }
  .start-your-journey .get-quick-quote.split .txt .rta-btn,
  .start-your-journey .design-yourself.split .txt .rta-btn,
  .start-your-journey .work-with-designer.split .txt .rta-btn,
  .start-your-journey .pre-purchase.split .txt .rta-btn {
    max-width: 270px;
    width: 100%;
  }
  .start-your-journey .get-quick-quote,
  .start-your-journey .design-yourself,
  .start-your-journey .work-with-designer {
    margin-top: 90px;
  }
  .start-your-journey .get-quick-quote .txt,
  .start-your-journey .work-with-designer .txt {
    order: 1;
  }
  .start-your-journey .get-quick-quote .img,
  .start-your-journey .work-with-designer .img {
    order: 0;
  }
  .cms-partnerships .page-main {
    padding: 0;
  }
  .cms-partnerships .page-main h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .cms-partnerships .page-main h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .cms-partnerships .page-main h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .cms-partnerships .page-main h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .cms-partnerships .page-main p {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-partnerships .page-main .rta-form-background-wrapper {
    padding: 72px 0;
  }
  .cms-partnerships .page-main .part2 h2 {
    max-width: 600px;
    margin: 0 auto 12px;
  }
  .cms-partnerships .page-main .part2 p {
    max-width: 600px;
    margin: 0 auto 24px;
  }
  .cms-partnerships .page-main .part1,
  .cms-partnerships .page-main .part5 {
    align-items: center;
  }
  .cms-partnerships .page-main .part3 .how-it-works-container .col {
    flex: 0 0 25%;
  }
  .cms-partnerships .page-main .part4 .instagram-item-thumbnail .instagram-image-container a {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-partnerships .page-main .bottom-sticky {
    margin: 0;
  }
  .cms-partnerships .rta-forms .step-4 .partnerships-finish-list {
    gap: 24px;
  }
  .cms-partnerships .rta-forms .step-4 .partnerships-finish-list .lg-f-50 {
    flex: 0 0 calc(50% - 12px);
  }
  .cms-quick-quote .cabinetry-split .col a {
    display: block;
  }
  .cms-quick-quote .cabinetry-split .col img {
    margin: 0 0 12px 0;
  }
  .cms-quick-quote .cabinetry-split .col .bluecaps {
    font-size: 12px;
    line-height: 26px;
  }
  .cms-quick-quote .cabinetry-split .col h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
  }
  .cms-quick-quote .full_width_bg {
    background-position: center center;
    background-size: cover;
    margin: 0 -20px;
    padding: 48px 0;
    box-sizing: border-box;
  }
  .cms-quick-quote .full_width_bg .inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
  }
  .cms-quick-quote .full_width_bg .inner .heading {
    margin: 0 auto;
    padding: 0;
  }
  .cms-quick-quote .full_width_bg .inner .heading h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .cms-quick-quote .full_width_bg .inner .columns_5 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .cms-quick-quote .full_width_bg .inner .columns_5 .col {
    text-align: center;
    flex: 0 0 20%;
    padding: 12px 24px;
    box-sizing: border-box;
  }
  .cms-quick-quote .full_width_bg .inner .columns_5 .col .col-img {
    margin: 0 auto 12px;
  }
  .cms-quick-quote .full_width_bg .inner .columns_5 .col .col-txt h4 {
    margin: 0 0 4px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .cms-quick-quote .full_width_bg .inner .columns_5 .col .col-txt p {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-quick-quote .full_width_bg .inner .rta-btn {
    margin: 24px 0 0 0;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
  .cms-quick-quote .rta-form {
    padding: 36px;
    max-width: 650px;
  }
  .cms-quick-quote .rta-form .quick-quote-form fieldset.width-25 .cell {
    flex: 0 1 25%;
  }
  .cms-quick-quote .rta-form .quick-quote-form fieldset.width-50.icon-radio {
    max-width: 384px;
  }
  .cms-quick-quote .platinum-promise .desktop-50 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 72px 70px;
    box-sizing: border-box;
    align-items: center;
  }
  .cms-quick-quote .platinum-promise .desktop-50 .col {
    flex: 0 0 50%;
  }
  .cms-quick-quote .platinum-promise .desktop-50 .txt-col {
    padding: 0 48px;
    box-sizing: border-box;
  }
  .cms-quick-quote .platinum-promise .desktop-50 .txt-col h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .cms-quick-quote .cabinetry-for-every-space h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  .cms-quick-quote .cabinetry-for-every-space p {
    margin: 0 0 24px 0;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1266px;
    margin: 0 auto;
    padding: 72px 0;
    box-sizing: border-box;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .txt-col {
    flex: 0 3 100%;
    order: 2;
    padding: 0 48px;
    box-sizing: border-box;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .txt-col h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col {
    height: 600px;
    flex: 0 1 700px;
    position: relative;
    order: 1;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg span {
    font-size: 14px;
    line-height: 18px;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg1 {
    top: 0;
    right: 0;
    z-index: 1;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg1 span {
    text-align: right;
    width: 140px;
    right: 0;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg2 {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 409px;
    width: 307px;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg2 span {
    text-align: right;
    right: 0;
    left: auto;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg3 {
    bottom: 140px;
    left: 55%;
    z-index: 3;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg3 span {
    top: 50%;
    transform: translateY(-50%);
    right: -140px;
    width: 140px;
    text-align: left;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg4 {
    top: 25%;
    left: 0;
    z-index: 1;
  }
  .cms-quick-quote .one-stop-shop .inner .options-split .img-col .optimg4 span {
    width: 130px;
    text-align: left;
  }
  .cms-quick-quote .interior-design-essentials {
    padding: 48px 72px;
    box-sizing: border-box;
  }
  .cms-quick-quote .interior-design-essentials .inner h2 {
    margin: 0 0 12px 0;
    font-size: 30px;
    line-height: 36px;
  }
  .cms-quick-quote .interior-design-essentials .inner p {
    margin: 0 0 24px 0;
  }
  .cms-quick-quote .interior-design-essentials .inner .cabinetry-split .col h4 {
    height: 106px;
    display: block;
  }
  .form-steps {
    min-width: 500px;
  }
  .rta-form .checkboxes .width-15 {
    width: 15%;
  }
  .rta-form .checkboxes .width-25 {
    width: 25%;
  }
  .rta-form .checkboxes .width-33 {
    width: 33%;
  }
  .rta-form .checkboxes .width-50 {
    width: 50%;
  }
  .frd-service .columns_2.buttons {
    max-width: 370px;
  }
  .testimonials-block .desktop_center .caption {
    margin-left: 102px;
  }
  .form-modal .modal-header h1 {
    font-size: 26px;
  }
  .pro-get-started .inner {
    margin: 0 auto;
    align-items: center;
  }
  .cms-professional-discounts .pro-program {
    padding: 0;
    margin: 130px auto 0;
  }
  .cms-professional-discounts .pro-program .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .cms-professional-discounts .pro-program .inner .heading h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 40px 0;
  }
  .cms-professional-discounts .pro-program .inner .benefits {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 60px 0;
    justify-content: space-between;
  }
  .cms-professional-discounts .pro-program .inner .benefits .txt {
    flex: 0 0 405px;
  }
  .cms-professional-discounts .pro-program .inner .benefits .txt .flex {
    display: block;
  }
  .cms-professional-discounts .pro-program .inner .benefits .txt .heading {
    margin: 24px 0 16px 0;
    display: block;
  }
  .cms-professional-discounts .pro-program .inner .benefits .txt .heading h4 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
  }
  .cms-professional-discounts .pro-program .inner .benefits .img {
    flex: 0 0 50%;
    background-size: cover;
    background-position: center;
  }
  .cms-professional-discounts .pro-program .inner .benefits .img img {
    opacity: 0;
  }
  .cms-professional-discounts .blue-checks li {
    font-size: 18px;
    line-height: 20px;
  }
  .cms-professional-discounts .blue-checks li:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .cms-professional-discounts .pro-discount-forms {
    margin: 0 -20px 120px;
    padding: 40px 0;
  }
  .cms-professional-discounts .pro-discount-forms .transparent-white {
    margin: 40px auto;
  }
  .cms-professional-discounts .pro-discount-forms .transparent-white .inner .heading.center {
    margin: 0;
    padding: 0;
  }
  .cms-professional-discounts .pro-discount-forms .transparent-white .inner .heading.center h1 {
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 36px;
    line-height: 42px;
  }
  .cms-professional-discounts .pro-discount-forms .transparent-white .inner .heading.center p {
    font-size: 20px;
    line-height: 22px;
  }
  .cms-professional-discounts .pro-discount-forms .transparent-white .inner .rta-form .form-steps {
    max-width: 340px;
    min-width: auto;
  }
  .cms-professional-discounts .pro-discount-forms .transparent-white .inner .rta-form .main_select {
    flex-wrap: nowrap;
    column-gap: 24px;
  }
  .cms-professional-discounts .pro-discount-forms .transparent-white .inner .rta-form .main_select .col {
    flex: 0 1 50%;
  }
  .cms-professional-discounts .pro-discount-forms .transparent-white .inner .rta-form .checkboxes .width-25 > label {
    line-height: 16px;
  }
  .cms-professional-discounts .pro-program .blue-checks li {
    font-size: 16px;
    line-height: 20px;
  }
  .cms-professional-discounts .top-collections {
    text-align: center;
  }
  .cms-professional-discounts .top-collections .blue-checks {
    margin: 0 auto;
    max-width: 600px;
  }
  .cms-professional-discounts .top-collections .blue-checks li {
    display: inline-block;
  }
  .cms-professional-discounts .top-collections .blue-checks li:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .cms-professional-discounts .top-collections h2 {
    margin: 0 0 16px 0;
    font-size: 32px;
    line-height: normal;
  }
  .cms-professional-discounts .top-collections > p {
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 28px;
  }
  .cms-professional-discounts .top-collections .subcategory-list {
    margin: 70px auto 0;
    max-width: 1080px;
  }
  .cms-professional-discounts .top-collections .subcategory-list .subcategory-grid .item {
    text-align: left;
  }
  .cms-professional-discounts .frd-service .full_width_bg .heading h2 {
    margin: 0 0 25px 0;
  }
  .cms-professional-discounts .frd-service .full_width_bg .heading p {
    max-width: 800px;
    margin: 0 auto;
  }
  .cms-professional-discounts .frd-service .full_width_bg .heading p br {
    margin: 0 0 20px 0;
  }
  .cms-professional-discounts .frd-service .full_width_bg .columns_2 {
    justify-content: center;
  }
  .cms-professional-discounts .frd-service .full_width_bg .columns_2 > div {
    flex: 0 0 auto;
  }
  .cms-professional-discounts .frd-service .full_width_bg .columns_2 > div .form-btn {
    width: auto;
  }
  .cms-professional-discounts .testimonials-block {
    margin: 90px auto 0;
  }
  .cms-professional-discounts .testimonials-block .heading > h2 {
    margin-bottom: 24px;
  }
  .cms-professional-discounts .testimonials-block .desktop_center {
    max-width: 1400px;
    gap: 60px;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  .cms-professional-discounts .testimonials-block .desktop_center .mobile_center {
    flex: 0 0 calc(33.333% - 40px);
  }
  .cms-professional-discounts .testimonials-block .desktop_center .mobile_center .caption {
    margin: 0;
  }
  .cms-professional-discounts .account-rep {
    margin: 90px auto 0;
    max-width: 1300px;
  }
  .cms-professional-discounts .account-rep .contractor-discounts-rep {
    margin: 0 auto 48px;
  }
  .cms-professional-discounts .account-rep .contractor-discounts-rep h2 {
    margin: 0;
    font-size: 36px;
    line-height: 42px;
  }
  .cms-professional-discounts .reviews-banner {
    margin: 34px auto 0;
  }
  .cms-professional-discounts .reviews-banner .items .item img {
    filter: none;
  }
  .cms-quick-quote .rta-form .quick-quote-form .img-radio .cell,
  .cms-partnerships .rta-form .quick-quote-form .img-radio .cell {
    flex: 0 0 calc(33% - 15px);
  }
  .cms-quick-quote .rta-form .quick-quote-form .img-radio .cell .radio-img,
  .cms-partnerships .rta-form .quick-quote-form .img-radio .cell .radio-img {
    background-size: 188px;
    background-position: top center;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner,
  .cms-partnerships .rta-forms .options-for-every-home .inner {
    padding: 72px 70px;
    box-sizing: border-box;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .txt-col,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .txt-col {
    flex: 0 0 calc(100% - 725px);
    text-align: center;
    padding: 0 48px;
    box-sizing: border-box;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .txt-col h2,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .txt-col h2 {
    margin: 0;
    font-size: 40px;
    line-height: 48px;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col {
    height: 530px;
    max-width: 700px;
    flex: 0 1 700px;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg1 span,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg1 span,
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg2 span,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg2 span,
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg3 span,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg3 span {
    font-size: 14px;
    line-height: 18px;
    width: 130px;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg1,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg1 {
    width: 245px;
    right: 0;
    top: 0;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg1 span,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg1 span {
    top: -35px;
    bottom: auto;
    right: auto;
    left: 0;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg2,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg2 {
    left: 50%;
    transform: translateX(-50%);
    width: 307px;
    top: 55px;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg2 span,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg2 span {
    bottom: -35px;
    right: 0;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg3,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg3 {
    display: block;
    left: 0;
    bottom: 0;
    width: 245px;
  }
  .cms-quick-quote .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg3 span,
  .cms-partnerships .rta-forms .options-for-every-home .inner .options-split .img-col .optimg.optimg3 span {
    text-align: left;
    top: -25px;
  }
  .onestepcheckout-index-index .opc-payment-additional.customerbalance,
  .onestepcheckout-index-index .opc-payment-additional.rewardpoints {
    justify-content: space-between;
    align-items: center;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  #social-login-popup.amsl-popup-block .amsl-login-content .amsl-social-login {
    background: none;
  }
  #social-login-popup.amsl-popup-block .amsl-login-content .amsl-social-login .amsl-buttons {
    padding: 20px 35px;
    background: transparent;
  }
  #social-login-popup.amsl-popup-block .amsl-login-content .amsl-social-login .amsl-buttons .amsl-button-wrapper {
    margin: 0 15px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .form.password.forget .g-recaptcha > div {
    margin: 0 0 0 25.8%;
  }
  #back-to-top a:hover {
    background-color: #333333;
    color: #ffffff;
  }
  .page-main {
    margin-bottom: 20px;
  }
  h1.page-title {
    display: block;
  }
  .desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
  .quote-banner {
    padding: 48px 72px;
    box-sizing: border-box;
    max-width: 1366px;
    margin: 0 auto;
  }
  .quote-banner .inner .banner-split {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: center;
  }
  .quote-banner .inner .banner-split > .txt-col {
    border-radius: 8px 0 0 8px;
    flex: 0 1 100%;
    padding: 36px 48px;
    box-sizing: border-box;
  }
  .quote-banner .inner .banner-split > .txt-col .text-split {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .quote-banner .inner .banner-split > .txt-col .text-split .img-col {
    flex: 0 0 72px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
  }
  .quote-banner .inner .banner-split > .txt-col .text-split .txt-col {
    flex: 0 1 100%;
  }
  .quote-banner .inner .banner-split > .txt-col .text-split .txt-col h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px 0;
  }
  .quote-banner .inner .banner-split > .txt-col .text-split .txt-col p {
    margin: 0;
  }
  .quote-banner .inner .banner-split > .img-col {
    border-radius: 0 8px 8px 0;
    flex: 0 0 420px;
    box-sizing: border-box;
    position: relative;
  }
  .quote-banner .inner .banner-split > .img-col .rta-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
  }
  .flex .lg-f-25 {
    flex: 0 0 25%;
  }
  .flex .lg-f-33 {
    flex: 0 0 33.333%;
  }
  .flex .lg-f-50 {
    flex: 0 0 50%;
  }
  .flex .lg-f-100 {
    flex: 0 0 100%;
  }
  .lg-flex-row {
    flex-direction: row;
  }
  .lg-flex-column {
    flex-direction: column;
  }
  .lg-flex-content-center {
    justify-content: center;
  }
  .lg-flex-content-spacebetween {
    justify-content: space-between;
  }
  .f-left {
    width: 45%;
  }
  .f-right {
    width: 45%;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .lg-flex-gap-0 {
    gap: 0;
  }
  .lg-flex-gap-8 {
    gap: 8px;
  }
  .lg-flex-gap-12 {
    gap: 12px;
  }
  .lg-flex-gap-24 {
    gap: 24px;
  }
  .lg-flex-gap-36 {
    gap: 36px;
  }
  .lg-flex-gap-48 {
    gap: 48px;
  }
  .lg-gap-row-12 {
    row-gap: 12px;
  }
  .lg-gap-row-24 {
    row-gap: 12px;
  }
  .lg-gap-column-12 {
    row-gap: 12px;
  }
  .lg-gap-column-24 {
    row-gap: 12px;
  }
  .lg-30 {
    width: 30%;
  }
  .lg-35 {
    width: 35%;
  }
  .lg-40 {
    width: 40%;
  }
  .lg-40 {
    width: 40%;
  }
  .lg-45 {
    width: 45%;
  }
  .lg-50 {
    width: 50%;
  }
  .lg-100 {
    width: 100%;
  }
  .lg-plr-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-pl-12 {
    padding-left: 12px;
  }
  .lg-pr-12 {
    padding-right: 12px;
  }
  .lg-plr-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg-pl-24 {
    padding-left: 24px;
  }
  .lg-pr-24 {
    padding-right: 24px;
  }
  .lg-plr-36 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .lg-pl-36 {
    padding-left: 36px;
  }
  .lg-pr-36 {
    padding-right: 36px;
  }
  .lg-plr-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .lg-plr-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg-pl-48 {
    padding-left: 48px;
  }
  .lg-pr-48 {
    padding-right: 48px;
  }
  .lg-ptb-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .lg-pt-12 {
    padding-top: 12px;
  }
  .lg-pb-12 {
    padding-bottom: 12px;
  }
  .lg-ptb-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lg-pt-24 {
    padding-top: 24px;
  }
  .lg-pb-24 {
    padding-bottom: 24px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pt-32 {
    padding-top: 32px;
  }
  .lg-pb-32 {
    padding-bottom: 32px;
  }
  .lg-pl-32 {
    padding-left: 32px;
  }
  .lg-pr-32 {
    padding-right: 32px;
  }
  .lg-ptb-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .lg-pt-36 {
    padding-top: 36px;
  }
  .lg-pb-36 {
    padding-bottom: 36px;
  }
  .lg-ptb-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .lg-pt-48 {
    padding-top: 48px;
  }
  .lg-pb-48 {
    padding-bottom: 48px;
  }
  .lg-pt-64 {
    padding-top: 64px;
  }
  .lg-pb-64 {
    padding-bottom: 64px;
  }
  .lg-pr-64 {
    padding-right: 64px;
  }
  .lg-pl-64 {
    padding-left: 64px;
  }
  .lg-pt-72 {
    padding-top: 72px;
  }
  .lg-pb-72 {
    padding-bottom: 72px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-nm-lr-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lg-m-0 {
    margin: 0;
  }
  .lg-align-center {
    text-align: center;
  }
  .lg-align-left {
    text-align: left;
  }
  .lg-ptb-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .lg-text-sm {
    font-size: 14px;
    line-height: 20px;
  }
  .lg-text-base {
    font-size: 16px;
    line-height: 22px;
  }
  .lg-text-lg {
    font-size: 22px;
    line-height: 28px;
  }
  .lg-text-xl {
    font-size: 24px;
    line-height: 30px;
  }
  .lg-text-2xl {
    font-size: 30px;
    line-height: 36px;
  }
  .lg-text-3xl {
    font-size: 36px;
    line-height: 42px;
  }
  .lg-mb-4 {
    margin-bottom: 4px;
  }
  .lg-mb-8 {
    margin-bottom: 8px;
  }
  .lg-mb-12 {
    margin-bottom: 12px;
  }
  .lg-mb-16 {
    margin-bottom: 16px;
  }
  .lg-mb-24 {
    margin-bottom: 24px;
  }
  .lg-mb-32 {
    margin-bottom: 32px;
  }
  .lg-mb-36 {
    margin-bottom: 36px;
  }
  .lg-mb-48 {
    margin-bottom: 48px;
  }
  .lg-mb-64 {
    margin-bottom: 64px;
  }
  .lg-mt-4 {
    margin-top: 4px;
  }
  .lg-mt-8 {
    margin-top: 8px;
  }
  .lg-mt-12 {
    margin-top: 12px;
  }
  .lg-mt-16 {
    margin-top: 16px;
  }
  .lg-mt-24 {
    margin-top: 24px;
  }
  .lg-mt-32 {
    margin-top: 32px;
  }
  .lg-mt-36 {
    margin-top: 36px;
  }
  .lg-mt-48 {
    margin-top: 48px;
  }
  .lg-mt-64 {
    margin-top: 64px;
  }
  .lg-mr-4 {
    margin-right: 4px;
  }
  .lg-mr-8 {
    margin-right: 8px;
  }
  .lg-mr-12 {
    margin-right: 12px;
  }
  .lg-mr-16 {
    margin-right: 16px;
  }
  .lg-mr-24 {
    margin-right: 24px;
  }
  .lg-mr-32 {
    margin-right: 32px;
  }
  .lg-mr-36 {
    margin-right: 36px;
  }
  .lg-mr-48 {
    margin-right: 48px;
  }
  .lg-mr-64 {
    margin-right: 64px;
  }
  .lg-ml-4 {
    margin-left: 4px;
  }
  .lg-ml-8 {
    margin-left: 8px;
  }
  .lg-ml-12 {
    margin-left: 12px;
  }
  .lg-ml-16 {
    margin-left: 16px;
  }
  .lg-ml-24 {
    margin-left: 24px;
  }
  .lg-ml-32 {
    margin-left: 32px;
  }
  .lg-ml-36 {
    margin-left: 36px;
  }
  .lg-ml-48 {
    margin-left: 48px;
  }
  .lg-ml-64 {
    margin-left: 64px;
  }
  .page-footer .footer.content .newsletter.block {
    margin: 0;
    box-sizing: border-box;
    padding: 47px 15px 15px;
    border-bottom: none;
  }
  .page-header .panel.wrapper {
    border-bottom: none;
  }
  .page-header .panel.wrapper .panel.header .userpanelicon-wrapper {
    float: none;
    position: absolute;
    right: 46px;
    left: auto;
    top: 0;
  }
  .page-header .panel.wrapper .panel.header .userpanelicon-wrapper.active .userpanelicon-content {
    left: auto;
    right: 5px;
  }
  .page-header .panel.wrapper .panel.header .userpanelicon-wrapper.active .userpanelicon-content:before {
    left: auto;
    right: 7px;
  }
  .page-header .panel.wrapper .panel.header .userpanelicon-wrapper.active .userpanelicon-content:after {
    left: auto;
    right: 6px;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: absolute;
    left: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #0082b5;
    margin: 0 20px 0 0;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item a {
    color: #0082b5;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item a:hover {
    color: #00a7e8;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item.quick-quote a {
    display: inline-block;
    border-radius: 2px;
    background-color: #ebf9ff;
    padding: 0 8px;
    box-sizing: border-box;
    line-height: 24px;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item.quick-quote a:before {
    content: '\e911';
    font-family: 'icons-blank-theme';
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: inherit;
    vertical-align: bottom;
    margin: 0 4px 0 0;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item.quick-quote a:hover {
    background-color: #ffffff;
    color: #0082b5;
  }
  footer.page-footer .footer-slider-title {
    text-align: center;
  }
  footer.page-footer .footer-slider-title h3 {
    font-size: 36px;
  }
  footer.page-footer .footer-slider .slides {
    height: auto;
    overflow: visible;
  }
  footer.page-footer .footer-slider .slides-clickhere {
    display: none;
  }
  footer.page-footer .footer-slider .slides li {
    max-width: 120px;
    margin: 20px;
    width: 120px;
  }
  footer.page-footer .footer-slider .slides li > div {
    width: 100% !important;
    background-position: center !important;
  }
  footer.page-footer .footer-slider {
    width: 100%;
    max-width: 100%;
  }
  footer.page-footer .footer.content {
    display: block;
  }
  footer.page-footer .footer.content ul.social.mobile-only {
    display: none !important;
  }
  footer.page-footer .footer.content ul.social.desktop-only {
    display: block !important;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    float: none;
    padding: 20px 0;
    box-sizing: border-box;
    width: auto;
    max-width: max-content;
    font-size: 0;
    margin: 0 auto;
  }
  footer.page-footer .footer.content ul.social.desktop-only li {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }
  footer.page-footer .footer.content ul.social.desktop-only li.nkba_logo_link {
    height: auto;
  }
  footer.page-footer .footer.content ul.social.desktop-only li.houzz_link {
    width: 200px;
    height: auto;
    vertical-align: middle;
    padding: 0;
    margin: 0;
  }
  footer.page-footer .footer.content ul.social.desktop-only li.houzz_link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  footer.page-footer .footer.content ul.social.desktop-only li.houzz_link a img {
    margin-left: 10px;
  }
  footer.page-footer .footer.content ul.social.desktop-only li.houzz_link:hover a {
    color: #00a7e8;
  }
  footer.page-footer .footer.content ul.social.desktop-only li .social {
    width: 100%;
  }
  footer.page-footer .footer.content ul.social.desktop-only li .social:before {
    font-size: 22px;
  }
  footer.page-footer .footer.content .newsletter.block {
    overflow: hidden;
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 1600px;
    border-bottom: none;
  }
  footer.page-footer .footer.content .newsletter.block .title {
    color: #333333;
    margin: 0;
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    height: 32px;
  }
  footer.page-footer .footer.content .newsletter.block .title h3 {
    font-size: 32px;
    text-transform: none;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 32px;
    height: 28px;
  }
  footer.page-footer .footer.content .newsletter.block .title p {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 400px;
    vertical-align: middle;
    line-height: 14px;
    margin: 0;
    padding: 0;
  }
  footer.page-footer .footer.content .newsletter.block .content {
    text-align: center;
  }
  footer.page-footer .footer.content .newsletter.block .content > .subscribe {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
  }
  footer.page-footer .footer.content .newsletter.block .tagline.desktop-only {
    display: inline-block !important;
    height: auto;
    box-sizing: border-box;
    padding: 12px 0 12px 10px;
    margin: 0;
    width: 28%;
    vertical-align: middle;
    text-align: left;
  }
  footer.page-footer .footer.content .footer-links {
    border: none;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 0 110px 0;
    justify-content: space-between;
    box-sizing: border-box;
  }
  footer.page-footer .footer.content .footer-links .links {
    margin: 0;
  }
  footer.page-footer .footer.content .footer-links .links,
  footer.page-footer .footer.content .footer-links .links-sections {
    width: auto;
  }
  footer.page-footer .footer.content .footer-links .links h5,
  footer.page-footer .footer.content .footer-links .links-sections h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 15px;
    cursor: default;
  }
  footer.page-footer .footer.content .footer-links .links h5:after,
  footer.page-footer .footer.content .footer-links .links-sections h5:after {
    display: none;
  }
  footer.page-footer .footer.content .footer-links .links i,
  footer.page-footer .footer.content .footer-links .links-sections i {
    display: none !important;
  }
  footer.page-footer .footer.content .footer-links .links ul,
  footer.page-footer .footer.content .footer-links .links-sections ul {
    display: inline-block !important;
    background: transparent;
  }
  footer.page-footer .footer.content .footer-links .links a,
  footer.page-footer .footer.content .footer-links .links-sections a {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
    font-weight: 500;
    color: #0082b5;
  }
  footer.page-footer .footer.content .footer-links .links a:hover,
  footer.page-footer .footer.content .footer-links .links-sections a:hover {
    color: #00a7e8;
  }
  footer.page-footer .footer.content .footer-links .links-sections {
    display: inline-block;
  }
  footer.page-footer .footer.content .footer-links .links-sections .links {
    width: 100%;
  }
  footer.page-footer .footer.content .copyright {
    padding: 0;
  }
  footer.page-footer .footer.content .copyright .contact-info {
    display: none;
  }
  footer.page-footer .footer.content .copyright .legals-mobile {
    display: none;
  }
  footer.page-footer .footer.content .copyright .legals-desktop {
    display: block;
    width: auto;
    text-align: center;
    float: none;
  }
  footer.page-footer .footer.content .copyright .legals-desktop li {
    float: none;
    display: inline-block;
  }
  footer.page-footer .footer.content .copyright .special-note {
    font-size: 11px;
    text-align: center;
    width: auto;
    clear: both;
    margin: 24px 0 0 0;
  }
  footer.page-footer .footer.content .copyright .special-note li {
    float: none;
    margin: 0;
  }
  .page-wrapper {
    position: relative;
  }
  .page-wrapper .page-header {
    min-height: unset;
    border: none;
    height: 150px;
    position: relative;
    z-index: 2;
  }
  .page-wrapper .page-header .phonenumber,
  .page-wrapper .page-header .textnumber {
    border: none;
    box-sizing: border-box;
    line-height: 20px;
    padding: 13px 0;
  }
  .page-wrapper .page-header .phonenumber:before,
  .page-wrapper .page-header .textnumber:before {
    font-size: 14px;
  }
  .page-wrapper .page-header .header-textnumber .textnumber {
    right: 270px;
  }
  .page-wrapper .page-header .header-phonenumber {
    top: 40px;
  }
  .page-wrapper .page-header .header-phonenumber .phonenumber {
    font-size: 14px;
    right: 155px;
    width: 125px;
    font-weight: 600;
  }
  .page-wrapper .page-header .header-phonenumber .phonenumber span {
    display: block;
    float: right;
  }
  .page-wrapper .page-header .header-phonenumber .phonenumber:before {
    font-size: 16px;
    width: 20px;
    padding: 0;
    margin: 0;
  }
  .page-wrapper .page-header .header.content {
    padding: 14px 50px 0 50px;
    max-width: 1920px;
    height: 105px;
  }
  .page-wrapper .page-header .header.content .cart-wrapper {
    height: 90px;
    padding: 0;
  }
  .page-wrapper .page-header .header.content .cart-wrapper .link-cart:before {
    font-size: 30px;
  }
  .page-wrapper .page-header .header.content .cart-wrapper .link-cart .summary-wrapper {
    right: 0;
    font-size: 12px;
    line-height: 16px;
    height: 17px;
  }
  .page-wrapper .page-header .header.content .logo img {
    padding: 0;
    height: auto;
    width: 75px;
  }
  .page-wrapper .page-header .header.content .free-design-toggle {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    width: 163px;
    line-height: 40px;
    top: 34px;
    border: none;
    right: 100px;
    left: auto;
    background: #ffd0d0;
    color: #721d1d;
  }
  .page-wrapper .page-header .header.content .free-design-toggle:hover {
    background: #ffeaea;
    color: #9b2727;
  }
  .page-wrapper .page-header .header.content .free-design-toggle a {
    color: inherit;
  }
  .page-wrapper .page-header .panel.wrapper {
    border-bottom: none;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header {
    padding: 0 50px;
    margin: 0 auto;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .headersearchicon-wrapper .headersearchicon-content .block-search {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .userpanelicon-wrapper {
    right: 96px;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links li.search {
    display: none;
  }
  .page-wrapper.darkpage .page-header:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    height: calc(100vh - 150px);
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 10;
    pointer-events: none;
  }
  .nav-sections {
    margin: 0 auto;
    background-color: white;
    max-width: 1920px;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    z-index: 3;
  }
  .nav-sections .navigation {
    background-color: white;
    max-width: 960px;
    margin: 0;
    display: block;
    padding: 0;
    position: absolute;
    top: -105px;
    left: 175px;
    width: calc(100% - 490px);
    height: 105px;
  }
  .nav-sections .navigation > ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
  .nav-sections .navigation li {
    display: block;
    width: auto;
  }
  .nav-sections .navigation li .ui-menu-icon {
    display: none !important;
  }
  .nav-sections .navigation li.level-top > a.level-top .longname,
  .nav-sections .navigation li.level0 > .level-top .longname {
    position: relative;
  }
  .nav-sections .navigation li.level-top > a.level-top .longname:after,
  .nav-sections .navigation li.level0 > .level-top .longname:after {
    content: '';
    position: absolute;
    display: block;
    background-color: transparent;
    width: calc(100% - 20px);
    height: 3px;
    top: 50%;
    left: 10px;
    transition: background-color 0.3s, top 0.3s;
  }
  .nav-sections .navigation li.level-top:hover > a.level-top,
  .nav-sections .navigation li.level0 > .level-top:hover {
    background: white;
    color: #0082b5;
  }
  .nav-sections .navigation li.level-top:hover > a.level-top .longname:after,
  .nav-sections .navigation li.level0 > .level-top:hover .longname:after {
    background-color: #0082b5;
    top: calc(100% + 10px);
  }
  .nav-sections .navigation li a {
    display: inline-block;
    line-height: 15px;
    font-weight: 500;
  }
  .nav-sections .navigation li a.level-top {
    padding: 0 !important;
    width: 100% !important;
    line-height: 20px;
    text-align: center;
    color: #333333;
    display: flex;
    font-weight: 500;
    font-family: "DMSerif", serif;
    height: 105px;
    align-items: center;
    transition: color 0.3s;
  }
  .nav-sections .navigation li a.level-top.ui-state-focus,
  .nav-sections .navigation li a.level-top.ui-state-active {
    background: white;
    color: #0082b5;
  }
  .nav-sections .navigation li a.level-top.ui-state-focus ~ .mega-menu-container,
  .nav-sections .navigation li a.level-top.ui-state-active ~ .mega-menu-container {
    display: block;
  }
  .nav-sections .navigation li a.level-top span {
    display: none;
    padding: 0 10px;
    font-size: 18px;
  }
  .nav-sections .navigation li a.level-top span.longname {
    display: inline-block;
  }
  .nav-sections .navigation li.level0.nav-6,
  .nav-sections .navigation li.level0.nav-7 {
    display: none;
  }
  .nav-sections .navigation li.level0:hover:after {
    display: none;
  }
  .nav-sections .navigation li.level0.has-active > .level-top {
    color: #333333;
    display: flex;
  }
  .nav-sections .navigation li.level0 .submenu {
    box-shadow: none;
    border: none;
    background: #f5f5f5;
    z-index: 2;
  }
  .nav-sections .navigation li.level0 .submenu a {
    color: #333333;
    padding: 0;
  }
  .nav-sections .navigation li.level0 .submenu a:hover {
    color: #0082b5;
  }
  .nav-sections .navigation li.level0 .submenu a.subtitle {
    color: #721d1d;
    line-height: 15px;
  }
  .nav-sections .navigation li.level0 .submenu a.subtitle:hover {
    color: #ffd0d0;
  }
  .nav-sections .navigation li.level0 .submenu a:hover,
  .nav-sections .navigation li.level0 .submenu a.ui-state-focus,
  .nav-sections .navigation li.level0 .submenu a.ui-state-active {
    background-color: transparent;
  }
  .nav-sections .navigation li.level0.active > .level-top {
    display: flex;
    color: #333333;
  }
  .nav-sections .navigation li.level1 .submenu {
    background-color: #bddfec;
  }
  .nav-sections .navigation li.level1 .submenu li:not(:last-child) {
    border-bottom: 1px solid #333333;
  }
  .nav-sections .navigation li.level1 .submenu a {
    color: #0082b5;
  }
  .nav-sections .navigation li.level1 .submenu a:hover {
    background-color: #333333;
    color: white;
  }
  .nav-sections .mega-menu-container {
    display: none;
    position: absolute;
    z-index: 16;
    top: 105px;
    background: #f5f5f5;
  }
  .nav-sections .mega-menu-container .shop-all {
    display: none;
  }
  .nav-sections .mega-menu-container .title {
    font-family: "DMSerif", serif;
    font-size: 16px;
    line-height: 15px;
    margin: 0 0 15px 0;
    color: #333333;
    display: block;
    transition: color 0.3s;
  }
  .nav-sections .mega-menu-container .title:hover {
    color: #0082b5;
  }
  .nav-sections .mega-menu-container .subtitle {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #721d1d;
    margin: 0 0 20px 0;
    display: block;
    transition: color 0.3s;
  }
  .nav-sections .mega-menu-container .subtitle:hover {
    color: #ffd0d0;
  }
  .navigation .nav-1 .mega-menu-container {
    width: 75vw;
    max-width: 1320px;
  }
  .navigation .nav-1 .mega-menu-container .mega-menu-div {
    padding: 50px 50px 40px 50px;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: flex-end;
    gap: 10px;
  }
  .navigation .nav-1 .mega-menu-container .mega-menu-div .col {
    flex: 0 0 calc(20% - 8px);
  }
  .navigation .nav-1 .mega-menu-container .mega-menu-div .col a img {
    opacity: 0.9;
    transition: opacity;
  }
  .navigation .nav-1 .mega-menu-container .mega-menu-div .col a:hover .title {
    color: #0082b5;
  }
  .navigation .nav-1 .mega-menu-container .mega-menu-div .col a:hover img {
    opacity: 1;
  }
  .navigation .nav-2 .mega-menu-container {
    width: 70vw;
    max-width: 1080px;
    padding: 30px 50px 0 50px;
    box-sizing: border-box;
  }
  .navigation .nav-2 .mega-menu-container .mega-menu-div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .navigation .nav-2 .mega-menu-container .mega-menu-div .col {
    width: 33%;
    margin: 0 0 20px 0;
  }
  .navigation .nav-2 .mega-menu-container .mega-menu-div .col .title {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
  }
  .navigation .nav-2 .mega-menu-container .mega-menu-div .col.col01,
  .navigation .nav-2 .mega-menu-container .mega-menu-div .col.col04 {
    width: 36%;
  }
  .navigation .nav-2 .mega-menu-container .mega-menu-div .col.col02,
  .navigation .nav-2 .mega-menu-container .mega-menu-div .col.col05 {
    width: 33%;
  }
  .navigation .nav-2 .mega-menu-container .mega-menu-div .col.col03,
  .navigation .nav-2 .mega-menu-container .mega-menu-div .col.col06 {
    width: 30%;
  }
  .navigation .nav-4 .mega-menu-container {
    width: 470px;
  }
  .navigation .nav-4 .mega-menu-container .mega-menu-div {
    padding: 30px 50px 50px 50px;
    display: flex;
  }
  .navigation .nav-4 .mega-menu-container .mega-menu-div .title {
    line-height: 22px;
    margin: 20px 0 0 0;
  }
  .navigation .nav-4 .mega-menu-container .mega-menu-div .col01 {
    width: 45%;
  }
  .navigation .nav-4 .mega-menu-container .mega-menu-div .col02 {
    width: 55%;
  }
  .navigation .nav-5 .mega-menu-container,
  .navigation .nav-3 .mega-menu-container {
    width: 285px;
  }
  .navigation .nav-5 .mega-menu-container .mega-menu-div,
  .navigation .nav-3 .mega-menu-container .mega-menu-div {
    padding: 30px 50px 50px 50px;
    display: block;
  }
  .navigation .nav-5 .mega-menu-container .mega-menu-div .title,
  .navigation .nav-3 .mega-menu-container .mega-menu-div .title {
    line-height: 22px;
    margin: 20px 0 0 0;
  }
  .logo {
    margin: 0;
    position: absolute;
    left: 50px;
    transform: none;
    padding: 0;
    float: none;
    display: inline-block;
    top: 15px;
    right: auto;
  }
  .nav-sections-item-content .logo {
    display: none;
  }
  .header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 165px;
  }
  .header-middle .sale-links {
    display: flex;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
  }
  .header-middle .sale-links li {
    padding-top: 17px;
    margin: 0 20px 12px 0;
  }
  .header-middle .sale-links a {
    color: #636360;
    line-height: 25px;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
  }
  .header-middle .sale-links span {
    background: url('../images/header/header-ico.png');
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 3px;
  }
  .header-middle .sale-links .bbb span {
    background-position: -25px 0;
  }
  .header-middle .sale-links .service span {
    background-position: -50px 0;
  }
  .header-middle .sale-links .design span {
    background-position: -72px 0;
  }
  .header-middle .sale-links .visitus {
    margin-right: 0;
  }
  .header-middle .sale-links .visitus span {
    background: url('../images/header/store_icon.jpg');
  }
  .header-middle .phone-box {
    font-size: 20px;
    color: #0082b5;
    position: relative;
  }
  .header-middle .phone-box .nav-search {
    display: inline-block;
    padding: 6px 0;
    margin-right: 10px;
    border: 1px solid #333333;
    color: #333333;
    width: 40px;
    text-align: center;
  }
  .header-middle .phone-box .nav-search .slideInDown {
    animation: none;
  }
  .header-middle .phone-box .nav-search .fa-times {
    display: none;
  }
  .header-middle .phone-box .nav-search.active .fa-search {
    display: none;
  }
  .header-middle .phone-box .nav-search.active .fa-times {
    display: inline-block;
  }
  .header-middle .phone-box .quick-access {
    top: 0;
    left: -270px;
    position: absolute;
    overflow: hidden;
  }
  .header-middle .phone-box .quick-access .block-search input {
    width: 200px;
    height: 42px;
    padding-right: 0;
    font-size: 20px;
  }
  .header-middle .phone-box .quick-access .block-search input::placeholder {
    color: #333333;
  }
  .header-middle .phone-box .quick-access .block-search button.search {
    display: inline-block;
    padding: 6px 0;
    margin-right: 10px;
    border: 1px solid #333333;
    color: #333333;
    width: 40px;
    text-align: center;
    background: #721d1d;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .header-middle .phone-box .quick-access .block-search button.search .slideInDown {
    animation: none;
  }
  .header-middle .phone-box .quick-access .block-search button.search .fa-times {
    display: none;
  }
  .header-middle .phone-box .quick-access .block-search button.search.active .fa-search {
    display: none;
  }
  .header-middle .phone-box .quick-access .block-search button.search.active .fa-times {
    display: inline-block;
  }
  .header-middle .phone-box .quick-access.active {
    height: 42px;
    transition: height 0.5s;
  }
  .header-middle .phone-box .quick-access.inactive {
    height: 0;
    transition: height 0.5s;
  }
  .cms-home .homepage-banner .caption .homepage-new-banner #bkdimg {
    height: 500px;
  }
  .cms-home .homepage-banner .caption .homepage-new-banner #bkdimg .banner-text .banner-text-box {
    width: 710px;
  }
  .cms-home .homepage-banner .caption .homepage-new-banner #bkdimg .banner-text .banner-text-box h2 {
    font-size: 48px;
    line-height: 45px;
    letter-spacing: calc(1em * 0.001 * 50);
  }
  .cms-home .homepage-banner .caption .homepage-new-banner #bkdimg .banner-text .banner-text-box .buttons .banner-button {
    margin: 50px 25px 0 25px;
    display: inline-block;
  }
  .cms-home .homepage-banner .caption .homepage-new-banner #bkdimg .banner-text .banner-text-box .buttons .banner-button a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .cms-home .homepage-kickers {
    margin: 70px 0;
  }
  .cms-home .homepage-kickers .homepage-content {
    grid-template-columns: 500px 500px;
    justify-content: space-between;
  }
  .cms-home .homepage-kickers .kicker {
    max-width: 500px;
    box-sizing: border-box;
    height: 100px;
  }
  .cms-home .homepage-kickers .kicker p {
    margin: 0;
  }
  .cms-home .homepage-kickers .kicker p strong > a {
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  .cms-home .homepage-kickers .kicker a {
    font-size: 16px;
  }
  .cms-home .rta-pa-usps .homepage-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    grid-column-gap: 100px;
    max-width: 1745px;
    margin: 0 auto 100px;
  }
  .cms-home .rta-pa-usps .homepage-content.cabinetry-colors {
    display: block;
    max-width: 750px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp {
    width: 100%;
    max-width: 823px;
    box-sizing: border-box;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3 {
    font-size: 50px;
    margin: 25px 0 7px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3.middle-size {
    font-size: 40px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3.small-size {
    font-size: 26px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp .shopnow.btn {
    top: 330px;
    right: 20px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp .image-container {
    width: 100%;
    height: 327px !important;
  }
  .cms-home .rta-pa-usps .homepage-content .usp .image-container:not(.full-width) {
    max-width: 588px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp .usps-container {
    padding: 20px 0 0 20px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp.usps-rta {
    justify-self: start;
    padding: 0 10px 0 10px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp.usps-rta h3 {
    color: #721d1d;
  }
  .cms-home .rta-pa-usps .homepage-content .usp.usps-pa {
    justify-self: end;
    padding: 0 10px 0 10px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp.usps-pa h3 {
    color: #0082b5;
  }
  .cms-home .personalized {
    padding: 0 0 50px 0;
    margin: 0 0 70px 0;
  }
  .cms-home .personalized .homepage-video {
    max-width: 1400px;
    max-height: 790px;
    position: relative;
    margin: 0 auto 18px;
    width: 66vw;
    height: 37vw;
    padding: 0;
  }
  .cms-home .personalized .homepage-video > iframe {
    position: static;
    height: 100%;
    width: 100%;
  }
  .cms-home .personalized .homepage-content {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .cms-home .personalized .homepage-content h2 {
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    padding: 50px 0 20px 0;
    margin: 0;
  }
  .cms-home .personalized .homepage-content > p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    max-width: 755px;
    margin: 0 auto;
    display: block;
    padding: 0 0 50px 0;
  }
  .cms-home .personalized .homepage-content .step {
    max-width: 1333px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
  }
  .cms-home .personalized .homepage-content .step > .text {
    margin: 0;
    box-sizing: border-box;
    width: 560px;
    display: inline-block;
    vertical-align: top;
    padding: 50px 0 0 60px;
  }
  .cms-home .personalized .homepage-content .step > .text:before {
    height: 50px;
    width: 50px;
    font-size: 36px;
    line-height: 50px;
    left: 0;
  }
  .cms-home .personalized .homepage-content .step > .text h3 {
    font-size: 36px;
    line-height: 50px;
    margin: 0;
  }
  .cms-home .personalized .homepage-content .step > .text p {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
  }
  .cms-home .personalized .homepage-content .step > .text .getstarted {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    line-height: 38px;
    padding: 0 10px;
  }
  .cms-home .personalized .homepage-content .step > .image {
    width: calc(100% - 560px);
    display: inline-block;
  }
  .cms-home .personalized .homepage-content .step > .image .imgcontainer {
    width: calc(100% - 50px);
    max-width: 695px;
    height: 487px;
    margin: 0 0 0 auto;
  }
  .cms-home .personalized .homepage-content .step.step01 > .text {
    width: 560px;
    display: inline-block;
    vertical-align: top;
    padding: 50px 0 0 60px;
  }
  .cms-home .personalized .homepage-content .step.step01 > .image {
    position: relative;
  }
  .cms-home .personalized .homepage-content .step.step01 > .image .checklist {
    display: block;
    width: 270px;
    padding: 50px 30px 30px;
    position: absolute;
    top: 90px;
  }
  .cms-home .personalized .homepage-content .step.step01 > .image .checklist strong {
    font-size: 18px;
    display: block;
    margin: 0 0 20px 0;
  }
  .cms-home .personalized .homepage-content .step.step01 > .image .checklist ul li {
    margin: 15px 0;
  }
  .cms-home .personalized .homepage-content .step.step01 > .image .checklist ul li .check {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .cms-home .personalized .homepage-content .step.step01 > .image .checklist ul li .check:before {
    font-size: 40px;
    left: 0;
    top: -8px;
    width: 25px;
  }
  .cms-home .personalized .homepage-content .step.step01 > .image .checklist ul li .text {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 0 20px;
  }
  .cms-home .personalized .homepage-content .step.step02 {
    margin: 30px auto;
  }
  .cms-home .personalized .homepage-content .step.step03 > .image {
    text-align: right;
  }
  .cms-home .personalized .homepage-content .step.step03 > .image .featured {
    width: 50%;
    max-width: 385px;
    box-sizing: border-box;
    display: inline-block;
  }
  .cms-home .personalized .homepage-content .step.step03 > .image .featured.featured-kitchen {
    padding: 0 10px 0 0;
  }
  .cms-home .personalized .homepage-content .step.step03 > .image .featured.featured-closet {
    padding: 0 0 0 10px;
  }
  .cms-home .personalized .homepage-content .step.step03 > .image .featured strong {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .cms-home .personalized .homepage-content .step.step03 > .image .featured .img-box {
    height: 250px;
    width: 100%;
  }
  .cms-home .personalized .homepage-content .step.step03 > .image .featured .img-box a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .cms-home .personalized .homepage-content .step.step03 > .image .featured .img-box a.shopthisbuild {
    right: 150px;
  }
  .cms-home .fourcorners .homepage-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .cms-home .fourcorners .cornersRow01 {
    margin: 70px 50px 0;
  }
  .cms-home .fourcorners .cornersRow02 {
    margin: 100px 50px 0;
  }
  .cms-home .fourcorners .cornersRow01,
  .cms-home .fourcorners .cornersRow02 {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell,
  .cms-home .fourcorners .cornersRow02 .four-cell {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell .slick-prev,
  .cms-home .fourcorners .cornersRow02 .four-cell .slick-prev,
  .cms-home .fourcorners .cornersRow01 .four-cell .slick-next,
  .cms-home .fourcorners .cornersRow02 .four-cell .slick-next {
    top: 25px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell .slick-prev,
  .cms-home .fourcorners .cornersRow02 .four-cell .slick-prev {
    left: auto;
    right: 60px;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell .slick-next,
  .cms-home .fourcorners .cornersRow02 .four-cell .slick-next {
    left: auto;
    right: 0;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell h3,
  .cms-home .fourcorners .cornersRow02 .four-cell h3 {
    font-size: 28px;
    line-height: 50px;
    margin: 0 0 10px 0;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell.cell01,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell01,
  .cms-home .fourcorners .cornersRow01 .four-cell.cell03,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell03 {
    padding: 0 50px 0 0;
    justify-self: start;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell.cell02,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell02,
  .cms-home .fourcorners .cornersRow01 .four-cell.cell04,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell04 {
    padding: 0 0 0 50px;
    justify-self: end;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell.cell01 .img-container,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell01 .img-container {
    width: 100%;
    height: 430px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell.cell01 .img-container .order-samples,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell01 .img-container .order-samples {
    font-size: 16px;
    line-height: 40px;
    width: 138px;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell.cell02 .subcategory-list .subcategory-grid .item h4,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell02 .subcategory-list .subcategory-grid .item h4 {
    font-size: 18px;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell.cell02 .subcategory-list .subcategory-grid .item .style-price,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell02 .subcategory-list .subcategory-grid .item .style-price {
    font-size: 16px;
    padding: 15px 0;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell.cell02 .subcategory-list .subcategory-grid .item .style-price.no-sale .old-price,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell02 .subcategory-list .subcategory-grid .item .style-price.no-sale .old-price {
    text-decoration: none;
  }
  .cms-home .fourcorners .cornersRow01 .four-cell.cell02 .subcategory-list .subcategory-grid .item .button-cart .btn-shop,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell02 .subcategory-list .subcategory-grid .item .button-cart .btn-shop,
  .cms-home .fourcorners .cornersRow01 .four-cell.cell02 .subcategory-list .subcategory-grid .item .button-cart .btn-sample,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell02 .subcategory-list .subcategory-grid .item .button-cart .btn-sample {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell03 .slick-next {
    right: 60px;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell03 .slick-prev {
    right: 120px;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell03 .products-grid .product-item-name {
    font-size: 18px;
    line-height: 20px;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell03 .products-grid .product-item-details .price-box .price {
    font-size: 16px;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell03 .products-grid .product-item-details .action.primary {
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell03 .products-grid .product-item-details .actions-secondary {
    vertical-align: top;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell03 .products-grid .product-item-details .actions-secondary .towishlist {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell04 .article-link .article-title {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell04 .article-link p {
    line-height: 20px;
    margin: 0 0 50px 0;
    padding: 0;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell04 .article-link .article-image {
    height: 487px;
    width: 100%;
    max-width: 687px;
    margin: 0 auto;
  }
  .cms-home .fourcorners .cornersRow02 .four-cell.cell04 .article-link .article-image .read-more {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
  }
  .category-kitchen-cabinets .cms-home .rta-pa-usps .homepage-content .usp .image-container,
  .category-all-home-cabinetry .cms-home .rta-pa-usps .homepage-content .usp .image-container {
    height: 450px !important;
  }
  .cms-terms-and-conditions .page-title-wrapper {
    display: none;
  }
  .cms-20-year-limited-warranty-information #cms-warranty-toc {
    display: none;
  }
  .cms-20-year-limited-warranty-information #cms-warranty .leftbox,
  .cms-20-year-limited-warranty-information #cms-warranty .rightbox {
    width: 49%;
  }
  .cms-20-year-limited-warranty-information #cms-warranty .leftbox a,
  .cms-20-year-limited-warranty-information #cms-warranty .rightbox a {
    cursor: default;
  }
  .cms-make-an-appointment .cms-forms .leftbox,
  .cms-let-us-place-your-order-for-you .cms-forms .leftbox {
    width: 65.4008%;
  }
  .cms-make-an-appointment .cms-forms .rightbox,
  .cms-let-us-place-your-order-for-you .cms-forms .rightbox {
    width: 33.2278%;
  }
  .cms-meet-the-shakers .cms-products-list ul.products-grid li.item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
  }
  .cms-meet-the-shakers .cms-products-list ul.products-grid li.item .button-cart > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  .cms-rewards-program .page-title-wrapper {
    display: none;
  }
  .cms-rtastore-why-shop-with-us-comp .banner .title {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .cms-noroute-index .error_page_holder .content {
    max-width: 915px;
    margin: 0 auto 80px;
  }
  .cms-noroute-index .error_page_holder .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cms-noroute-index .error_page_holder .cta .cta-image,
  .cms-noroute-index .error_page_holder .cta .cta-content {
    width: 50%;
  }
  .cms-noroute-index .error_page_holder .cta .cta-content {
    padding: 35px 35px 0;
  }
  .cms-price-match-guarantee .column.main h1 {
    color: transparent;
    background: url('../images/price-match-guarantee/price-match-guarantee.jpg') no-repeat center center transparent;
    height: 300px;
    background-size: contain;
  }
  .frd-what-you-get-block .content .sections .titles {
    margin-bottom: 30px;
  }
  .cms-free-kitchen-room-design .bottom-sticky {
    margin: 0;
  }
  .frd-transformation-block .wrapper .img {
    height: 440px;
  }
  .bottom-sticky {
    margin: 0 -20px;
    padding: 72px 0;
  }
  .bottom-sticky .bottom-sticky-content h4 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  .bottom-sticky .bottom-sticky-content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 24px;
    max-width: 800px;
  }
  .oos-alternatives .oos-section {
    padding: 60px 0;
  }
  .oos-alternatives #oos-drawer .oos-flex p,
  .oos-alternatives #oos-high .oos-flex p,
  .oos-alternatives #oos-base .oos-flex p {
    height: 44px;
  }
  .oos-alternatives #oos-sink .oos-flex p {
    height: 66px;
  }
  .oos-alternatives #oos-corner .oos-flex p {
    height: 88px;
  }
  .oos-alternatives .oos-alternatives-content small {
    font-size: 14px;
    line-height: 20px;
  }
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-one {
    margin: 20px auto 0;
  }
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two {
    max-width: 840px;
    margin: 20px auto 0;
  }
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-three {
    max-width: 1200px;
    margin: 20px auto 0;
  }
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-three p {
    height: 88px;
  }
  .oos-alternatives .oos-alternatives-content.oos-flex .oos-left,
  .oos-alternatives .oos-alternatives-content.oos-flex .oos-right,
  .oos-alternatives .oos-alternatives-content.oos-flex .oos-ayem,
  .oos-alternatives .oos-alternatives-content.oos-flex .oos-seht,
  .oos-alternatives .oos-alternatives-content.oos-flex .oos-vehk {
    padding: 24px 0;
  }
  .oos-alternatives .oos-alternatives-content > p {
    text-align: center;
  }
  .oos-alternatives .oos-alternatives-content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }
  .oos-alternatives .oos-alternatives-content strong {
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .oos-alternatives .oos-alternatives-content .header h1.page-title {
    margin: 20px 0 10px 0;
    font-size: 36px;
    line-height: 42px;
  }
  .oos-alternatives .oos-alternatives-content .shortcut-rotator {
    display: block;
    max-width: 1024px;
    margin: 0 auto 30px;
  }
  .oos-alternatives .oos-alternatives-content .shortcut-rotator ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .oos-alternatives .oos-alternatives-content .shortcut-rotator ul li {
    flex: 0 0 200px;
  }
  .oos-alternatives .oos-alternatives-content .shortcut-rotator ul li .shortcut-content strong {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .oos-alternatives .oos-alternatives-content h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 36px;
  }
  .cms-meet-the-fur-babies .furbabies-header {
    background: no-repeat bottom / 100% url('../images/meet-the-fur-babies/blue-curve-4.png') #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    padding: 0 70px 62px;
  }
  .cms-meet-the-fur-babies .furbabies-header .page-title-wrapper {
    flex: 0 0 50%;
  }
  .cms-meet-the-fur-babies .furbabies-header .page-title-wrapper .page-title {
    text-align: left;
  }
  .cms-meet-the-fur-babies .furbabies-header .fbgif {
    flex: 0 0 50%;
    max-width: 100%;
  }
  .cms-meet-the-fur-babies .furbabies-grid {
    padding: 0 70px;
  }
  .cms-meet-the-fur-babies .furbabies-grid .baby-wrapper {
    flex: 0 0 calc(25% - 10px);
    padding: 0 0 40px 0;
  }
  .cms-meet-the-fur-babies .furbabies-grid .baby-wrapper img {
    border-radius: 4px;
    margin: 0 0 6px 0;
  }
  .cms-meet-the-fur-babies .furbabies-grid .baby-wrapper p strong {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 4px 0;
  }
  .cms-free-kitchen-room-design-alt .frd-form-block h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 36px 0;
  }
  .cms-free-kitchen-room-design-alt .frd-header-block h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .cms-free-kitchen-room-design-alt .frd-header-block .subtitle {
    font-size: 20px;
    line-height: 22px;
  }
  .cms-free-kitchen-room-design-alt .frd-content-block {
    padding: 36px 15px;
    box-sizing: border-box;
  }
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid {
    gap: 24px;
    justify-content: center;
  }
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-price .frd-grid-action,
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-status .frd-grid-action,
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-time .frd-grid-action,
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-install .frd-grid-action,
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-budget .frd-grid-action,
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-measurements .frd-grid-action,
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-pro .frd-grid-action {
    flex: 0 0 auto;
  }
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-door .frd-grid-action,
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-rta .frd-grid-action {
    flex: 0 0 calc(20% - 22px);
  }
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-rta .frd-grid-action {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid.frd-suggest {
    max-width: 792px;
    margin: 0 auto;
  }
  .cms-free-kitchen-room-design-alt .frd-content-block .frd-grid .frd-grid-action {
    flex: 0 0 calc(25% - 20px);
  }
  .cms-free-kitchen-design-confirmation-alt .frd-room-visualizer-block .wrapper {
    max-width: 100%;
  }
  .cms-free-kitchen-design-confirmation-alt .frd-room-visualizer-block .wrapper .text_block {
    padding: 0 48px 0 0;
  }
  .cms-free-kitchen-design-confirmation-alt .page-title-wrapper .page-title {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 16px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .page-title-wrapper .subtitle {
    font-size: 16px;
    line-height: 22px;
    display: block;
    max-width: 900px;
    margin: 0 auto 16px;
  }
  .cms-free-kitchen-design-confirmation-alt .page-title-wrapper .title-image-container {
    margin: 0 0 24px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .expect-wrapper {
    padding: 36px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .expect-wrapper h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .expect-wrapper .expect-content {
    display: flex;
    flex-direction: row;
    gap: 48px;
    max-width: 1266px;
    margin: 0 auto;
  }
  .cms-free-kitchen-design-confirmation-alt .expect-wrapper .expect-content .expect-block {
    flex: 0 0 calc(25% - 36px);
    text-align: center;
  }
  .cms-free-kitchen-design-confirmation-alt .expect-wrapper .expect-content .expect-block .expect-txt {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-free-kitchen-design-confirmation-alt .expect-wrapper .expect-content .expect-block .expect-txt h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  .cms-free-kitchen-design-confirmation-alt .banner-wrapper .confirmation-banner {
    background-position: right bottom;
    display: flex;
    flex-direction: row;
  }
  .cms-free-kitchen-design-confirmation-alt .banner-wrapper .confirmation-banner .banner-txt {
    flex: 0 0 50%;
    height: 112px;
    box-sizing: border-box;
    padding: 0 0 0 48px;
  }
  .cms-free-kitchen-design-confirmation-alt .banner-wrapper .confirmation-banner .banner-txt h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 24px 0 6px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .banner-wrapper .confirmation-banner .banner-txt div {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-free-kitchen-design-confirmation-alt .banner-wrapper .confirmation-banner .banner-btn {
    flex: 0 0 50%;
    position: relative;
    height: 112px;
  }
  .cms-free-kitchen-design-confirmation-alt .banner-wrapper .confirmation-banner .banner-btn .rta-btn {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cms-free-kitchen-design-confirmation-alt .diy-wrapper {
    box-sizing: border-box;
    padding: 30px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .diy-wrapper .diy-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cms-free-kitchen-design-confirmation-alt .diy-wrapper .diy-content .diy-txt {
    flex: 0 1 auto;
    box-sizing: border-box;
    padding: 0 48px 0 0;
  }
  .cms-free-kitchen-design-confirmation-alt .diy-wrapper .diy-content .diy-txt h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .diy-wrapper .diy-content .diy-img {
    flex: 0 0 50%;
  }
  .cms-free-kitchen-design-confirmation-alt .inspired-wrapper {
    padding: 36px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .inspired-wrapper .inspired-content h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .cms-free-kitchen-design-confirmation-alt .inspired-wrapper .inspired-content .inspired-grid {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .cms-free-kitchen-design-confirmation-alt .inspired-wrapper .inspired-content .inspired-grid a {
    flex: 0 0 calc(25% - 8px);
  }
  .cms-free-kitchen-design-confirmation-alt .inspired-wrapper .inspired-content .inspired-grid a img {
    display: block;
  }
  .cms-free-kitchen-design-confirmation-alt .inspired-wrapper .inspired-content .inspired-insta {
    margin: 24px 0 0;
  }
  .cms-free-kitchen-design-confirmation-alt .inspired-wrapper .inspired-content .inspired-insta div {
    margin: 0 0 10px 0;
  }
  .cms-financing-available .financing-available .financing-available-content h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    text-align: center;
  }
  .cms-financing-available .financing-available .financing-available-content .part1-content {
    display: flex;
    flex-direction: row;
    max-width: 1226px;
    margin: 0 auto;
    align-items: center;
    align-content: stretch;
    box-sizing: border-box;
    padding: 24px 0;
  }
  .cms-financing-available .financing-available .financing-available-content .part1-content .part1-txt,
  .cms-financing-available .financing-available .financing-available-content .part1-content .part1-img {
    flex: 0 0 50%;
    text-align: center;
    box-sizing: border-box;
  }
  .cms-financing-available .financing-available .financing-available-content .part1-content .part1-txt {
    padding: 0 12px 0 0;
  }
  .cms-financing-available .financing-available .financing-available-content .part1-content .part1-txt h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 24px 0 6px;
  }
  .cms-financing-available .financing-available .financing-available-content .part1-content .part1-txt span {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-financing-available .financing-available .financing-available-content .part1-content .part1-txt .financing-logos {
    margin: 24px 0 0 0;
    column-gap: 36px;
  }
  .cms-financing-available .financing-available .financing-available-content .part1-content .part1-img {
    padding: 0 0 0 12px;
  }
  .cms-financing-available .financing-available .financing-available-content .part1-content .part1-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cms-financing-available .financing-available .financing-available-content .part2-content {
    text-align: center;
    box-sizing: border-box;
    padding: 24px 0;
  }
  .cms-financing-available .financing-available .financing-available-content .part2-content h2 {
    margin: 0 0 12px 0;
  }
  .cms-financing-available .financing-available .financing-available-content .part2-content p {
    display: block;
    max-width: 770px;
    margin: 0 auto;
  }
  .cms-financing-available .financing-available .financing-available-content .part2-content .check {
    margin: 24px auto;
    max-width: 420px;
  }
  .cms-financing-available .financing-available .financing-available-content .part2-content .check li {
    padding: 6px 0 6px 25px;
  }
  .cms-financing-available .financing-available .financing-available-content .part2-content .financing-logos {
    margin: 24px 0;
  }
  .cms-financing-available .financing-available .financing-available-content .financing-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 24px auto 0;
    max-width: 1130px;
  }
  .cms-financing-available .financing-available .financing-available-content .financing-columns .financing-leftcol {
    flex: 0 1 50%;
  }
  .cms-financing-available .financing-available .financing-available-content .financing-columns .financing-rightcol {
    flex: 0 1 50%;
  }
  .cms-financing-available .financing-available .financing-available-content .three-col {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
  }
  .cms-financing-available .financing-available .financing-available-content .three-col .col {
    flex: 0 1 33%;
    padding: 12px 24px;
    box-sizing: border-box;
    text-align: center;
  }
  .cms-financing-available .financing-available .financing-available-content .three-col .col h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 12px 0 4px;
  }
  .cms-financing-available .financing-available .financing-available-content .part5-content {
    text-align: center;
  }
  .cms-financing-available .financing-available .financing-available-content .part5-content h2 {
    margin: 48px 0 24px 0;
    font-size: 30px;
    line-height: 36px;
  }
  .cms-financing-available .financing-available .financing-available-content .part5-content .startshopping-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 36px;
    max-width: 1226px;
    margin: 0 auto;
  }
  .cms-financing-available .financing-available .financing-available-content .part5-content .startshopping-wrapper .stshop {
    flex: 0 1 25%;
    padding: 0;
  }
  .cms-financing-available .financing-available .financing-available-content .part5-content .startshopping-wrapper .stshop h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .cms-financing-available .financing-available .financing-works {
    padding: 12px 24px;
  }
  .cms-financing-available .financing-available .financing-works .works-txt h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 4px 0;
  }
  .cms-financing-available .financing-available .financing-disclaimer {
    max-width: 800px;
    margin: 48px auto 24px;
  }
  .cms-financing-available .financing-available .financing-disclaimer p {
    margin: 0;
  }
  .cms-financing-available .financing-available .financing-available-redbg,
  .cms-financing-available .financing-available .financing-available-bluebg,
  .cms-financing-available .financing-available .financing-available-graybg {
    margin: 0 auto 48px;
    padding: 48px;
    box-sizing: border-box;
    border-radius: 12px;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .whitebg,
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .whitebg,
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .whitebg {
    padding: 24px 48px;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .whitebg .check,
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .whitebg .check,
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .whitebg .check {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .whitebg .check li,
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .whitebg .check li,
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .whitebg .check li {
    flex: 0 0 calc(33% - 48px);
    margin: 0;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .fineprint,
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .fineprint,
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .fineprint {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .financing-columns .financing-leftcol {
    padding: 36px;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .options h2 {
    margin: 12px 0 24px;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .options .options-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .options .options-wrapper .option {
    padding: 24px;
    flex: 0 0 50%;
    box-sizing: border-box;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .options .options-wrapper .option h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 4px 0;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .options .options-wrapper .option p:last-of-type {
    margin: 0;
  }
  .cms-financing-available .financing-available .financing-available-redbg .financing-available-content .options .options-wrapper .option a {
    font-weight: 600;
  }
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .financing-columns .financing-leftcol {
    padding: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .financing-columns .financing-leftcol .sezzle-subnote {
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .financing-columns .financing-leftcol .sezzle-subnote h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 4px 0;
  }
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .financing-columns .financing-leftcol h2 {
    margin: 0 0 12px 0;
  }
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .financing-columns .financing-leftcol .financing-works .works-txt h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px 0;
  }
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .three-col {
    margin: 0 0 24px 0;
  }
  .cms-financing-available .financing-available .financing-available-graybg .financing-available-content .three-col .col {
    text-align: left;
    padding: 24px;
  }
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .financing-columns {
    margin: 24px auto;
  }
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .financing-columns .financing-rightcol {
    padding: 36px;
    box-sizing: border-box;
  }
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .financing-columns .financing-rightcol h2 {
    margin: 0 0 12px 0;
  }
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .financing-trio {
    padding: 24px 0;
  }
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .financing-trio h2 {
    margin: 0 0 12px 0;
  }
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .bread-subtitle {
    text-align: center;
    margin: 12px 0 0 0;
  }
  .cms-financing-available .financing-available .financing-available-bluebg .financing-available-content .bread-subtitle .strong {
    margin: 48px 0 24px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .cms-showroom .rta-gallery h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .cms-showroom .two-col .col {
    flex: 0 1 50%;
  }
  .cms-showroom .two-col .designer-txt {
    text-align: center;
    padding: 0 48px;
    box-sizing: border-box;
  }
  .cms-showroom .three-col {
    margin: 36px 0 0 0;
    align-items: flex-start;
  }
  .cms-showroom .three-col .col {
    flex: 0 1 33%;
  }
  .cms-showroom .three-col .col .icon-txt h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px 0;
  }
  .cms-showroom .three-col .col .icon-txt p {
    text-align: left;
  }
  .cms-showroom .showroom-content .showroom-header {
    margin: 0 -20px;
  }
  .cms-showroom .showroom-content .showroom-header .two-col {
    align-items: stretch;
  }
  .cms-showroom .showroom-content .showroom-header .two-col .header-txt {
    padding: 110px 70px 32px;
    box-sizing: border-box;
  }
  .cms-showroom .showroom-content .showroom-header .two-col .header-txt .timedate {
    font-size: 14px;
    line-height: 18px;
  }
  .cms-showroom .showroom-content .showroom-header .two-col .header-txt .title-container h1 {
    font-size: 48px;
    line-height: 54px;
    margin: 12px 0;
  }
  .cms-showroom .showroom-content .showroom-header .two-col .header-txt .header-addr,
  .cms-showroom .showroom-content .showroom-header .two-col .header-txt .phone,
  .cms-showroom .showroom-content .showroom-header .two-col .header-txt .email {
    margin: 0 0 12px 0;
  }
  .cms-showroom .showroom-content .showroom-header .two-col .header-txt .rta-btn {
    margin: 20px 0 0 0;
    padding: 12px 24px;
  }
  .cms-showroom .showroom-content .showroom-header .two-col .header-img .showroom-hours {
    width: 265px;
    padding: 24px 24px 12px 24px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    bottom: 36px;
    left: 36px;
  }
  .cms-showroom .showroom-content .showroom-header .two-col .header-img .showroom-hours .days,
  .cms-showroom .showroom-content .showroom-header .two-col .header-img .showroom-hours .hours {
    margin: 0 0 12px 0;
  }
  .cms-showroom .showroom-content .showroom-1,
  .cms-showroom .showroom-content .showroom-4,
  .cms-showroom .showroom-content .showroom-5,
  .cms-showroom .showroom-content .showroom-6,
  .cms-showroom .showroom-content .showroom-7 {
    padding: 72px;
  }
  .cms-showroom .showroom-content .showroom-1,
  .cms-showroom .showroom-content .showroom-3,
  .cms-showroom .showroom-content .showroom-4,
  .cms-showroom .showroom-content .showroom-5,
  .cms-showroom .showroom-content .showroom-7 {
    max-width: 1366px;
    margin: 0 auto;
  }
  .cms-showroom .showroom-content .showroom-1 h2,
  .cms-showroom .showroom-content .showroom-3 h2,
  .cms-showroom .showroom-content .showroom-4 h2,
  .cms-showroom .showroom-content .showroom-5 h2,
  .cms-showroom .showroom-content .showroom-7 h2,
  .cms-showroom .showroom-content .showroom-1 p,
  .cms-showroom .showroom-content .showroom-3 p,
  .cms-showroom .showroom-content .showroom-4 p,
  .cms-showroom .showroom-content .showroom-5 p,
  .cms-showroom .showroom-content .showroom-7 p {
    text-align: center;
  }
  .cms-showroom .showroom-content .showroom-1 h2,
  .cms-showroom .showroom-content .showroom-3 h2,
  .cms-showroom .showroom-content .showroom-4 h2,
  .cms-showroom .showroom-content .showroom-5 h2,
  .cms-showroom .showroom-content .showroom-7 h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  .cms-showroom .showroom-content .showroom-1 p {
    margin: 0 auto 48px;
    max-width: 800px;
  }
  .cms-showroom .showroom-content .showroom-1 .showroom-galleries p {
    margin: 0 auto 36px;
    max-width: 800px;
  }
  .cms-showroom .showroom-content .showroom-1 .rta-gallery-slick .gallery-item-thumbnail h3 {
    font-size: 24px;
  }
  .cms-showroom .showroom-content .showroom-3 {
    padding: 48px 72px;
  }
  .cms-showroom .showroom-content .showroom-3 .showroom-carousel img {
    margin: 0 0 24px 0;
  }
  .cms-showroom .showroom-content .showroom-3 .showroom-carousel h3 {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
  }
  .cms-showroom .showroom-content .showroom-6 {
    position: relative;
    min-height: 320px;
    margin: 0 -20px;
  }
  .cms-showroom .showroom-content .showroom-6 .kids-zone-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    box-sizing: border-box;
  }
  .cms-showroom .showroom-content .showroom-6 .kids-zone-center h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  .cms-showroom .showroom-content .showroom-6 .kids-zone-center p {
    max-width: 800px;
    margin: 0 auto;
  }
  .cms-showroom .showroom-content .showroom-7 .two-col .visit-txt {
    padding: 0 36px;
    text-align: center;
    box-sizing: border-box;
  }
  .cms-showroom .showroom-content .showroom-7 .two-col .visit-txt .rta-btn {
    display: inline-block;
    padding: 12px 24px;
    font-weight: 500;
  }
  .cms-showroom .showroom-content .showroom-7 .two-col .visit-img img {
    display: block;
    width: 100%;
  }
  .free-closet-design .closet-header,
  .cabinet-refacing .closet-header {
    padding: 36px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    margin: 0 -20px;
    background-position: center center;
  }
  .free-closet-design .closet-header .closet-form-top,
  .cabinet-refacing .closet-header .closet-form-top {
    display: block;
    width: 527px;
    margin: 0 0 0 auto;
    padding: 36px;
  }
  .free-closet-design .closet-header .closet-form-top h1,
  .cabinet-refacing .closet-header .closet-form-top h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 36px 0;
  }
  .free-closet-design .closet-header .closet-form-top .wufoo .rta-btn,
  .cabinet-refacing .closet-header .closet-form-top .wufoo .rta-btn {
    margin: 12px 0 0 0;
  }
  .free-closet-design .closet-expert-design,
  .cabinet-refacing .closet-expert-design {
    margin: 0 -20px;
    padding: 48px 70px;
  }
  .free-closet-design .closet-expert-design h2,
  .cabinet-refacing .closet-expert-design h2 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 36px;
  }
  .free-closet-design .closet-expert-design .desktop-25,
  .cabinet-refacing .closet-expert-design .desktop-25 {
    display: flex;
    flex-flow: row wrap;
  }
  .free-closet-design .closet-expert-design .desktop-25 .col,
  .cabinet-refacing .closet-expert-design .desktop-25 .col {
    flex: 0 1 25%;
  }
  .free-closet-design .closet-expert-design .expert-design-items .icon-and-txt,
  .cabinet-refacing .closet-expert-design .expert-design-items .icon-and-txt {
    padding: 12px 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .free-closet-design .closet-expert-design .expert-design-items .icon-and-txt .col-txt h4,
  .cabinet-refacing .closet-expert-design .expert-design-items .icon-and-txt .col-txt h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 2px 0;
  }
  .free-closet-design .closet-expert-design .expert-design-items .icon-and-txt .col-txt p,
  .cabinet-refacing .closet-expert-design .expert-design-items .icon-and-txt .col-txt p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .free-closet-design .closets-legacy,
  .cabinet-refacing .closets-legacy {
    padding: 72px 70px;
    display: flex;
    flex-flow: row nowrap;
    max-width: 1228px;
    margin: 0 auto;
  }
  .free-closet-design .closets-legacy .sticky-image,
  .cabinet-refacing .closets-legacy .sticky-image {
    flex: 0 1 auto;
  }
  .free-closet-design .closets-legacy .sticky-image img,
  .cabinet-refacing .closets-legacy .sticky-image img {
    position: sticky;
    top: 0;
  }
  .free-closet-design .closets-legacy .txt-content,
  .cabinet-refacing .closets-legacy .txt-content {
    flex: 0 0 627px;
    padding: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .free-closet-design .closets-legacy .txt-content .carb2,
  .cabinet-refacing .closets-legacy .txt-content .carb2 {
    display: block;
  }
  .free-closet-design .closets-legacy .txt-content h3,
  .cabinet-refacing .closets-legacy .txt-content h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .free-closet-design .closets-legacy .txt-content .section-title,
  .cabinet-refacing .closets-legacy .txt-content .section-title {
    margin: 24px 0 16px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .free-closet-design .closets-legacy .txt-content ul,
  .cabinet-refacing .closets-legacy .txt-content ul {
    margin: 0 0 36px 0;
  }
  .free-closet-design .closets-legacy .txt-content ul li,
  .cabinet-refacing .closets-legacy .txt-content ul li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px 20px;
  }
  .free-closet-design .closets-legacy .txt-content .assembly-instructions,
  .cabinet-refacing .closets-legacy .txt-content .assembly-instructions {
    margin: 36px 0;
  }
  .free-closet-design .closets-legacy .txt-content .door-drawer-wrapper,
  .cabinet-refacing .closets-legacy .txt-content .door-drawer-wrapper {
    margin: 0 0 36px 0;
  }
  .free-closet-design .closets-legacy .txt-content .door-drawer-wrapper .cell,
  .cabinet-refacing .closets-legacy .txt-content .door-drawer-wrapper .cell {
    flex: 0 1 30%;
  }
  .free-closet-design .closets-legacy .txt-content .hardware-wrapper,
  .cabinet-refacing .closets-legacy .txt-content .hardware-wrapper {
    margin: 0 0 36px 0;
    justify-content: flex-start;
    gap: 24px;
  }
  .free-closet-design .closets-legacy .txt-content .hardware-wrapper .cell,
  .cabinet-refacing .closets-legacy .txt-content .hardware-wrapper .cell {
    flex: 0 1 87px;
  }
  .free-closet-design .closets-legacy .txt-content .finishes-wrapper,
  .cabinet-refacing .closets-legacy .txt-content .finishes-wrapper {
    margin: 0;
    justify-content: flex-start;
    gap: 24px;
  }
  .free-closet-design .closets-legacy .txt-content .finishes-wrapper .cell,
  .cabinet-refacing .closets-legacy .txt-content .finishes-wrapper .cell {
    flex: 0 1 87px;
  }
  .free-closet-design .closets-art-break,
  .cabinet-refacing .closets-art-break {
    padding: 72px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    height: 944px;
  }
  .free-closet-design .closets-art-break img,
  .cabinet-refacing .closets-art-break img {
    flex: 0 1 100%;
    max-width: 453px;
    flex-direction: column;
  }
  .free-closet-design .closets-art-break img:first-child,
  .cabinet-refacing .closets-art-break img:first-child {
    align-self: flex-start;
  }
  .free-closet-design .closets-art-break img:last-child,
  .cabinet-refacing .closets-art-break img:last-child {
    align-self: flex-end;
  }
  .free-closet-design .closets-samples,
  .cabinet-refacing .closets-samples {
    padding: 72px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .free-closet-design .closets-samples h3,
  .cabinet-refacing .closets-samples h3 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 8px 0;
  }
  .free-closet-design .closets-samples > p,
  .cabinet-refacing .closets-samples > p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .free-closet-design .closets-samples .block-products-list .block-content .products-grid .product-items .product-item,
  .cabinet-refacing .closets-samples .block-products-list .block-content .products-grid .product-items .product-item {
    flex: 0 1 25%;
    padding: 24px;
  }
  .free-closet-design .closets-kits,
  .cabinet-refacing .closets-kits {
    margin: 0 -20px;
    padding: 72px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }
  .free-closet-design .closets-kits .cell-txt,
  .cabinet-refacing .closets-kits .cell-txt {
    flex: 0 1 50%;
    padding: 0 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 613px;
  }
  .free-closet-design .closets-kits .cell-txt h2,
  .cabinet-refacing .closets-kits .cell-txt h2 {
    margin: 0 0 8px 0;
    font-size: 36px;
    line-height: 42px;
  }
  .free-closet-design .closets-kits .cell-txt p,
  .cabinet-refacing .closets-kits .cell-txt p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .free-closet-design .closets-kits .cell-img,
  .cabinet-refacing .closets-kits .cell-img {
    flex: 0 1 50%;
    max-width: 613px;
  }
  .free-closet-design .closets-accessories,
  .cabinet-refacing .closets-accessories {
    padding: 72px 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .free-closet-design .closets-accessories h2,
  .cabinet-refacing .closets-accessories h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .free-closet-design .closets-accessories .accessories-cell,
  .cabinet-refacing .closets-accessories .accessories-cell {
    margin: 0 12px 12px 12px;
  }
  .free-closet-design .closets-accessories .accessories-cell h4,
  .cabinet-refacing .closets-accessories .accessories-cell h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0 0 0;
  }
  .free-closet-design .closets-design,
  .cabinet-refacing .closets-design {
    padding: 110px;
    text-align: center;
    margin: 0 -20px;
  }
  .free-closet-design .closets-design .floating-content,
  .cabinet-refacing .closets-design .floating-content {
    width: 500px;
    padding: 48px;
  }
  .free-closet-design .closets-design .floating-content h2,
  .cabinet-refacing .closets-design .floating-content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 8px 0;
  }
  .free-closet-design .closets-design .floating-content p,
  .cabinet-refacing .closets-design .floating-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .cabinet-refacing .order-a-sample {
    margin: 0 -20px;
    padding: 72px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cabinet-refacing .order-a-sample h2 {
    margin: 0 0 8px 0;
    font-size: 36px;
    line-height: 42px;
  }
  .cabinet-refacing .order-a-sample p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .cabinet-refacing .closets-design .floating-content {
    width: 550px;
  }
  .what-is-10-pricing .basic-pricing-heading {
    max-width: 1226px;
    margin: 0 auto;
    padding: 72px 0;
  }
  .what-is-10-pricing .basic-pricing-heading .desktop-50 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .what-is-10-pricing .basic-pricing-heading .desktop-50 .cell {
    flex: 50% 0 0;
  }
  .what-is-10-pricing .basic-pricing-heading .desktop-50 .txt-cell {
    padding: 0 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .what-is-10-pricing .basic-pricing-heading .desktop-50 .txt-cell .rta-btn {
    margin: 0 12px 0 0;
  }
  .what-is-10-pricing .basic-pricing-heading .desktop-50 .img-cell p {
    margin: 24px 0 0 0;
  }
  .what-is-10-pricing .standard-features {
    padding: 48px 0;
  }
  .what-is-10-pricing .standard-features h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
  .what-is-10-pricing .standard-features .features-list {
    font-size: 0;
    text-align: center;
  }
  .what-is-10-pricing .standard-features .features-list li {
    display: inline-block;
    width: 205px;
    vertical-align: top;
    padding: 12px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .what-is-10-pricing .standard-features .features-list li h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 12px 0 0 0;
  }
  .what-is-10-pricing .cabinet-accessories {
    padding: 72px 0;
  }
  .what-is-10-pricing .cabinet-accessories h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  .what-is-10-pricing .cabinet-accessories p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .what-is-10-pricing .cabinet-accessories .desktop-33 .cell {
    flex: 33.33% 0 0;
  }
  .what-is-10-pricing .cabinet-accessories .cabinet-grid .cell {
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .what-is-10-pricing .cabinet-accessories .cabinet-grid .cell img {
    margin: 0 0 12px 0;
  }
  .what-is-10-pricing .cabinet-accessories .cabinet-grid .cell h4 {
    margin: 0;
  }
  .what-is-10-pricing .cabinet-accessories .cabinet-grid .cell .sku {
    margin: 0;
  }
  .what-is-10-pricing .appliances-used {
    padding: 72px 0;
    max-width: 1226px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
  }
  .what-is-10-pricing .appliances-used > .cell-img {
    max-width: 497px;
    flex: auto 0 0;
  }
  .what-is-10-pricing .appliances-used > .cell-txt {
    padding: 0 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: calc(100% - 497px) 0 0;
  }
  .what-is-10-pricing .appliances-used > .cell-txt h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .what-is-10-pricing .appliances-used > .cell-txt > .desktop-50 {
    display: flex;
    flex-flow: row wrap;
  }
  .what-is-10-pricing .appliances-used > .cell-txt > .desktop-50 > .cell {
    flex: 50% 0 0;
    max-width: 50%;
  }
  .what-is-10-pricing .appliances-used > .cell-txt .measurements {
    margin: 0;
  }
  .what-is-10-pricing .appliances-used > .cell-txt .appliances-grid .appliances-cell .cell-img {
    flex: 48px 0 0;
    width: 48px;
  }
  .cms-the-sato-project .sato-project .header {
    margin: 0 auto 40px;
  }
  .cms-the-sato-project .sato-project .header .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .cms-the-sato-project .sato-project .what-is {
    padding-top: 120px;
  }
  .cms-the-sato-project .sato-project .what-is .rta-btn {
    display: inline-block;
  }
  .cms-the-sato-project .sato-project .what-is .col {
    flex: 0 0 50%;
  }
  .cms-the-sato-project .sato-project .what-is .col:last-child {
    padding: 0 0 0 100px;
    box-sizing: border-box;
  }
  .cms-the-sato-project .sato-project .rescue-rehab {
    padding: 96px 358px;
    margin: 120px 0 0 0;
  }
  .cms-the-sato-project .sato-project .rescue-rehab .rescue-content {
    padding: 32px;
  }
  .cms-the-sato-project .sato-project .rescue-rehab .rescue-content h2 {
    margin: 0 0 24px 0;
    font-size: 36px;
    line-height: 42px;
  }
  .cms-the-sato-project .sato-project .rescue-rehab .rescue-content p {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
  }
  .cms-the-sato-project .sato-project .preventing {
    margin: 120px auto 0;
  }
  .cms-the-sato-project .sato-project .preventing .col {
    flex: 0 0 50%;
  }
  .cms-the-sato-project .sato-project .preventing .col h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .cms-the-sato-project .sato-project .preventing .col p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px 0;
    padding: 0 48px 0 0;
  }
  .cms-the-sato-project .sato-project .join-us {
    max-width: 1300px;
    margin: 120px auto 0;
    text-align: center;
  }
  .cms-the-sato-project .sato-project .join-us h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .cms-the-sato-project .sato-project .join-us p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 24px 0;
  }
  .cms-the-sato-project .sato-project .join-us .rta-btn {
    padding: 12px 24px;
    margin: 32px auto 0;
    display: inline-block;
  }
  .cms-the-sato-project .sato-project .join-us .join-us-wrapper {
    gap: 48px;
  }
  .cms-the-sato-project .sato-project .join-us .join-us-wrapper .mobile_left_pin {
    padding: 12px 24px;
    box-sizing: border-box;
    flex: 0 1 33.33%;
  }
  .cms-the-sato-project .sato-project .join-us .join-us-wrapper .mobile_left_pin .header {
    text-align: left;
  }
  .cms-the-sato-project .sato-project .join-us .join-us-wrapper .mobile_left_pin .header h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 4px 0;
  }
  .cms-the-sato-project .sato-project .join-us .join-us-wrapper .mobile_left_pin .header p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .cms-the-sato-project .sato-project .hope {
    padding: 40px 0 40px 72px;
    margin: 120px 0 0 0;
  }
  .cms-the-sato-project .sato-project .hope .hope-content {
    max-width: 660px;
  }
  .cms-the-sato-project .sato-project .hope .hope-content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .cms-the-sato-project .sato-project .hope .hope-content p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px 0;
  }
  .cms-the-sato-project .sato-project .hope .hope-content .rta-btn {
    display: inline-block;
  }
  .fgd-header {
    margin-left: -20px;
    margin-right: -20px;
  }
  .fgd-header .garage-form-top {
    max-width: 527px;
    margin: 0 auto;
  }
  .fgd-header .garage-form-top .h1 {
    margin: 0 0 36px 0;
    font-size: 30px;
    line-height: 36px;
  }
  .fgd-header .garage-form-top .desk-50 {
    display: flex;
    column-gap: 12px;
  }
  .fgd-header .garage-form-top .desk-50 .col {
    flex: 0 0 calc(50% - 6px);
  }
  .fgd-header .garage-form-top .rta-btn {
    margin: 24px 0 0 0;
    padding: 12px 24px;
    width: 130px;
  }
  .fgd-cms .work-wrapper {
    padding: 48px 70px;
    margin: 0 -20px 120px;
  }
  .fgd-cms .work-wrapper h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .fgd-cms .work-wrapper .design-content .col {
    padding: 12px 24px;
    box-sizing: border-box;
  }
  .fgd-cms .legacy-garage .fgd-garage-content {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1080px;
    margin: 0 auto 120px;
  }
  .fgd-cms .legacy-garage .fgd-garage-content .col-img {
    flex: 0 1 auto;
  }
  .fgd-cms .legacy-garage .fgd-garage-content .col-txt {
    padding: 0 0 0 60px;
    box-sizing: border-box;
    flex: 0 0 560px;
  }
  .fgd-cms .legacy-garage .fgd-garage-content .col-txt h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 24px;
  }
  .fgd-cms .legacy-garage .fgd-garage-content .col-txt .section {
    margin: 0 0 24px 0;
  }
  .fgd-cms .legacy-garage .fgd-garage-content .col-txt .section h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px 0;
  }
  .fgd-cms .legacy-garage .fgd-garage-content .col-txt .section .image-columns {
    justify-content: left;
    column-gap: 32px;
  }
  .fgd-cms .legacy-garage .fgd-garage-content .col-txt .section:nth-child(6) .image-columns {
    column-gap: 10px;
  }
  .fgd-cms .legacy-garage .fgd-garage-content .col-txt .section:last-child {
    margin: 0;
  }
  .fgd-cms .pre-built-designs {
    margin: 0 0 120px 0;
  }
  .fgd-cms .pre-built-designs .block-products-list .block-title strong {
    font-size: 36px;
    line-height: 42px;
  }
  .fgd-cms .pre-built-designs > .rta-btn {
    max-width: 270px;
    margin: 0 auto;
  }
  .fgd-cms .design-your-garage {
    margin-left: -20px;
    margin-right: -20px;
  }
  .fgd-cms .design-your-garage .banner-content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .fgd-cms .design-your-garage .banner-content p {
    margin: 0 0 24px 0;
  }
  .fgd-cms .design-your-garage .banner-content .rta-btn {
    margin: 0;
  }
  .uclighting .ucl-header {
    align-items: center;
    column-gap: 100px;
    max-width: 1300px;
    margin: 0 auto 80px;
  }
  .uclighting .ucl-header .img {
    max-width: 50%;
  }
  .uclighting .ucl-header .txt .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .uclighting .ucl-header .txt p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
    max-width: 450px;
  }
  .uclighting .ucl-images {
    text-align: center;
    margin: 0 auto 120px;
    max-width: 1300px;
  }
  .uclighting .ucl-images .img-wrap {
    column-gap: 20px;
  }
  .uclighting .ucl-images .rta-btn {
    padding: 12px 24px;
    display: inline-block;
    width: 270px;
  }
  .uclighting .ucl-features {
    max-width: 1300px;
    margin: 0 auto 80px;
  }
  .uclighting .ucl-table {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1300px;
    margin: 0 auto 96px;
  }
  .uclighting .ucl-table .img {
    flex: 0 1 auto;
  }
  .uclighting .ucl-table .table {
    flex: 0 0 490px;
    width: 490px;
  }
  .uclighting .need-help {
    padding: 96px 0;
  }
  .uclighting .need-help .need-help-content {
    margin: 0 auto;
    max-width: 500px;
    display: block;
  }
  .uclighting .need-help .need-help-content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .uclighting .need-help .need-help-content .rta-btn {
    display: inline-block;
  }
  .about-us-content {
    max-width: 1366px;
    margin: 0 auto;
  }
  .about-us-content .background-image {
    height: 570px;
  }
  .about-us-content .background-image .background-image-content {
    padding: 48px 0 0 0;
    text-align: center;
    height: 430px;
  }
  .about-us-content .background-image .background-image-content h1 {
    font-size: 36px;
    line-height: 42px;
    width: 600px;
    display: block;
    margin: 0 auto 12px;
  }
  .about-us-content .background-image .background-image-content .subtitle {
    display: block;
    font-size: 16px;
    line-height: 22px;
    width: 600px;
    margin: 0 auto;
  }
  .about-us-content .trio {
    padding: 64px 0 24px;
    justify-content: center;
    align-items: center;
  }
  .about-us-content .trio .col {
    flex: 0 0 340px;
    font-size: 30px;
    line-height: 36px;
  }
  .about-us-content .trio .col .small {
    font-size: 12px;
    line-height: 20px;
  }
  .about-us-content .trio .col .lg {
    font-size: 48px;
    line-height: 54px;
  }
  .about-us-content .trio .col:nth-child(1) {
    padding: 0 40px 0 0;
  }
  .about-us-content .trio .col:nth-child(2) {
    padding: 0 40px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .about-us-content .trio .col:nth-child(3) {
    padding: 0 0 0 40px;
  }
  .about-us-content .who-we-are,
  .about-us-content .our-vision {
    display: flex;
    flex-flow: nowrap row;
    padding: 72px 0;
    gap: 48px;
    align-items: center;
  }
  .about-us-content .who-we-are .col,
  .about-us-content .our-vision .col {
    flex: 0 1 50%;
    font-size: 16px;
    line-height: 22px;
    max-width: 620px;
  }
  .about-us-content .who-we-are .col .small,
  .about-us-content .our-vision .col .small {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px 0;
  }
  .about-us-content .who-we-are .col h2,
  .about-us-content .our-vision .col h2 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 24px 0;
  }
  .about-us-content .assembling {
    height: 800px;
  }
  .about-us-content .assembling .txt {
    font-size: 32px;
    line-height: 38px;
    width: 316px;
  }
  .about-us-content .our-vision .col:first-child {
    order: 1;
  }
  .about-us-content .our-vision .col:last-child {
    order: 0;
  }
  .about-us-content .our-promise {
    padding: 72px 0;
    margin: 0 0 40px 0;
  }
  .about-us-content .our-promise .promise-top {
    max-width: 600px;
    margin: 0 auto 48px;
    font-size: 16px;
    line-height: 22px;
  }
  .about-us-content .our-promise .promise-top .small {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px 0;
  }
  .about-us-content .our-promise .promise-top h2 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 24px 0;
  }
  .about-us-content .our-promise .promise-trio {
    gap: 48px;
    justify-content: center;
  }
  .about-us-content .our-promise .promise-trio .col {
    width: 308px;
  }
  .about-us-content .our-promise .promise-trio .col h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .about-us-content .our-promise .promise-trio .col p {
    font-size: 16px;
    line-height: 22px;
  }
  .about-us-content .perfect-space .perfect-space-content {
    padding: 118px 0;
  }
  .about-us-content .perfect-space .perfect-space-content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .rewards-program-header .rewards-program-intro {
    padding-left: 60px;
    flex: 0 0 40%;
  }
  .rewards-program-header .rewards-program-banner {
    flex: 0 0 60%;
  }
  .rewards-program-points-column .rewards-program-points-item {
    flex: 0 0 33%;
  }
  .military-discount-content .header-content {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 120px auto;
    padding: 0;
  }
  .military-discount-content .header-content .img {
    flex: 0 0 530px;
    width: 530px;
  }
  .military-discount-content .header-content .txt {
    flex: 0 1 auto;
    max-width: 540px;
    padding: 0;
  }
  .military-discount-content .form-container {
    padding: 60px 40px;
    margin: 0 auto;
  }
  .military-discount-content .form-container .rta-form {
    max-width: 640px;
    padding: 48px 25px;
  }
  .military-discount-content .form-container .rta-form .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .military-discount-content .form-container .rta-form fieldset .flex {
    gap: 12px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 14px 0;
  }
  .military-discount-content .form-container .rta-form fieldset .flex .lg-f-50 {
    flex: 0 1 50%;
    margin: 0;
  }
  .military-discount-content .form-container .rta-form .rta-btn {
    margin: 0 auto 0;
  }
  /***** Countertops and More *****/
  .kitchen-cabinets-cover .item {
    width: 25%;
    float: left;
  }
  .kitchen-cabinets-cover .item .img {
    border: 1px solid #d0d0d0;
  }
  .kitchen-cabinets-cover .item:last-child {
    clear: left;
  }
  /***** end Countertops and More *****/
  .checkout-cart-index #maincontent {
    padding-bottom: 0 !important;
    padding-top: 40px;
  }
  .checkout-cart-index .columns,
  .checkout-cart-index .messages {
    clear: both;
  }
  .checkout-cart-index .columns .column.main,
  .checkout-cart-index .messages .column.main {
    padding-bottom: 0;
    position: relative;
  }
  .checkout-cart-index .mc-price-match {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .cms-contact-us .banner-container {
    background-image: url('../images/contactus/contact_hero.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cms-contact-us .banner-container .banner-img {
    display: block;
    flex: 0 0 50%;
    order: 1;
  }
  .cms-contact-us .banner-container .banner-content {
    background-color: transparent;
    max-width: 600px;
    padding: 0 72px;
    flex: 0 0 50%;
    order: 0;
  }
  .cms-contact-us .banner-container .banner-content h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .cms-contact-us .book-appointment-container h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
  }
  .cms-contact-us .page-wrapper .breadcrumbs {
    padding: 1.42857em 0;
    margin: 0 auto;
    max-width: 100%;
  }
  .cms-contact-us .page-wrapper #maincontent {
    padding: 0 15px;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .contact-us-form-container {
    max-width: 1366px;
    margin: 0 auto;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .contact_information li.fields .field {
    margin-bottom: 20px;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .contact_information li.fields .contact-us-form-name {
    width: 49.5%;
    display: inline-block;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .contact_information li.fields .contact-us-form-promotions {
    text-align: center;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .contact_information li.fields .contact-us-form-promotions input {
    margin: 0 5px 0 0;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .contact_information li.fields .contact-us-form-promotions .choice {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .topbox ul {
    width: 90%;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .topbox ul li {
    width: 33%;
    margin-bottom: 0;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .topbox ul .email .button {
    width: 95%;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .leftbox {
    flex: 0 0 50%;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .leftbox .after-hours .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .leftbox .after-hours .content p a {
    font-weight: 600;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .leftbox .buttons-set button {
    width: 40%;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .rightbox {
    flex: 0 0 50%;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .rightbox h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .rightbox .icon {
    display: none;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .rightbox .content {
    padding: 0;
  }
  .cms-contact-us .banner-container {
    max-height: 447px;
    overflow: hidden;
  }
  .cms-contact-us .showroom-container .content-block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 32px;
    max-width: 1020px;
  }
  .cms-contact-us .showroom-container .content-block .txt {
    flex: 0 0 600px;
  }
  .cms-contact-us .showroom-container .content-block .txt h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 8px 0;
  }
  .cms-contact-us .showroom-container .content-block .txt p {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-contact-us .showroom-container .content-block .showroom-hours {
    flex: 0 0 250px;
  }
  .cms-contact-us .images-block {
    max-width: 1020px;
    margin: 0 auto;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .breadcrumbs,
  .catalogsearch-result-index .page-wrapper .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .toolbar-products .pages,
  .catalogsearch-result-index .page-wrapper .page-main .columns .toolbar-products .pages {
    width: auto;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .toolbar-products .pages .pages-items .item .page,
  .catalogsearch-result-index .page-wrapper .page-main .columns .toolbar-products .pages .pages-items .item .page {
    background: none;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .sidebar.sidebar-main .block .block-content .filter-current .items .item .action.remove,
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar.sidebar-main .block .block-content .filter-current .items .item .action.remove {
    right: -7px;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-title,
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar.sidebar-main .block .block-content .filter-options .filter-options-title {
    padding: 14px 0 14px 0;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .sidebar.sidebar-main .block .block-content .block-actions,
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar.sidebar-main .block .block-content .block-actions {
    padding: 5px 7px;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item {
    width: calc((100% - 8%) / 4);
    margin-left: 2%;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .qty,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .qty {
    width: 35px;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart span,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart span {
    font-size: 14px;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart .fa-shopping-cart,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart .fa-shopping-cart {
    height: 1.88em;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .btn-view-more,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .btn-view-more {
    font-size: 14px;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .product-link a,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .product-link a {
    font-size: 14px;
  }
  .catalog-category-view .page-wrapper .page-main .columns .toolbar-products .pages {
    width: auto;
  }
  .catalog-category-view .page-wrapper .page-main .columns .toolbar-products .pages .pages-items .item .page {
    background: none;
  }
  .category-bulk-order-cabinets .volume-header {
    max-width: 1225px;
    margin: 0 auto;
    padding: 72px 0;
    align-items: center;
  }
  .category-bulk-order-cabinets .volume-header .txt {
    padding: 0 48px;
    box-sizing: border-box;
    flex: 0 0 50%;
  }
  .category-bulk-order-cabinets .volume-header .txt .h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .category-bulk-order-cabinets .volume-header .txt p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .category-bulk-order-cabinets .volume-header .img {
    flex: 0 0 50%;
  }
  .category-bulk-order-cabinets .how-it-works {
    padding: 48px 72px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .category-bulk-order-cabinets .how-it-works .h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  .category-bulk-order-cabinets .how-it-works .flex {
    gap: 36px;
    flex-flow: row nowrap;
    margin: 0 auto 36px;
    max-width: 1256px;
  }
  .category-bulk-order-cabinets .how-it-works .flex .col {
    flex: 0 1 25%;
    flex-flow: column nowrap;
    gap: 12px;
  }
  .category-bulk-order-cabinets .how-it-works .flex .col .img {
    flex: 0 0 80px;
    text-align: center;
  }
  .category-bulk-order-cabinets .how-it-works .flex .col .txt {
    flex: 0 0 100%;
    text-align: center;
  }
  .category-bulk-order-cabinets .how-it-works .flex .col .txt h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px 0;
  }
  .category-bulk-order-cabinets .how-it-works .footer-txt {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .category-bulk-order-cabinets .sort-toolbar {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  .category-bulk-order-cabinets .sort-toolbar .rta-pre {
    flex: 0 1 460px;
  }
  .category-bulk-order-cabinets .sort-toolbar .rta-pre .sort-by {
    gap: 12px;
  }
  .category-bulk-order-cabinets .category-products .products-grid.grid-ready-pre .item {
    flex: 0 1 33.333%;
    padding: 24px;
  }
  .diy-wrapper .content-container .row,
  .diy-wrapper .content-container .hero-banner {
    padding: 72px 0;
  }
  .diy-wrapper .form-container {
    margin: 24px 0 ;
  }
  .diy-wrapper .form-container .form-content-container {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 36px;
  }
  .diy-wrapper .form-container .form-content-container .field {
    width: 48.5%;
  }
  .diy-wrapper .form-container .form-content-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .diy-wrapper .hero-banner .f-left {
    padding: 24px 48px;
  }
  .diy-wrapper .hero-banner .f-left p {
    margin-bottom: 24px;
  }
  .diy-wrapper .hero-banner .f-left,
  .diy-wrapper .hero-banner .f-right {
    width: 50%;
  }
  .diy-wrapper .content-container .h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .diy-wrapper .content-container .f-left {
    max-width: 413px;
    box-sizing: content-box;
    width: 50%;
    padding: 0 48px;
  }
  .diy-wrapper .content-container .f-right {
    max-width: 509px;
    box-sizing: content-box;
    width: 50%;
  }
  .diy-wrapper .bottom-container {
    padding: 72px 0;
  }
  .diy-wrapper .bottom-container .h2 {
    font-size: 36px;
  }
  .diy-wrapper .bottom-container .button-container {
    width: 100%;
  }
  .protection-plan-wrapper .heading-block {
    max-width: 620px;
  }
  .protection-plan-wrapper .get-covered-container {
    margin: 0 -20px;
  }
  .protection-plan-wrapper .life-happens-container {
    max-width: 1018px;
  }
  .protection-plan-wrapper .life-happens-container .content-left-block,
  .protection-plan-wrapper .life-happens-container .content-right-block {
    flex: 0 0 50%;
    box-sizing: border-box;
  }
  .protection-plan-wrapper .replacement-plan-block {
    max-width: 1225px;
    margin: 0 auto;
  }
  .protection-plan-wrapper .replacement-plan-block .item {
    flex: auto;
    max-width: 300px;
    padding: 24px;
  }
  .protection-plan-wrapper .replacement-button-block .button {
    font-size: 14px;
    line-height: 18px;
  }
  .protection-plan-wrapper .replacement-button-block .button:first-child,
  .protection-plan-wrapper .replacement-button-block .button:last-child {
    width: auto;
    max-width: 100%;
  }
  .protection-plan-wrapper .pricing-chart-table {
    max-width: 1130px;
    margin: 0 auto 24px;
  }
  .protection-plan-wrapper .pricing-chart-table .column:nth-child(2) .tr-header,
  .protection-plan-wrapper .pricing-chart-table .column:nth-child(3) .tr-header {
    display: flex;
  }
  .protection-plan-wrapper .pricing-chart-table .column2 div.tr.row:nth-child(odd) {
    background: #f8f6f0;
  }
  .protection-plan-wrapper .pricing-chart-table .column2 div.tr.row:nth-child(even) {
    background: #ffffff;
  }
  .protection-plan-wrapper .faq-container {
    max-width: 800px;
    margin: auto;
  }
  .protection-plan-wrapper .faq-container .qa-item-block .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .shipping-route-protection-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .shipping-route-protection-wrapper .banner-container .h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .shipping-route-protection-wrapper .banner-container p {
    font-size: 16px;
  }
  .shipping-route-protection-wrapper .banner-container div.banner-content {
    padding: 0 48px;
    display: flex;
  }
  .shipping-route-protection-wrapper .order-container {
    padding: 48px 70px;
    justify-content: center;
  }
  .shipping-route-protection-wrapper .order-container p {
    font-size: 16px;
  }
  .shipping-route-protection-wrapper .order-container .order-content-container {
    flex-wrap: nowrap;
    max-width: 1226px;
    align-items: center;
    justify-content: center;
  }
  .shipping-route-protection-wrapper .order-container .order-content-container h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .shipping-route-protection-wrapper .order-container .order-content-container p {
    font-size: 16px;
    line-height: 22px;
  }
  .shipping-route-protection-wrapper .order-container .order-content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .shipping-route-protection-wrapper .order-container .order-container-content-block p {
    text-align: center;
  }
  .shipping-route-protection-wrapper .protection-container {
    justify-content: center;
  }
  .shipping-route-protection-wrapper .protection-container p {
    width: 100%;
    font-size: 16px;
  }
  .shipping-route-protection-wrapper .protection-container .table-container {
    max-width: 810px;
  }
  .shipping-route-protection-wrapper .protection-container .table-container .table-header {
    font-size: 18px;
  }
  .shipping-route-protection-wrapper .protection-container .table-container .table-content {
    padding: 24px;
    font-size: 16px;
  }
  .shipping-route-protection-wrapper .insurance-container {
    max-width: 810px;
    margin: 0 auto;
  }
  .shipping-route-protection-wrapper .insurance-container .h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .shipping-route-protection-wrapper .insurance-container .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .shipping-route-protection-wrapper .insurance-container p {
    font-size: 16px;
  }
  .design-your-countertop-wrapper h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .design-your-countertop-wrapper .banner-container {
    background: url("../images/countertop.jpg") 0 0 no-repeat;
    background-size: cover;
    height: 250px;
  }
  .design-your-countertop-wrapper .step-container img {
    width: 64px;
    height: 64px;
  }
  .design-your-countertop-wrapper .step-container .flex {
    flex: 0 0 auto;
  }
  .design-your-countertop-wrapper .bottom-content-container {
    font-size: 16px;
    max-width: 800px;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-left {
    margin: 0 -20px;
    padding: 24px 70px;
    box-sizing: border-box;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-left .free-shipping-tables-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: start;
    column-gap: 20px;
    row-gap: 20px;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-left .free-shipping-tables-box .free-shipping-table:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-left .free-shipping-tables-box .free-shipping-table:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
    align-self: stretch;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-left .free-shipping-tables-box .free-shipping-table:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-title h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-title .free-shipping-right .rta-btn {
    margin: 0 0 36px 0;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-table-title .title-text h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 6px 0;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-table-content table thead tr th {
    font-size: 14px;
    line-height: 20px;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-table-content table tbody tr td {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-text-box {
    padding: 0 50px;
    box-sizing: border-box;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-text-box h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 24px 0;
  }
  .cms-free-shipping #maincontent .free-shipping-container .free-shipping-text-box h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 24px 0 6px 0;
  }
  .page-wrapper > .breadcrumbs {
    margin: 10px auto 20px;
  }
  .page-layout-subcategories-render-layout .page-wrapper #maincontent .columns .column.main .category-description {
    line-height: 1.35;
  }
  .page-layout-subcategories-render-layout .page-wrapper #maincontent .columns .column.main .category-products #productsList .item .button-cart .order-a-sample {
    float: left;
  }
  .page-layout-subcategories-render-layout .page-wrapper #maincontent .columns .column.main .category-products #productsList .item .button-cart .shop-now {
    float: right;
  }
  .page-layout-subcategories-render-layout .page-wrapper #maincontent .columns .column.main .category-products #productsList .item .button-cart button {
    width: 9.07143em;
  }
  .catalog-product-view .columns .column .product.media {
    float: left;
  }
  .catalog-product-view .columns .column .product-info-main {
    float: right;
  }
  .catalog-product-view .columns .column .product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: auto;
  }
  .catalog-product-view .columns .column .product-info-main .product-add-form .box-tocart .fieldset .actions .acation,
  .catalog-product-view .columns .column .product-info-main .product-add-form .box-tocart .fieldset .actions .button {
    width: 100%;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen {
    background: rgba(0, 0, 0, 0.5);
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 {
    max-width: 70% !important;
    height: 85% !important;
    margin: 50px auto 0;
    padding: 20px 0 20px 100px;
    background: #ffffff;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage {
    width: 100% !important;
    left: 0 !important;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame .fotorama__caption {
    position: absolute;
    top: 15%;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage .fotorama__arr--prev {
    left: 0;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage .fotorama__arr--next {
    right: 35px !important;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage__frame .fotorama__img--full {
    max-width: 90% !important;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage,
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__nav-wrap.fotorama__nav-wrap--vertical,
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__nav.fotorama__nav--thumbs {
    height: 100% !important;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__thumb-border {
    border: 2px solid #721d1d;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__thumb__arr--right.fotorama__thumb--icon {
    background-position: -25px -350px;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__nav-wrap.fotorama__nav-wrap--vertical {
    padding: 15px 0;
    box-sizing: border-box;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__nav-wrap.fotorama__nav-wrap--vertical {
    padding: 15px 20px;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__fullscreen-icon {
    top: -20px;
    right: 15px !important;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__fullscreen-icon:focus:after {
    box-shadow: none;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__arr,
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__arr:active,
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3 .fotorama__thumb__arr:active {
    background-color: transparent !important;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    transform: none;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    left: 0 !important;
  }
  .customer-account-login .column.main .login-page-image-container {
    width: 45%;
    margin-left: 5%;
  }
  .customer-account-login .column.main .login-container {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .customer-account-login .column.main .login-container .block-new-customer .actions-toolbar .primary {
    display: block;
  }
  .customer-account-login .column.main .login-container .block-new-customer .actions-toolbar .primary .action.create {
    display: inline-block;
  }
  #maincontent .add-to-saved-cart-wrapper #save-cart-dialog-container .content .btn-red.right {
    float: none;
  }
  .checkout-onepage-success #maincontent .success-container .google-review .google-review-box h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .checkout-onepage-success .modal-popup .modal-inner-wrap #review_modal .modal-body-content h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    font-family: 'DMSerif', serif;
  }
  .checkout-onepage-success .modal-popup .modal-inner-wrap #review_modal .modal-body-content p {
    text-align: center;
  }
  .category-samples .samples-header {
    max-width: 1266px;
    margin: 0 auto;
    padding: 72px 0;
    box-sizing: border-box;
  }
  .category-samples .samples-header .desktop-50 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .category-samples .samples-header .desktop-50 .col {
    flex: 0 0 50%;
  }
  .category-samples .samples-header .desktop-50 .col-txt {
    padding: 0 48px;
    box-sizing: border-box;
  }
  .category-samples .samples-header .desktop-50 .col-txt h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .category-samples .samples-header .desktop-50 .col-txt .subtitle {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .category-samples .samples-header .desktop-50 .col-txt .refundable {
    margin: 0;
  }
  .category-samples .samples-header .desktop-50 .col-img {
    padding: 44px 0 0 0;
    box-sizing: border-box;
    height: 376px;
  }
  .category-samples .samples-header .desktop-50 .col-img h1 {
    font-size: 52px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .category-samples .samples-header .desktop-50 .col-img .samples-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .category-samples .samples-header .desktop-50 .col-img img {
    max-width: 512px;
  }
  .category-samples .start-shopping {
    max-width: 1366px;
    margin: 0 auto;
    padding: 36px 0;
    box-sizing: border-box;
    text-align: center;
  }
  .category-samples .start-shopping h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .category-samples .start-shopping .carousel .tile {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
  }
  .category-samples .samples-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 0;
  }
  .category-samples .samples-block h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .category-samples .samples-block > p {
    max-width: 714px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
  }
  .category-samples .samples-block .samples-list .banner {
    width: 100%;
    max-width: 480px;
    height: 312px;
  }
  .category-samples .samples-block .samples-list .sample {
    width: 240px;
    padding: 16px;
  }
  .category-samples .need-help {
    height: 500px;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
  }
  .category-samples .need-help .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 288px;
    width: 500px;
    padding: 48px;
  }
  .category-samples .need-help .content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .category-samples .need-help .content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
  }
  .category-kitchen-cabinets .kitchen-cabinets-cover.kitchen-cabinets-block .cabinet-section {
    flex: 0 1 70%;
    margin: 20px auto 30px;
  }
  .category-kitchen-cabinets .kitchen-cabinets-cover.kitchen-cabinets-block .cabinet-section .cabinet-desc {
    height: 110px;
  }
  .cms-kcg-kitchen_cabinet_glossary .columns .column.main {
    padding-bottom: 0;
  }
  .cms-kcg-kitchen_cabinet_glossary .page-main {
    padding: 0 70px;
    margin-bottom: 0;
  }
  .cms-kcg-kitchen_cabinet_glossary .page-title-wrapper .page-title {
    margin: 24px 0 12px 0;
    line-height: 42px;
    font-size: 32px;
    width: 100%;
  }
  .cms-kcg-kitchen_cabinet_glossary .entries li {
    padding: 24px 0;
    font-size: 16px;
    line-height: 22px;
    clear: both;
    width: 100%;
  }
  .cms-kcg-kitchen_cabinet_glossary .entries li h4 {
    margin: 0 0 24px 0;
    font-size: 24px;
    line-height: 30px;
  }
  .cms-kcg-kitchen_cabinet_glossary .entries li dd {
    display: flex;
    margin: 0 0 48px 0;
  }
  .cms-kcg-kitchen_cabinet_glossary .entries li dt {
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 6px 0;
  }
  .cms-kcg-kitchen_cabinet_glossary .entries li span {
    flex: 1 1 50%;
  }
  .cms-kcg-kitchen_cabinet_glossary .entries li img,
  .cms-kcg-kitchen_cabinet_glossary .entries li video {
    flex: 1 1 50%;
    padding: 0 0 0 36px;
  }
  .category-all-home-cabinetry .top-items {
    text-align: center;
  }
  .category-all-home-cabinetry .top-items .top-item {
    width: 49%;
  }
  .category-all-home-cabinetry .bottom-items .bottom-item {
    width: 33%;
  }
  .category-all-home-cabinetry .bottom-items .bottom-item .item-image a {
    left: 5px;
    bottom: 10px;
  }
  .category-all-home-cabinetry .protection-block {
    padding: 0 200px;
  }
  .category-bathroom-vanities .all-home-category-title h1,
  .category-bar-room-cabinetry .all-home-category-title h1,
  .category-laundry-room-cabinetry .all-home-category-title h1,
  .category-office-cabinetry .all-home-category-title h1,
  .category-tv-room-cabinetry .all-home-category-title h1 {
    font-size: 4.5vw;
    padding: 15px 0;
    text-align: center;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover-top img,
  .category-bar-room-cabinetry .kitchen-cabinets-cover-top img,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover-top img,
  .category-office-cabinetry .kitchen-cabinets-cover-top img,
  .category-tv-room-cabinetry .kitchen-cabinets-cover-top img {
    margin-left: -20%;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover-top .content,
  .category-bar-room-cabinetry .kitchen-cabinets-cover-top .content,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover-top .content,
  .category-office-cabinetry .kitchen-cabinets-cover-top .content,
  .category-tv-room-cabinetry .kitchen-cabinets-cover-top .content {
    position: relative;
    width: auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover-top .content h2,
  .category-bar-room-cabinetry .kitchen-cabinets-cover-top .content h2,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover-top .content h2,
  .category-office-cabinetry .kitchen-cabinets-cover-top .content h2,
  .category-tv-room-cabinetry .kitchen-cabinets-cover-top .content h2 {
    font-size: 4.5vw;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc {
    height: auto;
    width: 80%;
    margin: 2em auto 0;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first {
    position: relative;
    width: auto;
    padding: 20px 0;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button {
    margin-bottom: 5px;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child {
    float: right;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
    display: table;
  }
  .category-bathroom-vanities button.btn-chevron,
  .category-bar-room-cabinetry button.btn-chevron,
  .category-laundry-room-cabinetry button.btn-chevron,
  .category-office-cabinetry button.btn-chevron,
  .category-tv-room-cabinetry button.btn-chevron,
  .category-bathroom-vanities a.btn-chevron,
  .category-bar-room-cabinetry a.btn-chevron,
  .category-laundry-room-cabinetry a.btn-chevron,
  .category-office-cabinetry a.btn-chevron,
  .category-tv-room-cabinetry a.btn-chevron {
    width: 80% !important;
    margin: 0 auto;
  }
  .category-bathroom-vanities button.btn-chevron i,
  .category-bar-room-cabinetry button.btn-chevron i,
  .category-laundry-room-cabinetry button.btn-chevron i,
  .category-office-cabinetry button.btn-chevron i,
  .category-tv-room-cabinetry button.btn-chevron i,
  .category-bathroom-vanities a.btn-chevron i,
  .category-bar-room-cabinetry a.btn-chevron i,
  .category-laundry-room-cabinetry a.btn-chevron i,
  .category-office-cabinetry a.btn-chevron i,
  .category-tv-room-cabinetry a.btn-chevron i {
    display: none;
  }
  .onestepcheckout-index-index .page-header .header .logo {
    left: 50%;
    transform: translateX(-50%);
  }
  .onestepcheckout-index-index .page-header .nav-toggle {
    display: none !important;
  }
  .onestepcheckout-index-index .page-header .panel.wrapper .panel.header .userpanelicon-wrapper {
    right: 0;
  }
  .onestepcheckout-index-index .page-header .panel.wrapper .panel.header .phonenumber {
    right: 60px;
  }
  .onestepcheckout-index-index .page-header .panel.wrapper .panel.header .textnumber {
    right: 175px;
  }
  .sale_pages_header_countdown {
    top: 150px;
  }
  body .redesign2021 .title-name {
    padding: 20px 0;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  body .redesign2021 .title-desc {
    font-size: 18px;
    text-align: center;
    padding: 0 0 50px 0;
    max-width: 1290px;
    margin: 0 auto;
  }
  body .redesign2021 ul.checkbox-list {
    font-size: 16px;
  }
  body .redesign2021 ul.checkbox-list li:before {
    height: 15px;
    width: 15px;
    line-height: 15px;
  }
  body .redesign2021 ul.checkbox-list li:after {
    font-size: 24px;
    left: 2px;
    top: -7px;
  }
  body .redesign2021 .description {
    font-size: 16px;
    line-height: 22px;
  }
  #popup-wrapper #boxpopup {
    width: 42.85714em;
  }
}
@media all and (min-width: 1025px) and (min-width: 1150px), print and (min-width: 1150px) {
  .steps_holder .steps_items_holder {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .steps_holder .steps_items_holder .steps_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    padding: 0;
  }
}
@media all and (min-width: 1025px) and (min-width: 1440px), print and (min-width: 1440px) {
  .volume-ordering-content-images {
    width: 60%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px), print and (min-width: 1200px) {
  .cms-free-kitchen-room-design .free-kitchen-design,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design,
  .cms-facebook-landing-page .free-kitchen-design,
  .cms-adwords-landing-page .free-kitchen-design {
    position: relative;
    z-index: 0;
  }
  .cms-free-kitchen-room-design .free-kitchen-design .wufoo-title,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .wufoo-title,
  .cms-facebook-landing-page .free-kitchen-design .wufoo-title,
  .cms-adwords-landing-page .free-kitchen-design .wufoo-title {
    position: absolute;
    padding: 28px;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cms-free-kitchen-room-design .free-kitchen-design .free-closet-design .closet-expert-design .expert-design-items,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .free-closet-design .closet-expert-design .expert-design-items,
  .cms-facebook-landing-page .free-kitchen-design .free-closet-design .closet-expert-design .expert-design-items,
  .cms-adwords-landing-page .free-kitchen-design .free-closet-design .closet-expert-design .expert-design-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cms-free-kitchen-room-design .free-kitchen-design .own-design,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .own-design,
  .cms-facebook-landing-page .free-kitchen-design .own-design,
  .cms-adwords-landing-page .free-kitchen-design .own-design {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
  .cms-free-kitchen-room-design .free-kitchen-design .own-design h2,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .own-design h2,
  .cms-facebook-landing-page .free-kitchen-design .own-design h2,
  .cms-adwords-landing-page .free-kitchen-design .own-design h2 {
    text-align: left;
    margin-top: 0 !important;
    width: 350px !important;
    position: static !important;
    transform: none !important;
  }
  .cms-free-kitchen-room-design .free-kitchen-design .own-design h2:after,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .own-design h2:after,
  .cms-facebook-landing-page .free-kitchen-design .own-design h2:after,
  .cms-adwords-landing-page .free-kitchen-design .own-design h2:after {
    content: none;
  }
  .cms-free-kitchen-room-design .free-kitchen-design .own-design .own-design-left,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .own-design .own-design-left,
  .cms-facebook-landing-page .free-kitchen-design .own-design .own-design-left,
  .cms-adwords-landing-page .free-kitchen-design .own-design .own-design-left,
  .cms-free-kitchen-room-design .free-kitchen-design .own-design .own-design-right,
  .cms-free-kitchen-room-design-a1 .free-kitchen-design .own-design .own-design-right,
  .cms-facebook-landing-page .free-kitchen-design .own-design .own-design-right,
  .cms-adwords-landing-page .free-kitchen-design .own-design .own-design-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%;
  }
}
@media all and (min-width: 1025px) and screen and (max-width: 1199px), print and screen and (max-width: 1199px) {
  .contractor-discounts .contractor-discounts-banner {
    width: 56%;
  }
}
@media all and (min-width: 1025px) and (min-width: 900px), print and (min-width: 900px) {
  .contractor-discounts .top-items .top-item {
    flex: 0 1 22%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px), print and (min-width: 1200px) {
  .contractor-discounts .top-items .top-item {
    flex: 0 1 14%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1099px), print and (min-width: 1099px) {
  .form-success-page .free-tool {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .form-success-page .free-tool img,
  .form-success-page .free-tool .right-box {
    width: 50%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1023px), print and (min-width: 1023px) {
  .wufoo.form.bottom .form-fields.radiobuttons {
    float: right;
    width: 49%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wufoo.form.bottom .form-fields.radiobuttons .input-field {
    margin-right: 0;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px), print and (min-width: 1200px) {
  .wufoo.form.bottom {
    padding: 0;
  }
}
@media all and (min-width: 1025px) and (min-width: 1460px), print and (min-width: 1460px) {
  .wufoo.form div.mage-error {
    display: block;
  }
}
@media all and (min-width: 1025px) and (min-width: 820px), print and (min-width: 820px) {
  .category-subcategory-page.category-countertops .subcategory-list .subcategory-grid {
    max-width: 770px;
  }
}
@media all and (min-width: 1025px) and (min-width: 900px), print and (min-width: 900px) {
  .category-subcategory-page .category-filters .category-filter-items {
    width: 50%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1065px), print and (min-width: 1065px) {
  .category-subcategory-page .category-filters .category-filter-items {
    width: 100%;
    flex-direction: row;
  }
  .category-subcategory-page .subcategory-list .subcategory-grid .item .list-item-compare input {
    height: auto;
    width: auto;
    float: none;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px), print and (min-width: 1200px) {
  .category-subcategory-page .subcategory-list .subcategory-grid .item {
    flex: 0 1 calc(33.333% - 6px);
    width: calc(33.333% - 6px);
    margin: 0 3px 12px;
  }
  .category-subcategory-page.category-countertops .subcategory-list .subcategory-grid {
    max-width: 100%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1020px), print and (min-width: 1020px) {
  .catalog-category-view.page-products:not(.fotorama__fullscreen) .img-gallery #panorama {
    max-width: 87%;
  }
}
@media all and (min-width: 1025px) and (min-width: 925px), print and (min-width: 925px) {
  .testimonials-index-testimonials .testimonials-header {
    max-height: 301px;
  }
  .testimonials-index-testimonials .testimonials-header .testimonials-header-left,
  .testimonials-index-testimonials .testimonials-header .testimonials-header-right {
    max-height: 301px;
    max-width: 640px;
  }
  .testimonials-index-testimonials .testimonials-header .testimonials-header-left h1,
  .testimonials-index-testimonials .testimonials-header .testimonials-header-right h1 {
    font-size: 31px;
  }
  .testimonials-index-testimonials .testimonials-header .testimonials-header-left p,
  .testimonials-index-testimonials .testimonials-header .testimonials-header-right p {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1350px), print and (min-width: 1350px) {
  .testimonials-index-testimonials .testimonials-video-items .slick-prev,
  .testimonials-index-testimonials .testimonials-video-items .slick-next {
    display: block !important;
  }
}
@media all and (min-width: 1025px) and (min-width: 1370px), print and (min-width: 1370px) {
  #back-to-top {
    margin-left: 620px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1180px), print and (min-width: 1180px) {
  .cms-home .fourcorners .cornersRow01 .four-cell h3,
  .cms-home .fourcorners .cornersRow02 .four-cell h3 {
    font-size: 36px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1023px), print and (min-width: 1023px) {
  .cms-compare-cabinets-5-year-warranty-plan .protection-plan-main .left-caption h2 {
    font-size: 290%;
  }
  .cms-compare-cabinets-5-year-warranty-plan .protection-plan-main td h2 {
    font-size: 200%;
  }
  .cms-compare-cabinets-5-year-warranty-plan .protection-plan-main span {
    font-size: 150%;
  }
}
@media all and (min-width: 1025px) and (min-width: 992px), print and (min-width: 992px) {
  .cms-meet-the-shakers .cms-products-list ul.products-grid li.item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px), print and (min-width: 1200px) {
  .cms-rtastore-why-shop-with-us-comp .content {
    padding: 0;
  }
}
@media all and (min-width: 1025px) and (min-width: 992px), print and (min-width: 992px) {
  .cms-noroute-index .error_page_holder .cta .cta-content p {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1220px), print and (min-width: 1220px) {
  .cms-home .rta-pa-usps .homepage-content .usp .usps-container {
    width: 230px;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    float: left;
  }
  .cms-home .rta-pa-usps .homepage-content .usp .shopnow {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 120px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp .shopnow.btn {
    top: auto;
    left: auto;
    right: 120px;
    bottom: 0;
  }
  .cms-home .rta-pa-usps .homepage-content .usp .image-container:not(.full-width) {
    width: calc(100% - 230px);
    float: left;
  }
}
@media all and (min-width: 1025px) and (min-width: 992px), print and (min-width: 992px) {
  .checkout-cart-index .mc-price-match {
    position: absolute;
    top: -70px;
    right: 0;
    width: 28%;
  }
  .checkout-cart-index .mc-price-match img {
    max-width: 30px;
  }
  .checkout-cart-index .mc-price-match h4 {
    font-size: 17.5px;
  }
  .checkout-cart-index .mc-price-match h4 h5 {
    font-size: 13.5px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1010px), print and (min-width: 1010px) {
  .checkout-cart-index .mc-price-match {
    width: 28%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1050px), print and (min-width: 1050px) {
  .checkout-cart-index .mc-price-match img {
    max-width: 34px;
  }
  .checkout-cart-index .mc-price-match h4 {
    font-size: 18px;
  }
  .checkout-cart-index .mc-price-match h4 h5 {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (min-width: 992px), print and (min-width: 992px) {
  .checkout-cart-index .cart-container {
    display: block;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 28%;
    margin-top: 0;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .checkout-cart-index .cart-container .cart-summary .block .fieldset {
    margin: 15px 0 25px 0;
  }
  .checkout-cart-index .cart-container .cart-summary .block > .title,
  .checkout-cart-index .cart-container .cart-summary .paypal-review-discount .block > .title {
    align-items: center;
    padding: 0 !important;
    background: none;
    color: inherit;
  }
  .checkout-cart-index .cart-container .cart-summary .block > .title:after,
  .checkout-cart-index .cart-container .cart-summary .paypal-review-discount .block > .title:after {
    width: auto;
  }
  .checkout-cart-index .cart-container .cart-summary button.checkout > span,
  .checkout-cart-index .cart-container .cart-summary button.apply > span,
  .checkout-cart-index .cart-container .cart-summary button#updated-qty > span {
    margin: 0 auto;
  }
  .checkout-cart-index .cart-container .cart-summary .discount .content {
    text-align: left;
  }
  .checkout-cart-index .cart-container .cart-summary .discount .content .input-text {
    line-height: 2.4em;
    height: 2.4em;
  }
  .checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar .primary {
    float: left;
  }
  .checkout-cart-index .cart-container .rewards {
    width: 70%;
    float: left;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 70%;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table thead {
    border-top: 1px solid #e2e2e2;
  }
  .checkout-cart-index .cart-container .form-cart .actions {
    flex-direction: row;
    justify-content: space-between;
  }
  .checkout-cart-index .cart-container .form-cart .actions:first-child {
    display: flex;
  }
  .checkout-cart-index .cart-container .form-cart .actions .action.continue {
    margin-right: auto;
  }
}
@media all and (min-width: 1025px) and (min-width: 992px), print and (min-width: 992px) {
  .checkout-cart-index .page-main#maincontent .page.messages {
    max-width: 70%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px), print and (min-width: 1200px) {
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .toolbar-sorter .sorter,
  .catalogsearch-result-index .page-wrapper .page-main .columns .toolbar-sorter .sorter {
    display: block !important;
  }
}
@media all and (min-width: 1025px) and (min-width: 1050px), print and (min-width: 1050px) {
  .category-kitchen-cabinets .kitchen-cabinets-cover.kitchen-cabinets-block .cabinet-section {
    flex: 0 1 48%;
  }
}
@media all and (min-width: 1025px) and (min-width: 992px), print and (min-width: 992px) {
  .category-all-home-cabinetry .top-items .top-item {
    width: 33%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1020px), print and (min-width: 1020px) {
  .category-bathroom-vanities .all-home-category-title h1,
  .category-bar-room-cabinetry .all-home-category-title h1,
  .category-laundry-room-cabinetry .all-home-category-title h1,
  .category-office-cabinetry .all-home-category-title h1,
  .category-tv-room-cabinetry .all-home-category-title h1 {
    font-size: 200%;
    padding-left: 15px;
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover-top img,
  .category-bar-room-cabinetry .kitchen-cabinets-cover-top img,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover-top img,
  .category-office-cabinetry .kitchen-cabinets-cover-top img,
  .category-tv-room-cabinetry .kitchen-cabinets-cover-top img {
    margin-left: 0;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover-top .content,
  .category-bar-room-cabinetry .kitchen-cabinets-cover-top .content,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover-top .content,
  .category-office-cabinetry .kitchen-cabinets-cover-top .content,
  .category-tv-room-cabinetry .kitchen-cabinets-cover-top .content {
    width: 330px;
    padding: 15px;
    position: absolute;
    top: 0;
    text-align: left;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover-top .content h2,
  .category-bar-room-cabinetry .kitchen-cabinets-cover-top .content h2,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover-top .content h2,
  .category-office-cabinetry .kitchen-cabinets-cover-top .content h2,
  .category-tv-room-cabinetry .kitchen-cabinets-cover-top .content h2 {
    font-size: 2em;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block {
    margin: 4em auto 0 auto;
    max-width: 1170px;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc {
    height: 260px;
    width: 100%;
    margin: 0;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 1em;
    width: 58%;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button {
    margin-bottom: 0;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first button.button:last-child,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first button.button:last-child {
    float: right;
  }
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .second,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .second {
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    margin: 1em;
    width: 33%;
  }
  .category-bathroom-vanities button.btn-chevron,
  .category-bar-room-cabinetry button.btn-chevron,
  .category-laundry-room-cabinetry button.btn-chevron,
  .category-office-cabinetry button.btn-chevron,
  .category-tv-room-cabinetry button.btn-chevron,
  .category-bathroom-vanities a.btn-chevron,
  .category-bar-room-cabinetry a.btn-chevron,
  .category-laundry-room-cabinetry a.btn-chevron,
  .category-office-cabinetry a.btn-chevron,
  .category-tv-room-cabinetry a.btn-chevron {
    width: 70%;
    margin: 0;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px), print and (min-width: 1200px) {
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-rta-desc .first,
  .category-bathroom-vanities .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-bar-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-laundry-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-office-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first,
  .category-tv-room-cabinetry .kitchen-cabinets-cover.kitchen-cabinets-block .category-pre-desc .first {
    width: 60%;
  }
}
@media all and (min-width: 1440px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .resource-center .resource-center-featured-item {
    flex: 0 1 30% !important;
  }
  .countdown_holder.current .flip-clock-container > li {
    margin: 30px 20px 60px;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1128px;
    /*
                .aw-onestep-main {
                    width: 100%;
                    max-width: 510px;
                }

                .aw-onestep-sidebar {
                    width: 100%;
                    max-width: 490px;
                    margin-top: 44px;
                }
                */
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile {
    display: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide {
    display: block;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide .page-title {
    font-size: 32px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-description {
    font-size: 16px;
    font-weight: 600;
  }
  .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .fieldset {
    width: 100%;
  }
  .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field {
    display: block;
    width: 100%;
  }
  .onestepcheckout-index-index .gift-message-form .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .onestepcheckout-index-index .gift-message-form .fieldset .field:first-child {
    margin-top: 10px !important;
    width: 48%;
  }
  .onestepcheckout-index-index .gift-message-form .fieldset .field:nth-child(2) {
    width: 48%;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .cms-home .rta-pa-usps .homepage-content.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3 {
    font-size: 72px;
    margin: 25px 0 15px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3.middle-size {
    font-size: 60px;
    margin: 11px 0;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3.small-size {
    font-size: 36px;
    margin: 3px 0;
  }
}
@media all and (min-width: 1440px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .resource-center .resource-center-featured-item {
    flex: 0 1 30% !important;
  }
  .countdown_holder.current .flip-clock-container > li {
    margin: 30px 20px 60px;
  }
  .onestepcheckout-index-index .page-main .checkout-container {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1128px;
    /*
                .aw-onestep-main {
                    width: 100%;
                    max-width: 510px;
                }

                .aw-onestep-sidebar {
                    width: 100%;
                    max-width: 490px;
                    margin-top: 44px;
                }
                */
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile {
    display: none;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide {
    display: block;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile-hide .page-title {
    font-size: 32px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-description {
    font-size: 16px;
    font-weight: 600;
  }
  .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .fieldset {
    width: 100%;
  }
  .onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .field {
    display: block;
    width: 100%;
  }
  .onestepcheckout-index-index .gift-message-form .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .onestepcheckout-index-index .gift-message-form .fieldset .field:first-child {
    margin-top: 10px !important;
    width: 48%;
  }
  .onestepcheckout-index-index .gift-message-form .fieldset .field:nth-child(2) {
    width: 48%;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .cms-home .rta-pa-usps .homepage-content.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3 {
    font-size: 72px;
    margin: 25px 0 15px;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3.middle-size {
    font-size: 60px;
    margin: 11px 0;
  }
  .cms-home .rta-pa-usps .homepage-content .usp h3.small-size {
    font-size: 36px;
    margin: 3px 0;
  }
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.customer-address-form .message.info {
  font-size: 14px;
}
.message.global.demo {
  display: none;
}
.quickview-scroll #attentive_overlay {
  display: none !important;
}
@media screen and (max-width: calc(1025px - 95px)) {
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item:nth-child(n+6) {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item:nth-child(n+5):after {
    content: '';
    display: none;
  }
}
@media screen and (max-width: calc(1025px - 195px)) {
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item:nth-child(n+5) {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item:nth-child(n+4):after {
    content: '';
    display: none;
  }
}
@media screen and (max-width: calc(1025px - 240px)) {
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item:nth-child(n+4) {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .toplinks-list .toplinks-item:nth-child(n+3):after {
    content: '';
    display: none;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1025px) {
  footer.page-footer .footer-slider .slides {
    display: flex;
  }
}
@media screen and (min-width: calc(1025px + 500px)) {
  footer.page-footer .footer.content .newsletter.block .social.desktop-only li.houzz_link {
    display: inline-block;
  }
}
@media print {
  .sale_pages_header_countdown {
    display: none;
  }
  .page-header .panel.wrapper .panel.header {
    display: none;
  }
  .page-header .header.content {
    max-width: 100%;
    padding: 0;
  }
  .page-header .header.content .logo {
    margin: 0 auto;
    float: none;
    width: 170px;
  }
  .page-header .header.content .logo img {
    height: auto;
    width: 300px;
  }
  .page-header .header.content .cart-wrapper {
    display: none;
  }
}
/***************************************
* CMS: CORPORATE RESPONSIBILITY- START *
****************************************/
/***************************************
* CMS: CORPORATE RESPONSIBILITY- END *
****************************************/
/***************************************
* MEET THE SHAKERS REDESIGN BEGIN *
****************************************/
@media only screen and (max-width: 1280px) {
  .cms-meet-the-shakers .section.gray-blue-table .content {
    overflow-x: auto;
  }
  .cms-meet-the-shakers .section.gray-blue-table .shakers-table {
    width: 1138px;
    max-width: 1138px;
  }
  .cms-meet-the-shakers .section.white-shakers .content {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cms-meet-the-shakers .section.white-shakers .image {
    margin-bottom: 15px;
    padding: 0;
  }
  .cms-meet-the-shakers .section.white-shakers div.heading {
    text-align: center;
  }
  .cms-meet-the-shakers .section.white-shakers .shakers-table {
    width: 590px;
    margin: auto;
  }
  .cms-meet-the-shakers .section.blue-shakers .content {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cms-meet-the-shakers .section.blue-shakers .image {
    margin-bottom: 15px;
    padding: 0;
  }
  .cms-meet-the-shakers .section.blue-shakers div.heading {
    text-align: center;
  }
  .cms-meet-the-shakers .section.blue-shakers .shakers-table {
    width: 590px;
    margin: auto;
  }
  .cms-meet-the-shakers .section.espresso-shakers .content {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cms-meet-the-shakers .section.espresso-shakers .image {
    margin-bottom: 15px;
    padding: 0;
  }
  .cms-meet-the-shakers .section.espresso-shakers div.heading {
    text-align: center;
  }
  .cms-meet-the-shakers .section.espresso-shakers .shakers-table {
    width: 590px;
    margin: auto;
  }
  .cms-meet-the-shakers .section.cream-white-shakers .content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cms-meet-the-shakers .section.cream-white-shakers .image {
    margin-bottom: 15px;
    padding: 0;
  }
  .cms-meet-the-shakers .section.cream-white-shakers div.heading {
    text-align: center;
  }
  .cms-meet-the-shakers .section.cream-white-shakers .shakers-table {
    width: 590px;
    margin: auto;
  }
  .cms-meet-the-shakers .section.cream-white-shakers h2 {
    padding-left: 0;
  }
  .cms-meet-the-shakers .section .col-2 {
    width: 100%;
  }
  .cms-meet-the-shakers .section .col-2.image {
    text-align: center;
  }
  .cms-meet-the-shakers .section .col-2.table {
    overflow-x: auto;
  }
  .cms-meet-the-shakers #table3 tbody th:not(.heading),
  .cms-meet-the-shakers #table3 tbody td:not(.heading) {
    width: 30%;
  }
  .cms-meet-the-shakers #table4 tbody th:not(.heading),
  .cms-meet-the-shakers #table4 tbody td:not(.heading) {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .cms-meet-the-shakers .section.shakers-selection h3 br {
    display: none;
  }
  .cms-meet-the-shakers .page-main {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .cms-meet-the-shakers .section.shakers-selection {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cms-meet-the-shakers ul#shakers-selection {
    max-width: 100%;
  }
  .cms-meet-the-shakers .buttons-wrap a.blue {
    margin-bottom: 10px;
  }
  .cms-meet-the-shakers .options-wrap ul {
    width: 100%;
  }
  .cms-meet-the-shakers .options-wrap ul li {
    width: 100%;
  }
}
/***************************************
* MEET THE SHAKERS REDESIGN END *
****************************************/
.cms-professional-discounts-engine .header-logo-box.top {
  text-align: center;
  padding: 0;
  height: auto;
  width: 414px;
}
.cms-professional-discounts-engine .header-logo-box.top .logo {
  position: relative;
  padding: 0;
  height: auto;
  width: 414px;
  top: inherit;
  transform: none;
  left: inherit;
  margin: auto;
  max-width: 100%;
}
/***************************
* FRD HEADER BLOCK - START *
****************************/
/*************************
* FRD HEADER BLOCK - END *
**************************/
/*******************
* FRD FORM - START *
********************/
/*****************
* FRD FORM - END *
******************/
/***************************
* FRD WHAT YOU GET - START *
****************************/
/*************************
* FRD WHAT YOU GET - END *
**************************/
/***********************************
* FRD TRANSFORMATION BLOCK - START *
************************************/
/*********************************
* FRD TRANSFORMATION BLOCK - END *
**********************************/
/******************************
* FRD HEAR FROM BLOCK - START *
*******************************/
/****************************
* FRD HEAR FROM BLOCK - END *
*****************************/
/*****************************
* PRICE MATCHING - START *
******************************/
/***************************
* PRICE MATCHING - END *
****************************/
/********************************
* FRD CREATE ROOM BLOCK - START *
*********************************/
/******************************
* FRD CREATE ROOM BLOCK - END *
*******************************/
/*****************************************
* FRD CONFIRMATION SUCCESS BLOCK - START *
******************************************/
/***************************************
* FRD CONFIRMATION SUCCESS BLOCK - END *
****************************************/
/**************************************
* FRD CONFIRMATION FORM BLOCK - START *
***************************************/
/************************************
* FRD CONFIRMATION FORM BLOCK - END *
*************************************/
/****************************************
* FRD CONFIRMATION EXPECT BLOCK - START *
*****************************************/
/**************************************
* FRD CONFIRMATION EXPECT BLOCK - END *
***************************************/
/******************************************
* FRD CONFIRMATION FREE TOOL BLOCK - START *
*******************************************/
/*****************************************
* FRD CONFIRMATION FREE TOOL BLOCK - END *
******************************************/
/**************************************
* DESIGN MEASUREMENTS FORM BLOCK - START *
***************************************/
/************************************
* DESIGN MEASUREMENTS FORM BLOCK - END *
*************************************/
/**************************
* TOOL BELT BLOCK - START *
***************************/
/************************
* TOOL BELT BLOCK - END *
*************************/
/*meet-the-shakers*/
@media only screen and (max-width: 767px) {
  .cms-meet-the-shakers .section.meet-the-shakers-bnr .content {
    height: auto;
    padding: 10px 5px 5px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
  }
}
@media only screen and (max-width: 550px) {
  .cms-meet-the-shakers .section.meet-the-shakers-bnr .content {
    height: auto;
    padding: 10px 5px 5px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -80px top;
  }
}
/*meet-the-shakers*/
/**************************
* SCHEDULE A CALL - START *
***************************/
/************************
* SCHEDULE A CALL - END *
*************************/
/********************************
* OUT OF STOCK ALTERNATIVES START
********************************/
/* MOBILE STYLES */
@media screen and (min-width: 800px) {
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two {
    display: flex;
    align-items: flex-start;
  }
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two .oos-left,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two .oos-right {
    flex: 0 0 360px;
  }
}
/* DESKTOP STYLES */
@media screen and (min-width: 1200px) {
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-three,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two {
    display: flex;
    align-items: flex-start;
  }
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-three .oos-left,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two .oos-left,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-three .oos-right,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two .oos-right,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-three .oos-ayem,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two .oos-ayem,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-three .oos-seht,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two .oos-seht,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-three .oos-vehk,
  .oos-alternatives .oos-alternatives-content.oos-flex.oos-two .oos-vehk {
    flex: 0 0 360px;
  }
}
/**************************
* MEET THE FUR BABIES
*************************/
/***************************
* FRD HEADER BLOCK - START *
****************************/
/*************************
* FRD HEADER BLOCK - END *
**************************/
/*******************
* FRD FORM - START *
********************/
/*****************
* FRD FORM - END *
******************/
/******************
* FRD SUCCESS ALT *
*******************/
/* Mobile Styles */
/* Desktop Styles */
/**********************
* FRD SUCCESS ALT END *
**********************/
/****************************
//  CMS: FINANCING AVAILABLE
****************************/
/****************
//  CMS: SHOWROOM
****************/
/***************************************
 * FREE CLOSET DESIGN & CABINET REFACING
 ***************************************/
/****************************
// CMS: Basic Kitchen Pricing
****************************/
/****************************
// CMS: SATO PROJECT
****************************/
/****************************
// CMS: FREE GARAGE DESIGN
****************************/
/****************************
// CMS: UNDER-CABINET LIGHTING
****************************/
/*****************
// CMS: ABOUT US
*****************/
/**********************************
*    Rewards Program View Page    *
***********************************/
/**********************************
*   Military Discount View Page   *
***********************************/
@media print {
  .checkout-cart-index .page-wrapper {
    min-height: 0;
  }
  .checkout-cart-index .page-main,
  .checkout-cart-index .breadcrumbs {
    border: none;
    padding: 0 !important;
    max-width: 100% !important;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table tbody .item-info .col.qty .field.qty .control.qty .input-text {
    width: 100%;
    border: none;
  }
  .checkout-cart-index .cart.table-wrapper .items > .item {
    display: table-row-group;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    display: table-cell;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table {
    table-layout: auto;
    display: table;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table thead th.col.price,
  .checkout-cart-index .cart-container .form-cart .cart.table thead th.col.subtotal {
    text-align: right;
  }
  .checkout-cart-index .message.global.demo,
  .checkout-cart-index .col.manage,
  .checkout-cart-index .qty-update,
  .checkout-cart-index .item-actions,
  .checkout-cart-index .mc-price-match,
  .checkout-cart-index .checkout-note,
  .checkout-cart-index .checkout-note-disable-buttons,
  .checkout-cart-index .action.primary.checkout,
  .checkout-cart-index .more-checkout-options,
  .checkout-cart-index .checkout.methods.items.checkout-methods-items,
  .checkout-cart-index .block.discount .actions-toolbar,
  .checkout-cart-index #chat-widget-container,
  .checkout-cart-index .cart.main.actions,
  .checkout-cart-index .resellerratings,
  .checkout-cart-index .page-footer {
    display: none !important;
  }
}
/****************
* BREAD CHECKOUT
****************/
/****************
* SEZZLE CHECKOUT
****************/
/****************
* SEZZLE CHECKOUT
****************/
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/************************
 * Volume Ordering Page
 ***********************/
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: Mage eComm
 * Copyright © Mage eComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/*******************************************
*    Kitchen Cabinet Terms and Glossary    *
********************************************/
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
/**
 * Author: MageComm
 * Copyright © MageComm. All rights reserved.
 */
.onestepcheckout-index-index header.page-header {
  z-index: 3;
}
/**
 * Author: Mageecomm
 * Copyright © Mageecomm. All rights reserved.
 */
@media only screen and (max-width: 1200px) {
  .cms-home .fourcorners .cornersRow01 .four-cell.cell02 .subcategory-list .subcategory-grid .item .button-cart .btn-shop,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell02 .subcategory-list .subcategory-grid .item .button-cart .btn-shop,
  .cms-home .fourcorners .cornersRow01 .four-cell.cell02 .subcategory-list .subcategory-grid .item .button-cart .btn-sample,
  .cms-home .fourcorners .cornersRow02 .four-cell.cell02 .subcategory-list .subcategory-grid .item .button-cart .btn-sample {
    padding: 9px;
  }
}
@media only screen and (min-width: 1025px) {
  .cms-home .homepage-kickers {
    margin: 70px 0;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #f4f4f4;
  }
  .customer-popup.modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #fff;
  }
}
@media only screen and (max-width: 1439px) {
  .onestepcheckout-index-index .page-main .columns .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.sub > .amount .price {
    font-size: 14px !important;
  }
  .onestepcheckout-index-index .page-title-wrapper .page-title {
    font-size: 1.5em !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-sidebar-product-list .aw-onestep-sidebar-block_title:before {
    content: '\e912';
    font-family: aw-osc_icons-font !important;
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    left: 5px;
    top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff5501;
  }
  .onestepcheckout-index-index .page-main .columns .checkout-container .aw-onestep-sidebar .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-left: 38px !important;
    padding-top: 4px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .sub .mark {
    font-size: 14px !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-mobile .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .sub .amount {
    font-size: 14px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main {
    padding: 0;
  }
  .onestepcheckout-index-index .page-main .osc-fluid .field:not(:last-child) {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .onestepcheckout-index-index .page-main .osc-fluid {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-subtitle {
    	padding-left: 55px;
    	display: block;
    	clear: both;
	}
	.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title .label {
    	display: block;
	}
	.onestepcheckout-index-index .page-main .columns .checkout-container .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title {
    	display: block;
	}*/
  .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title .label {
    min-width: 400px !important;
  }
  body.onestepcheckout-index-index .page-main .columns .checkout-container .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card:last-child {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1180px) and (min-width: 1025px) {
  .page-with-filter .page-wrapper .page-main .columns {
    padding: 1.42857em 1.07143em !important;
  }
  body.onestepcheckout-index-index .page-main .columns .checkout-container .aw-onestep-sidebar {
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-subtotals {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .account .block.block-collapsible-nav {
    position: relative;
    padding: 20px;
    width: auto;
    top: auto;
    background: #721d1d;
    height: 70px;
    box-sizing: border-box;
  }
  .account.page-layout-2columns-left .columns .sidebar.sidebar-main .block .title {
    border: none;
    color: #1e1e1e;
    width: 100%;
    margin: auto;
    height: 30px;
    line-height: 32px;
  }
  .account.page-layout-2columns-left .columns .sidebar.sidebar-main .block .content {
    width: calc(75% - 30px);
    margin: auto;
    position: absolute;
    left: calc(12.5% + 15px);
  }
  .account.page-layout-2columns-left .columns .sidebar.sidebar-main .block .title strong {
    margin: auto;
    background: #fff;
    font-family: lato,sans-serif;
    padding-left: 5px;
    font-weight: 100;
    color: #444;
    font-size: 18px;
    height: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .wishlist-index-index .block.block-compare {
    display: none;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details {
    margin-left: 35px;
  }
  .page-products li.item.pages-item-next {
    display: none !important;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main {
    z-index: initial;
  }
  body.onestepcheckout-index-index .page-main .columns .checkout-container .aw-onestep-sidebar {
    z-index: initial;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-product-list .category-product .product-info .product-desc table {
    margin-bottom: 20px;
  }
  .customer-popup-login .block-customer-login .block-content .form-login .actions-toolbar .primary .block-amazon-login {
    margin: 10px auto 0;
    display: block;
    text-align: center;
  }
  .cms-home .homepage-banner {
    padding: 0;
  }
  .page-with-filter .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info,
  .catalogsearch-result-index .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info {
    width: 100%;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .block.account-nav .title.account-nav-title strong {
    font-size: 16px;
    cursor: pointer;
  }
  .catalog-product-view .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    top: 0;
    transform: none;
    left: 0;
  }
  .catalog-category-view .page-footer {
    z-index: 1;
  }
  footer.page-footer {
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-product-list .category-product .product-info .product-desc table.spectable tr th,
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-product-list .category-product .product-info .product-desc table.spectable tr td {
    display: table-cell !important;
    font-size: 12px;
    line-height: 15px;
    padding: 2px;
    vertical-align: text-bottom;
    text-align: center;
  }
  .catalog-category-view .page-wrapper .page-main .columns .column.main .toolbar-products .pages .item:last-child,
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .column.main .toolbar-products .pages .item:last-child {
    display: inline-block;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .authentication {
    width: calc(70%);
    box-sizing: border-box;
  }
  .magecommhowto-howto-article .howto ul {
    padding-left: 20px;
  }
  .page-wrapper .breadcrumbs .items > li {
    display: inline-block;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .fieldset .fl-label-state .label {
    top: 3px;
  }
  .account.customer-address-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 0;
  }
  .account.customer-address-index .table-wrapper .table tbody .col {
    word-break: break-word;
  }
  .account.customer-address-form .sidebar.sidebar-main {
    margin-bottom: 16px;
  }
  .account.customer-address-form .columns .column.main .form-address-edit .actions-toolbar .secondary .action.back:before {
    position: relative;
    top: -3px;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main .columns .column.main .page-title-wrapper .page-title {
    padding: 0;
  }
  .quickview-override.catalog-product-view .page-wrapper .columns .column .product.info.detailed .product.data.items .title .data.switch {
    border: none;
    padding-right: 0;
  }
  .quickview-override.catalog-product-view .page-wrapper .columns .column .product.info.detailed .product.data.items .title .icon-wrapper .fa {
    font-size: 20px;
  }
  .quickview-override.catalog-product-view .page-wrapper .columns .column .product.info.detailed .product.data.items .title .icon-wrapper {
    padding-top: 0 !important;
    display: block;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .billing-address-details {
    padding-left: 60px;
    padding-top: 10px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label-state .label,
  .onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .field.fl-label[data-value-specified='1'] .label {
    top: 10px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-product-list .category-name .backtotop {
    position: absolute;
    right: 0;
    margin-right: 10px;
    font-size: 14px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-product-list .category-name {
    padding-right: 100px;
    padding-left: 10px;
    display: block;
    text-align: left;
    text-indent: 0;
    font-size: 16px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-product-list .category-product .product-info .product-desc table tbody tr th {
    display: block;
  }
  .page-products .filter-options .filter-options-content {
    margin-bottom: 0;
  }
  .page-products #mana_ajax_wrapper_category_products {
    margin-bottom: 20px;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-product-list .category-name .backtotop {
    top: 0;
    bottom: auto;
  }
  .catalog-category-view.page-products .start-shopping-wrapper .start-shopping-main .category-tabs .category-tab .category-tab-container .category-product-list .category-name {
    position: relative;
  }
  .page-products .filter-options .count:before,
  .page-products .filter-options .count:after {
    content: "";
  }
  .onestepcheckout-index-index .page-main .checkout-container .field.choice {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .onestepcheckout-index-index .page-main .checkout-container .onestep-billing-address .field.choice {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card {
    display: block;
    clear: both;
    overflow: hidden;
  }
  body.onestepcheckout-index-index .page-main .columns .checkout-container .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title {
    display: block;
    clear: both;
    width: 78%;
    overflow: hidden;
    float: left;
  }
  .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-title .label {
    width: auto;
    float: none;
    min-width: 10px;
    margin: 0 !important;
    padding: 0 0 0 25px !important;
    min-width: 10px !important;
  }
  .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-subtitle {
    padding: 2px 0 0 25px;
    width: auto;
    float: none;
    clear: both;
    margin-left: 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address > .field .label[for=billing-address-same-as-shipping] {
    font-size: 13px;
  }
  .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .shipping-method-price {
    display: block;
    width: 20%;
    float: right;
    text-align: right;
    padding-right: 2%;
  }
  .onestepcheckout-index-index .page-footer {
    z-index: 100;
  }
  .onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:checked + .label::before {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    height: 100%;
  }
  .page-wrapper.countertops .category-filters .category-filter-items > *.category-filter-item .category-filter-item-options {
    top: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .catalog-category-view.page-products .product-overview-wrapper .rta-attributes .rta-attr-tabs .rta-attr-tab .rta-attr-tab-container table a {
    word-wrap: break-word;
  }
  .mana-mobile .m-applied-filters .item {
    margin-bottom: 10px;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main {
    padding: 0 15px 20px !important;
    width: auto !important;
  }
  .page-with-filter.page-layout-2columns-left .page-wrapper .page-main,
  .catalogsearch-result-index .page-wrapper .page-main {
    width: 100%;
    padding: 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .page-with-filter.page-layout-2columns-left .page-title-wrapper .page-title {
    padding: 0 20px;
  }
  .breadcrumbs .items > li {
    display: inline;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email .form,
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin: 0 15px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups {
    max-width: 92%;
    margin: 0 auto;
    width: auto;
  }
  .onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 .mark {
    background-color: #ff5501;
    width: 12px;
    height: 12px;
    justify-content: center;
    margin-right: 9px;
    margin-left: 5px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups > .amazon-button-container {
    width: calc(80%);
    margin-left: auto;
    margin-right: auto;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title {
    width: calc(80%);
    margin: auto;
  }
  .cms-contact-us .field-row .field-col-left,
  .cms-contact-us .field-row .field-col-right {
    width: 100%;
    float: none;
    margin: 0px;
    clear: both;
    overflow: hidden;
  }
  .cms-contact-us .field-row .field-col-right {
    margin-top: 20px;
  }
  .cms-contact-us .zf-halfsize {
    width: 100%;
  }
  .cms-contact-us .zf-halfsize .zf-multiAttType {
    width: 80%;
  }
  .cms-contact-us .zf-halfsize .zf-multiAttType-right {
    margin-left: 0;
    width: 20%;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .rightbox .content {
    padding-left: 0;
  }
  .account .sidebar.sidebar-additional {
    display: none;
  }
  .account .block.block-collapsible-nav {
    position: relative;
    padding: 20px;
    width: auto;
    top: auto;
    background: #721d1d;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .block .title strong {
    color: #1e1e1e;
    font-size: .875rem;
    font-weight: 400;
  }
  .cms-home .homepage-banner .caption .homepage-new-banner {
    padding: 0;
  }
  .cms-home .homepage-kickers {
    margin: 20px 0;
  }
  .page-footer .newsletter.block input {
    margin-right: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items #bread-btn-cntnr {
    margin: 5px 0 10px !important;
  }
  .checkout-cart-index .bread-as-low-as-tooltip-external {
    display: none;
  }
  .corporateresponsibility-index-page .page-title-wrapper .page-title {
    line-height: 35px;
  }
  .corporateresponsibility_page .corporateresponsibility_header .info-wrapper .info h1 {
    font-size: 34px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title {
    width: 100%;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .customer-information-title .title {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 30px;
    color: #721d1d;
    text-transform: uppercase;
  }
  .onestepcheckout-index-index .page-main .checkout-container.aw-osc_customer-not-logged-in .aw-onestep-main .customer-information-title .title .mark {
    border-color: #721d1d;
    background-color: #721d1d;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin-right: 9px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups > .amazon-button-container {
    width: 100%;
  }
  .payment-method-braintree .cvv {
    max-width: 100%;
  }
  .cms-contact-us .page-wrapper #maincontent .cms-forms .rightbox .content {
    padding-left: 30px;
  }
  #my-orders-table tr td:first-child {
    padding-top: 5px;
  }
  .account .block-collapsible-nav .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0;
    border-color: #444 transparent transparent transparent;
    float: right;
    margin: 13px 0;
  }
  .onestepcheckout-index-index .page-main .checkout-container .form-login .fieldset .field-email.fl-label-state .label {
    transform: translateY(-10px);
  }
  .modals-wrapper .customer-popup-login .block-customer-login .block-content .form-login #remember-me-box {
    width: 100%;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
  }
  .boltpay-customer-creditcard .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    display: table;
    margin-bottom: 10px;
  }
  .boltpay-customer-creditcard .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: table-row-group;
  }
  .boltpay-customer-creditcard .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: table-row;
  }
  .boltpay-customer-creditcard .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td {
    vertical-align: top;
    padding-top: 10px !important;
  }
  .account .columns .column .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items .col,
  .account.sales-order-view .columns .column .order-details-items.ordered .table-wrapper.order-items .data.table.table-order-items .col {
    word-break: break-all;
  }
  .catalog-product-view .page-main#maincontent .page.messages .message.success {
    padding-bottom: 20px !important;
    position: relative;
  }
  .catalog-product-view .page-main#maincontent .page.messages .message.success a {
    position: absolute;
    right: 10px;
    bottom: 5px;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column.main .my-wishlist #wishlist-view-form fieldset .print-content #wishlist-table .wishlist-items .wishlist-item td .cart-cell .add-to-cart-alt .btn-cart span {
    padding: 0;
    display: block;
    font-size: 12px;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column.main .my-wishlist #wishlist-view-form fieldset .print-content #wishlist-table .wishlist-items .wishlist-item td .cart-cell .add-to-cart-alt .btn-cart span {
    padding: 0;
    display: block;
    font-size: 12px;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column .my-wishlist #wishlist-view-form fieldset .print-content #wishlist-table thead .wishlist-info th .wishlist-title .wishlist-title-box {
    line-height: normal !important;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column .my-wishlist #wishlist-view-form fieldset .print-content #wishlist-table thead .wishlist-info th .wishlist-title .wishlist-title-box span {
    line-height: normal;
    padding: 0;
    display: inline-block;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column .my-wishlist #wishlist-view-form fieldset .print-content #wishlist-table thead .wishlist-info th .wishlist-title .wishlist-title-box .selected-cart-name-wrapper {
    padding: 0 !important;
    display: inline-block;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column .my-wishlist #wishlist-view-form fieldset .print-content #wishlist-table thead .wishlist-info th .wishlist-title {
    line-height: 16px;
    font-size: 16px;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column .my-wishlist #wishlist-view-form fieldset .print-content #wishlist-table thead .wishlist-info th {
    vertical-align: middle;
  }
  .corporateresponsibility_page .charities .charity {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .account .columns .column.main .actions-toolbar.top .primary .action.primary.add {
    width: 100%;
    margin-bottom: 15px;
  }
  ul.indent li {
    margin-left: 20px;
  }
  .countertop-program .countertop-program-features .features .text .seal {
    margin-left: 0;
    padding-left: 110px;
    background-size: 100px;
  }
  .modal-popup .modal-inner-wrap .modal-header .modal-title {
    font-size: 22px;
  }
  #maincontent .add-to-saved-cart-wrapper #save-cart-dialog-container .content .wishlist-add {
    line-height: 30px;
    padding: 5px 0;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column #wishlist-share-container .content {
    width: 80%;
    left: 7%;
    top: 20px;
  }
  .catalog-product-view .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    transform: none;
    width: 100%;
    height: auto;
  }
  .catalog-product-view .page-wrapper .columns .column .product.info.detailed .product.data.items .title .icon-wrapper {
    width: 15px;
    margin: 10px 10px 0 0 !important;
    padding: 0 !important;
  }
  .catalog-product-view .columns .column .product.media .gallery-placeholder .fotorama-item .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft.fotorama__grab .fotorama__nav__frame.fotorama__nav__frame--thumb {
    padding: 2px !important;
    height: 52px !important;
    margin: 0 !important;
    width: 70px !important;
  }
}
@media screen and (max-width: 560px) {
  .faq-index-index iframe#faq_video {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .product.data.items > .item.content iframe {
    max-width: 300px;
    max-height: 170px;
  }
}
@media screen and (max-width: 400px) {
  .modals-wrapper .customer-popup-login .block-customer-login .block-content .form-login #remember-me-box {
    display: block;
    margin-top: 0;
  }
  .modals-wrapper .customer-popup-login .block-customer-login .block-content .form-login #remember-me-box {
    width: 50%;
    margin-top: 0;
    clear: none;
  }
  .cms-what-is-basic-kitchen-pricing #what-is-basic-pricing-table {
    font-size: 12px;
  }
  .cms-what-is-basic-kitchen-pricing #what-is-10-pricing #what-is-basic-pricing-table th:first-child,
  .cms-what-is-basic-kitchen-pricing #what-is-10-pricing #what-is-basic-pricing-table tr td:first-child {
    padding-left: 10px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
