/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f7f7f9;
    border: none;
    font-weight: 600;
    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: #1e2b2b;
    line-height: 6rem;
    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 {
    color: #1e2b2b;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #1e2b2b;
    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: '\e313';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #d1d1d1;
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .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: #193838;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    color: #193838;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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: '\e409';
    font-family: 'Material Icons';
    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: '\e313';
    font-family: 'Material Icons';
    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;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
.requisition-list.wishlist.split.button:before {
  color: #666;
  content: '\e901';
  font-family: 'magento-icons', serif;
  vertical-align: middle;
  display: inline-block;
}
.requisition-list.wishlist.split.button > .action.toggle:before {
  border-left: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@media print {
  body {
    min-width: 102.4rem;
  }
}
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  *************************************************************************/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e313';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e316';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #193838;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e316';
}
.admin__action-group-wrap._active .action-menu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e5cd';
  font-family: 'Material Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #193838;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
/**
 * 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.
 */
/*
 * ***********************************************************************
 *  *
 *  * ADOBE CONFIDENTIAL
 *  * ___________________
 *  *
 *  * Copyright 2024 Adobe
 *  * All Rights Reserved.
 *  *
 *  * NOTICE: All information contained herein is, and remains
 *  * the property of Adobe and its suppliers, if any. The intellectual
 *  * and technical concepts contained herein are proprietary to Adobe
 *  * and its suppliers and are protected by all applicable intellectual
 *  * property laws, including trade secret and copyright laws.
 *  * Dissemination of this information or reproduction of this material
 *  * is strictly forbidden unless prior written permission is obtained
 *  * from Adobe.
 *  * ************************************************************************
 *
 */
/************************************************************************
 *
 *  ADOBE CONFIDENTIAL
 *  ___________________
 *
 *  Copyright 2024 Adobe
 *  All Rights Reserved.
 *
 *  NOTICE: All information contained herein is, and remains
 *  the property of Adobe and its suppliers, if any. The intellectual
 *  and technical concepts contained herein are proprietary to Adobe
 *  and its suppliers and are protected by all applicable intellectual
 *  property laws, including trade secret and copyright laws.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Adobe.
 *  ************************************************************************
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.product-price-info-sample-order {
  display: flex;
  order: 5;
}
.custom-contact-row {
  margin-right: 0px !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
  margin-bottom: 15px;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
.mp-blog-post-content .mp-post-item-wraper .mp-info-author a {
  color: #193838;
}
.post-sidebar .row {
  margin: 0 -10px;
}
.post-sidebar .row .col-xs-12 {
  padding: 0 10px;
}
.post-sidebar .row .mp-title {
  font-size: 1.8rem;
}
.post-sidebar a.label.label-default.mp-tags-list {
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 1;
}
.post-sidebar a.label.label-default.mp-tags-list:hover {
  color: #fff;
}
.post-sidebar .menu-archives .list-archives {
  font-size: 16px;
  line-height: 1;
}
.mp-blog-post-slider .mp-blog-next,
.mp-blog-post-slider .mp-blog-pre {
  padding: 15px;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 20%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
.mp-post-most-view {
  margin-top: 15px;
}
.mp-post-most-view .mp-post-title a {
  font-size: 1.6rem;
  color: #193838;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
}
.mp-new-list-post .mp-blog-post-content {
  display: flex;
  flex-wrap: wrap;
}
.mp-new-list-post .mp-blog-post-content .mp-post-item-wraper {
  height: 100%;
}
.post-list .post-list-content {
  margin-top: 15px;
}
.post-list .post-list-content .post-short-description .mp-post-read-more {
  display: block;
  margin-top: 5px;
}
.post-list .post-list-content .mp-post-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.post-list .post-list-content .mp-post-info .mp-post-author {
  float: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-list .post-list-content .mp-post-list-add {
  align-items: center;
}
.post-list .post-list-content .mp-post-list-add .mp-post-view p {
  line-height: 1.4rem;
}
.post-list .post-list-content .mp-post-list-add .mp-post-read-time p {
  line-height: 2rem;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
.mp-blog-view .mp-blog-search {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 75%;
  margin-bottom: 1.5rem;
  padding: 0 15px;
  margin-top: 15px;
}
.mp-blog-view .mp-blog-search button.action.search {
  top: 10px;
}
.mp-blog-view .fa {
  font: normal normal normal 14px / 1 FontAwesome;
}
.mpblog-post-view .page-main > .page-title-wrapper .page-title {
  display: none;
}
.block-blog-related.about-admin {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
  .post-sidebar {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
@media all and (max-width: 1023px) {
  .mp-template-3.col-mp.mp-9 {
    width: 100%;
  }
  .post-sidebar {
    width: 100%;
  }
  .post-sidebar .mp-blog-tags .row {
    flex-direction: column;
  }
  .post-sidebar .mp-blog-monthly .row {
    flex-direction: column;
  }
  .mp-new-list-post .mp-blog-post-content {
    padding: 0;
  }
  .mp-new-list-post .mp-blog-post-content .post-list-item {
    padding: 0;
  }
  .mp-new-list-post .mp-post-most-view {
    padding: 0;
  }
  .mp-post-list-add .mp-post-read-time,
  .mp-post-list-add .mp-post-view {
    width: 50% !important;
  }
  .mp-blog-view .mp-main-content.mp-9 {
    width: 100%;
  }
}
/* mageplaza end blog style */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BlogPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.owl-carousel .mp-nav-btn {
  position: absolute;
  cursor: pointer;
  top: 25% !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: unset !important;
}
.owl-carousel .prev-slide {
  left: -5%;
}
.owl-carousel .next-slide {
  right: -5%;
}
.owl-carousel .owl-stage-outer {
  align-content: center;
}
.owl-carousel.owl-drag .owl-item {
  width: 33%;
}
.mp-blog-post-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.mp-new-post-slider {
  padding: 30px 70px 0 70px;
  border: #D0D0D0 solid 2px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.mp-tag-info {
  background-color: #373737;
}
.mp-post-social a {
  margin-left: 5px;
}
.mp-list-icon {
  float: left;
  margin-right: 5px;
}
.mp-post-list-add {
  display: flex;
  justify-content: flex-end;
  color: #999999;
  position: relative;
  font-weight: 400;
  top: 10px;
}
.mp-post-list-add .mp-post-categories {
  position: relative;
  width: 25%;
}
.mp-post-list-add .mp-post-read-time {
  position: relative;
  width: 25%;
}
.mp-post-list-add .mp-post-view {
  position: relative;
  width: 25%;
}
.mp-post-list-add .mp-post-categories img {
  width: 20px;
}
.mp-post-list-add .mp-post-view img {
  width: 20px;
}
.mp-post-list-add .mp-read-time img {
  width: 20px;
}
.post-short-description {
  font-weight: 500;
  position: relative;
  top: 10px;
}
.mp-post-info {
  margin-bottom: 20px;
}
.mp-post-author {
  float: left;
}
.mp-info-author {
  font-size: 1.4rem;
}
.mp-post-comment {
  float: left;
  margin-left: 20px;
  margin-right: 10px;
  color: #CBCBCB;
}
.mp-post-info img {
  width: 15px;
  cursor: pointer;
}
.post-list .mp-blog-change {
  margin-bottom: 10px;
}
.post-list .post-item-wraper {
  border: 2px solid #D0D0D0;
  border-radius: 5px;
}
.post-list span {
  font-size: 1.2rem;
}
.mp-blog-post-content .mp-post-item-wraper {
  border: #D0D0D0 solid 2px;
  border-radius: 5px;
  padding: 10px !important;
}
a.mp-tag-info {
  color: #FFFFFF !important;
}
a.mp-post-header {
  position: relative;
  text-decoration: none !important;
  color: #333333 !important;
  cursor: pointer;
}
.mp-post-item-template-2 h2 {
  font-weight: 400;
}
.mp-post-item-template-2 {
  border: #D0D0D0 solid 2px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 0;
}
/* sidebar */
.mp-blog-categories,
.mp-blog-topics,
.mp-blog-tags,
.mp-blog-monthly {
  border: 2px solid #D0D0D0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.mp-blog-categories a,
.mp-blog-topics a,
.mp-blog-tags a,
.mp-blog-monthly a {
  font-weight: 600;
}
.mp-title {
  font-weight: bold;
  font-size: 2rem;
  margin: 10px;
}
a.label.label-default.mp-tags-list {
  border-radius: 15px;
  background: #CBCBCB;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
  margin-left: 5px;
}
.mp-blog-post-list-tags {
  position: relative;
  white-space: normal;
  top: 10px;
  margin-bottom: 10px;
}
.mp-blog-post-list-tags .mp-tag-info {
  background-color: #CBCBCB;
  color: #000000;
  border-radius: 8px;
  padding: 0 5px;
}
.mp-blog-list-post .owl-carousel .prev-slide {
  left: 2%;
}
.mp-blog-list-post .owl-carousel .next-slide {
  right: 1%;
}
.mp-blog-list-post .mp-post-item img {
  height: 350px;
}
.mp-blog-list-post .mp-blog-post-slider-desc {
  border: 2px solid #D0D0D0;
  padding: 5px 30px;
}
.mp-blog-list-post .mp-tag-info {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0 2px;
}
.mp-blog-post-tags {
  white-space: normal;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.mp-new-post-slider .mp-tag-info {
  padding: 0 2px;
  font-size: 1.2rem;
}
.mp-add-read-more {
  position: relative;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  top: 5px;
}
.mp-add-read-more .mp-post-meta-info {
  font-size: 10px;
  text-align: right;
}
/* --post view css-- */
.mp-blog-view {
  position: relative;
}
.mp-blog-view .post-view-image {
  position: relative;
}
.mp-blog-view .post-view-image img {
  border-radius: 10px 10px 0 0;
}
.mp-blog-view .post-post_content {
  padding: 10px;
}
.author-content-image img {
  border-radius: 50%;
}
.block-blog-related .related-content-container .author-content-information {
  position: relative;
  top: 40px;
}
.block-blog-related {
  margin-bottom: 35px;
}
.mp-post-share {
  margin-bottom: 35px;
}
.mp-post-share img {
  height: 15px;
  cursor: pointer;
}
.mp-post-view-all {
  text-align: right;
}
.mp-no-post {
  margin-bottom: 20px;
}
.post-info-wraper {
  width: 100%;
}
.mp-post-info-wraper {
  width: 100%;
  position: relative;
}
.mp-post-info-wraper .img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mp-container-image {
  position: relative;
}
.mp-save-btn img,
.mp-like-btn img,
.mp-commnent-count img {
  cursor: pointer;
}
.mp-save-btn img::before {
  content: "save post";
}
a:hover {
  text-decoration: none !important;
}
.page-title-wrapper .page-title {
  max-width: 70%;
}
.mp-save-message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 15px;
  position: relative;
}
.mp-save-message.cancel,
.mp-save-message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 15px;
  position: relative;
}
.mp-blog-left-bar img {
  height: 20px;
}
@media (min-width: 768px) {
  .image-text-block[data-equal-height="true"] {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .image-text-block[data-equal-height="true"] .image-text-block-image {
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .image-text-block[data-equal-height="true"] .image-text-block-image img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: unset !important;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    width: auto;
  }
}
[data-content-type="usp_block"] img ~ div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  width: 100%;
}
[data-content-type="usp_block"] img ~ div :first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .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.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .wishlist.products-grid .product-item {
    margin-left: 2%;
    width: 46%;
  }
}
@media (min-width: 1440px) {
  .wishlist.products-grid .product-item {
    margin-left: 2%;
    width: calc((100% / 3) - 6%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wishlist-index-index .actions-toolbar .secondary {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wishlist-index-index .actions-toolbar .secondary .back {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .wishlist-index-index .actions-toolbar .primary {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .wishlist-index-index .actions-toolbar .primary .action {
    margin-left: 10px;
  }
}
@media (min-width: 1440px) {
  .wishlist-index-index .actions-toolbar .primary .action:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .navigation li.level0.has-submenu-custom {
    position: static;
  }
  .navigation li.level0.has-submenu-custom:hover:after {
    content: none;
  }
  .navigation li.level0.has-submenu-custom .submenu:not(.submenu-custom) {
    display: none !important;
  }
  .navigation li.level0.has-submenu-custom .submenu.submenu-custom {
    left: 0 !important;
    right: 0 !important;
  }
  .navigation li.level0.has-submenu-custom .submenu.submenu-custom .all-category {
    display: none;
  }
  .navigation li.level0.has-submenu-custom .submenu.submenu-custom ol,
  .navigation li.level0.has-submenu-custom .submenu.submenu-custom ul {
    display: block !important;
    padding: 0;
    margin: 0;
    position: static;
  }
  .navigation li.level0.has-submenu-custom .submenu.submenu-custom a {
    display: block;
    line-height: inherit;
    background: transparent none;
    border: 0;
    color: inherit;
    padding: 0;
    text-decoration: none;
  }
  .navigation li.level0.has-submenu-custom .submenu.submenu-custom a:hover,
  .navigation li.level0.has-submenu-custom .submenu.submenu-custom a.ui-state-focus {
    background: transparent none;
    border: 0;
    color: inherit;
    text-decoration: none;
  }
}
.fa {
  font-family: 'Material Icons';
  font-weight: normal;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (min-width: 1024px) {
  .block-search .amsearch-form-container.-opened .search .control .amsearch-wrapper-input {
    position: relative;
  }
}
@media (min-width: 768px) {
  .block-search .amsearch-form-container:after {
    background-color: rgba(51, 51, 51, 0.55);
    -webkit-backdrop-filter: blur(3px) saturate(150%);
    -moz-backdrop-filter: blur(3px) saturate(150%);
    -ms-backdrop-filter: blur(3px) saturate(150%);
    backdrop-filter: blur(3px) saturate(150%);
    content: '';
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .block-search .amsearch-form-container .search .control {
    z-index: 200;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 768px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete {
    border-radius: 6px;
    top: calc(100% + 15px);
  }
}
@media (min-width: 1024px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-leftside {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .block-search .amsearch-form-container .search .control .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .product-item-details {
    min-height: auto;
  }
}
@media (min-width: 1440px) {
  .catalog-product-view .product-info-main .itoris_dynamicproductoptions_configuration button {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    bottom: -29px;
    top: auto;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup {
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    overflow-x: hidden;
    padding: 40px 60px 0;
    width: 650px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom {
    margin: 0 0 0 -60px;
    padding: 40px 60px;
    width: 650px;
  }
}
@media (min-width: 1440px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1440px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom.fixed {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .itoris_dynamicproductoptions_popup_price {
    float: left;
    max-width: 30%;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .itoris_dynamicproductoptions_popup_button_apply {
    float: right;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .add-to-cart {
    float: right;
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder,
  .post-list-wrapper.related-blog-posts .post-list .post-holder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder .post-header,
  .post-list-wrapper.related-blog-posts .post-list .post-holder .post-header {
    padding-right: 15px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder .post-header + .post-content,
  .post-list-wrapper.related-blog-posts .post-list .post-holder .post-header + .post-content {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder .post-header + .post-content .post-content-wrapper,
  .post-list-wrapper.related-blog-posts .post-list .post-holder .post-header + .post-content .post-content-wrapper {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    position: absolute;
    top: 50%;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder .post-header + .post-content .post-content-wrapper .post-info,
  .post-list-wrapper.related-blog-posts .post-list .post-holder .post-header + .post-content .post-content-wrapper .post-info {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder .post-header + .post-content .post-content-wrapper .post-info .post-author,
  .post-list-wrapper.related-blog-posts .post-list .post-holder .post-header + .post-content .post-content-wrapper .post-info .post-author {
    display: block;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder .post-header + .post-content .post-content-wrapper .post-info .post-author:before,
  .post-list-wrapper.related-blog-posts .post-list .post-holder .post-header + .post-content .post-content-wrapper .post-info .post-author:before {
    content: none;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder .post-content .post-title,
  .post-list-wrapper.related-blog-posts .post-list .post-holder .post-content .post-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper.blog-widget-recent .post-list .post-holder .post-content .post-description .post-text-hld,
  .post-list-wrapper.related-blog-posts .post-list .post-holder .post-content .post-description .post-text-hld {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper:not(.blog-widget-recent) {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper .post-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper .post-list .post-holder {
    box-sizing: border-box;
    margin-right: 20px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1440px) {
  .post-list-wrapper .post-list .post-holder {
    width: calc(100% / 3 - 20px);
  }
}
@media (min-width: 768px) {
  .post-list-wrapper .post-list .post-holder .post-header + .post-content .post-title {
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper .post-list .post-holder .post-content-wrapper .post-info {
    font-size: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper .post-list .post-holder .post-content-wrapper .post-info .post-author {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper .post-list .post-holder .post-content-wrapper .post-info .post-author:before {
    content: '•';
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .post-list-wrapper .post-list .post-holder .post-content-wrapper .post-title {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 768px) {
  .blog-post-view .post-holder {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .page-title-wrapper .page-title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container .cart-summary._sticky {
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container .cart-summary .title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    line-height: 1.8rem;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action span {
    margin-left: 8px;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-summary {
    width: 295px;
  }
}
@media (min-width: 768px) {
  .header .minicart-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header .minicart-wrapper .action.showcart:before,
  .header .minicart-wrapper .action.showcart.active:before {
    margin: 0 auto 5px;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .column.main:not(.sidebar-additional) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .column.main:not(.sidebar-additional) .contact.block {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .column.main:not(.sidebar-additional) .contact.block + .contact.form {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .contact-index-index .column.main:not(.sidebar-additional) .contact.form {
    min-width: unset;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .column.main:not(.sidebar-additional) .contact.form {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .block.filter .filter-current,
  .block.filter .filter-actions,
  .block.filter .filter-close {
    display: none;
  }
}
@media (min-width: 1024px) {
  .widget-category-listing .categories-container .category-grid .category-item {
    -webkit-flex-basis: calc((100% / 6) - 20px);
    flex-basis: calc((100% / 6) - 20px);
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .categories-container .category-grid .category-item {
    -webkit-flex-basis: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
  }
}
@media (min-width: 1024px) {
  .navigation ul li.level0.has-submenu-custom .submenu.submenu-custom {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50% !important;
    padding: 40px 0;
    width: 100vw;
  }
}
@media (min-width: 1024px) {
  .navigation ul li.level0.has-submenu-custom .submenu.submenu-custom:hover:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .navigation ul li.level0.has-submenu-custom .submenu.submenu-custom [data-content-type="row"] > [data-element="inner"] {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .navigation ul li.level0.has-submenu-custom .submenu.submenu-custom [data-content-type="row"] > [data-element="inner"] [data-content-type="heading"] {
    color: #295b5b;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .navigation ul li.level0.has-submenu-custom .submenu.submenu-custom [data-content-type="row"] > [data-element="inner"] [data-content-type="text"] {
    color: #295b5b;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .navigation ul li.level0.has-submenu-custom .submenu.submenu-custom [data-content-type="row"] > [data-element="inner"] p:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .navigation ul li.level0.has-submenu-custom .submenu.submenu-custom [data-content-type="row"] > [data-element="inner"] a:hover {
    color: #73738f;
  }
}
@media (min-width: 1024px) {
  .menu-open:after {
    backdrop-filter: blur(3px) saturate(150%);
    -webkit-backdrop-filter: blur(3px) saturate(150%);
    background-color: rgba(0, 0, 21, 0.5);
    content: '';
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 200;
  }
}
@media (min-width: 1024px) {
  .sample-product-holder {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .quick-quote-calculator.full-width .actions .action:not(.product-button) {
    line-height: 0.8rem;
  }
}
@media (min-width: 768px) {
  .quick-quote-calculator.full-width .actions__price {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .yw-faq_faq-head .yw-faq_faq-image__wrapper {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .yw-faq_faq-list__wrapper .yw-faq_faq-accordion-trigger__wrapper {
    right: 15px;
    top: 15px;
  }
}
@media (min-width: 768px) {
  .youwe-faq-faq-overview .block-search {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .sample-product-holder {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .products-grid + .toolbar-products + .category-description {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .products-grid .product-item-details {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .products-grid .product-item-inner .product-item-actions {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-grid .product-item-inner .product-item-actions .tocart {
    display: inline-block;
    text-decoration: none;
  }
  .products-grid .product-item-inner .product-item-actions .tocart > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .products-grid .product-item-inner .product-item-actions .tocart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: '\e8cc';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-products .page-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-products .category-description {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .page-products .category-description p {
    line-height: 2.6rem;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-products .category-description ul li,
  .page-products .category-description ul a {
    line-height: 2.6rem;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-products .products.products-grid .product-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .page-products .products.products-grid .product-item {
    margin-bottom: 80px;
    width: calc((100% - 4%) / 3);
  }
}
@media (min-width: 1024px) {
  .page-products .products.products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
}
@media (min-width: 1024px) {
  .page-products .products.products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.page-layout-1column.page-products .category-image,
.page-layout-1column.page-products .category-description {
  margin: 15px 0;
}
@media (min-width: 1024px) {
  .catalog-product-view .column .product-info-main {
    padding: 0;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column .product-info-main .product-add-form {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column .product-info-main .box-tocart .actions {
    width: 100%;
  }
}
.catalog-product-view .column .page-title-wrapper .page-title {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 1024px) {
  .catalog-product-view .column .gallery-and-info-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 32px;
    width: calc(73% - 72px);
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column .gallery-and-info-main .gallery-and-info-wrapper {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-left: 16px;
    width: calc(50% - 32px);
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column .gallery-and-info-main .product.media {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 16px;
    width: calc(50% - 32px);
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column .cut-to-size-wrapper {
    float: right;
    width: 30%;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .column .cut-to-size-wrapper .product-info-main {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product.overview p {
    line-height: 2.6rem;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product-blog-holder .related-blog-posts {
    margin: 30px 0;
  }
}
@media (min-width: 1024px) {
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    padding-top: 0;
    text-align: left;
  }
}
.catalog-product-view div.column.main {
  padding-bottom: 0%;
}
.catalog-product-view div.column.main .gallery-and-info-main.non-configurator .product.media {
  padding-right: 0;
}
.catalog-product-view div.column.main .gallery-and-info-main.non-configurator * {
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .catalog-product-view div.column.main .gallery-and-info-main.non-configurator {
    width: 50%;
  }
}
.catalog-product-view div.column.main .gallery-and-info-main.non-configurator .fotorama-item.fotorama.single-image {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .catalog-product-view div.column.main .product-info-main {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view div.column.main .product.info.detailed {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .product.info.detailed .items .item.active .data.switch {
    border-bottom: 3px solid #295b5b;
  }
}
@media (min-width: 1024px) {
  .product.info.detailed .items .item .data.switch {
    border: 0;
  }
}
@media (min-width: 1024px) {
  .product.info.detailed .items .item__btn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .product.info.detailed .items .content.item {
    border: 0;
    border-top: 1px solid #e7e6e6;
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .product.info.detailed .items .content.item [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .product.info.detailed .items .content.item .description p,
  .product.info.detailed .items .content.item .description h2 {
    line-height: 2.6rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .column.main .crosssell,
  .column.main .related {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .block.upsell {
    width: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column.main .gallery-and-info-main {
    width: 66.66666667%;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column.main .product-info-main {
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column.main .cut-to-size-wrapper {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .column.main .cut-to-size-wrapper .product-info-main {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .block.upsell {
    width: calc(70% - 72px);
  }
}
body.catalog-product-view .fotorama__thumb-border {
  border-color: #295b5b;
}
body.catalog-product-view .fotorama:not(.fotorama--fullscreen) .fotorama__nav-wrap {
  display: flex;
  margin-top: 0;
  align-items: center;
}
@media (min-width: 768px) {
  body.catalog-product-view .fotorama:not(.fotorama--fullscreen) {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .catalog-product-view .top-container .breadcrumbs {
    margin: 0 0;
    max-width: none;
    padding: 0;
  }
}
body.catalog-product-view .catalog-product-view .column .title-sku-wrapper {
  width: 100%;
  padding: 0 0;
}
body.catalog-product-view .catalog-product-view .column .title-sku-wrapper .page-title-wrapper {
  flex: 0 0 45%;
}
body.catalog-product-view .product-info-main .is-detached-wrapper tr .is-detached:first-child {
  padding-left: 0;
}
body.catalog-product-view .product-info-main .price-box .price-container .price-unit-wrapper {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
body.catalog-product-view .product.info.detailed {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
body.catalog-product-view .column.main .gallery-and-info-main:not(.non-configurator) {
  width: 100%;
}
body.catalog-product-view .column.main .gallery-and-info-main:not(.non-configurator) .product.media {
  max-width: 100%;
}
@media (min-width: 1024px) {
  body.catalog-product-view .column.main .product-info-main {
    width: 40%;
  }
  body.catalog-product-view .column.main .gallery-and-info-main {
    width: 55.5%;
  }
  body.catalog-product-view .column.main .gallery-and-info-main .product.media {
    padding-right: 0;
    max-width: 640px;
  }
  body.catalog-product-view .fotorama:not(.fotorama--fullscreen) .fotorama__nav-wrap {
    width: 100%;
    left: 0;
  }
  body.catalog-product-view .product.info.detailed {
    padding-right: 0;
  }
}
.catalog-product-view .product-info-main .add-more-wrapper .add-more-cuts {
  white-space: nowrap;
}
.catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .qty-wrapper {
  order: unset;
}
.catalog-product-view .columns .product-info-main .dynamiconfig_add {
  display: flex;
  flex-direction: column-reverse;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.catalog-product-view .columns .product-info-main .itoris_dynamiconfig_wrapper .product-info-price {
  width: 100%;
  order: 1;
}
.catalog-product-view .columns .product-info-main .add-more-wrapper {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .columns .product-info-main .add-more-wrapper,
  .catalog-product-view .columns .product-info-main .itoris_dynamiconfig_wrapper .product-info-price {
    max-width: 15%;
  }
  .catalog-product-view .product-info-main .itoris_dynamiconfig_wrapper .field.qty {
    padding-right: 15px;
  }
}
@media screen and (max-width: 475px) {
  .catalog-product-view .columns .product-info-main .dynamiconfig_add {
    justify-content: space-between;
  }
  .catalog-product-view .columns .product-info-main .add-more-wrapper,
  .catalog-product-view .columns .product-info-main .itoris_dynamiconfig_wrapper .product-info-price {
    max-width: unset;
  }
}
/* Style the Image Used to Trigger the Modal */
.product-img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  height: 98px;
  width: 98px;
}
.product-img:hover {
  opacity: 0.7;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.modal-content-image {
  width: 400px;
  height: 400px;
  object-fit: contain;
  /* Keeps aspect ratio */
  border: 5px solid #ccc;
  border-radius: 10px;
  margin-top: 10%;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content-image,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-images .product-img {
    display: none;
  }
  .product.media:has(.cut-configurator-page) .product-images .product-img {
    display: block;
  }
  .product.media:has(.cut-configurator-page) .col-lg-1 {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 15px;
    overflow: auto;
    margin-bottom: 15px;
  }
  .product.media:has(.cut-configurator-page) .col-lg-11 {
    padding: 0 15px;
  }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/* Grid System */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* Column Layout */
.col-lg-1,
.col-lg-11 {
  padding-right: 0px;
  padding-left: 0px;
  box-sizing: border-box;
}
/* Responsive Column Width */
.col-lg-1 {
  flex: 0 0 10%;
  max-width: 10%;
  display: flex;
  flex-direction: column;
  /* Stack images vertically */
  align-items: center;
  /* Center images horizontally */
  gap: 10px;
  /* Add spacing between images */
}
.col-lg-11 {
  flex: 0 0 90%;
  max-width: 90%;
}
/* Responsive for Smaller Screens */
@media (max-width: 991px) {
  .col-lg-1,
  .col-lg-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.catalog-product-view .product .product .data a.data {
  height: auto !important;
}
@media (min-width: 1024px) {
  .column.main .block .title strong {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 768px) {
  body .fotorama:not(.fotorama--fullscreen) {
    padding-left: 185px;
  }
}
@media (min-width: 768px) {
  body .fotorama:not(.fotorama--fullscreen) .fotorama__stage {
    left: 0 !important;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  body .fotorama:not(.fotorama--fullscreen) .fotorama__stage__shaft {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  body .fotorama:not(.fotorama--fullscreen) .fotorama__stage__frame:only-of-type img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
  }
}
@media (min-width: 768px) {
  body .fotorama:not(.fotorama--fullscreen) .fotorama__arr--next {
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  body .fotorama:not(.fotorama--fullscreen) .fotorama__nav-wrap {
    background-color: #ffffff;
    left: -185px !important;
    width: 185px;
  }
}
@media (min-width: 768px) {
  body .fotorama:not(.fotorama--fullscreen) .fotorama__nav-wrap .fotorama__nav--thumbs {
    margin: 0;
  }
}
.toolbar.toolbar-products {
  gap: 0 10px;
}
.toolbar.toolbar-products .modes {
  display: flex;
}
.filter-current .items .item {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .toolbar.toolbar-products .mode-list:before {
    content: "\e240";
  }
}
@media (max-width: 768px) {
  .toolbar.toolbar-products {
    flex-wrap: wrap;
  }
  .toolbar.toolbar-products .filter {
    width: 100%;
    max-width: 100%;
  }
  .filter-current {
    position: relative;
    padding-right: 90px;
  }
  .filter-current li.item-actions {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
  }
}
@media (max-width: 640px) {
  .filter-current {
    padding-right: 0;
  }
  .filter-current li.item-actions {
    position: static;
  }
}
@media (min-width: 1024px) {
  .page-products .product.data.items > .item.title > .switch {
    color: #000000;
  }
}
@media (min-width: 1024px) {
  .product.info.detailed {
    box-sizing: border-box;
    padding-right: 110px;
  }
}
@media (min-width: 1024px) {
  .column.main .block.upsell {
    box-sizing: border-box;
    padding-right: 110px;
  }
}
@media screen and (min-width: 768px) {
  .top-container .breadcrumbs {
    margin: 0 0 0;
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .page-footer {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .page-footer .footer.content .block {
    float: none;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
  }
}
@media (min-width: 1024px) {
  .header-wrapper:not(.hidden-message) + .top-container,
  .header-wrapper:not(.hidden-message) + .page-main,
  .header-wrapper:not(.hidden-message) + .page-main-full-width {
    padding-top: 220px;
  }
}
@media (min-width: 1024px) {
  .header-wrapper + .top-container,
  .header-wrapper + .page-main,
  .header-wrapper + .page-main-full-width {
    -webkit-transition: padding-top 0.4s swing;
    -moz-transition: padding-top 0.4s swing;
    -ms-transition: padding-top 0.4s swing;
    transition: padding-top 0.4s swing;
    padding-top: 175px;
  }
}
@media (min-width: 1024px) {
  header.page-header {
    z-index: 300;
  }
}
@media (min-width: 1024px) {
  header.page-header .panel.wrapper {
    border: 0;
  }
}
@media (min-width: 1024px) {
  header.page-header .header.panel {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  header.page-header .switcher .options #switcher-my-account-trigger:before,
  header.page-header .switcher .options #switcher-language-trigger:before,
  header.page-header .switcher .options #switcher-currency-trigger:before {
    margin: 0 auto 5px;
  }
}
@media (min-width: 1024px) {
  header .header.content {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  header .header.content:before,
  header .header.content:after {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  header .header.content .logo {
    margin: 0;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  header .header.content .logo img {
    width: 145px;
  }
}
@media (min-width: 1024px) {
  header .header.content .block-search {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0 25px;
  }
}
@media (min-width: 1024px) {
  header .header.content .block-search .block-content {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 1024px) {
  nav.navigation {
    border-width: 0 0 1px;
    z-index: 300;
  }
}
@media (min-width: 1024px) {
  nav.navigation .phone-number {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  nav.navigation .phone-number a.level-top {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  nav.navigation > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  nav.navigation .level0.parent:first-of-type > .level-top {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  nav.navigation .level0.parent > .level-top {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  nav.navigation .level0.parent > .level-top .ui-menu-icon {
    display: none;
  }
}
@media (min-width: 1024px) {
  nav.navigation .level0.parent .level2 a {
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  nav.navigation .level0.has-active > .level-top {
    opacity: .5;
  }
}
@media (min-width: 1024px) {
  nav.navigation .level0 > .level-top {
    font-size: 10px;
    text-transform: none;
  }
}
@media (min-width: 1438px) {
  nav.navigation .level0 > .level-top {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  nav.navigation .level0 > .level-top.ui-state-active,
  nav.navigation .level0 > .level-top.ui-state-focus {
    opacity: .5;
  }
}
@media (min-width: 1024px) {
  .nav-sections {
    z-index: 250;
  }
}
@media (min-width: 1024px) {
  .nav-sections .navigation-top,
  .nav-sections .navigation-bottom {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header.content .switcher {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .product.data.items > .data.item.title > .switch {
    border: none;
  }
}
@media (min-width: 768px) {
  .page-top-message {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .usp-block-image:not(picture) {
    max-width: 40px !important;
  }
}
@media (min-width: 768px) {
  .usp-block-content h4 {
    margin: 0 0 5px;
  }
}
@media (min-width: 768px) {
  .usp-block-content div {
    margin: 5px 0 0;
  }
}
@media (max-width: 1080px) {
  .header-wrapper .page-header .header #search_mini_form {
    max-width: inherit;
  }
}
div#whatsappchat a.bottom-left {
  bottom: 55px !important;
}
@media (min-width: 768px) {
  figure.usp-block {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  figure.usp-block .usp-block-content h4 {
    line-height: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .page-header .wishlist a {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page-header .trustpilot img {
    max-width: 168px;
  }
}
@media (min-width: 1024px) {
  .page-header .switcher #switcher-my-account-trigger {
    text-align: center;
  }
}
@media (min-width: 768px) {
  header .header.content .logo img {
    width: 212px;
  }
}
@media (min-width: 1024px) {
  header .header .minicart-wrapper .action.showcart {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  nav.navigation .level0 > .level-top {
    padding: 0 10px;
  }
}
.ammenu-main-container .ammenu-item .ammenu-text-block span.ammenu-text {
  font-size: 14px;
  font-weight: 500;
}
.pagebuilder-column-line {
  margin: 0;
}
.pagebuilder-column-line .pagebuilder-column.col-right.col-text {
  flex-direction: unset !important;
  align-items: center;
}
.pagebuilder-column-line .row_cont {
  margin: 0 auto;
  max-width: 315px;
  text-align: center;
}
.pagebuilder-column-line .row_cont p.strong-txt {
  font-size: 16px;
  font-weight: 600;
}
.pagebuilder-column-line .row_cont .col-cont {
  margin-top: 17px;
}
.pagebuilder-column-line .row_cont .col-cont p:last-child {
  font-size: 14px;
}
.content-calculator .quick-quote-calculator .actions__price {
  right: 30px;
  top: 0;
  z-index: 0;
}
.content-calculator .quick-quote-calculator .actions__price span {
  color: #598b8c;
}
.content-calculator .quick-quote-calculator .actions {
  width: 100%;
  position: relative;
}
.content-calculator .quick-quote-calculator .actions button.action.primary.quote-button {
  margin-top: 0;
  max-width: 269px;
  width: 100%;
  margin-left: 5px;
  transition: 0.3s;
}
.content-calculator .quick-quote-calculator .actions button.action.primary.quote-button:hover {
  background: #d36027;
}
.content-calculator .quick-quote-calculator .actions .action.product-button {
  color: #598b8c;
  font-size: 14px;
  margin: 0;
  max-width: 110px;
  position: relative;
  transition: 0.3s;
  left: 14px;
}
.content-calculator .quick-quote-calculator .actions .action.product-button:hover {
  color: #29398f;
}
.category-slider {
  background: #fff3ed;
  padding: 60px 0 !important;
  margin: 30px 0;
  width: 100vw !important;
  left: 0 !important;
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw !important;
}
.category-slider .cat-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
}
.categories-container .category-grid .category-item .category-name.cat-name {
  font-size: 16px;
  color: #000 !important;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 16px !important;
}
.categories-container .category-grid .category-item .category-image {
  position: relative;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 6px 6px 10px 6px;
}
.categories-container .category-grid .category-item .category-image img {
  height: 138px;
  max-width: 100%;
  min-height: 122px;
  max-height: 122px;
  position: static;
}
.categories-container .category-grid.cat-grid.slick-initialized.slick-slider {
  padding-left: 0;
  padding-right: 0;
}
.pagebuilder-column.col-left.col-img-content {
  padding: 0 !important;
}
.samples-wrapper .pagebuilder-column.col-right .txt-content .heading-txt h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.41;
}
.samples-wrapper .pagebuilder-column.col-right .txt-content .content-txt {
  line-height: 1.625;
  font-size: 16px;
}
.samples-wrapper .pagebuilder-column.col-right .txt-content .txt-link a {
  font-size: 18px;
  margin-top: 45px;
  font-weight: 700;
}
.services-wrapper {
  margin-top: 30px !important;
  margin-bottom: 30px;
  padding: 60px 0 !important;
}
#html-body .samples-wrapper .blog-wrapper-content {
  background: #fff3ed;
  border-radius: 20px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
}
#html-body .samples-wrapper .blog-wrapper-content .pagebuilder-column.col-right {
  padding: 64px 32px;
}
#html-body .samples-wrapper .blog-wrapper-content .pagebuilder-column-line {
  align-items: center;
}
#html-body .samples-wrapper .blog-wrapper-content .pagebuilder-column-line .col-img-content {
  align-self: center;
}
#html-body [data-pb-style="TM4V10C"] {
  background: #fff3ee;
  border-radius: 20px;
}
figure.blog-img {
  display: block;
}
figure.blog-img .pagebuilder-mobile-hidden {
  height: 100% !important;
}
#html-body [data-pb-style="N6JKM2S"] {
  max-width: 100%;
  height: 100% !important;
}
.services-content {
  margin: 30px 0;
}
.section-wrapper {
  margin: 30px 0;
}
.section-wrapper .sample-content-wrapper {
  display: flex;
  margin-bottom: 60px;
  margin: 0 -15px;
}
.section-wrapper .sample-content-wrapper:last-child {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
.section-wrapper .sample-content-wrapper .content-section {
  max-width: calc(33.33% - 30px);
  border-bottom: 1px solid #8c8c8c;
  margin: 15px;
}
.section-wrapper .sample-content-wrapper .content-section .sample-link {
  position: relative;
}
.section-wrapper .sample-content-wrapper .content-section .sample-link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 24px;
  width: 24px;
  height: 24px;
}
.section-wrapper .sample-content-wrapper .content-section a:hover {
  text-decoration: none;
  color: #006bb4;
}
.section-wrapper .sample-content-wrapper .content-section .sample-link span {
  color: #1a1a1a;
  font-size: 22px;
  padding: 20px 0 0;
  display: block;
}
.page-footer .footer.content {
  max-width: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: #f3f3f3;
}
.page-footer .footer.content small {
  display: none !important;
}
.page-footer .footer.content .default-footer-top {
  align-items: normal;
  border-bottom: 1px solid #d4d4d4;
  padding: 32px 0 !important;
}
.page-footer .footer.content .default-footer-top .block.newsletter {
  position: relative;
}
.page-footer .footer.content .default-footer-top .block.newsletter .field.newsletter {
  max-width: unset !important;
}
.page-footer .footer.content .default-footer-top .block.newsletter .field.newsletter .control input {
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  border-radius: 8px;
}
.page-footer .footer.content .default-footer-top .block.newsletter .actions .primary {
  font-size: 16px;
  background: #598b8c;
  font-weight: 500;
  padding: 5px 16px;
  position: static;
  right: 8px;
  top: 6px;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right {
  width: 100%;
  max-width: 60%;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right strong {
  background-color: #f3f3f3 !important;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right ul li {
  font-size: 14px;
  margin-top: 13px !important;
  font-weight: 500;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left {
  width: 100%;
  max-width: 40%;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column p.footer-sub-heading {
  font-size: 16px !important;
  line-height: 24px;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column .footer-col-heading {
  font-size: 16px !important;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
  max-width: 415px;
  width: 100%;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.page-footer .footer.content .default-footer-top .footer-col-left ul {
  margin-left: 4px;
}
.page-footer .footer.content .default-footer-top .footer-col-center ul {
  margin-left: 4px;
}
.page-footer .footer.content .default-footer-top .footer-col-right ul {
  margin-left: 4px;
}
.page-footer .footer.content .default-footer-bottom .footer-bottom-right {
  flex-direction: unset !important;
  justify-content: end !important;
}
.page-footer .footer.content .default-footer-bottom .footer-bottom-columns:last-child {
  background: white;
  padding: 12px 12px;
  border-radius: 6px;
  margin-bottom: 40px;
}
.page-footer .footer.content .default-footer-bottom .footer-social-columns {
  margin: 52px 0 30px;
}
.page-footer .footer.content .default-footer-bottom .pagebuilder-column {
  padding-bottom: 0 !important;
  padding: 0 !important;
  align-self: unset !important;
}
.page-footer .footer.content .default-footer-bottom h2 {
  margin-bottom: 0;
  /* padding: 0 1px; */
  margin-right: 15px;
}
.page-footer .footer.content .default-footer-bottom .footer-social-div {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.page-footer .footer.content .default-footer-bottom .footer-social-div img.social-icn {
  width: 36px;
}
.page-footer .footer.content .default-footer-bottom .col-right {
  text-align: end;
}
.page-footer .footer.content .default-footer-bottom .col-right a {
  font-size: 16px !important;
  padding-right: 48px;
}
.header-wrapper .ammenu-menu-wrapper button.ammenu-button.-icon.-close {
  color: #010130 !important;
}
.header-wrapper .page-top-message {
  background-color: #295b5b;
}
.header-wrapper .page-top-message h4 {
  font-size: 14px;
  font-weight: 600;
}
.header-wrapper .header #search_mini_form {
  background: #f3f3f3;
  border-radius: 6px;
  display: flex;
  max-width: 500px;
  justify-content: space-between;
  padding: 8px 15px;
  margin-left: auto;
}
.header-wrapper .header #search_mini_form .actions {
  display: block;
  color: #101010;
  height: auto;
}
.header-wrapper .header #search_mini_form .actions .search {
  display: flex;
  position: unset;
  transform: unset;
  align-items: center;
  height: auto;
  border-left: 1px solid #bdbcd6;
  padding-left: 5px;
  border-radius: unset;
}
.header-wrapper .header #search_mini_form .actions .search > span {
  position: static;
  overflow: visible;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #101010;
}
.header-wrapper .header #search_mini_form .search {
  width: 100%;
  align-content: center;
}
.header-wrapper .header .block-search input {
  padding: 0;
  height: auto;
  color: input-color;
}
.header-wrapper .header .block-search input::placeholder {
  color: #525252;
}
.header-wrapper .header .block-search .block-content {
  text-align: center;
  margin-left: auto;
  margin-right: 0;
}
.header-wrapper .header .block-search .action.search:before {
  color: #101010;
  max-height: 32px;
  max-width: 24px;
}
.header-wrapper .header .minicart-wrapper .action.showcart:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_10_1505)'%3E%3Cpath d='M9 22.5C9.55228 22.5 10 22.0523 10 21.5C10 20.9477 9.55228 20.5 9 20.5C8.44772 20.5 8 20.9477 8 21.5C8 22.0523 8.44772 22.5 9 22.5Z' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 22.5C20.5523 22.5 21 22.0523 21 21.5C21 20.9477 20.5523 20.5 20 20.5C19.4477 20.5 19 20.9477 19 21.5C19 22.0523 19.4477 22.5 20 22.5Z' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1.5H5L7.68 14.89C7.77144 15.3504 8.02191 15.764 8.38755 16.0583C8.75318 16.3526 9.2107 16.509 9.68 16.5H19.4C19.8693 16.509 20.3268 16.3526 20.6925 16.0583C21.0581 15.764 21.3086 15.3504 21.4 14.89L23 6.5H6' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_1505'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.header-wrapper .header .minicart-wrapper .action.showcart .text {
  display: none;
}
.header-wrapper .page-header .contact-us a {
  display: flex;
  gap: 10px;
}
.header-wrapper .page-header .contact-us span.text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M20.9994 16.0058V19.0166C21.0005 19.2961 20.9432 19.5728 20.831 19.8289C20.7188 20.085 20.5542 20.3149 20.3478 20.5038C20.1415 20.6928 19.8978 20.8366 19.6325 20.9262C19.3672 21.0157 19.0861 21.049 18.8072 21.0238C15.7128 20.6883 12.7404 19.633 10.1289 17.9428C7.69922 16.4019 5.63926 14.346 4.09534 11.9212C2.39586 9.30297 1.33824 6.32206 1.00816 3.21993C0.983033 2.9424 1.01608 2.66269 1.1052 2.39861C1.19432 2.13453 1.33757 1.89185 1.52581 1.68605C1.71405 1.48024 1.94317 1.31581 2.19858 1.20322C2.45398 1.09062 2.73008 1.03234 3.0093 1.03208H6.02608C6.5141 1.02729 6.98722 1.19976 7.35725 1.51735C7.72727 1.83495 7.96897 2.27599 8.03727 2.75828C8.1646 3.7218 8.40074 4.66786 8.74118 5.5784C8.87648 5.93761 8.90576 6.328 8.82556 6.70331C8.74536 7.07863 8.55903 7.42313 8.28867 7.696L7.01156 8.97057C8.44308 11.4831 10.5276 13.5635 13.0451 14.9922L14.3222 13.7176C14.5956 13.4478 14.9408 13.2618 15.3169 13.1818C15.6929 13.1017 16.0841 13.131 16.444 13.266C17.3564 13.6058 18.3043 13.8414 19.2698 13.9685C19.7582 14.0373 20.2044 14.2828 20.5233 14.6585C20.8422 15.0341 21.0116 15.5136 20.9994 16.0058Z' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header-wrapper .page-header .switcher #switcher-my-account-trigger:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12 12.5C14.7614 12.5 17 10.2614 17 7.5C17 4.73858 14.7614 2.5 12 2.5C9.23858 2.5 7 4.73858 7 7.5C7 10.2614 9.23858 12.5 12 12.5Z' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5899 22.5C20.5899 18.63 16.7399 15.5 11.9999 15.5C7.25991 15.5 3.40991 18.63 3.40991 22.5' stroke='%23101010' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header-wrapper .page-header .switcher .options .action.toggle strong {
  display: none;
}
.header-wrapper .page-header .ammenu-header-container .my-account {
  position: relative;
}
.header-wrapper .contact-us-main span {
  display: block;
}
.header-wrapper .contact-us .contact-us-main .counter-text {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
}
.header-wrapper .contact-us .contact-us-main .counter-number {
  color: #598b8c;
  font-size: 16px;
  font-weight: 6 00;
}
.header-wrapper .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 10px;
}
.header-wrapper .ammenu-nav-sections.-topmenu ul.ammenu-items li.item_30 a.ammenu-link {
  background: #598b8c;
  padding: 6px 14px !important;
  color: #fff !important;
  border: 1px solid #e0551d;
  border-radius: 4px;
}
.header-wrapper .ammenu-nav-sections.-topmenu ul.ammenu-items li.item_30 a.ammenu-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_1572)'%3E%3Cpath d='M12.1934 6.8956C11.9305 6.72035 11.5733 6.7909 11.3965 7.05499L11.3963 7.05533L7.64612 12.6808L7.64601 12.681C7.47021 12.9452 7.54134 13.302 7.80601 13.478L7.91679 13.3115L12.1934 6.8956ZM12.1934 6.8956L12.0825 7.06201L12.1932 6.89549C12.1933 6.89552 12.1933 6.89556 12.1934 6.8956ZM6.85991 17.7381L6.86001 17.7382L12.9862 17.6094L13.1388 17.7388C13.1389 17.7387 13.1389 17.7386 13.139 17.7384C13.1648 17.7082 13.2032 17.6905 13.2545 17.6927C14.4714 17.7979 15.6492 17.3616 16.5051 16.5057C17.3628 15.6479 17.7958 14.4618 17.6917 13.2516L17.6917 13.2512C17.6877 13.2065 17.7028 13.1695 17.7381 13.1398L17.7383 13.1397C18.6669 12.3577 19.2 11.2127 19.2 10C19.2 8.78739 18.6677 7.64233 17.7383 6.85953L17.738 6.85931C17.7039 6.83064 17.6884 6.79381 17.6924 6.74885L17.6925 6.74836C17.7965 5.53823 17.3636 4.35211 16.5058 3.4943C15.6487 2.63716 14.4532 2.20259 13.2542 2.30741C13.199 2.31054 13.1686 2.2954 13.1396 2.26133C12.3576 1.33299 11.2136 0.8 10.0004 0.8C8.78705 0.8 7.64274 1.33237 6.86071 2.26186L6.86066 2.26192C6.83254 2.29536 6.79462 2.31132 6.74851 2.30758C5.53231 2.20286 4.3517 2.6375 3.49494 3.4943C2.63716 4.35211 2.20424 5.53823 2.3083 6.74836L2.30834 6.74885C2.31228 6.79345 2.29717 6.83048 2.26185 6.86017L2.26173 6.86027C1.33313 7.64228 0.8 8.78733 0.8 10C0.8 11.2126 1.33233 12.3577 2.26172 13.1405L2.26198 13.1407C2.29614 13.1694 2.31157 13.2062 2.30759 13.2512L2.30755 13.2516C2.20349 14.4618 2.63641 15.6479 3.49419 16.5057C4.35184 17.3634 5.54223 17.792 6.74537 17.6926C6.80212 17.6893 6.83199 17.7049 6.85991 17.7381ZM7.74056 16.9976L7.74045 16.9974L6.66649 16.7453L6.65002 16.546C6.64978 16.546 6.64953 16.546 6.64929 16.5461C5.78098 16.6176 4.92424 16.3088 4.30731 15.6918C3.68982 15.0743 3.37862 14.221 3.45312 13.3488L3.45314 13.3486C3.48857 12.9287 3.32378 12.5299 3.00149 12.2591C2.33264 11.6955 1.94928 10.8709 1.94928 9.9985C1.94928 9.12605 2.33265 8.30216 3.00091 7.73853C3.32365 7.46714 3.48859 7.06926 3.45314 6.64916L3.45312 6.64895C3.37862 5.77675 3.68982 4.92344 4.30731 4.30593C4.92492 3.68829 5.77595 3.37652 6.64933 3.4517L6.64981 3.45174C7.06279 3.4863 7.46765 3.32376 7.74041 3.00035L7.74056 3.00017C8.30336 2.33125 9.12714 1.94781 10.0004 1.94781C10.8736 1.94781 11.6974 2.33125 12.2602 3.00017L12.2603 3.00035C12.5325 3.323 12.9264 3.48712 13.3509 3.45175L13.3516 3.45169C14.216 3.37655 15.0752 3.68838 15.6935 4.30601C16.311 4.92351 16.6221 5.77679 16.5476 6.64895L16.5476 6.64916C16.5122 7.06899 16.6769 7.4677 16.9991 7.7385C17.668 8.30209 18.0515 9.12672 18.0515 9.99925C18.0515 10.8717 17.6681 11.6957 16.9997 12.2593C16.6771 12.5307 16.5122 12.9285 16.5476 13.3486L16.5476 13.3488C16.6221 14.221 16.3109 15.0743 15.6934 15.6918C15.0763 16.309 14.2242 16.6196 13.3523 16.5461C12.9319 16.5055 12.5304 16.6761 12.2601 16.9977C11.6973 17.6665 10.8736 18.0499 10.0004 18.0499C9.12714 18.0499 8.30336 17.6665 7.74056 16.9976ZM7.74953 6.799C7.22505 6.799 6.7995 7.22458 6.7995 7.74906C6.7995 8.27355 7.22505 8.69912 7.74953 8.69912C8.27401 8.69912 8.69956 8.27355 8.69956 7.74906C8.69956 7.22458 8.27401 6.799 7.74953 6.799ZM12.2497 11.2994C11.7252 11.2994 11.2997 11.725 11.2997 12.2494C11.2997 12.7739 11.7252 13.1995 12.2497 13.1995C12.7742 13.1995 13.1997 12.7739 13.1997 12.2494C13.1997 11.725 12.7742 11.2994 12.2497 11.2994Z' fill='white' stroke='white' stroke-width='0.4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_1572'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  position: relative;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: -5px;
  top: 0px;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content {
  width: 100%;
  max-width: 626px;
  position: absolute;
  left: 45px;
  top: 90px;
  text-align: center;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
  font-size: 83px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  line-height: 75px;
  text-shadow: 1px 1px 1px black;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
  font-size: 83px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  line-height: 75px;
  text-shadow: 1px 1px 1px black;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-date {
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 40px;
  display: block;
  line-height: normal;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 60px;
  text-shadow: 1px 1px 1px black;
  display: inline-block;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code-id {
  font-size: 28px;
  font-weight: 400;
  text-decoration: underline;
  vertical-align: top;
}
.catalog-category-view .categories-container h2 {
  font-weight: 700;
}
.catalog-category-view .category-description-top [data-content-type='row'][data-appearance='contained'] {
  padding: 0 15px;
  margin-top: 5px;
}
.catalog-category-view .category-description-top [data-content-type='row'][data-appearance='contained'] ul {
  list-style-position: outside;
  margin-left: 20px;
}
.catalog-category-view .category-description-top [data-content-type='row'][data-appearance='contained'] ul li {
  vertical-align: top;
}
.cms-page-view [data-content-type='row'][data-appearance='contained'] {
  padding: 0 15px;
}
.cms-page-view .pagebuilder-column h1:first-child {
  margin-bottom: 0;
}
.cms-privacy-policy main#maincontent {
  padding: 0 15px;
}
#html-body .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: 520px;
}
.service-content-columns {
  padding: 0;
  padding: 30px 0;
}
.service-content-columns .service-col .col-content .row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #bdbcd6;
  padding-left: 20px;
}
.service-content-columns .service-col .col-content .row .col-cont h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.service-content-columns .service-col:nth-child(4) .col-content .row {
  border: none;
}
.quote-content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px;
}
.quote-content .content-image {
  max-width: calc(50% - 20px);
  width: 100%;
  margin: 10px;
}
.quote-content .content-image .calc-image-left {
  height: 100%;
}
.quote-content .content-calculator {
  max-width: calc(50% - 20px);
  width: 100%;
  margin: 10px;
}
.quote-content .content-calculator .quick-quote-calculator-product {
  display: block;
  margin: 0 -8px;
}
.quote-content .content-calculator .quick-quote-calculator-product .quick-quote-option {
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator-product .quick-quote-select {
  border-radius: 4px;
  background-color: #ffffff;
}
.quote-content .content-calculator .first-wrapper {
  margin: 8px;
  padding: 0 !important;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator.full-width .quick-quote-calculator-product .attribute-3 {
  background: #f2f2f2;
  width: 50%;
  max-width: calc(50% - 16px);
  float: left;
  margin: 8px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator.full-width .quick-quote-calculator-product .attribute-2 {
  background: #f2f2f2;
  width: 50%;
  max-width: calc(50% - 16px);
  float: left;
  margin: 8px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator.full-width .quick-quote-calculator-content {
  width: 100%;
}
.quote-content .content-calculator .quick-quote-calculator-dimensions {
  width: 50%;
  max-width: calc(50% - 16px);
  float: left;
  margin: 8px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.quote-content .content-calculator .quick-quote-calculator-dimensions input {
  color: #525252;
  font-size: 16px;
  background-color: #ffffff;
}
.quote-content .content-calculator .quick-quote-calculator {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
.quote-content .content-calculator .quick-quote-calculator-title h6 {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 16px 0;
  text-transform: uppercase;
}
.quote-content .content-calculator .quick-quote-calculator-title p {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.quote-content .quick-quote-calculator {
  background-image: none;
}
.quote-content .quick-quote-calculator .actions {
  width: 100%;
}
.quick-quote-calculator.full-width .actions .action:not(.product-button) {
  background: #598b8c;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
}
.quick-quote-calculator select {
  color: #525252;
  font-size: 16px;
}
.quick-quote-calculator input {
  color: #525252;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .page-footer {
    padding: 0 15px;
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 1200px) {
  #html-body .pagebuilder-banner-wrapper {
    background-size: cover !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
    font-size: 76px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
    font-size: 76px;
  }
  .page-wrapper main#maincontent {
    padding-top: 200px;
  }
  .page-wrapper > .top-container + .page-main + main#maincontent,
  .page-wrapper > .top-container + main#maincontent {
    padding-top: 0;
  }
  .service-content-columns .service-col {
    max-width: 33.33%;
    width: 50%;
  }
  .categories-container .category-slider {
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
  }
  .categories-container .category-slider .cat-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
  }
  .categories-container .slick-list .slick-track {
    width: 3000px !important;
  }
  .categories-container .slick-initialized .slick-slide {
    width: 200px !important;
  }
  main#maincontent {
    padding-top: 230px;
  }
  .service-content-columns .service-col .col-content .row {
    gap: 12px;
  }
  .page-footer .footer.content .default-footer-bottom .col-right a {
    font-size: 16px !important;
    padding-right: 31px;
  }
  .services-wrapper {
    padding: 30px 0 !important;
  }
}
@media (max-width: 1080px) {
  .page-header .header.content {
    display: flex !important;
    padding: 15px;
  }
  .page-wrapper main#maincontent {
    padding-top: 200px;
  }
}
.services-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0;
  padding: 30px 0 !important;
}
.services-wrapper .service-content-columns {
  padding: 0;
  padding: 10px 0 0;
}
.services-wrapper .service-content-columns .service-col .col-content .row .col-cont h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.quote-content {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}
.quote-content .content-calculator .quick-quote-calculator .quick-quote-calculator-title h6 {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  margin: 16px 0;
  text-transform: uppercase;
}
.quote-content .content-calculator .quick-quote-calculator .quick-quote-calculator-title p {
  font-size: 14px;
  margin-bottom: 18px;
}
.quote-content .content-calculator .quick-quote-calculator .quick-quote-calculator-title select {
  color: #525252;
  font-size: 14px;
}
.quote-content .content-calculator .quick-quote-calculator .quick-quote-calculator-dimensions input {
  background-color: #ffffff;
  color: #525252;
  font-size: 14px;
}
.quote-content .content-calculator .quick-quote-calculator .actions .price {
  font-size: 22px;
  margin: 0 0 0 10px;
}
.quote-content .content-calculator .quick-quote-calculator .actions .action.product-button {
  color: #598b8c;
  font-size: 13px;
  margin: 0;
  max-width: 100%;
  position: relative;
  transition: 0.3s;
  left: 45px;
  top: -7px;
}
.quote-content .content-calculator .quick-quote-calculator .actions button.action.primary.quote-button {
  max-width: 187px;
  margin-left: 5px;
  font-size: 15px;
  padding: 18px;
}
.category-slider {
  padding: 40px 0 !important;
  margin: 25px 0;
}
.category-slider .categories-container .category-grid .category-item .category-name.cat-name {
  font-size: 14px;
  color: #000 !important;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 17px !important;
}
.category-slider .cat-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}
.section-wrapper {
  margin: 25px 0;
}
.section-wrapper .sample-content-wrapper {
  display: flex;
  margin-bottom: 30px;
}
.pagebuilder-column.col-right .txt-content .heading-txt h2 {
  font-weight: 600;
  font-size: 30px;
}
.pagebuilder-column.col-right .txt-content .content-txt {
  font-size: 14px;
  line-height: 20px;
}
.pagebuilder-column.col-right .txt-content .txt-link a {
  font-size: 16px;
  font-weight: 700;
}
#html-body .samples-wrapper {
  margin: 0;
}
#html-body .samples-wrapper.blog-wrapper-row {
  margin: 0 0 30px;
}
.page-footer .footer.content .default-footer-top {
  align-items: normal;
  border-bottom: 1px solid #d4d4d4;
  padding: 32px 0 !important;
  display: flex;
}
.page-footer .footer.content .default-footer-top .block.newsletter .actions .primary {
  font-size: 14px;
  background: #598b8c;
  font-weight: 500;
  padding: 5px 16px;
  position: absolute;
  right: 345px;
  top: 6px;
}
.page-footer .footer.content .default-footer-top .block.newsletter .field.newsletter .control input {
  background: #ffffff !important;
  max-width: 57%;
  width: 100%;
  font-size: 14px;
  border-radius: 8px;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left p {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 15px 0;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right {
  width: 100%;
}
.page-footer .footer.content .default-footer-top .default-footer-top__right ul li {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px !important;
}
.page-footer .footer.content .default-footer-bottom .col-right a {
  font-size: 14px !important;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .header-wrapper .page-header .link.contact-us {
    margin: 0 20px;
    width: 60%;
  }
  .header-wrapper .page-header main#maincontent {
    padding-top: 30px;
  }
  .header-wrapper .page-header .block.block-search .control {
    padding: 10px 15px;
    position: unset;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: transparent;
  }
  main#maincontent {
    padding-top: 0;
  }
  .footer .default-footer-top .default-footer-top__left p:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-wrapper main#maincontent {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
    font-size: 66px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
    font-size: 66px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-date {
    font-size: 28px;
    margin-top: 30px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code {
    font-size: 32px;
    margin-top: 45px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code-id {
    font-size: 26px;
  }
  .service-content-columns .service-col {
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content {
    max-width: 536px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
    font-size: 56px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
    font-size: 56px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-date {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
    display: block;
    line-height: 35px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code {
    font-size: 28px;
    margin-top: 45px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code-id {
    font-size: 24px;
  }
  .header-wrapper .header #search_mini_form {
    max-width: 100%;
    margin: 15px 0;
    padding: 8px;
  }
  .header-wrapper .services-content .pagebuilder-column-line {
    gap: 30px;
  }
  .header-wrapper .services-content .pagebuilder-column-line .row_cont .col-cont {
    margin-top: 5px;
  }
  .service-content-columns .service-col {
    max-width: 100%;
    width: 50%;
    border: none;
  }
  .service-content-columns .service-col .col-content .row {
    gap: 12px;
    border: none;
  }
  .service-content-columns .service-col .col-content .row .col-cont h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .service-content-columns .service-col .col-content .row .col-icn img.icn {
    width: 35px;
  }
  .pagebuilder-column-line {
    gap: 10px;
  }
  .pagebuilder-column-line .row_cont .col-cont {
    margin-top: 2px;
  }
  .page-header .link.contact-us {
    margin: 0 20px;
    width: 60%;
  }
  .page-header .link.contact-us a {
    display: flex;
    gap: 10px;
  }
  .page-header .link.contact-us span.text::before {
    content: "";
    background: url(../images/contact_us-26__.png) no-repeat center center;
    width: 28px;
    height: 24px;
    display: block;
    margin: 5px auto 3px auto;
    background-size: contain;
  }
  .page-header .header.content {
    display: block !important;
  }
  .page-header .header.content .minicart-wrapper {
    margin-right: 0;
  }
  .page-header .header.content .my-account {
    margin-right: 0px;
  }
  .quote-content .quick-quote-calculator .actions .action.primary.quote-button {
    float: none;
    max-width: 100% !important;
    margin: 0;
  }
  .quote-content .quick-quote-calculator .actions .actions__price {
    margin-top: 10px;
  }
  .quote-content .quick-quote-calculator .actions .actions__price .price {
    float: none;
  }
  .quote-content .quick-quote-calculator .actions .action.product-button {
    position: static !important;
    float: none !important;
    display: block;
    text-align: center;
    margin: 10px auto 0 !important;
  }
  .quote-content {
    margin: 0px 0;
  }
  .quote-content .content-image {
    max-width: 100%;
    width: 100%;
    margin: 10px;
  }
  .quote-content .content-image .calc-image-left {
    height: 100%;
    width: 100%;
  }
  .quote-content .content-calculator {
    max-width: 100%;
    width: 100%;
    margin: 10px;
  }
  .quote-content .content-calculator .quick-quote-calculator {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .ammenu-header-container .block-search .minisearch .control {
    position: unset !important;
    background-color: transparent !important;
    padding: 0;
  }
  .section-wrapper .sample-content-wrapper {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .section-wrapper .sample-content-wrapper .content-section {
    max-width: calc(50% - 30px);
    border-bottom: 1px solid #8c8c8c;
  }
  .section-wrapper .blog-wrapper-row .blog-wrapper-content img.pagebuilder-mobile-only {
    width: 100%;
  }
  .section-wrapper .blog-wrapper-row .blog-wrapper-content .pagebuilder-column.col-right {
    padding: 10px 15px !important;
  }
  .section-wrapper .blog-wrapper-row .blog-wrapper-content .pagebuilder-column.col-right .txt-content .heading-txt h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
  }
  .page-footer .footer.content .default-footer-top .block.newsletter {
    margin-bottom: 0;
  }
  .page-footer .footer.content .default-footer-top .block.newsletter .actions .primary {
    font-size: 14px;
    padding: 5px 16px;
    right: 27px;
    top: 6px;
  }
  .page-footer .footer.content .default-footer-top .block.newsletter .field.newsletter .control input {
    max-width: 100%;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left {
    max-width: 100%;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left {
    width: 100%;
    margin: 0 auto;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left p {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 7px 0;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__right {
    max-width: 100%;
  }
  .page-footer .footer.content .default-footer-top .default-footer-bottom .col-right {
    text-align: center;
    margin: 9px 0;
  }
  .page-footer .footer.content .default-footer-top .default-footer-bottom .footer-social-columns {
    margin: 52px 0 20px;
  }
  .page-footer .footer.content .default-footer-bottom .footer-bottom-right {
    max-width: 100%;
    flex-direction: column !important;
    align-items: center;
  }
  .page-footer .footer.content .default-footer-bottom .footer-bottom-right .footer-social-img {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .services-wrapper {
    padding: 0 0 30px !important;
  }
  .services-wrapper .sample-content-wrapper .content-section {
    max-width: 100%;
    border-bottom: 1px solid #8c8c8c;
  }
  .services-wrapper .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 20px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 326px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale {
    font-size: 46px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .banner-sale {
    font-size: 46px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-date {
    font-size: 18px;
    margin-top: 10px;
    line-height: 30px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code {
    font-size: 28px;
    margin-top: 45px;
  }
  .pagebuilder-banner-wrapper .pagebuilder-poster-content .banner-sale-content .sale-code-id {
    font-size: 24px;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left p.footer-sub-heading {
    font-size: 14px !important;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column h2 {
    font-size: 20px;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .footer-left p {
    font-size: 14px;
  }
}
.catalog-product-view .product.media .roomvo-div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f4f2;
  /* Light background */
  border-radius: 12px;
  /* Rounded corners */
  padding: 20px;
  /* Add padding */
  text-align: center;
  /* Center the content */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
  width: 100px;
  /* Fixed width to match the first image */
  height: 100px;
  /* Fixed height to match the first image */
  margin: 0 auto;
  /* Center the div */
}
.catalog-product-view .product.media .roomvo-div .roomvo-button {
  display: block;
  font-size: 7px;
  /* Smaller text */
  color: #000;
  /* Dark text */
  text-decoration: none;
  /* Remove underline */
  font-weight: bold;
  /* Make the text bold */
}
.catalog-product-view .product.media .roomvo-div .roomvo-button img {
  display: block;
  margin: 10px auto 0;
  /* Add space above the image */
  width: 50px;
  /* Smaller logo */
  height: auto;
  /* Maintain aspect ratio */
}
.catalog-product-view .product.media .roomvo-div .roomvo-button:hover {
  text-decoration: none;
  /* No underline on hover */
  color: #000;
  /* No change in text color */
}
@media all and (min-width: 769px), print {
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 428px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
    width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-quote-update-warning .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-update-warning p {
    margin-bottom: 3rem;
  }
  .modals-wrapper .modal-popup.popup-quote-requisition-list .modal-inner-wrap {
    width: 580px;
  }
  .modals-wrapper .modal-popup.popup-quote-requisition-list .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap {
    width: 650px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .item-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col-proposed-price {
    width: 95px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.item {
    width: 200px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.price,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.stock,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.subtotal {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.discount {
    text-align: left;
    min-width: 145px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty .input-text {
    text-align: center;
    width: 47px;
    margin-top: -5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar .primary {
    float: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 10px;
  }
  .mass-actions-items-popup .modal-footer .secondary {
    color: #1979c3;
    font-weight: 400;
    background: none;
    border: none;
    margin: 0.7rem 1.5rem;
  }
}
@media all and (min-width: 769px), 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;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .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%;
  }
  .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;
  }
  .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,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .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 {
    margin-left: 0;
  }
  .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-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-cms-menu .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,
  .block-requisition-management:before,
  .block-requisition-management:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form: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,
  .block-requisition-management:after,
  .account .page-title-wrapper:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form: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,
  .checkout-cart-index .page-title-wrapper {
    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,
  .checkout-cart-index .page-title-wrapper,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .checkout-cart-index .page-title-wrapper .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .checkout-cart-index .page-title-wrapper .action.clear,
  .checkout-cart-index .page-title-wrapper .action.update,
  .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;
  }
  .checkout-cart-index .page-title-wrapper .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .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: 1280px;
    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;
  }
  .page-layout-3columns .column.main {
    min-height: auto;
    width: calc(100% - 25% - 20px - 25% - 20px);
    margin: 0 20px;
  }
  .page-layout-2columns-left .column.main {
    min-height: auto;
    width: calc(100% - 25% - 20px);
    margin-left: 20px;
  }
  .page-layout-2columns-right .column.main {
    min-height: auto;
    width: calc(100% - 25% - 20px);
    margin-right: 20px;
  }
  .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-3columns .sidebar-main {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .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-3columns .sidebar-additional {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .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;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    margin: 0 0 29px;
  }
  .fieldset > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .fieldset > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .fieldset > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    display: none;
  }
  .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: 400;
    line-height: 20px;
    font-size: 1.6rem;
    color: #295b5b;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e7e6e6;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #295b5b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #295b5b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #193838;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .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: #193838;
    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: 30px;
    padding: 0 0 0 0;
    border: 0;
    border-top: 1px solid #e7e6e6;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: right;
  }
  .actions-toolbar .secondary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .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;
  }
  .checkout-cart-index .page-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-right: 4%;
  }
  .checkout-cart-index .cart-container .block-requisition-list {
    display: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar > div,
  .cart.table-wrapper .cart.item .actions-toolbar > .action {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
    margin-bottom: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .action {
    padding: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .action.split,
  .cart.table-wrapper .cart.item .actions-toolbar .action.toggle.change {
    float: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .requisition-list-action {
    vertical-align: baseline;
  }
  .modal-popup.requisition-popup .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .modal-popup.requisition-popup .modal-footer .secondary {
    line-height: 1.42857143;
    margin: 0;
    padding: 0.7rem 1.5rem;
    color: #598b8c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    text-transform: none;
    font-weight: 400;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:visited {
    color: #598b8c;
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover,
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:focus {
    background: none;
    border: 0;
  }
  .modal-popup.requisition-popup .modal-footer .secondary.disabled,
  .modal-popup.requisition-popup .modal-footer .secondary[disabled],
  fieldset[disabled] .modal-popup.requisition-popup .modal-footer .secondary {
    color: #598b8c;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .modal-popup.requisition-popup .modal-footer .replace {
    margin-left: 10px;
  }
  .modal-popup.requisition-popup .modal-content {
    padding-bottom: 0;
  }
  .modal-popup .fieldset {
    margin-bottom: 0;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:first-child) {
    padding-left: 5%;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:last-child) {
    padding-right: 5%;
  }
  .data-grid-wrap .number-field,
  .data-grid-wrap .actions-field {
    text-align: right;
  }
  .data-grid-wrap .list-name-field .cell-label-line-description {
    margin-top: 5px;
  }
  .title-actions-links {
    float: right;
    margin-top: 2rem;
  }
  .block-requisition-management {
    margin-bottom: 10px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 4rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
  }
  .block-requisition-management .requisition-toolbar {
    float: right;
  }
  .requisition-toolbar-actions {
    margin-right: 10px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: none;
  }
  .requisition-grid table {
    height: 100%;
  }
  .requisition-grid thead .col,
  .requisition-grid .item .col {
    height: 100%;
  }
  .requisition-grid thead .col.item,
  .requisition-grid .item .col.item {
    display: block;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    margin-top: -5px;
  }
  .requisition-grid thead .col.price,
  .requisition-grid .item .col.price,
  .requisition-grid thead .col.stock,
  .requisition-grid .item .col.stock,
  .requisition-grid thead .col.qty,
  .requisition-grid .item .col.qty,
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    text-align: right;
  }
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    height: .1rem;
    position: relative;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    height: 100%;
    position: relative;
  }
  .requisition-grid thead .col.col-checkbox,
  .requisition-grid .item .col.col-checkbox {
    max-width: .2rem;
  }
  .requisition-grid thead .col.col-checkbox input[type='checkbox'],
  .requisition-grid .item .col.col-checkbox input[type='checkbox'] {
    margin: 0;
  }
  .requisition-grid .product-item-image {
    float: left;
    margin-right: 10px;
  }
  .requisition-grid .actions-toolbar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .requisition-grid .actions-toolbar > .action-delete {
    margin-left: 2rem;
  }
  .requisition-grid .price-excluding-tax {
    margin: 5px 0 3.5rem 0;
  }
  .product-item-description {
    float: right;
    width: calc(100% - 9rem);
  }
  .requisition-view-buttons > .primary {
    display: block;
    float: none;
    text-align: left;
  }
  .requisition-view-buttons .action.delete {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button:hover {
    text-decoration: none;
  }
  .wishlist.split.button {
    margin-right: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 25px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e313';
    font-family: 'Material Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e316';
    font-family: 'Material Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .links-container ul:before,
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .links-container ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .links-container ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .links-container ul:before {
    right: 10px;
    top: -12px;
  }
  .links-container ul:after {
    right: 9px;
    top: -14px;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .action.switch {
    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;
    color: #ffffff;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e316';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 50px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #68a8e0;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-tree .modal-footer .secondary {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .page-title .edit-company-profile {
    left: -10px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 52%;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 10px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .account .column.main .block.block-dashboard-info {
    line-height: 24px;
  }
  .account .column.main .block.block-dashboard-info .block-content:before,
  .account .column.main .block.block-dashboard-info .block-content:after {
    content: normal;
  }
  .form-purchase-order {
    margin-bottom: 0;
  }
  .checkout-agreements-block {
    clear: both;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .negotiable_quote-quote-view .quote-status {
    margin-top: .7rem;
  }
  .negotiable_quote-quote-view .tooltip.content.no-actions {
    min-width: 110px;
  }
  .order-references {
    margin-top: -1.4rem;
  }
  .negotiable-quote-quote-index .data-grid thead > tr > td,
  .negotiable-quote-quote-index .data-grid thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
  }
  .negotiable-quote-quote-index .pages a.page {
    cursor: pointer;
  }
  .negotiable-quote-quote-index .page-title {
    display: block;
    margin-bottom: 25px;
  }
  .negotiable-quote-quote-view .page-title {
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
  }
  .negotiable-quote-quote-view .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: right;
    width: 55%;
  }
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > th,
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > td {
    text-decoration: line-through;
  }
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > th,
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > td {
    text-decoration: line-through;
  }
  .quote-details-items thead .col.item,
  .quote-details-items .item .col.item {
    display: block;
  }
  .quote-details-items thead .col.price,
  .quote-details-items .item .col.price,
  .quote-details-items thead .col.stock,
  .quote-details-items .item .col.stock,
  .quote-details-items thead .col.qty,
  .quote-details-items .item .col.qty,
  .quote-details-items thead .col.subtotal,
  .quote-details-items .item .col.subtotal,
  .quote-details-items thead .col.actions,
  .quote-details-items .item .col.actions {
    text-align: right;
  }
  .quote-details-items thead .col.sku,
  .quote-details-items .item .col.sku {
    width: 65px;
  }
  .quote-details-items thead .col.discount,
  .quote-details-items .item .col.discount {
    width: 110px;
    text-align: right;
  }
  .quote-details-items thead .col.discount span,
  .quote-details-items .item .col.discount span {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 1.4rem;
  }
  .quote-details-items thead .col.notes,
  .quote-details-items .item .col.notes {
    border-top: hidden;
  }
  .quote-details-items thead .col .price,
  .quote-details-items .item .col .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-details-items .content .quote-title {
    display: none;
  }
  .quote-details-items .quote-table-totals-wrap {
    border-bottom: 1px solid #e4e4e4;
  }
  .quote-details-items .quote-table {
    border: 1px solid #e4e4e4;
  }
  .page-main .block.quote-shipping-info {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .page-title-wrapper .page-title {
    display: block;
  }
  .quote-name {
    font-size: 1.6rem;
    margin-bottom: 20px;
    word-wrap: break-word;
  }
  .quote-date {
    float: left;
    margin-bottom: .8rem;
  }
  .quote-sales-rep {
    float: right;
  }
  .mobile-label {
    display: none;
  }
  .admin__data-grid-wrap {
    padding-top: 20px;
  }
  .quote-shipping-info .box-shipping-address .box-content {
    font-size: 1.4rem;
  }
  .quote-shipping-info .box-content .box {
    margin-bottom: 0;
    width: 50%;
  }
  .quote-view-links.quote-view-buttons .action {
    margin-right: 10px;
  }
  .quote-actions-toolbar {
    margin-bottom: 2.8rem;
  }
  .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-edit-address .fieldset {
    margin-bottom: 0;
  }
  .popup-edit-address .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-edit-address .field .control > .field,
  .popup-edit-address .field .control > .fields > .field {
    margin: 0 0 20px;
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .popup-edit-address .field .control > .field:last-child,
  .popup-edit-address .field .control > .fields > .field:last-child {
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    font-weight: 700;
  }
  .popup-edit-address .field .control > .field > .label + br,
  .popup-edit-address .field .control > .fields > .field > .label + br {
    display: none;
  }
  .popup-edit-address .field .control > .field .choice input,
  .popup-edit-address .field .control > .fields > .field .choice input {
    vertical-align: top;
  }
  .popup-edit-address .field .control > .field .fields.group:before,
  .popup-edit-address .field .control > .fields > .field .fields.group:before,
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    content: '';
    display: table;
  }
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    clear: both;
  }
  .popup-edit-address .field .control > .field .fields.group .field,
  .popup-edit-address .field .control > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .popup-edit-address .field .control > .field .fields.group.group-2 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-3 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-4 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-5 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
  }
  .popup-edit-address .field .control > .field .addon,
  .popup-edit-address .field .control > .fields > .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .popup-edit-address .field .control > .field .addon textarea,
  .popup-edit-address .field .control > .fields > .field .addon textarea,
  .popup-edit-address .field .control > .field .addon select,
  .popup-edit-address .field .control > .fields > .field .addon select,
  .popup-edit-address .field .control > .field .addon input,
  .popup-edit-address .field .control > .fields > .field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore,
  .popup-edit-address .field .control > .field .addon .addafter,
  .popup-edit-address .field .control > .fields > .field .addon .addafter {
    background: #f3f3f5;
    background-clip: padding-box;
    border: none;
    color: #73738f;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 48px;
    line-height: 1.42857143;
    padding: 0 20px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .field .addon .addafter:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:disabled {
    opacity: 0.5;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-moz-placeholder {
    color: #73738f;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-webkit-input-placeholder {
    color: #73738f;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:-ms-input-placeholder {
    color: #73738f;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-edit-address .field .control > .field .additional,
  .popup-edit-address .field .control > .fields > .field .additional {
    margin-top: 10px;
  }
  .popup-edit-address .field .control > .field.required > .label:after,
  .popup-edit-address .field .control > .fields > .field.required > .label:after,
  .popup-edit-address .field .control > .field._required > .label:after,
  .popup-edit-address .field .control > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .popup-edit-address .field .control > .field .note,
  .popup-edit-address .field .control > .fields > .field .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .popup-edit-address .field .control > .field .note:before,
  .popup-edit-address .field .control > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    content: "\e287";
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .popup-edit-address .field .control > .field .note *,
  .popup-edit-address .field .control > .fields > .field .note * {
    display: inline;
  }
  .popup-edit-address .form-quote-popup {
    overflow: hidden;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
    border-bottom: none;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
    border-bottom: 20px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
    display: block;
    padding-top: 10px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
    border-top: none;
    padding-top: 10px;
    text-align: left;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
    background: #006bb4;
    box-shadow: none;
    color: #ffffff;
  }
  .negotiable-quote-order-information .negotiable-quote-link {
    float: right;
    max-width: 49%;
    text-align: right;
  }
  .negotiable-quote-order-information .order-date {
    float: left;
    max-width: 49%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .quote_templates-template-index .table-wrapper th {
    text-align: center;
  }
  .quote_templates-template-index .table-wrapper td {
    text-align: center;
  }
  .quote_templates-template-index .table-wrapper .name-field {
    width: 150px;
  }
  .quote_templates-template-index .table-wrapper .total-field {
    width: 116px;
  }
  .quote_templates-template-index .table-wrapper .order-count-field {
    width: 60px;
  }
  .quote_templates-template-index .table-wrapper .view-action {
    margin-right: 30px;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .my-orders-search-advanced .field-50 {
    float: left;
    position: relative;
    width: 48%;
  }
  .my-orders-search-advanced .field-50:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .my-orders-search-advanced .field-50:nth-child(even) {
    margin-left: 2%;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .purchaseorder-purchaseorder-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .purchaseorder-purchaseorder-view .purchase-order-status {
    margin-top: .7rem;
  }
  .purchase-order-totals-wrap .purchase-order-totals {
    float: right;
    width: 55%;
  }
  .multiple-skus-item .field.qty .label {
    visibility: hidden;
  }
  .account .toolbar .limiter {
    float: right;
  }
  .purchaseorder-actions-toolbar {
    float: right;
  }
  .col-150-max {
    max-width: 150px;
  }
  .form-create-purchase-order-rule .field .control {
    max-width: 500px;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control {
    display: flex;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control > .control {
    max-width: 46%;
    width: 100%;
  }
  .form-create-purchase-order-rule .field-condition-order-total .additional {
    margin-left: 10px;
    margin-top: 0;
  }
  .form-create-purchase-order-rule .field-tooltip-content {
    width: 458px;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  .dictionary ol li {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
  }
  .yw-faq_category-list__item {
    width: 280px;
  }
  .yw-faq_faq-accordion-trigger__wrapper {
    position: absolute;
    right: 0;
  }
  .yw-faq_faq-image__wrapper {
    width: 200px;
  }
  .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: #60b8b8;
    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: #60b8b8;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #99d1d1;
  }
  .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: #60b8b8;
    content: '\e8f0';
    font-family: 'Material Icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #60b8b8;
  }
  .mode-list:before {
    content: "\e244";
  }
  .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: #73738f;
  }
  .block-search input:-moz-placeholder {
    color: #73738f;
  }
  .block-search input::-moz-placeholder {
    color: #73738f;
  }
  .block-search input:-ms-input-placeholder {
    color: #73738f;
  }
  .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: 1em;
    line-height: 1;
    color: #295b5b;
    content: '\e8b6';
    font-family: 'Material Icons';
    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: 768px;
    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;
    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;
  }
  .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%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    display: none;
  }
  .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 #598b8c;
    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;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .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 #598b8c;
  }
  .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;
  }
  .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;
  }
  .abs-shopping-cart-items-desktop,
  .checkout-cart-index .page-title-wrapper,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: calc(100% - 295px - 20px);
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  #amsearch-result-tabs.product.data.items > .data.item.content .amsearch-item {
    padding: 0 20px;
  }
  .block-search {
    float: none;
    padding-left: 0;
  }
  .block-search .control {
    padding: 0;
  }
  .block-search .action.search {
    display: inline-block;
    left: 15px;
    right: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
  .block-search .action.search:before {
    font-size: 2.6rem;
    line-height: inherit;
  }
  .block-search .action.search:before {
    color: #295b5b;
    font-weight: 500;
    overflow: visible;
  }
  .block-search .action.search[disabled] {
    opacity: 1;
  }
  .checkout-container {
    padding: 20px;
  }
  .opc-wrapper {
    padding-top: 20px;
    padding-right: 20px;
    width: 60%;
  }
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .form-login {
    max-width: none;
  }
  .opc-sidebar {
    width: 40%;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 0;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin: 0 0 0 5px;
    position: static;
    top: auto;
  }
  .opc-wrapper .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .opc-wrapper form.form-discount .actions-toolbar > div:not(:first-of-type),
  .opc-wrapper form.form-giftcard-account .actions-toolbar > div:not(:first-of-type) {
    margin-left: 10px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .account.page-layout-2columns-left .column.main {
    width: calc(100% - 25% - 20px);
  }
  .login-container .fieldset > .field > .control {
    width: auto;
  }
  .block.newsletter {
    margin: 0;
    max-width: 100%;
    width: auto;
  }
  .block.newsletter .field {
    margin-right: 0;
  }
  .block.newsletter .action.subscribe {
    border-radius: 0;
  }
  .requisition-view-buttons .secondary {
    float: none;
  }
  .modal-popup.review-add .modal-inner-wrap {
    max-width: 500px;
  }
  .column.main {
    min-height: auto;
  }
  .footer.content {
    max-width: none;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .categories-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .category-grid.slick-slider .slick-arrow.slick-next {
    right: -20px;
  }
  .category-grid.slick-slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .pagebuilder-column-line .row_cont .col-cont p:last-child {
    font-size: 14px;
    line-height: 16px;
  }
  .pagebuilder-column-line .row_cont p.strong-txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left {
    max-width: 40%;
  }
  .page-footer .footer.content .default-footer-top .default-footer-top__left .pagebuilder-column p.footer-sub-heading {
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 1024px), print {
  .field-date .control .sub-label,
  .field-order-total .control .sub-label {
    width: 20%;
  }
  .field-date .control input,
  .field-order-total .control input {
    width: 55%;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .grid-content {
    padding: 0 !important;
  }
  .dictionary > li {
    padding-top: 30px;
  }
  .dictionary ol li {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
  .categories-container .category-grid .category-item {
    -webkit-flex-basis: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .opc-wrapper {
    width: 66.66666667%;
  }
  .opc-sidebar {
    width: 33.33333333%;
  }
  .checkout-index-index .header-wrapper:not(.hidden-message) + .page-header {
    padding-top: 44px;
  }
  .opc-wrapper form.form-discount,
  .opc-wrapper form.form-giftcard-account {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .opc-wrapper form.form-discount .actions-toolbar > div,
  .opc-wrapper form.form-giftcard-account .actions-toolbar > div {
    margin-left: 10px;
  }
  .opc-wrapper .checkout-payment-method .payment-option-inner {
    margin-bottom: 0;
  }
  .opc-wrapper .checkout-payment-method .payment-option-inner .field,
  .opc-wrapper .checkout-payment-method .payment-option-inner .control,
  .opc-wrapper .checkout-payment-method .payment-option-inner .input-text {
    height: 100%;
  }
  .opc-wrapper .opc .shipping-address-item,
  .opc-wrapper .opc .billing-address-item {
    width: calc(calc(100% / 3) - 5px);
  }
  .opc-wrapper .opc .shipping-address-item:before,
  .opc-wrapper .opc .billing-address-item:before {
    display: none;
  }
}
@media all and (min-width: 1440px), print {
  .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-container {
    padding: 40px 80px;
  }
  .opc-wrapper {
    padding-right: 30px;
  }
  .opc-block-summary,
  .opc-block-shipping-information {
    padding: 20px 30px;
  }
  .category-grid.slick-slider .slick-arrow.slick-next {
    right: -41px;
  }
  .category-grid.slick-slider .slick-arrow.slick-prev {
    left: -41px;
  }
}
