/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body.blog-post-view .content-container {
  padding-top: 60px;
}
@media (min-width: 1025px) {
  .magicmenu {
    background-color: #c7405b;
  }
  .magicmenu .nav-desktop {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1430px;
    width: 100%;
  }
  .magicmenu .nav-desktop .level0:hover .level-top-mega {
    display: block;
    opacity: 1;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega {
    left: 0 !important;
    width: 100%;
    background-color: #f2f2f2;
    display: none;
    opacity: 0;
    transition: all 1s;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal {
    margin-inline: auto;
  }
  .magicmenu .nav-desktop .level0 > a.level-top {
    color: #FFF;
  }
  .magicmenu .nav-desktop .level0 .level-top {
    padding: 6px 13px;
    margin-block: 1rem;
  }
  .magicmenu .nav-desktop .level0 .level-top > span {
    font-size: 15px;
  }
  .magicmenu .nav-desktop .level0:not(:last-child) .level-top {
    border-right: 1px solid #fefefeba;
  }
  .magicmenu .nav-desktop .level0.hasChild .level-top:after {
    display: none;
  }
  .magicmenu .nav-desktop .level0.level-top.home {
    min-width: 6rem;
    flex: 0 0 auto;
  }
  .magicmenu .nav-desktop .level0.level-top.home a.level-top {
    text-align: start;
  }
  .magicmenu .nav-desktop .level0.level-top.home a.level-top > span {
    font-size: 20px;
  }
  .magicmenu .nav-desktop .level0 .level-top {
    font-weight: 400;
    text-transform: none;
  }
  .magicmenu .nav-desktop .level0.level-top {
    flex: 1 0 auto;
  }
  .magicmenu .nav-desktop .level0.level-top a.level-top {
    text-align: center;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
    position: unset;
    padding: 0;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild > ul {
    opacity: 1;
    visibility: visible;
  }
  .magicmenu .nav-desktop .level0.home .level-top .icon {
    display: inline-block;
  }
  .magicmenu .home .icon-text {
    display: none;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children a {
    font-weight: 500;
    color: gray;
    line-height: 24px;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
    padding: 28px 0 0px !important;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
    padding: 0px 0 20px !important;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
    color: #cd5f74;
    text-transform: none;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
    background-color: #f2f2f2;
    padding-left: 1rem !important;
    box-shadow: none;
  }
  .main-navigation {
    display: none;
  }
  .mobile-nav-only {
    display: none !important;
  }
  .main-navigation {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 101;
    background-color: #f1eff3;
  }
  .cms-index-index .main-navigation,
  .catalog-category-view .main-navigation,
  .catalogsearch-result-index .main-navigation,
  .catalog-product-view .main-navigation,
  .contentlist-full-width .main-navigation,
  .blog-page .main-navigation,
  .cms-services .main-navigation,
  .contentlist-case-studies .main-navigation {
    margin-bottom: 0;
  }
  .navigation {
    position: relative;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .navigation ul > li {
    margin: 0;
  }
  .navigation a {
    text-decoration: none;
  }
  .navigation .level0 {
    display: inline-block;
    margin-right: 5rem;
  }
  .navigation .level0 > .level-top {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 5.4rem;
  }
  .navigation .level0 > .level-top > .icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    transform: translateY(-50%);
  }
  .navigation .level0 > .level-top > .icon svg {
    transform: rotate(90deg);
  }
  .navigation .level0 > .level-top > .icon svg path {
    fill: #232323;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 2rem;
  }
  .navigation .level0.parent.is-active > .level-top,
  .navigation .level0.is-active-page > .level-top,
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top:focus {
    color: #6b4b8f;
  }
  .navigation .level0.parent.is-active > .level-top > .icon svg path,
  .navigation .level0.is-active-page > .level-top > .icon svg path,
  .navigation .level0 > .level-top:hover > .icon svg path,
  .navigation .level0 > .level-top:focus > .icon svg path {
    fill: #6b4b8f;
  }
  .navigation__panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.2s;
  }
  .navigation__panel .sublink {
    position: relative;
    display: block;
    padding: 0.7rem 2rem;
    font-size: 1.7rem;
    font-weight: 400;
    border-radius: 6px;
    transition: background 0.2s;
  }
  .navigation__panel .sublink:hover,
  .navigation__panel .sublink:focus {
    color: #614b79;
  }
  .navigation__panel .parent > .sublink .icon {
    position: absolute;
    top: 50%;
    right: 1.4rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    transform: translateY(-50%);
  }
  .navigation__panel .parent > .sublink .icon svg {
    display: block;
  }
  .navigation__panel .parent > .sublink .icon svg path {
    fill: #232323;
  }
  .navigation__panel .submenu {
    height: 45rem;
    padding: 4rem 0;
    margin-left: -0.3rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    border-radius: 0 6px 6px 0;
    transition: all 0.3s;
    transition-delay: 0.3s;
  }
  .navigation__panel .submenu li {
    padding: 0 4rem;
  }
  .navigation__panel > .submenu {
    position: relative;
    width: 24%;
    margin-left: 0;
    background-color: #614b79;
    border-radius: 6px;
    transform: none;
    transition: none;
  }
  .navigation__panel .sublink:hover,
  .navigation__panel .sublink:focus,
  .navigation__panel .parent:hover > .sublink {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .navigation__panel .parent:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .navigation .level1 > .sublink {
    color: #fff;
  }
  .navigation .level1.parent > .sublink .icon svg path {
    fill: #fff;
  }
  .navigation .level1 .submenu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background-color: #eeeeee;
  }
  .navigation .level2 .submenu {
    background-color: #fff;
  }
  .navigation .level2 > .sublink:hover,
  .navigation .level2 > .sublink:focus,
  .navigation .level2.parent:hover > .sublink {
    background-color: #ffffff;
  }
  .navigation .level3 > .sublink:hover,
  .navigation .level3 > .sublink:focus,
  .navigation .level3.parent:hover > .sublink {
    background-color: #eeeeee;
  }
  .menu-is-open .navigation__panel {
    opacity: 1;
    visibility: visible;
  }
  .menu-is-open .navigation__panel > .submenu {
    opacity: 1;
    visibility: visible;
  }
  .menu-is-open .header-mask {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1300px) {
  .navigation .level0 > .level-top {
    font-size: 2rem;
  }
}
@media (min-width: 1770px) {
  .navigation .level0 {
    margin-right: 6.3rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*****/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * 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;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._am-calendar-component.ui-datepicker {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
._am-calendar-component.ui-datepicker table {
  font-size: 14px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev,
._am-calendar-component.ui-datepicker .ui-datepicker-next {
  top: 7px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
._am-calendar-component.ui-datepicker .ui-datepicker-next span {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 13px;
  height: 13px;
  border-width: 0 0 2px 2px;
  border-color: #575855;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span {
  transform: translate(-50%, -50%) rotate(45deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-next span {
  transform: translate(-50%, -50%) rotate(225deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-month,
._am-calendar-component.ui-datepicker .ui-datepicker-year {
  border-color: #a1a1a1;
  border-radius: 2px;
}
._am-calendar-component.ui-datepicker button {
  border-color: #1979c3;
  border-radius: 2px;
  background: none;
  box-shadow: none;
  color: #1979c3;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker button:hover {
  background: #c9e4f8;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  background: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th span {
  padding: 5px;
  text-align: center;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #1979c3;
  color: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
}
._amrec-title {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
._amrec-panel {
  padding: 25px;
  background: #f7f7f7;
}
._amrec-input,
._amrec-datepicker {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
._amrec-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 9px;
}
._amrec-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 25px;
}
._amrec-radio-input,
._amrec-radio-input.-plate {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
._amrec-radio-input + .amrec-label,
._amrec-radio-input.-plate + .amrec-label {
  display: flex;
  align-items: center;
}
._amrec-radio-input + .amrec-label:before,
._amrec-radio-input.-plate + .amrec-label:before {
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  content: '';
  transition: all .2s ease;
}
._amrec-radio-input:checked + .amrec-label,
._amrec-radio-input.-plate:checked + .amrec-label {
  text-shadow: 0 0 .9px #000;
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input.-plate + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 15px;
  min-width: 175px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label {
  border: 1px solid #1979c3;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate + .amrec-label:hover,
._amrec-radio-input.-plate:focus + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label:hover,
._amrec-radio-input.-plate.-plate:focus + .amrec-label {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
#amasty_recurring_payments_general_supported_payments {
  font-family: "Admin Icons", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  /* Do not add a generic font! */
}
.amrecurring-gateway-messages .amrecurring-list {
  margin-left: 30px;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.message-error.error.message {
  word-wrap: break-word;
}
.login-container .block.block-static-block {
  float: none !important;
}
/** Empty **/
.category-lower-info {
  display: flex;
  justify-content: space-between;
}
.category-lower-info .detail {
  max-width: 50%;
}
.category-lower-info .aside {
  width: 100%;
  max-width: 560px;
  margin-left: 50px;
  box-sizing: border-box;
}
.category-lower-info .actions {
  padding: 1rem 0 0;
}
.category-lower-info.content-only .detail {
  max-width: none;
}
.category-lower-info.aside-only .aside {
  max-width: none;
  margin-left: 0;
}
.category-lower-info p {
  font-size: 1.6rem;
}
.category-lower-info h1,
.category-lower-info h2 {
  font-size: 4.5rem;
}
.category-lower-info h1 + p,
.category-lower-info h2 + p {
  font-size: 1.8rem;
}
.category-lower-info h3,
.category-lower-info h4,
.category-lower-info h5 {
  font-size: 2.5rem;
}
@media (min-width: 1200px) {
  .category-lower-info .detail {
    max-width: 705px;
  }
  .category-lower-info.content-only .detail {
    max-width: none;
  }
}
/***** Empty ******/
@charset "UTF-8";
@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;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (max-width: 1439px) and (min-width: 1024px), print {
  .catalog-product-view .product-info-main .box-tocart,
  .catalog-product-view .product-options-bottom .box-tocart {
    display: block;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty,
  .catalog-product-view .product-options-bottom .box-tocart .field.qty {
    margin: 0 0 2rem;
  }
  .catalog-product-view .product-info-main .box-tocart .actions,
  .catalog-product-view .product-options-bottom .box-tocart .actions {
    display: block;
  }
  .catalog-product-view .product-info-main .box-tocart .action,
  .catalog-product-view .product-options-bottom .box-tocart .action {
    width: 100%;
  }
  .catalog-product-view .product-info-main .box-tocart .action.towishlist,
  .catalog-product-view .product-options-bottom .box-tocart .action.towishlist {
    margin: 1rem 0 0;
  }
  .catalog-product-view .product-top .page-title-wrapper {
    padding-right: 0;
  }
  .catalog-product-view .product-top .price-box {
    position: relative;
    margin-top: 1rem;
  }
  .catalog-product-view .product-share-links--mobile.is-open {
    display: block;
  }
  .catalog-product-view .product-share-links--desktop.is-open {
    display: none;
  }
}
@media (max-width: 1569px) and (min-width: 1024px), print {
  .prices-tier table,
  .prices-tier tbody,
  .prices-tier tr,
  .prices-tier td {
    display: block;
  }
  .prices-tier thead {
    display: none;
  }
  .prices-tier table > tbody > tr > td {
    padding: 0.9rem 0;
    border-bottom: 2px solid #eeeeee;
  }
  .prices-tier table > tbody > tr > td.empty {
    display: none;
  }
  .prices-tier table > tbody > tr > td::before {
    content: attr(data-label) ':';
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    width: 5rem;
  }
  .prices-tier table > tbody > tr::after {
    display: none;
  }
}
@media (max-width: 1709px) and (min-width: 1440px), print {
  .catalog-product-view .product-info-main .box-tocart,
  .catalog-product-view .product-options-bottom .box-tocart {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main .box-tocart .action,
  .catalog-product-view .product-options-bottom .box-tocart .action {
    width: 22rem;
  }
  .catalog-product-view .product-info-main .share {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 2rem;
  }
}
/* General */
/* Fonts */
/* Plugins */
/* Components */
@media (min-width: 769px) and (max-width: 874px) {
  .category-card__img {
    height: 20rem;
  }
}
@media (min-width: 1600px) {
  .category-card__heading {
    padding: 0;
  }
  .category-card__info {
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 1600px) {
  .back-to-top {
    width: 5.4rem;
    height: 5.4rem;
  }
}
/* Comida */
/* Parts */
@media (min-width: 1025px) {
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.content {
    height: 11rem;
    padding: 0;
  }
  .page-header .header.content .logo {
    flex: 1;
  }
  .header-remaining-credit {
    position: absolute;
    top: 90px;
    font-size: 16px;
    width: max-content;
    right: 0;
    font-weight: bold;
  }
  .header__left {
    display: none;
  }
  .header__middle {
    max-width: 300px;
    margin-inline-end: 3rem;
  }
  .header__btn {
    color: #fff;
  }
  .header__btn:hover,
  .header__btn:focus,
  .header__btn:active {
    color: #fff;
  }
  .header__btn--account,
  .header__btn.showcart {
    width: auto;
    font-weight: 500;
    font-size: 17px;
  }
  .header__btn--account svg,
  .header__btn.showcart svg {
    margin-left: 7px;
    margin-bottom: 3px;
  }
  .header__btn--account {
    margin-right: 20px;
  }
  .header__btn--account span {
    display: inline-block;
  }
  .header__btn--search {
    display: none;
  }
}
@media (min-width: 1025px) and (min-width: 1440px) {
  .header__btn--account {
    margin-right: 28px;
  }
}
@media (min-width: 1190px) {
  .header__middle {
    max-width: 580px;
  }
}
@media (min-width: 1190px) and (max-width: 1310px) {
  .header-top-links > ul > li > button,
  .header-top-links > ul > li > a {
    padding: 0 7px;
  }
}
@media (min-width: 768px) {
  .form.create.account {
    width: 100%;
    min-width: 0;
  }
  .customer-account-login .page-wrapper > .page-main {
    max-width: 1290px;
  }
  .customer-account-login .login-container .block {
    width: 100%;
  }
  .customer-account-login .login-container:before,
  .customer-account-login .login-container:after {
    display: none;
  }
  .customer-account-create .page-wrapper > .page-main {
    max-width: 700px;
    padding: 30px 0 50px;
  }
  .customer-account-forgotpassword .form.password.forget .action.primary {
    width: 270px;
  }
}
/** Empty **/
@media (min-width: 768px) {
  /* Footer Bar */
  .footer-bar-container {
    padding: 25px 0;
  }
  .footer-bar-container .footer-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footer-bar-container .footer-bar .notice {
    margin: 0;
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
  }
  .footer-bar-container .footer-bar form {
    margin-left: 40px;
  }
  .footer-bar-container .footer-bar form input[type=email] {
    width: 250px;
  }
  .footer-bar-container .footer-bar form input[type=submit] {
    width: 125px;
  }
}
@media (min-width: 1100px) {
  /* Footer Bar */
  .footer-bar-container .footer-bar {
    padding: 0;
  }
}
/* Banners */
@media (min-width: 1025px) {
  .hero-carousel .slick-dots {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1720px;
    bottom: 2rem;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .hero-carousel .slick-dots {
    bottom: 1.4rem;
  }
}
@media (min-width: 1870px) {
  .hero-carousel .slick-arrow {
    display: block;
  }
}
@media (max-width: 768px) {
  .quotes::after {
    line-height: 0.7;
  }
  .quotes::before {
    line-height: unset;
  }
}
/* Category / Product */
@media (min-width: 768px) {
  .catalog-product-view.page-layout-1column .content-container:before,
  .catalog-product-view.page-layout-1column .content-container:after {
    content: '';
    display: table;
  }
  .catalog-product-view.page-layout-1column .content-container:after {
    clear: both;
  }
  .info-accordion .lead {
    padding: 3rem 0;
    font-size: 2.2rem;
  }
  .info-accordion .info {
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
  .info-accordion .info p {
    font-size: 1.6rem;
  }
}
/* Pagination */
/* Pages */
.cms-index-index .home-categories.lorem {
  display: none;
}
.banner-core-container {
  margin-bottom: 50px;
}
.banner-core {
  height: 470px;
}
.banner-core .banner-logo img {
  width: 80%;
}
.brand-services-container {
  margin-bottom: 130px;
}
.brand-services-container .services-card {
  max-width: 312px;
}
.brand-content-container {
  margin-bottom: 130px;
}
.brand-content {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.brand-content .detail {
  padding-right: 63px;
}
.brand-content .detail h3 {
  font-size: 4rem;
}
.brand-core-flash {
  margin-bottom: 70px;
}
.brand-core-flash .info {
  font-size: 25px;
  line-height: 1.2;
}
.brand-core-flash .actions {
  display: flex;
  justify-content: space-between;
}
.brand-core-flash .actions a {
  width: calc(50% - 15px);
}
.cms-forging-framed-freedom .page-main {
  max-width: unset !important;
  width: 100%;
  margin-inline: 0;
}
.cms-forging-framed-freedom .columns {
  padding-bottom: 0;
}
.cms-forging-framed-freedom .cms-content {
  margin-bottom: 0;
}
.cms-forging-framed-freedom .video__container {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  overflow: hidden;
}
@media (max-width: 411px) {
  .cms-forging-framed-freedom .video__container {
    background: black;
    padding: 2rem;
  }
}
.cms-forging-framed-freedom .video__container > * {
  grid-area: stack;
}
.cms-forging-framed-freedom .video__container .video__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100vh - 222px);
  overflow: hidden;
}
@media (max-width: 1094px) {
  .cms-forging-framed-freedom .video__container .video__wrapper {
    height: auto;
  }
}
.cms-forging-framed-freedom .video__container .video__wrapper .iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
}
.cms-forging-framed-freedom .video__container .video__wrapper .iframe-wrapper iframe {
  pointer-events: none;
  filter: brightness(0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 400px) {
  .cms-forging-framed-freedom .video__container .video__wrapper .iframe-wrapper iframe {
    filter: brightness(0.3);
  }
}
.cms-forging-framed-freedom .video__container .video__action {
  z-index: 1;
}
.cms-forging-framed-freedom .video__container .video__action .video__action-wrapper {
  max-width: 40rem;
}
.cms-forging-framed-freedom .video__container .video__action h1 {
  color: #FFF;
  text-transform: none;
  margin-bottom: 0;
}
.cms-forging-framed-freedom .video__container .video__action p {
  color: #FFF;
  font-weight: bold;
}
.cms-forging-framed-freedom .video__container .video__action a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background: #54437f;
  padding: 1.3rem 2.5rem;
  border-radius: 2.9rem;
}
.cms-forging-framed-freedom .landing__wrapper {
  position: relative;
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .cms-forging-framed-freedom .landing__wrapper .pop-up__container {
    display: none;
  }
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container .pop-up__card {
  text-align: center;
  height: auto;
  max-height: 4.8rem;
  transition: all 0.3s ease-in-out;
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container .pop-up__card:hover {
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container .pop-up__card p:first-child {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0;
  padding: 1rem;
  line-height: 2;
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container .pop-up__card p {
  color: #FFF;
  margin-bottom: 0;
  padding: 0 2rem 2rem 2rem;
  font-size: 1.4rem;
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container .pp-purple {
  background-color: #614b79;
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container .pp-red {
  background-color: #c7405b;
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container .pp-blue {
  background-color: #6cace4;
}
.cms-forging-framed-freedom .landing__wrapper .pop-up__container .pp-green {
  background-color: #34b78f;
}
.cms-forging-framed-freedom .regular-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  padding-block: 8rem;
}
@media (max-width: 1023px) {
  .cms-forging-framed-freedom .regular-container {
    grid-template-columns: 1fr !important;
    padding-block: 5rem !important;
    gap: 3rem;
  }
}
@media (min-width: 1023px) {
  .cms-forging-framed-freedom .regular-container .reg__item.order-2 {
    order: 2;
  }
}
.cms-forging-framed-freedom .regular-container .reg__item-media {
  height: 40rem;
}
@media (max-width: 650px) {
  .cms-forging-framed-freedom .regular-container .reg__item-media {
    height: 25rem;
  }
}
.cms-forging-framed-freedom .regular-container .reg__item-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cms-forging-framed-freedom .regular-container .reg__item-content hgroup h2 {
  font-size: 2.5rem;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.3;
}
.cms-forging-framed-freedom .regular-container .reg__item-content hgroup p {
  font-size: 1.9rem;
  line-height: 1.3;
}
.cms-forging-framed-freedom .regular-container .reg__item-content p {
  font-weight: 400;
  color: #6c6c6c;
  font-size: 1.5rem;
}
.cms-forging-framed-freedom .regular-container .reg__item-content a {
  display: inline-block;
  background: #34b78f;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cms-forging-framed-freedom .gray-bg {
  background: #e8e8e8;
}
.cms-forging-framed-freedom .core-bg {
  background-image: url(../images/core-red-large.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (min-width: 1px) and (max-width: 1293px) {
  .cms-forging-framed-freedom .core-bg {
    background-image: none;
  }
}
@media (min-width: 1px) and (max-width: 1293px) {
  .cms-forging-framed-freedom .core-bg .regular-container {
    grid-template-columns: 1fr;
  }
}
.cms-forging-framed-freedom .core-bg .core-buttons-wrap {
  display: flex;
  gap: 1.3rem;
}
.cms-forging-framed-freedom .core-bg .core-buttons-wrap a:first-child {
  background: #54437f;
}
@media (min-width: 1px) and (max-width: 392px) {
  .cms-forging-framed-freedom .core-bg .core-buttons-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cms-forging-framed-freedom .bottom-contact {
  background-image: url(../images/contact-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  isolation: isolate;
  z-index: 2;
  padding-block: 10rem;
}
@media (max-width: 1023px) {
  .cms-forging-framed-freedom .bottom-contact {
    padding-block: 3rem !important;
  }
}
.cms-forging-framed-freedom .bottom-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #34a180c9;
  isolation: isolate;
  z-index: -2;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid {
  display: grid;
  grid-template-columns: 41rem 1fr;
  gap: 8rem;
}
@media (max-width: 1023px) {
  .cms-forging-framed-freedom .bottom-contact .bottom-contact__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_content {
    text-align: center;
  }
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid h3 {
  color: #FFF;
  font-size: 2.5rem;
  text-transform: none;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid p {
  color: #FFF;
  font-weight: 400;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset .field {
  margin: 0;
}
@media (min-width: 1px) and (max-width: 430px) {
  .cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset .name,
  .cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset .telephone {
    grid-column: span 2;
  }
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset input:-webkit-autofill,
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset .email,
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset .comment {
  grid-column: span 2;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset input,
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding-inline: 0;
  color: #FFF;
  border-bottom: 1px solid white;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset input::placeholder,
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset textarea::placeholder {
  color: white;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset input:focus,
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form fieldset textarea:focus {
  border: 1px solid white;
  box-shadow: none;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form .form.contact .actions {
  text-align: start;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form button {
  background-color: #54437f;
  border-radius: 3rem;
  border: none;
  max-width: 15.8rem;
  line-height: 1;
  font-size: 1.5rem;
  padding-block: 1rem;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form > * {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding-inline: 0;
  color: #FFF;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form > *::placeholder {
  color: white;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form > *:focus {
  border: 1px solid white;
  box-shadow: none;
}
.cms-forging-framed-freedom .bottom-contact .bottom-contact__grid .bottom-contact_form .action.primary {
  min-width: 140px;
}
.cms-forging-framed-freedom .banner-testimonials {
  margin-block-start: 0;
}
/* News */
/* Cart, Checkout */
@media (min-width: 768px) {
  .checkout-index-index .opc-block-summary {
    margin-top: -47px;
  }
  .checkout-index-index .opc-progress-bar {
    display: block;
    padding: 40px 0;
  }
  .checkout-index-index .modal-popup .modal-footer button.action-save-address {
    width: 150px;
    max-width: 100%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    border: 1px solid #ddd;
  }
  .header-secure {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .table-checkout-shipping-method {
    min-width: 0;
  }
}
/* Fontawesome */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .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,
  .login-container .block {
    width: 48.8%;
  }
  .column .block-addbysku .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),
  .login-container .block:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .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),
  .login-container .block:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .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,
  .wishlist-index-index .main .form-wishlist-items .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,
  .dashboard-welcome-toggler {
    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,
  .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,
  .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,
  .login-container:before,
  .login-container:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar: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,
  .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,
  .login-container:after,
  .block-addresses-list .items.addresses:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop {
    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 {
    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 {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .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 {
    display: none;
  }
  .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,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .breadcrumbs {
    margin-top: 1.6rem;
    text-align: left;
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    top: 1.6rem;
    right: 1.6rem;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .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;
  }
  .amstripe-saved-cards .amstripe-card {
    height: 12px;
    background-position: left;
  }
  .amstripe-saved-cards .amstripe-td {
    padding: 10px;
  }
  .amstripe-saved-cards .amstripe-td.-button {
    padding-right: 0;
    text-align: right;
  }
  .amstripe-saved-cards .amstripe-action {
    text-align: right;
  }
  .amstripe-saved-cards .amstripe-primary {
    float: initial;
  }
  .amstripe-saved-cards .amstripe-primary .amstripe-button {
    margin-right: 0;
  }
  .amstipe-add-wrapper .amstripe-button {
    padding: 7px 21px;
  }
  .checkout-payment-method .payment-method.payment-method-amasty_stripe .payment-method-title {
    padding: 0;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .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%;
  }
  .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;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    margin-bottom: 5rem;
    font-size: 4.5rem;
  }
  .cart-item-col.image {
    margin-right: 2rem;
  }
  .cart-item-col.image .product-image-container {
    max-width: none;
  }
  .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;
  }
  .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;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #614b79;
    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;
  }
  .catalog-category-view .page-main,
  .catalogsearch-result-index .page-main {
    padding-bottom: 12rem;
  }
  .catalog-product-view .column.main {
    padding-top: 4.8rem;
    padding-bottom: 10rem;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: flex;
    padding: 3rem 0;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    margin: 0 1.6rem 0 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: flex;
    align-items: center;
  }
  .product-info-main .box-tocart .action,
  .product-options-bottom .box-tocart .action {
    width: 23rem;
    line-height: 5.6rem;
    border-radius: 3rem;
  }
  .product-info-main .box-tocart .action.towishlist,
  .product-options-bottom .box-tocart .action.towishlist {
    margin: 0 0 0 1rem;
  }
  .product-top {
    padding-bottom: 2rem;
    position: relative;
  }
  .product-top .page-title-wrapper {
    padding-right: 200px;
  }
  .product-top .page-title-wrapper .page-title {
    margin-bottom: 0.5rem;
    font-size: 4rem;
  }
  .product-top .price-box {
    position: absolute;
    top: -1px;
    right: 0;
  }
  .product-info-stock-sku {
    display: flex;
    font-size: 1.6rem;
    color: #999;
  }
  .product-info-stock-sku .attribute {
    margin-right: 2.9rem;
  }
  .product-info-main .share {
    top: 3.9rem;
  }
  .product-share-links--mobile.is-open {
    display: none;
  }
  .product-share-links--desktop {
    margin-top: 2rem;
  }
  .product-share-links--desktop.is-open {
    display: block;
  }
  .product-question {
    margin-top: 3.6rem;
    margin-bottom: 6.3rem;
  }
  .product-info-main .prices-tier.items {
    margin-bottom: 5.8rem;
  }
  .prices-tier__heading {
    margin-bottom: 2.3rem;
    font-size: 2.2rem;
  }
  .product-description {
    padding-bottom: 2rem;
  }
  .product-description__heading {
    margin-bottom: 3.1rem;
    font-size: 2.2rem;
  }
  .product-description__content p {
    font-size: 1.6rem;
  }
  .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;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .contact-method__heading {
    font-size: 2.5rem;
  }
  .contact-method__info {
    font-size: 3.5rem;
  }
  .contact-method--address .contact-method__info {
    font-size: 2.5rem;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    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: 33%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 67%;
  }
  .account .column.main .block.block-dashboard-info .block-content,
  .account .column.main .block.block-dashboard-addresses .block-content,
  .account .column.main .block.block-order-details-view .block-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
  .account .page-title {
    margin-bottom: 1.7rem;
    font-size: 4.5rem;
  }
  .account-nav .content {
    padding: 3rem 5rem 3rem 6.4rem;
  }
  .account-nav .item {
    margin: 2.4rem 0;
  }
  .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;
  }
  .swatch-attribute-label {
    margin-right: 4.5rem;
  }
  .swatch-option {
    height: 67px;
    min-width: 65px;
  }
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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;
  }
  .grid-layout--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-card__heading {
    font-size: 1.8rem;
  }
  .category-card:hover .category-card__content,
  .category-card:focus .category-card__content {
    max-height: 100%;
  }
  .category-card:hover .category-card__heading,
  .category-card:focus .category-card__heading {
    padding-top: 0;
    padding-bottom: 0;
  }
  .category-card__content {
    height: auto;
    max-height: 1.8rem;
  }
  .category-card__heading {
    padding: 0;
    font-size: 1.8rem;
  }
  .category-card__info {
    display: block;
    padding: 1rem 0 0 0;
  }
  .category-card__desc {
    margin: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
  }
  .help-card {
    padding: 6rem 2rem;
  }
  .services {
    padding: 9.5rem 8rem;
  }
  .services__heading {
    margin-bottom: 6.7rem;
    font-size: 4rem;
  }
  .services__listing {
    display: flex;
    justify-content: space-around;
  }
  .services-card {
    padding: 0 3rem;
  }
  .services-card__title {
    font-size: 2.5rem;
  }
  .services-card__desc {
    font-size: 1.6rem;
  }
  .services-card__link {
    font-size: 1.6rem;
  }
  .help-block {
    margin-top: 80px;
    padding: 85px 50px;
  }
  .download {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .download__img {
    margin: 0 5rem 0 0;
  }
  .download__info {
    max-width: none;
    margin: 0;
  }
  .download__info {
    flex: 1 1 auto;
  }
  .download__infoLeft {
    max-width: 43rem;
  }
  .download__title {
    margin-bottom: 2.2rem;
    font-size: 2.5rem;
  }
  .download__desc p {
    font-size: 1.6rem;
  }
  .contentmanager-contenttype-team_page .column.main {
    padding-bottom: 11rem;
  }
  .team__listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
  }
  .contentlist-testimonials .column.main {
    padding-bottom: 8.5rem;
  }
  .contentlist-testimonials.contentlist-page-view .page-title {
    margin: 9.5rem 0 5.2rem;
  }
  .testimonial__listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
  .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8.5rem 2rem 6.4rem;
    margin-bottom: 2rem;
  }
  .testimonial__quote {
    font-size: 1.8rem;
  }
  .testimonial__role {
    font-size: 1.6rem;
  }
  .contentlist-careers .column.main {
    padding-bottom: 8.5rem;
  }
  .contentlist-careers.contentlist-page-view .page-title {
    margin-top: 9.5rem;
  }
  .contentlist-careers.contentlist-page-view .cms-content {
    margin-bottom: 9.6rem;
  }
  .contentlist-careers.contentlist-page-view .cms-content p {
    font-size: 1.8rem;
  }
  .contentview-job .column.main {
    padding-bottom: 12.4rem;
  }
  .job {
    padding: 5.7rem 5.8rem;
    text-align: left;
  }
  .job__title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .job__desc {
    margin-bottom: 3rem;
  }
  .job__desc p {
    font-size: 1.6rem;
  }
  .job-post {
    padding: 9.2rem 0;
  }
  .job-post__title {
    margin-bottom: 1.4rem;
    font-size: 4.5rem;
  }
  .job-post__summary {
    margin-bottom: 5.2rem;
  }
  .job-post__summary p {
    font-size: 1.8rem;
  }
  .job-post__desc h2 {
    margin-bottom: 2.2rem;
    font-size: 2.5rem;
  }
  .job-post__desc p {
    font-size: 1.6rem;
  }
  .job-form__inner {
    padding-top: 7.5rem;
    padding-bottom: 8.5rem;
  }
  .job-form__heading {
    font-size: 4rem;
  }
  .job-form__desc {
    font-size: 1.6rem;
  }
  .job-form__info {
    padding-bottom: 6.7rem;
  }
  .form.jobapply .fieldset .fields {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .form.jobapply .fieldset .fields .field {
    flex: 1 1 auto;
    width: 50%;
  }
  .form.jobapply .fieldset .fields .field + .field {
    padding-left: 20px;
  }
  .content-with-box {
    padding: 11.2rem 0 9.7rem;
  }
  .content-with-box__heading {
    margin-bottom: 1.4rem;
    font-size: 4.5rem;
  }
  .content-with-box__desc {
    margin-bottom: 3.4rem;
  }
  .content-with-box__desc p {
    font-size: 1.8rem;
  }
  .content-with-box__box h5 {
    font-size: 3rem;
  }
  .content-with-box__box h6 {
    font-size: 2.5rem;
  }
  .content-with-box__box p {
    font-size: 1.8rem;
  }
  .content-with-img--right .content-with-img__img {
    margin-right: 0;
    margin-left: 3rem;
  }
  .content-with-img--right .content-with-img__info {
    order: -1;
  }
  .content-with-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem 0;
  }
  .content-with-img__img {
    flex-shrink: 0;
    width: 40%;
    margin: 0 3rem 0 0;
  }
  .content-with-img__info {
    flex-grow: 1;
  }
  .content-with-img__info .action.primary {
    margin-top: 3.8rem;
  }
  .content-with-img__heading {
    margin-bottom: 1.6rem;
    font-size: 4rem;
  }
  .content-with-img__desc p {
    font-size: 1.6rem;
  }
  .content-with-img.video .content-with-img__img {
    width: auto;
  }
  .blog-top {
    padding: 90px 0;
  }
  .blog-top .page-title {
    font-size: 4.5rem;
  }
  .blog-top .category-content p {
    font-size: 1.8rem;
  }
  .image-gallery__heading {
    margin-bottom: 3.8rem;
    font-size: 3.5rem;
  }
  .contact-bar__heading,
  .contact-bar__desc {
    font-size: 2.5rem;
  }
  .modal-login .modal-inner-wrap {
    max-width: 63rem;
  }
  .modal-login .modal-content {
    padding: 7rem 10rem 8.5rem;
  }
  .modal-video .action-close {
    top: -5.2rem;
    right: 0;
  }
  .modal-newsletter .modal-inner-wrap {
    max-width: 63rem;
  }
  .modal-newsletter .modal-header,
  .modal-newsletter .modal-content {
    padding: 0;
  }
  .subscribe-form-modal__content {
    padding: 7rem 10rem;
  }
  .modal-contact .modal-inner-wrap {
    max-width: 114rem;
  }
  .modal-contact .modal-content {
    padding: 6rem 2rem 10rem;
  }
  .product-question-content {
    display: flex;
    justify-content: space-between;
  }
  .product-question-content__left {
    flex: 0 0 55%;
    margin: 0 4rem 0 0;
  }
  .product-question-content__right {
    flex: 1 1 auto;
  }
  .product-question-content__block h5 {
    font-size: 35px;
  }
  .product-question-content__block a {
    font-size: 3rem;
  }
  .success-panels {
    grid-template-columns: 1fr 1fr;
  }
  .panel-items ul li {
    padding: 0 100px 20px 0;
    position: relative;
  }
  .panel-items .product-info .product-price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: -14px 0 0 0;
  }
  .success-actions .actions {
    display: flex;
    justify-content: space-between;
  }
  .success-actions .actions a {
    margin: 0;
    width: calc(50% - 10px);
  }
  .comida-header {
    padding-top: 2rem;
  }
  .comida-header .u-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .comida-header .comida-share {
    display: block;
  }
  .comida-header__logo {
    width: 26.2rem;
  }
  .comida-share {
    position: relative;
  }
  .comida-share .share-buttons {
    position: absolute;
    top: 4rem;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .comida-share .share-buttons.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .comida-share .share-buttons.is-open .share-button {
    margin-top: 1rem;
  }
  .comida-share .share-button {
    margin: -0.5rem 0 0;
  }
  .contentmanager-contenttype-comida.page-layout-1column .column.main {
    padding-bottom: 12rem;
  }
  .comida-banner {
    position: relative;
  }
  .comida-banner .comida-share {
    display: none;
  }
  .comida-banner__img {
    height: 60rem;
  }
  .comida-banner__imgLeft {
    max-width: none;
    width: 70%;
  }
  .comida-banner__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .comida-banner__content {
    width: 50rem;
    text-align: left;
  }
  .comida-banner__content h1 {
    margin: 0 0 1.2rem -1.4rem;
    font-size: 10.2rem;
  }
  .comida-banner__content p {
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
  .comida-intro {
    padding: 11.2rem 0 9.7rem;
  }
  .comida-intro__left h2 {
    margin-bottom: 1.4rem;
    font-size: 4.5rem;
  }
  .comida-intro__left p {
    font-size: 1.8rem;
  }
  .comida-product__top {
    display: flex;
    justify-content: space-between;
  }
  .comida-product__title {
    margin-bottom: 1.6rem;
    font-size: 4.5rem;
  }
  .comida-product__price {
    margin-bottom: 0;
    text-align: right;
  }
  .comida-product__price .price {
    display: block;
    font-size: 2.5rem;
  }
  .comida-product__desc p {
    font-size: 1.8rem;
  }
  .comida-product__bottom {
    display: flex;
  }
  .comida-product__heading {
    margin-bottom: 3.2rem;
    font-size: 2.5rem;
  }
  .comida-product__swatches {
    margin: 0 9rem 0 0;
  }
  .comida-product__swatch {
    width: 8rem;
    height: 8rem;
  }
  .comida-product__dimensions p {
    font-size: 1.8rem;
  }
  .u-wrap {
    width: calc(100% - 40px);
  }
  .u-wrap-s {
    width: calc(100% - 40px);
  }
  .u-wrap-xs {
    width: calc(100% - 40px);
  }
  /* Main */
  .page-wrapper > .page-main {
    width: calc(100% - 40px);
  }
  /* Text */
  h1 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
  }
  .cms-page-view h1 {
    font-size: 42px;
    font-weight: 300;
  }
  /* Mobile/Desktop only */
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  .header__left {
    flex: 1;
  }
  .header__right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .header__btn--account {
    display: inline-block;
  }
  .header__btn--account span {
    display: none;
  }
  .latest-arrivals .listing:not(.slick-initialized) .product-card {
    width: calc((100% / 3) - 40px);
  }
  .latest-arrivals .product-card {
    margin-right: 2rem;
  }
  .u-footer-hide-desktop {
    display: none;
  }
  .footer-top {
    padding: 4rem 0;
  }
  .footer-subscribe,
  .footer-social {
    display: flex;
    align-items: center;
  }
  .footer-subscribe p,
  .footer-social p {
    flex-shrink: 0;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .footer-subscribe {
    margin-bottom: 3rem;
  }
  .footer-subscribe p {
    margin: 0 2.6rem 0 0;
    text-align: left;
  }
  .footer-subscribe .form {
    width: 33rem;
  }
  .footer-social p {
    margin: 0 2.2rem 0 0;
  }
  .footer-social a {
    margin: 0 0 0 2.1rem;
  }
  .footer-social--two {
    display: none;
  }
  .footer-cols {
    display: flex;
    justify-content: space-between;
    padding: 5.4rem 0 7.2rem;
  }
  .footer-cols .col {
    margin-bottom: 0;
    padding-right: 2rem;
  }
  .footer-cols .col:last-child {
    padding-right: 0;
  }
  .footer-cols .col-image img {
    max-width: 9rem;
  }
  .footer-list-heading,
  .footer-list-content p {
    font-size: 1.6rem;
  }
  .footer-list-heading {
    cursor: default;
  }
  .footer-list-heading::before,
  .footer-list-heading::after {
    display: none;
  }
  .footer-bottom p {
    margin-top: 0;
  }
  .footer-bottom .copyright {
    margin: 0;
  }
  .footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
  .footer-bottom-left .copyright {
    order: -1;
    margin-right: 4.2rem;
  }
  .banner-testimonials {
    padding: 14.4rem 0 12.4rem 0;
    margin-block-start: 5rem;
  }
  .banner-testimonial__content {
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
  }
  .banner-testimonial__title {
    font-size: 1.8rem;
  }
  .banner-testimonials .slick-dots {
    bottom: -57px;
  }
  .category-view {
    padding-top: 6.1rem;
    padding-bottom: 9.3rem;
  }
  .page-with-filter .category-view {
    padding-bottom: 4.5rem;
  }
  .category-view .page-title-wrapper .page-title {
    margin-bottom: 1.7rem;
    font-size: 4.5rem;
  }
  .category-bottom {
    margin-top: 6rem;
  }
  .products__list {
    grid-gap: 2rem;
  }
  .page-layout-services .page-title-wrapper {
    padding-top: 6.1rem;
  }
  .page-layout-services .page-title-wrapper .page-title {
    margin-bottom: 1.7rem;
    font-size: 4.5rem;
  }
  .services-description {
    padding-bottom: 9.3rem;
  }
  .services-description .cms-content p {
    font-size: 1.8rem;
  }
  .block.related,
  .block.upsell {
    margin-top: 13.6rem;
  }
  .block.related .block-title,
  .block.upsell .block-title {
    margin-bottom: 2.8rem;
  }
  .block.related .block-title h2,
  .block.upsell .block-title h2 {
    font-size: 1.6rem;
  }
  .block.related .carousel-wrap,
  .block.upsell .carousel-wrap {
    margin: 0 -1rem;
  }
  .block.related .product-card,
  .block.upsell .product-card {
    margin: 1rem;
  }
  .pages {
    margin-top: 6rem;
  }
  .pages a.page,
  .pages strong.page,
  .pages .action {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 5rem;
  }
  .pages .action.previous:before {
    margin: 0 0 0 -2px;
  }
  .pages .action.next:before {
    margin: 0 -2px 0 0;
  }
  .cms-page-view .page-title,
  .cms-no-route .page-title,
  .contact-index-index .page-title,
  .contentlist-page-view .page-title {
    margin-bottom: 1.7rem;
    font-size: 4.5rem;
  }
  .cms-nav {
    padding: 3rem 5rem 3rem 6.4rem;
  }
  .cms-nav ul > li {
    margin: 2.4rem 0;
  }
  .cms-content h2 {
    font-size: 1.8rem;
  }
  .cms-content p,
  .cms-content li {
    font-size: 1.6rem;
  }
  .contentlist-faq .cms-content p:first-child,
  .contact-index-index .cms-content p:first-child {
    font-size: 1.8rem;
  }
  .home-categories__listing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2rem;
    max-width: none;
  }
  .home-categories__listing .category-card {
    margin-bottom: 0;
    height: 100%;
  }
  .cms-index-index .home-categories__listing .category-card {
    height: 100%;
  }
  .audits__heading {
    padding-bottom: 4.3rem;
    font-size: 2.5rem;
  }
  .if-services__heading {
    font-size: 3rem;
  }
  .if-services__listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
  .if-service {
    margin-bottom: 0;
  }
  .if-service__heading {
    padding: 4rem;
  }
  .about .content-with-img {
    padding: 11.2rem 0 9.7rem;
  }
  .about .content-with-img__heading {
    margin-bottom: 1.4rem;
    font-size: 4.5rem;
  }
  .about .content-with-img__desc p {
    font-size: 1.8rem;
  }
  .about-services {
    padding-top: 9.7rem;
  }
  .about-services__heading {
    font-size: 4rem;
  }
  .about-services__desc p {
    font-size: 1.6rem;
  }
  .banner-core .banner-logo img {
    max-width: 400px;
  }
  .recent-news {
    padding: 6.6rem 0;
  }
  .recent-news__heading {
    margin-bottom: 4.8rem;
  }
  .recent-news__bottom {
    margin-top: 3.5rem;
  }
  .recent-entry {
    display: flex;
    align-items: center;
  }
  .recent-entry__img {
    order: 1;
    flex: 0 0 auto;
    width: 27.5rem;
    height: 100%;
  }
  .recent-entry__img:before {
    padding-top: 109.09090909%;
  }
  .recent-entry__info {
    flex: 1 1 auto;
    padding: 3.6rem 3rem 4.9rem;
  }
  .recent-entry__heading {
    font-size: 2rem;
  }
  .recent-entry__excerpt,
  .recent-entry__link {
    font-size: 1.6rem;
  }
  .blog-post-view .page-title,
  .contentmanager-contenttype-case_study .page-title {
    font-size: 4.5rem;
  }
  .post-description p {
    font-size: 1.6rem;
  }
  .post-description .post-text-hld p:first-child {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1024px), print {
  .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: 1720px;
    padding-left: 0;
    padding-right: 0;
    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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 4%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 4%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 4%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 4%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  body.blog-post-view .content-container {
    max-width: 85rem;
    margin: 0 auto;
    padding-top: 91px;
  }
  .amrec-product-view .amrec-cycle-container .amrec-label:nth-of-type(odd),
  .amrec-product-view .amrec-end-type > .amrec-label {
    margin-right: 10px;
  }
  .amrec-product-view .amrec-cycle-container .amrec-input.-radio + .amrec-label,
  .amrec-product-view .amrec-subscription-start > .amrec-datepicker,
  .amrec-product-view .amrec-end-type > .amrec-input.-radio + .amrec-label,
  .amrec-product-view .amrec-end-type > .amrec-content {
    width: 48%;
  }
  .amrec-product-view .amrec-end-type > .amrec-input.-radio + .amrec-label {
    margin-bottom: 0;
  }
  .amrec-subscription-start .amrec-datepicker + .ui-datepicker-trigger {
    top: auto;
    left: 48%;
    transform: translateX(calc(-100% - 10px));
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .cart-container-top {
    display: none;
  }
  .cart-container-main {
    display: flex;
  }
  .cart-container-left {
    flex: 1 1 auto;
  }
  .cart-container-right {
    flex: 0 0 41.5rem;
    margin: 0 0 0 4rem;
  }
  .cart.table-wrapper {
    margin-bottom: 2rem;
    border-top: 1px solid #dbdbdb;
  }
  #shopping-cart-table > .cart.item:last-child {
    padding-bottom: 2rem;
    border-bottom: 1px solid #dbdbdb;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 3rem;
    margin: 0 0 1rem;
  }
  .cart-products-toolbar .pager {
    padding: 20px 0 50px;
  }
  .cart-products-toolbar .pages {
    float: none;
    margin: 0;
    padding: 30px 0;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 0.7rem;
    padding-top: 0.8rem;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .block.crosssell {
    margin-top: 5.7rem;
  }
  .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;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 44%;
    max-width: 70.5rem;
  }
  .page-layout-1column .product.media {
    width: 53%;
    max-width: 91rem;
  }
  .product-top {
    margin-top: 0;
  }
  .account .columns {
    padding-bottom: 10rem;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
  .help-card {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .help-card__heading {
    font-size: 4rem;
  }
  .help-card__desc {
    font-size: 1.8rem;
  }
  .help-card__links {
    font-size: 2.5rem;
  }
  .contentlist-downloads .page-title {
    text-align: left;
  }
  .recent-casestudies {
    padding-bottom: 110px;
  }
  .page-banner {
    display: flex;
    align-items: center;
    height: 52rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .page-banner__img {
    display: none;
  }
  .page-banner__box {
    max-width: 70.5rem;
  }
  .page-banner__info {
    padding: 6.3rem 5rem;
    text-align: left;
    border-radius: 6px;
  }
  .page-banner__info .action.primary {
    margin-top: 2rem;
  }
  .page-banner__heading {
    font-size: 3.5rem;
  }
  .team-member {
    margin-bottom: 0;
    padding: 3.1rem 0;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .team-member__img {
    flex: 0 0 auto;
    margin: 0 5rem 0 0;
  }
  .team-member__title {
    font-size: 2.5rem;
  }
  .team-member__bio {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
  }
  .job {
    display: flex;
    justify-content: space-between;
  }
  .job .action.primary {
    flex: 0 0 auto;
    align-self: center;
    width: 31rem;
  }
  .job__info {
    margin-right: 10rem;
  }
  .job__desc {
    margin-bottom: 0;
  }
  .job-post {
    position: relative;
  }
  .job-post__share {
    position: absolute;
    top: 10rem;
    right: 0;
  }
  .job-post__share .share-buttons {
    position: absolute;
    top: 4rem;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .job-post__share .share-buttons.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .job-post__share .share-buttons.is-open .share-button {
    margin-top: 1rem;
  }
  .job-post__share .share-button {
    margin: -0.5rem 0 0;
  }
  .content-with-box {
    display: flex;
    align-items: center;
  }
  .content-with-box__box {
    flex-shrink: 0;
    width: 41.3rem;
    margin: 0 0 0 6rem;
  }
  .content-with-img--right .content-with-img__img {
    margin-left: 10rem;
  }
  .content-with-img__img {
    margin-right: 10rem;
  }
  .content-with-img.video .content-with-img__img {
    max-width: 30rem;
  }
  .bullet-points {
    margin: 9.5rem 0;
  }
  .product-question-content__left {
    flex-basis: 41%;
    margin-right: 9rem;
  }
  .comida-banner__img {
    height: 80rem;
  }
  .comida-banner__content {
    width: 64.5rem;
  }
  .comida-banner__content h1 {
    margin-left: -2rem;
    font-size: 15.2rem;
  }
  .comida-banner__content p {
    margin-bottom: 6rem;
    font-size: 4.5rem;
  }
  .comida-intro {
    display: flex;
  }
  .comida-intro__right {
    flex-shrink: 0;
    width: 41.3rem;
    margin: 0 0 0 6rem;
  }
  .comida-intro__right ul li {
    padding-left: 6.3rem;
    font-size: 1.8rem;
  }
  .comida-product {
    display: flex;
    justify-content: space-between;
    padding: 9rem 0 10rem;
  }
  .comida-product:nth-child(2n + 1) .comida-product__right {
    order: -1;
    margin-left: 0;
    margin-right: 5rem;
  }
  .comida-product__left {
    flex: 1 1 auto;
    width: 41%;
  }
  .comida-product__right {
    flex: 1 1 auto;
    width: 59%;
    margin-top: 0;
    margin-left: 5rem;
  }
  .comida-product__bottom {
    display: block;
    margin-top: 5.5rem;
    padding-top: 6rem;
  }
  .comida-product__swatches {
    margin-bottom: 2.6rem;
  }
  .latest-arrivals .listing:not(.slick-initialized) .product-card {
    width: calc((100% / 4) - 40px);
  }
  .latest-arrivals {
    margin-bottom: 0;
  }
  .latest-arrivals__bottom {
    display: none;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
  }
  .footer-subscribe {
    margin: 0 3rem 0 0;
  }
  .footer-subscribe p,
  .footer-social p {
    font-size: 1.9rem;
  }
  .footer-cols .col-image img {
    max-width: none;
  }
  .catalog-category-view .sidebar.sidebar-main,
  .catalogsearch-result-index .sidebar.sidebar-main {
    padding-top: 6.3rem;
  }
  .subcat-listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2rem;
  }
  .block.filter {
    display: block;
  }
  .toolbar-toggle {
    display: none;
  }
  .toolbar-amount {
    margin: 0;
    text-align: left;
  }
  .sorter {
    width: 41.5rem;
  }
  .toolbar-top .toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .toolbar-bottom .action.load-more {
    margin-top: 6rem;
  }
  .cms-nav {
    padding-left: 3rem;
  }
  .cms-page-view .columns,
  .cms-no-route .columns,
  .contact-index-index .columns,
  .contentlist-downloads .columns,
  .contentlist-faq .columns {
    padding-bottom: 10rem;
  }
  .cms-page-view .cms-content,
  .cms-no-route .cms-content,
  .contact-index-index .cms-content,
  .contentlist-downloads .cms-content,
  .contentlist-faq .cms-content {
    margin-bottom: 10.6rem;
  }
  .cms-page-view.page-layout-2columns-left .sidebar-main,
  .cms-no-route.page-layout-2columns-left .sidebar-main,
  .contact-index-index.page-layout-2columns-left .sidebar-main,
  .contentlist-downloads.page-layout-2columns-left .sidebar-main,
  .contentlist-faq.page-layout-2columns-left .sidebar-main {
    width: 33%;
    padding-right: 5rem;
    flex-basis: auto;
  }
  .cms-page-view.page-layout-2columns-left .column.main,
  .cms-no-route.page-layout-2columns-left .column.main,
  .contact-index-index.page-layout-2columns-left .column.main,
  .contentlist-downloads.page-layout-2columns-left .column.main,
  .contentlist-faq.page-layout-2columns-left .column.main {
    width: 67%;
    flex-basis: auto;
  }
  .cms-page-view.page-layout-1column .page-wrapper > .page-main {
    max-width: 85rem;
  }
  .home-content {
    padding: 5rem 0;
  }
  .home-content__inner {
    display: flex;
    text-align: left;
  }
  .home-content__text {
    margin: 0;
  }
  .home-content__text .cms-content h1 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }
  .home-content__text .cms-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.4;
  }
  .home-content__text .cms-content p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .home-content__img {
    flex: 0 0 auto;
    width: 30rem;
    text-align: center;
  }
  .home-content__img img {
    max-width: 18.5rem;
  }
  .contentmanager-contenttype-interior_fit_out_page .column.main {
    padding-bottom: 14.4rem;
  }
  .if-services__heading {
    padding-top: 12.5rem;
    margin-bottom: 7.3rem;
    font-size: 4rem;
  }
  .generic-landing {
    display: flex;
    justify-content: space-between;
    padding: 12rem 0 14rem;
  }
  .generic-landing__main {
    flex: 0 0 60%;
  }
  .generic-landing__sidebar {
    flex: 0 0 auto;
    width: 29%;
  }
  .generic-landing__before h1 {
    margin-bottom: 1.4rem;
    font-size: 4.5rem;
  }
  .generic-landing__before p {
    font-size: 1.8rem;
  }
  .generic-landing__after h2 {
    font-size: 2.5rem;
  }
  .generic-landing__after p {
    font-size: 1.6rem;
  }
  .brand-intro-container {
    margin-bottom: 131px;
  }
  .brand-intro {
    display: flex;
    /*justify-content: space-between;*/
  }
  .brand-intro .detail {
    /*max-width: 806px;
            flex-grow: 1;*/
    margin-bottom: 0;
  }
  .brand-intro .detail h1 {
    font-size: 4.5rem;
  }
  .brand-intro .detail p:last-child {
    margin-bottom: 0;
  }
  .brand-intro .aside {
    flex-shrink: 0;
    width: 41.3rem;
    margin: 0 0 0 6rem;
    text-align: left;
    /*            padding-top: 6px;
            max-width: 530px;
            flex-grow: 1;*/
  }
  .brand-core-flash {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5rem 2.5rem;
    background-image: url('../images/core/bg-flash-desktop.png');
  }
  .brand-core-flash .info,
  .brand-core-flash .flash-logo {
    margin: 0;
  }
  .brand-core-flash .info {
    flex-grow: 1;
    text-align: left;
    padding: 0 20px;
  }
  .brand-core-flash .actions {
    flex: 0 0 510px;
  }
  .brand-core-flash .actions a {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
  .brand-core-flash .actions.single-btn {
    justify-content: flex-end;
    flex: 0 0 285px;
  }
  .brand-core-flash .actions.single-btn a {
    width: 100%;
  }
  .post-top {
    padding-top: 91px;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .cart.table-wrapper {
    margin-top: 2.7rem;
  }
  #shopping-cart-table > .cart.item:first-child .cart-item-col.msrp,
  #shopping-cart-table > .cart.item:first-child .cart-item-col.price,
  #shopping-cart-table > .cart.item:first-child .cart-item-col.qty,
  #shopping-cart-table > .cart.item:first-child .cart-item-col.subtotal,
  #shopping-cart-table > .cart.item:first-child .cart-item-col.actions {
    position: relative;
  }
  #shopping-cart-table > .cart.item:first-child .cart-item-col.msrp::before,
  #shopping-cart-table > .cart.item:first-child .cart-item-col.price::before,
  #shopping-cart-table > .cart.item:first-child .cart-item-col.qty::before,
  #shopping-cart-table > .cart.item:first-child .cart-item-col.subtotal::before,
  #shopping-cart-table > .cart.item:first-child .cart-item-col.actions::before {
    content: attr(data-th);
    position: absolute;
    top: -4.9rem;
    left: 0;
    right: 0;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
  }
  .cart-item-col.qty,
  .cart-item-col.subtotal,
  .cart-item-col.actions {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 1rem;
  }
  .cart-item-col.details {
    display: flex;
  }
  .cart-item-col.info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
  }
  .cart-item-col.bottom {
    margin: 0;
    align-items: flex-start;
    justify-content: space-between;
    flex: 0 0 38.5rem;
  }
  .cart-item-col.actions {
    order: 0;
    margin: 0;
    width: 6.5rem;
    text-align: center;
  }
  .cart-item-col.subtotal {
    margin-left: 0;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .contact-columns {
    display: flex;
    justify-content: space-between;
  }
  .contact-column {
    flex: 1 1 auto;
  }
  .contact-column:first-child {
    margin-right: 10.5rem;
  }
  .form.contact .action.submit {
    max-width: none;
  }
  .account.page-layout-2columns-left .sidebar-main {
    padding-right: 11.5rem;
  }
  .grid-layout--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-card:hover .category-card__content,
  .category-card:focus .category-card__content {
    max-height: 100%;
  }
  .category-card:hover .category-card__heading,
  .category-card:focus .category-card__heading {
    padding-top: 0;
    padding-bottom: 0;
  }
  .category-card__content {
    height: auto;
    max-height: 1.8rem;
  }
  .category-card__heading {
    padding: 0;
    font-size: 1.8rem;
  }
  .category-card__info {
    display: block;
    padding: 1rem 0 0 0;
  }
  .category-card__desc {
    margin: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
  }
  .category-card__btn {
    margin-top: 1.7rem;
    padding: 0 2.4rem;
    min-width: 30rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 56px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 3rem;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
  }
  .download .action.primary {
    flex: 0 0 auto;
    align-self: flex-end;
    width: 27.5rem;
  }
  .download__img {
    margin-right: 9rem;
  }
  .download__info {
    display: flex;
    justify-content: space-between;
  }
  .download__infoLeft {
    margin-right: 3rem;
  }
  .download__desc {
    margin-bottom: 0;
  }
  .page-banner__info {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .team__listing {
    padding-top: 8.6rem;
    grid-gap: 7rem;
  }
  .team-member {
    padding: 1.2rem 0;
  }
  .team-member__img {
    width: 24rem;
    height: 24rem;
  }
  .testimonial__listing {
    grid-template-columns: repeat(3, 1fr);
  }
  .testimonial {
    padding-right: 7rem;
    padding-left: 7rem;
  }
  .job__info {
    margin-right: 20rem;
  }
  .job-post__share {
    right: -29rem;
  }
  .content-with-box__box {
    margin-left: 14rem;
  }
  .content-with-img--right .content-with-img__img {
    margin-left: 13.9rem;
  }
  .content-with-img__img {
    margin-right: 13.9rem;
  }
  .content-with-img.video .content-with-img__img {
    max-width: none;
  }
  .contact-bar {
    text-align: left;
    padding: 2.7rem 2rem 2.7rem 48.9rem;
  }
  .contact-bar__info {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .contact-bar__heading {
    margin: 0 1rem -0.3rem 0;
  }
  .contact-bar__desc {
    margin: 0 7.4rem 0 0;
  }
  .contact-bar__img {
    position: absolute;
    bottom: -10px;
    left: 30px;
    margin: 0;
  }
  .back-to-top {
    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;
    display: block;
    position: fixed;
    bottom: 12.4rem;
    right: 2rem;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .back-to-top:focus,
  .back-to-top:active {
    background: none;
    border: none;
  }
  .back-to-top:hover {
    background: none;
    border: none;
  }
  .back-to-top.disabled,
  .back-to-top[disabled],
  fieldset[disabled] .back-to-top {
    pointer-events: none;
    opacity: 0.5;
  }
  .back-to-top.is-active {
    opacity: 0.2;
    visibility: visible;
  }
  .back-to-top.is-active:hover {
    opacity: 0.4;
  }
  .comida-banner__img {
    height: 97rem;
  }
  .comida-banner__imgRight {
    display: block;
    right: 0;
    bottom: -4.5rem;
  }
  .comida-intro__right {
    margin-left: 14rem;
  }
  .comida-product__bottom {
    display: flex;
  }
  .comida-product__swatches {
    margin-bottom: 0;
  }
  .comida-product__gallery {
    display: flex;
  }
  .comida-product__galleryMain {
    flex: 1 1 auto;
  }
  .comida-product__galleryNav {
    display: block;
  }
  .comida-product__galleryNavItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    margin-bottom: 3rem;
    cursor: pointer;
  }
  .comida-product__galleryNavItem:last-child {
    margin-bottom: 0;
  }
  .comida-product__galleryNavItem img {
    max-height: 100%;
  }
  .comida-product:nth-child(2n) .comida-product__galleryNav {
    order: -1;
  }
  .footer-subscribe p,
  .footer-social p {
    font-size: 2rem;
  }
  .products__list {
    grid-template-columns: repeat(auto-fill, minmax(calc(25%), 1fr));
  }
  .subcat-listing {
    grid-gap: 5rem;
  }
  .cms-nav {
    padding-left: 6.4rem;
  }
  .cms-page-view.page-layout-2columns-left .sidebar-main,
  .contact-index-index.page-layout-2columns-left .sidebar-main,
  .contentlist-downloads.page-layout-2columns-left .sidebar-main,
  .contentlist-faq.page-layout-2columns-left .sidebar-main {
    padding-right: 11.5rem;
  }
  .home-content {
    padding: 13rem 0;
  }
  .home-content__inner {
    justify-content: space-between;
  }
  .home-content__text {
    margin-right: 22rem;
  }
  .home-content__img {
    width: 18.5rem;
  }
  .if-services {
    margin-bottom: 5rem;
  }
  .if-services__listing {
    grid-template-columns: repeat(4, 1fr);
  }
  .banner-core .banner-logo img {
    max-width: 500px;
  }
  .brand-intro .aside {
    margin-left: 14rem;
  }
  .brand-core-flash {
    padding: 3.5rem 5rem;
  }
  .brand-core-flash .info {
    padding: 0 20px 0 63px;
    text-transform: uppercase;
  }
  .brand-core-flash .actions {
    flex: 0 0 600px;
  }
  .brand-core-flash .actions a {
    width: calc(50% - 15px);
  }
  .account .brand-core-flash {
    margin-bottom: 50px;
    margin-top: 10px;
  }
}
