/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 970px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_InstagramFeed
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpinstagramfeed-container .mpinstagramfeed-photo {
  margin: 2px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    font-size: 14px !important;
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    opacity: 1 !important;
  }
}
.mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
  line-height: 18px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
  padding: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F0F0F0;
  max-height: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
  opacity: 1 !important;
  display: inline;
}
.mpinstagramfeed-container .mpinstagramfeed-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  padding: 0 1px 1px 0;
}
.sample-product-wrapper-2 {
  margin-top: -25px;
}
.sample-product-wrapper-category button {
  min-width: 120px;
}
.catalog-product-view .sample-product-wrapper button {
  background-color: inherit;
  color: inherit;
  margin: 10px 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 970px) {
  .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 (max-width: 970px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 971px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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 8px;
    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-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1380px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    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: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 0 5px 0 20px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 5px 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .photogallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-popup .modal-inner-wrap,
  .photo-gallery-fullscreen .modal-inner-wrap {
    padding-bottom: 25px;
  }
  .gallery-popup .fotorama__caption .fotorama__caption__wrap {
    width: 70%;
  }
  .photo-gallery {
    box-sizing: border-box;
    margin: auto;
    max-width: 1380px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: transform 0.05s ease-in-out;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 1px #007aff);
    transform: scale(1.4);
  }
  .swiper-button-black:hover {
    filter: drop-shadow(0px 0px 1px #000000);
  }
  .swiper-button-white:hover {
    filter: drop-shadow(0px 0px 1px #ffffff);
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .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;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
  }
  .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: 970px;
    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-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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .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%;
  }
  .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: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .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%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .photo-gallery-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .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;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    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;
  }
}
@media all and (min-width: 1440px), print {
  .gallery-popup .fotorama__stage__frame .fotorama__img {
    top: 49%;
  }
  .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;
  }
}
/*#8cc768;*/
/*#009688;*/
*:not(i) {
  font-weight: normal !important;
}
body {
  font-family: "Outfit Regular", Arial, sans-serif;
  background: #fff;
  color: #636363;
  font-size: 15px;
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
}
a,
a:visited {
  color: #40546d;
}
a:hover {
  color: #c98e58;
  text-decoration: none;
}
.full-width {
  width: 100%;
  float: left;
}
.page-wrapper {
  overflow: hidden;
  width: 100%;
  float: left;
  display: block;
}
input,
textarea,
select {
  box-shadow: none !important;
}
.nested-products .block-products-list .block-title,
.nested-products .hh.block-title,
.home-products .title,
.homepage-post-section .inner .text h2,
.home-prod-tabs .tab .tab-tit,
.home-blog-posts .main-tit,
#product-review-container .review-list .block-title,
#product-review-container .review-list .block-title strong,
.block.upsell .hh,
.block.crosssell .hh,
.cart-summary .summary.title,
.top-categories-text h2.big,
.top-categories-text h2,
.top-categories-text h3,
.register-top .h,
.mx-let-trade-title,
.catalog-product-view .product.info.detailed .product.data.items > .content h1,
.catalog-product-view .product.info.detailed .product.data.items > .content h2,
.catalog-product-view .product.info.detailed .product.data.items > .content h3,
.catalog-product-view .product.info.detailed .product.data.items > .content h4,
#block-discount .title,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .step-title:before,
.discount-code .payment-option-title,
#checkout .opc-wrapper .step-title,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset#payment_form_sagepaysuitepi:before,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .step-title:before,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .form-shipping-address:before,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset > .field-select-billing > .label {
  width: 100%;
  float: left;
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #4d4d4d;
  font-size: 38px !important;
  line-height: normal;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.block.upsell .hh,
.block.crosssell .hh,
.top-categories-text h2,
.top-categories-text h3,
.mx-let-trade-title,
.catalog-product-view .product.info.detailed .product.data.items > .content h1,
.catalog-product-view .product.info.detailed .product.data.items > .content h2,
.catalog-product-view .product.info.detailed .product.data.items > .content h3,
.catalog-product-view .product.info.detailed .product.data.items > .content h4,
#block-discount .title,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .step-title:before,
.discount-code .payment-option-title,
#checkout .opc-wrapper .step-title,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset#payment_form_sagepaysuitepi:before,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .step-title:before,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .form-shipping-address:before,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset > .field-select-billing > .label {
  font-size: 24px !important;
  letter-spacing: 1px;
}
.home-sale .texts .button,
.homepage-post-section .inner .text .btn,
.home-blog-posts .view-all,
.review-add .block-title,
.review-add .review-form .actions-primary .primary,
.upcrosssell-totals .add-all-butt,
.catalog-product-view .final-actions button,
.hearth-quote-section a,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .secondary .action,
.cart-summary .checkout-methods-items .item .action,
#form-validate.form-cart .cart.main.actions .action.update,
#co-payment-form .actions-toolbar div.primary .action.checkout,
#co-payment-form .checkout-billing-address .actions-toolbar .action-update,
.methods-shipping .actions-toolbar .action.primary,
.register-top .as a,
.form-create-account .actions-toolbar button.primary,
body.customer-account-login .form-login .actions-toolbar button.primary,
.mx-create-new-trade-account,
.damages-form .actions-toolbar .action.primary,
.builtin-enquiry .actions-toolbar .primary .submit.primary,
.mx-gdpr-bar .action,
.mx-hearth-quote .actions-toolbar .submit {
  color: inherit;
  background: #40546d !important;
  line-height: 60px !important;
  padding: 0 60px !important;
  display: inline-block;
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px !important;
}
.upcrosssell-totals .add-all-butt,
.block-minicart .block-content > .actions > .primary .action.primary,
.cart-summary .checkout-methods-items .item .action,
#co-payment-form .actions-toolbar div.primary .action.checkout,
#co-payment-form .checkout-billing-address .actions-toolbar .action-update,
.methods-shipping .actions-toolbar .action.primary,
.mx-gdpr-bar .action {
  background: #c98e58 !important;
}
.mx-create-new-trade-account,
.catalog-product-view .final-actions #in-sample {
  background: transparent !important;
  color: #40546d !important;
  border: 1px solid #40546d !important;
}
.upcrosssell-totals .add-all-butt,
.catalog-product-view .final-actions button,
.hearth-quote-section a,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .secondary .action,
.cart-summary .checkout-methods-items .item .action,
#co-payment-form .actions-toolbar div.primary .action.checkout,
#co-payment-form .checkout-billing-address .actions-toolbar .action-update,
.methods-shipping .actions-toolbar .action.primary,
.form-create-account .actions-toolbar button.primary,
body.customer-account-login .form-login .actions-toolbar button.primary,
.mx-create-new-trade-account,
.damages-form .actions-toolbar .action.primary {
  padding: 0 10px !important;
  width: 100%;
  text-align: center;
}
.upcrosssell-totals .add-all-butt,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .secondary .action,
#form-validate.form-cart .cart.main.actions .action.update,
.mx-gdpr-bar .action {
  line-height: 44px !important;
  font-size: 14px !important;
}
.home-sale .texts .button:hover,
.homepage-post-section .inner .text .btn:hover,
.home-blog-posts .view-all:hover,
.review-add .block-title:hover,
.review-add .review-form .actions-primary .primary:hover,
.upcrosssell-totals .add-all-butt:hover,
.catalog-product-view .final-actions button:hover,
.hearth-quote-section a:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.block-minicart .block-content > .actions > .secondary .action:hover,
.cart-summary .checkout-methods-items .item .action:hover,
#form-validate.form-cart .cart.main.actions .action.update:hover,
#co-payment-form .actions-toolbar div.primary .action.checkout:hover,
#co-payment-form .checkout-billing-address .actions-toolbar .action-update:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.register-top .as a:hover,
.form-create-account .actions-toolbar button.primary:hover,
body.customer-account-login .form-login .actions-toolbar button.primary:hover,
.mx-create-new-trade-account:hover,
.damages-form .actions-toolbar .action.primary:hover,
.builtin-enquiry .actions-toolbar .primary .submit.primary:hover,
.mx-gdpr-bar .action:hover,
.mx-hearth-quote .actions-toolbar .submit:hover {
  text-decoration: underline;
}
.checkout-index-index .nav-sections,
.checkout-index-index .mx-before-main,
.checkout-index-index .page-header .header.content .minicart-wrapper,
.checkout-index-index .page-header .header.content .block-search,
.checkout-index-index .page-header .header.content .nav-toggle,
.checkout-index-index .page-footer,
.checkout-index-index .mx-footer {
  display: none !important;
}
.checkout-index-index .page-header {
  border-bottom: 1px solid #40546d;
  font-size: 0;
}
.checkout-index-index .page-header .header.content .logo {
  display: inline-block;
  float: none;
  padding: 18px 0;
}
.checkout-index-index .mx-copyright {
  margin-top: 70px;
}
.action.primary,
.action-primary {
  background-color: #40546d;
  -webkit-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  -ms-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.action.primary:hover,
.action-primary:hover,
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  text-decoration: underline;
}
.mx-before-main {
  display: block;
  width: 100%;
  float: left;
  background: #40546d;
  margin: 0;
  border: 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 21;
}
.mx-before-main .header-free-delivery,
.mx-before-main .header-samples,
.mx-before-main .header-trustbox {
  margin: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 11px 30px;
  vertical-align: middle;
  line-height: 14px;
}
.mx-before-main .header-trustbox {
  font-size: 0;
}
.page-header {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 23;
  margin: 0;
}
.page-header .header.content {
  padding: 0 20px;
  text-align: center;
}
.page-header .header.content:before,
.page-header .header.content:after {
  display: none;
}
.page-header .header.content .logo {
  margin: 0;
  width: auto;
  height: auto;
  padding: 25px 0;
  float: left;
}
.page-header .header.content .logo img {
  height: 64px;
  width: auto;
  margin: 0;
  float: left;
}
/*body:not(.customer-logged-in) .mx-footer .foot-sec img.trade,
body.customer-logged-in .mx-footer .foot-sec img:not(.trade),
body:not(.customer-logged-in) .page-header .header.content .logo img[data-trade-logo],
body.customer-logged-in .page-header .header.content .logo img[data-reg-logo]{
	display: none;
}*/
body:not(.customer-logged-in) .mx-nav-contact .extra-nav li:first-child a span:nth-child(2),
body:not(.customer-logged-in) .page-header .header.content .block-search .extra-nav li:first-child span:nth-child(2),
body.customer-logged-in .mx-nav-contact .extra-nav li:first-child a span:first-child,
body.customer-logged-in .page-header .header.content .block-search .extra-nav li:first-child span:first-child {
  display: none;
}
.page-header .header.content .block-search {
  margin: 24px 0 0 0 !important;
  padding: 0;
  float: none;
  display: inline-block;
  width: 500px;
}
.page-header .header.content .block-search .extra-nav {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 0 4px 0;
}
.page-header .header.content .block-search .extra-nav li {
  display: inline-block;
  width: auto;
  margin: 0 6px;
}
.page-header .header.content .block-search .extra-nav li a {
  color: #636363 !important;
  font-size: 13px;
}
.page-header .header.content .block-search .extra-nav li a:hover {
  text-decoration: underline;
}
.page-header .header.content .block-search .extra-nav li:first-child a {
  font-family: "Outfit Bold", Arial, sans-serif;
}
.page-header .header.content .block-search > .block-content {
  position: relative;
}
.page-header .header.content .block-search input {
  border-color: #e1e1e1;
  border-width: 1px;
  outline: 0 !important;
  font-family: inherit;
  line-height: 31px;
  height: 31px;
  padding: 0 0 0 35px;
  font-size: 15px;
}
.page-header .header.content .block-search input::-webkit-input-placeholder {
  color: #d2d0cd;
}
.page-header .header.content .block-search input:-ms-input-placeholder {
  color: #d2d0cd;
}
.page-header .header.content .block-search input::placeholder {
  color: #d2d0cd;
}
.page-header .header.content .block-search .action.search {
  opacity: 1;
  left: 10px;
  width: 31px;
  text-align: left;
}
.page-header .header.content .block-search .action.search:before {
  content: '\f002';
  font-family: "Font Awesome 5", Arial, sans-serif;
  color: #d2d0cd;
  font-weight: bold !important;
  font-size: 15px;
  display: inline;
  margin-left: 1px;
  line-height: 31px;
}
.search-autocomplete {
  min-width: 250px;
}
.search-autocomplete ul:not(:empty) {
  border-top: 1px solid #c2c2c2;
}
.page-header .header.content .minicart-wrapper {
  float: right;
  margin: 46px 0 0 0 !important;
}
.mx-minitelcart {
  display: inline-block !important;
  position: relative;
  padding-left: 41px;
  text-align: left;
  font-size: 15px;
  line-height: 15px;
  color: #4d4d4d !important;
  height: 30px;
  vertical-align: top;
}
.mx-minitelcart.mx-minitel {
  margin-right: 30px;
  padding-left: 34px;
}
.mx-minitelcart:before {
  content: '' !important;
  width: 44px;
  height: 90%;
  background: left center no-repeat transparent;
  background-size: auto 100%;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 5%;
}
.mx-minitelcart.mx-minitel:before {
  width: 28px;
  background-image: url(/media/icons/common/telephone.svg);
}
.mx-minitelcart.mx-minicart:before {
  background-image: url(/media/icons/common/basket.svg);
}
.mx-minitelcart .text {
  display: block;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  margin: 0 !important;
  color: #636363 !important;
}
.mx-minitelcart .val-lbl {
  display: block;
  font-family: "Outfit Bold", Arial, sans-serif;
  height: 15px;
  min-width: 1px;
}
.mx-minitelcart.mx-minicart .val-lbl:empty:before {
  content: '£00.00';
}
#minicart-content-wrapper .product-item-details .actions .secondary a {
  font-size: 15px;
  text-decoration: none;
  position: relative;
}
#minicart-content-wrapper .product-item-details .actions .secondary a span {
  clip: unset;
  height: auto;
  margin: 0;
  overflow: visible;
  position: relative;
  width: auto;
  display: inline-block;
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}
#minicart-content-wrapper .product-item-details .actions .secondary a:before {
  display: none;
}
.minicart-items .product-item-name {
  font-size: 15px;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.minicart-items .product-item-name .c-p-title,
.minicart-items .product-item-name .c-p-title:visited {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.minicart-wrapper .action.close {
  padding-top: 8px;
  padding-right: 4px;
}
.minicart-items-wrapper {
  border-top: 0;
  margin-bottom: 20px;
}
.minicart-wrapper:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  border: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.minicart-wrapper.active:before {
  opacity: 1;
  visibility: visible;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px 10px 20px;
  position: fixed;
  top: 0;
  right: -500px;
  min-width: 500px;
  width: 500px;
  margin: 0;
  height: 100%;
  border: 0;
  visibility: hidden;
  z-index: 99999999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.minicart-wrapper.active .block-minicart {
  visibility: visible;
  right: 0;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  content: '';
  display: none;
}
.block-minicart .subtotal {
  line-height: initial;
}
.block-minicart .subtotal .price {
  font-weight: normal !important;
  font-family: "Outfit Bold", Arial, sans-serif;
}
.minicart-wrapper .block-minicart .actions .secondary .action {
  color: #000;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.block-minicart .block-content > .actions {
  margin: 0;
  padding: 0;
  display: inline;
}
.block-minicart .block-content > .actions > .primary {
  position: absolute;
  margin: 0;
  bottom: 20px;
  right: 15px;
  width: calc(50% - 25px);
}
.block-minicart .block-content > .actions > .secondary {
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 20px;
  width: calc(50% - 25px);
}
.minicart-wrapper .ui-dialog {
  display: block !important;
}
.page-header .minicart-items-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  height: auto !important;
  position: absolute;
  top: 40px;
  bottom: 138px;
  left: 0;
  right: 0;
  width: auto;
  box-sizing: border-box;
  margin: 0;
}
.page-header .minicart-items .product-item {
  cursor: default;
  text-align: left;
}
.page-header .minicart-items .product-item-details .price-container {
  float: right;
  line-height: 28px;
}
.page-header .minicart-items .product-item-details .price-container .price-excluding-tax {
  margin: 0;
  line-height: 26px;
}
.page-header .minicart-items .product-item-details .product-item-pricing {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.page-header .minicart-items .product-item-details .price-container span {
  display: inline-block;
  margin: 0 !important;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.page-header .minicart-items .product-item-details .details-qty,
.page-header .minicart-items .product-item-details .details-weight {
  float: right;
  line-height: 28px;
  margin: 0 20px 0 0;
}
.page-header .minicart-items .product-item-details .product.actions {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  float: none;
}
.page-header .minicart-wrapper .subtotal {
  position: absolute;
  margin: 0;
  bottom: 90px;
  right: 15px;
}
.page-header .minicart-wrapper .subtotal .label,
.page-header .minicart-wrapper .subtotal .amount.price-container {
  display: inline-block;
}
.page-header .minicart-wrapper .subtotal .amount.price-container {
  margin-left: 10px;
}
.sections.nav-sections {
  margin: 0;
  float: left;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 22;
}
.sections.nav-sections .nav-sections-items {
  width: 100%;
  float: left;
}
.sections.nav-sections .nav-sections-items .navigation {
  background: transparent;
}
.sections.nav-sections .nav-sections-items .navigation > ul {
  width: 100%;
  padding: 0;
  float: left;
  margin: 0;
  position: static;
  border: 0;
  font-size: 0;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li {
  display: inline-block;
  margin: 0;
  position: static;
}
.sections.nav-sections .nav-sections-items .navigation li:not(.level0).active > a,
.sections.nav-sections .nav-sections-items .navigation li:not(.level0).has-active > a {
  border: 0 !important;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li a {
  color: #626565;
  font-family: "Outfit Regular", Arial, sans-serif;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li > a {
  font-size: 16px;
  font-family: "Outfit Bold", Arial, sans-serif;
  line-height: 48px;
  padding: 0 16px;
  margin: 0;
  position: relative;
  background: transparent !important;
  border: 0;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li:last-child > a {
  margin: 0;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li:nth-last-child(1) > a {
  color: #fff !important;
  background: #cc0000 !important;
}
.sections.nav-sections .nav-sections-items .navigation > ul li a > span:not(.ui-menu-icon) {
  position: relative;
}
.sections.nav-sections .nav-sections-items .navigation > ul li a > span:not(.ui-menu-icon):before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #d2d0cd;
  -webkit-transition: width 0.3s, left 0.3s;
  -moz-transition: width 0.3s, left 0.3s;
  -ms-transition: width 0.3s, left 0.3s;
  -o-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
}
.sections.nav-sections .nav-sections-items .navigation > ul li.level0:hover > a > span:not(.ui-menu-icon):before,
.sections.nav-sections .nav-sections-items .navigation > ul li a:hover > span:not(.ui-menu-icon):before,
.sections.nav-sections .nav-sections-items .navigation > ul > li.level0.has-active > a > span:not(.ui-menu-icon):before,
.sections.nav-sections .nav-sections-items .navigation li.active > a > span:not(.ui-menu-icon):before {
  width: 100%;
  left: 0;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li:nth-last-child(1) > a > span:not(.ui-menu-icon):before {
  display: none !important;
}
.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: 0 !important;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li > ul .ui-menu-icon {
  display: none !important;
}
.sections.nav-sections .nav-sections-items .navigation ul li a .ui-menu-icon {
  display: none;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li ul {
  background: transparent !important;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li > ul {
  width: 100%;
  left: 0 !important;
  top: 60px !important;
  padding: 30px 20px 30px 20px !important;
  box-sizing: border-box !important;
  opacity: 0;
  display: flex !important;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  border: 0;
  box-shadow: none;
  flex-wrap: wrap;
  gap: 18px;
  text-align: left;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li > ul:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  border-top: 1px solid #40546d;
  border-bottom: 2px solid #40546d;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sections.nav-sections .nav-sections-items .navigation > ul > li > ul > li {
  display: block;
  width: auto;
  float: none;
  margin: 0;
  flex-wrap: wrap;
  flex: 0 0 calc(14.28% - 16px);
}
.sections.nav-sections .nav-sections-items .navigation > ul > li > ul > li > a {
  font-size: 15px;
  border: 0 !important;
  background: none !important;
  padding: 0;
  display: inline-block;
  flex: 0 0 160px;
  align-self: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.sections.nav-sections .nav-sections-items .navigation > ul > li > ul > li > a > span:not(.ui-menu-icon) {
  display: inline-block;
  line-height: 18px;
}
.mx-nav-contact {
  display: none;
}
#group_home_menu_bottom,
#group_product_menu_bottom,
#group_category_menu_bottom {
  width: 100%;
  float: left;
}
.um-notificationbar-container,
.um-notificationbar-container .uk-slideshow,
.um-notificationbar-container .uk-slideshow > li,
.um-notificationbar-container .uk-slideshow > li > div {
  width: 100%;
  height: auto !important;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  opacity: 1 !important;
}
.um-notificationbar-container {
  /*background: linear-gradient(90deg, rgba(252,147,11,1) 0%, rgba(233,211,15,1) 43%, rgba(233,211,15,1) 66%, rgba(252,147,11,1) 100%);*/
  /*background: @mx_fire_orange;*/
  margin: 0 !important;
  background-size: cover;
  /*background: #ffeb3b;*/
  /*	background: #ff601f;*/
  /*background: #88c46e;*/
  /*	background: rgba(252, 147, 11, 1);*/
  /*	background: #f44336;*/
  background: #cc0000;
}
.um-notificationbar-container .uk-slideshow > li > div .um-html-countdown {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  float: none;
  background: transparent;
  text-align: center;
  flex: none;
  flex-flow: unset;
  display: block;
  position: relative;
  overflow: hidden;
}
body .um-notificationbar-container .um-html,
body .um-notificationbar-container .um-html > a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}
body .um-notificationbar-container .um-countdown-timer {
  width: 100%;
  flex: none !important;
  max-width: 100% !important;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  padding: 0 !important;
}
.um-notificationbar-container .timer-wrap {
  width: 100% !important;
  display: block !important;
  padding: 0 !important;
  float: left !important;
}
.um-notificationbar-container .timer-label {
  font-size: 16px;
  /*color: #000;*/
  color: #fff;
  /*    font-family: @mx_outfit_regular;*/
  font-family: "Outfit Medium", Arial, sans-serif;
  margin: 10px 0;
  /*    margin: 5px 0;*/
  width: 100%;
  line-height: initial;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 0;
  max-width: calc(100% - 354px);
  /*    max-width: 100%;*/
  text-align: left;
  /*    text-align: center;*/
  text-transform: none;
}
/*.um-notificationbar-container .timer-label:before,
.um-notificationbar-container .timer-label:after{
	content: '';
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(/media/icons/thesun3.svg) center center no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
	position: relative;
    top: -2px;
}
.um-notificationbar-container .timer-label:before{
	margin-right: 4px;
}
.um-notificationbar-container .timer-label:after{
	margin-left: 4px;
}*/
.um-notificationbar-container .timer-clock {
  width: auto !important;
  padding: 0 !important;
  white-space: nowrap !important;
  color: #fff !important;
  /*    color: #ff601f !important;*/
  border: 0 !important;
  background: transparent !important;
  font-size: 0 !important;
  display: inline-block !important;
  /*    display: none !important;*/
  vertical-align: middle !important;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.um-notificationbar-container .timer-clock .time {
  display: inline-block !important;
  color: inherit !important;
  /*	background: #fff !important;*/
  /*	width: 54px !important;*/
  width: auto !important;
  text-align: center;
  border: 0 !important;
  margin: 0 5px 0 4px !important;
  padding: 0 !important;
  line-height: 0 !important;
  height: 38px !important;
}
.um-notificationbar-container .timer-clock .time:first-child {
  margin-left: 0 !important;
}
.um-notificationbar-container .timer-clock .time:last-child {
  margin-right: 0 !important;
  background: transparent !important;
  color: #fff !important;
  width: auto !important;
  padding: 0 !important;
}
.um-notificationbar-container .timer-clock .time .time-value,
.um-notificationbar-container .timer-clock .time .time-label {
  text-align: left;
  width: auto;
  display: inline-block;
  font-family: "Outfit Regular", Arial, sans-serif;
  position: relative !important;
  line-height: inherit !important;
  top: 21px;
}
.um-notificationbar-container .timer-clock .time:last-child .time-value {
  font-size: 18px;
}
.um-notificationbar-container .timer-clock .time .time-value {
  font-size: 16px !important;
}
.um-notificationbar-container .timer-clock .time .time-label {
  font-size: 11px !important;
}
.cms-laying-guides .breadcrumbs,
.cms-faqs .breadcrumbs,
.cms-100-gbp-giveaway .breadcrumbs,
.cms-about .breadcrumbs,
.blog-page-list .breadcrumbs {
  display: none;
}
.breadcrumbs .items {
  float: left;
  margin: 20px 0 0 0;
}
.breadcrumbs .items li a {
  font-family: inherit;
  color: #3f4245;
}
.blog-post-view .columns p,
.cms-page-view .columns p {
  line-height: 22px;
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.blog-post-view .columns p.less-mt,
.cms-page-view .columns p.less-mt {
  margin: 20px 0 0 0;
}
.cms-page-view .columns p.with-tick-mark:before {
  content: '\f00c';
  font-family: "Font Awesome 5", Arial, sans-serif;
  color: #d8b176;
  display: inline-block;
  margin: 0 12px 0 0;
  font-weight: bold;
}
.blog-post-view .columns strong,
.cms-page-view .columns strong {
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 17px;
}
.cms-damages .columns p,
.cms-media-info .columns p,
.cms-customer-is-not-approved .columns p,
.cms-100-gbp-giveaway .columns p,
.cms-about .columns p {
  font-size: 22px;
  line-height: 34px;
}
.cms-damages .columns p strong,
.cms-media-info .columns p strong,
.cms-customer-is-not-approved .columns p strong,
.cms-100-gbp-giveaway .columns p strong,
.cms-about .columns p strong {
  font-size: inherit;
}
.blog-post-view .columns h2,
.blog-post-view .columns h3,
.cms-page-view .columns h2 {
  font-size: 26px !important;
  font-family: "Outfit Medium", Arial, sans-serif;
  line-height: 38px !important;
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.blog-post-view .columns h3 {
  font-size: 22pxl;
  line-height: 34px;
}
.blog-post-view .columns p,
.blog-post-view .columns h2,
.blog-post-view .columns h3 {
  margin: 0;
}
.h2-with-bg {
  font-size: 28px !important;
  line-height: 40px !important;
  background: #ebebeb !important;
  padding: 20px 24px !important;
  font-family: "Outfit Regular", Arial, sans-serif !important;
  box-sizing: border-box !important;
}
.h2-with-bg.center {
  text-align: center !important;
  font-family: "Outfit Medium", Arial, sans-serif !important;
}
.h2-with-bg.short {
  font-family: "Outfit Medium", Arial, sans-serif !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.h2-with-bg.thin {
  font-family: "Outfit Regular", Arial, sans-serif !important;
}
.h2-with-bg.thin strong {
  font-size: inherit !important;
  font-family: "Outfit Medium", Arial, sans-serif !important;
}
.cnt-huge-header {
  font-size: 40px !important;
  line-height: 60px !important;
}
.delivery-sections-wrap {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.delivery-sections-wrap .h2-with-bg {
  margin: 0 0 25px 0 !important;
}
.delivery-sections-wrap h3 {
  width: 100%;
  float: left;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 25px 0;
}
.delivery-sections-wrap p {
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  font-size: 15px !important;
  line-height: 20px !important;
}
.delivery-sections-wrap .img {
  float: left;
  margin: 0 20px 0 0;
}
.delivery-sections-wrap .top-short {
  width: 28%;
  float: left;
}
.delivery-sections-wrap .top-long {
  width: 67%;
  float: right;
}
.delivery-sections-wrap .bottom-long {
  width: 62%;
  float: left;
}
.delivery-sections-wrap .bottom-long .img {
  margin: 0;
}
.delivery-sections-wrap .bottom-short {
  width: 33%;
  float: right;
}
.delivery-sections-wrap .bottom-long .sect3 {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 30px;
  float: left;
}
.delivery-sections-wrap .bottom-long .sect3:nth-child(4) {
  padding-right: 0;
}
.delivery-sections-wrap .bottom-long p {
  width: 100% !important;
  float: left !important;
  margin-top: 30px !important;
}
/*.delivery-costs{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid @mx_bg_brown;
	margin: 30px 0 0 0;
	box-sizing: border-box;
}
.delivery-costs div{
	flex: 0 0 50%;
	border: 1px solid @mx_bg_brown;
	font-family: @mx_outfit_medium;
	font-size: 22px;
	text-align: center;
	padding: 20px 15px;
	box-sizing: border-box;
}*/
.damages-form,
.mx-img-gallery {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
  text-align: center;
}
.damages-form-inn,
.mx-img-gallery-inn {
  width: 900px;
  display: inline-block;
  max-width: 100%;
  text-align: left;
}
.damages-form-inn {
  border: 1px solid #d2d0cd;
  padding: 10px 45px 40px 45px;
  box-sizing: border-box;
}
.damages-form .images-are-required .label,
.damages-form .please-describe-damages .label,
.damages-form .fieldset .legend,
.damages-form .page-title-wrapper,
.damages-form .field.image1 .label,
.damages-form .field.image2 .label,
.damages-form .field.image3 .label,
.damages-form .field.image4 .label {
  display: none !important;
}
.damages-form .field.image2 .label,
.damages-form .field.image3 .label,
.damages-form .field.image4 .label {
  margin: 10px 0 0 0 !important;
}
.damages-form .fieldset,
.damages-form [class^="g-recaptcha_"],
.damages-form .actions-toolbar,
.damages-form .actions-toolbar div.primary,
.damages-form .fieldset > .field {
  width: 100% !important;
  float: left !important;
  margin: 25px 0 0 0 !important;
}
.damages-form .fieldset,
.damages-form .actions-toolbar,
.damages-form .actions-toolbar div.primary {
  margin: 0 !important;
}
.damages-form .file-preview p,
.damages-form .field p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.damages-form .images-are-required p strong {
  display: inline-block;
  margin: 12px 0;
}
.mx-hearth-quote-head,
.mx-hearth-quote-head h1,
.mx-hearth-quote-head > p,
.mx-hearth-quote-letsfill,
.mx-hearth-quote,
.mx-hearth-quote .formbuilder,
.mx-hearth-quote .fieldset,
.mx-hearth-quote .fieldset .file-preview,
.mx-hearth-quote .fieldset .file-preview p,
.mx-hearth-quote .actions-toolbar {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.mx-hearth-quote .fieldset .field,
.mx-hearth-quote [class^="g-recaptcha_"],
.mx-hearth-quote .fieldset .field div.mage-error {
  width: 100%;
  float: left;
}
.cms-hearth-quote .breadcrumbs,
.mx-hearth-quote .page-title-wrapper,
.mx-hearth-quote .fieldset .legend,
.mx-hearth-quote .fieldset:nth-child(4) .legend + .field .label,
.mx-hearth-quote .fieldset:nth-child(5) .legend + .field .label,
.mx-hearth-quote .fieldset:nth-child(6) .legend + .field .label,
.mx-hearth-quote .fieldset .field.final-top .label,
.mx-hearth-quote .fieldset .field.final-middle .label,
.mx-hearth-quote .fieldset .field.final-bottom .label,
.mx-hearth-quote .fieldset .field.custom-cutting .label {
  display: none !important;
}
.mx-hearth-quote-head {
  background: #40546d;
  color: #fff;
  text-align: center;
  padding: 32px 20px 36px 20px;
  box-sizing: border-box;
}
.mx-hearth-quote-head h1 {
  font-size: 46px !important;
  font-weight: normal;
}
.mx-hearth-quote-head > p {
  font-size: 28px !important;
  margin: 24px 0 0 0 !important;
  line-height: 32px !important;
}
.mx-hearth-quote-explanation {
  width: 100%;
  float: left;
  margin: 30px 0 10px 0;
  text-align: center;
}
.mx-hearth-quote-explanation p {
  width: 100%;
  float: left;
  margin: 4px 0 !important;
  font-size: 17px !important;
}
.mx-hearth-quote-explanation p span {
  display: block;
  color: #ff0000;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.mx-hearth-quote-explanation .mx-hearth-quote-examples {
  width: 500px;
  max-width: 100%;
  display: inline-flex;
  gap: 50px;
  margin-top: 20px;
}
.mx-hearth-quote-letsfill {
  margin: 30px 0 32px 0;
  text-align: center;
  font-size: 24px;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.mx-hearth-quote div[id*='form_'] {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px 0;
}
.mx-hearth-quote .fieldset .field.first-name,
.mx-hearth-quote .fieldset .field.last-name,
.mx-hearth-quote .fieldset .field.email,
.mx-hearth-quote .fieldset .field.telephone,
.mx-hearth-quote .fieldset .field.length,
.mx-hearth-quote .fieldset .field.width {
  width: calc(50% - 20px);
  float: left;
}
.mx-hearth-quote .fieldset .field.house-number-or-name,
.mx-hearth-quote .fieldset .street-address,
.mx-hearth-quote .fieldset .field.post-code {
  width: calc(33.33% - 27px);
  float: left;
}
.mx-hearth-quote .fieldset .field.house-number-or-name,
.mx-hearth-quote .fieldset .street-address {
  margin-right: 40px;
}
.mx-hearth-quote .fieldset .field.first-name,
.mx-hearth-quote .fieldset .field.email,
.mx-hearth-quote .fieldset .field.length {
  margin-right: 40px;
}
.mx-hearth-quote .fieldset .field .mx-checkbox-wrap {
  display: block;
  float: left;
  clear: both;
  margin: 2px 0;
  padding: 2px 0;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
}
.mx-hearth-quote .fieldset .field .checkbox {
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px 0 0;
}
.mx-hearth-quote .fieldset .field .mx-checkbox-label {
  display: inline-block;
  white-space: normal;
  max-width: calc(100% - 22px);
}
.mx-hearth-quote .fieldset .field.please-choose-a-product-you-are-interested-in-below .label {
  font-size: 16px;
}
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap:nth-last-child(1) .mx-checkbox-label span:after {
  content: ' (Lowest Cost)';
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #cc0000;
}
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap:nth-last-child(4) .mx-checkbox-label span:after {
  content: ' (Most Popular)';
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #cc0000;
}
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap[data-value="Porcelain Hearths"],
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap[data-value="Sandstone Hearths"],
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap[data-value="Limestone Hearths"] {
  width: 100%;
  font-family: "Outfit Medium", Arial, sans-serif;
  cursor: default;
  font-size: 15px;
  pointer-events: none;
  -webkit-pointer-events: none;
}
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap[data-value="Sandstone Hearths"],
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap[data-value="Limestone Hearths"] {
  margin: 10px 0 0 0;
}
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap[data-value="Porcelain Hearths"] .checkbox,
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap[data-value="Sandstone Hearths"] .checkbox,
.mx-hearth-quote .fieldset:nth-child(2) .field .mx-checkbox-wrap[data-value="Limestone Hearths"] .checkbox {
  display: none;
}
.mx-hearth-quote .fieldset .field.custom-cutting .control {
  color: #707070;
}
.mx-hearth-quote .fieldset .field.custom-cutting .control a {
  color: inherit;
}
.mx-hearth-quote .fieldset .field.custom-cutting .control a:hover {
  color: #d8b176;
}
.mx-hearth-quote .fieldset:nth-child(3) .field .label {
  font-size: 22px;
  color: #c98e58;
  margin: 10px 0 0 0;
}
.mx-hearth-quote .fieldset:nth-child(4),
.mx-hearth-quote .fieldset:nth-child(5),
.mx-hearth-quote .fieldset:nth-child(6) {
  border: 1px solid #ccc;
  padding: 12px 20px 0 20px;
  margin: 0 0 22px 0;
  box-sizing: border-box;
}
.mx-hearth-quote .fieldset:nth-child(4) .legend + .field,
.mx-hearth-quote .fieldset:nth-child(5) .legend + .field,
.mx-hearth-quote .fieldset:nth-child(6) .legend + .field {
  margin-bottom: 10px;
}
.mx-hearth-quote .fieldset:nth-child(4) .legend + .field .checkbox + span,
.mx-hearth-quote .fieldset:nth-child(5) .legend + .field .checkbox + span,
.mx-hearth-quote .fieldset:nth-child(6) .legend + .field .checkbox + span {
  font-size: 16px;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.mx-hearth-quote .fieldset:nth-child(4) .field .mx-checkbox-wrap,
.mx-hearth-quote .fieldset:nth-child(5) .field .mx-checkbox-wrap,
.mx-hearth-quote .fieldset:nth-child(6) .field .mx-checkbox-wrap {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}
.mx-hearth-quote .fieldset:nth-child(4) .field .mx-checkbox-wrap:before,
.mx-hearth-quote .fieldset:nth-child(5) .field .mx-checkbox-wrap:before,
.mx-hearth-quote .fieldset:nth-child(6) .field .mx-checkbox-wrap:before {
  content: '';
  display: block;
  margin-bottom: 20px;
}
.mx-hearth-quote .fieldset:nth-child(4) .field .mx-checkbox-wrap:before {
  width: 344px;
  height: 145px;
  background: center center no-repeat url(/media/icons/fireplace-hearth-slab-1.svg);
}
.mx-hearth-quote .fieldset:nth-child(5) .field .mx-checkbox-wrap:before {
  width: 618px;
  height: 153px;
  background: center center no-repeat url(/media/icons/fireplace-hearth-slab-2.svg);
}
.mx-hearth-quote .fieldset:nth-child(6) .field .mx-checkbox-wrap:before {
  width: 618px;
  height: 223px;
  background: center center no-repeat url(/media/icons/fireplace-hearth-slab-3.svg);
}
.mx-hearth-quote .fieldset .field.left-piece,
.mx-hearth-quote .fieldset .field.right-piece,
.mx-hearth-quote .fieldset .field.back-piece {
  margin: 15px 0 14px 0;
  display: none;
}
.mx-hearth-quote .fieldset .field.left-piece .label,
.mx-hearth-quote .fieldset .field.right-piece .label,
.mx-hearth-quote .fieldset .field.back-piece .label {
  font-size: 16px;
}
.mx-hearth-quote .fieldset .field.length,
.mx-hearth-quote .fieldset .field.width {
  position: relative;
  display: none;
}
.mx-hearth-quote .fieldset .field.length .label,
.mx-hearth-quote .fieldset .field.width .label {
  width: 80px;
  height: 46px;
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 0;
  padding: 6px 0 0 7px;
  box-sizing: border-box;
  font-family: "Outfit Regular", Arial, sans-serif;
  line-height: normal;
  background: #f7f7f7;
  z-index: 1;
}
.mx-hearth-quote .fieldset .field.length .label:after,
.mx-hearth-quote .fieldset .field.width .label:after {
  content: "Max 900mm";
  font-size: 11px;
  width: 100%;
  float: left;
  margin-top: 1px;
}
.mx-hearth-quote .fieldset .field.width .label:after {
  content: "Max 600mm";
}
body .mx-hearth-quote .fieldset .field.length input.input-text[type="text"],
body .mx-hearth-quote .fieldset .field.width input.input-text[type="text"] {
  padding-left: 94px !important;
}
.mx-hearth-quote .fieldset.active .field.left-piece,
.mx-hearth-quote .fieldset.active .field.right-piece,
.mx-hearth-quote .fieldset.active .field.back-piece,
.mx-hearth-quote .fieldset.active .field.length,
.mx-hearth-quote .fieldset.active .field.width {
  display: block;
}
.mx-hearth-quote .fieldset:nth-child(4).active .legend + .field {
  margin-bottom: 28px;
}
.mx-hearth-quote .fieldset:nth-child(5).active .legend + .field,
.mx-hearth-quote .fieldset:nth-child(6).active .legend + .field {
  margin-bottom: 14px;
}
.mx-hearth-quote .fieldset .field.final-top .brown {
  font-size: 17px;
  color: #40546d;
  margin-top: 10px;
}
.mx-hearth-quote .fieldset .field.final-top .blue {
  font-size: 17px;
  margin-top: 20px;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.mx-hearth-quote .fieldset .field.dimension-sketch {
  background: #f7f7f7;
  padding: 18px 20px;
  box-sizing: border-box;
}
.mx-hearth-quote .fieldset .field.dimension-sketch .label {
  margin-bottom: 16px;
}
.mx-hearth-quote .fieldset .field.dimension-sketch .no-margin {
  margin-top: 12px;
  font-size: 12px;
}
.mx-hearth-quote .fieldset .field.dimension-sketch .no-margin strong {
  font-size: inherit;
}
.mx-hearth-quote .fieldset .file-preview {
  margin-bottom: 22px;
}
.mx-hearth-quote .fieldset .field.final-middle {
  color: #000;
  margin-bottom: 4px;
}
.mx-hearth-quote .fieldset .field.subscribe .label {
  display: none;
}
.mx-hearth-quote .fieldset .field.subscribe .mx-checkbox-label {
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #000;
}
.mx-hearth-quote .fieldset:nth-child(3) .field .label:after,
.mx-hearth-quote .fieldset .field.subscribe .mx-checkbox-label:after,
.mx-hearth-quote .fieldset .field.final-bottom .control:before {
  content: '*';
  color: #ff0000;
}
.mx-hearth-quote .fieldset .field.final-bottom {
  color: #000;
  font-size: 14px;
}
.mx-hearth-quote [class^="g-recaptcha_"] {
  margin: 15px 0 30px 0;
}
.mx-hearth-quote .actions-toolbar .submit {
  margin: 0;
}
.faqs-box {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
}
.faqs-box .faqs-sidebar {
  width: 32%;
  float: left;
  border: 1px solid #40546d;
  overflow: hidden;
}
.faqs-box .faqs-side-button {
  display: block;
  width: 100%;
  float: left;
  font-size: 24px;
  line-height: 34px;
  padding: 42px 40px;
  font-family: "Outfit Medium", Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #40546d;
  box-sizing: border-box;
  cursor: pointer;
}
.faqs-box .faqs-side-button:last-child {
  border-bottom: 0;
}
.faqs-box .faqs-side-button:not(.active):hover {
  text-decoration: underline;
}
.faqs-box .faqs-side-button.active {
  color: #fff;
  background: #40546d;
}
.faqs-box .faqs-main {
  width: 60%;
  float: right;
  border: 1px solid #40546d;
  overflow: hidden;
  padding: 0 42px;
  box-sizing: border-box;
}
.faqs-box .faqs-acrd-desc,
.faqs-box .faqs-acrd-title,
.faqs-box .faqs-acrd-item,
.faqs-box .faqs-tab,
.faqs-box .faqs-acrd-wrap {
  width: 100%;
  float: left;
}
.faqs-box .faqs-tab > h2 {
  font-size: 40px !important;
  line-height: 50px !important;
}
.faqs-box .faqs-acrd-wrap {
  margin: 40px 0 30px 0;
}
.faqs-box .faqs-acrd-item {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #40546d;
}
.faqs-box h2.faqs-acrd-title {
  font-size: 24px !important;
  line-height: 34px !important;
  font-family: "Outfit Medium", Arial, sans-serif;
  margin: 0;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.faqs-box .faqs-acrd-title:hover,
.faqs-box .faqs-acrd-title.active {
  text-decoration: underline;
}
.faqs-box .faqs-acrd-title:after {
  content: '\f107';
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Font Awesome 5", Arial, sans-serif;
  color: #40546d;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 2px 0 0 0;
}
.faqs-box .faqs-acrd-title.active:after {
  content: '\f106';
}
.faqs-box .faqs-acrd-desc p {
  margin: 20px 0 0 0 !important;
}
.tab-cnt:not(.active) {
  display: none;
}
body .mx-img-gallery .m-title {
  width: 100% !important;
  float: left !important;
  font-size: 38px !important;
  font-family: "Outfit Medium", Arial, sans-serif !important;
  margin: 0 !important;
}
.mx-img-gallery .photo-gallery,
.mx-img-gallery .photo-gallery-grid {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.mx-img-gallery .photo-gallery {
  margin: 30px 0 0 0;
}
.mx-img-gallery .grid-item {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.mx-img-gallery .grid-item:nth-child(1) {
  grid-area: item1;
}
.mx-img-gallery .grid-item:nth-child(2) {
  grid-area: item2;
}
.mx-img-gallery .grid-item:nth-child(3) {
  grid-area: item3;
}
.mx-img-gallery .grid-item:nth-child(4) {
  grid-area: item4;
}
.mx-img-gallery .grid-item:nth-child(5) {
  grid-area: item5;
}
.mx-img-gallery .grid-item:nth-child(6) {
  grid-area: item6;
}
.mx-img-gallery .grid-item:nth-child(7) {
  grid-area: item7;
}
.mx-img-gallery .photo-gallery-grid {
  grid-template-areas: 'item1 item2 item2' 'item3 item4 item5' 'item3 item6 item7';
  grid-template-columns: unset;
}
.mx-img-gallery .photo-gallery-grid img {
  width: auto;
  max-width: 9999px;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-title-wrapper {
  margin-top: 40px;
  width: 100%;
  float: left;
  padding-bottom: 13px;
  border-bottom: 1px solid #e1e1e1;
}
body.checkout-cart-index .page-title-wrapper {
  position: relative;
  border: 0;
}
body.customer-account-login .page-title-wrapper {
  text-align: center;
  border-bottom: 0;
}
body.customer-account-create .page-title-wrapper {
  border-bottom: 0;
}
body.customer-account-create .page-title-wrapper h1,
body.customer-account-login .page-title-wrapper h1 {
  width: 100%;
  float: left;
  margin: 0;
}
.page-title-wrapper h1 {
  margin: 0;
  font-size: 40px;
  font-family: "Outfit Medium", Arial, sans-serif;
  width: 60%;
  float: left;
  line-height: initial;
}
body.page-products .page-title-wrapper h1 {
  width: auto;
  max-width: 60%;
  position: relative;
  z-index: 1;
}
.register-top {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0 30px 0;
}
.register-top:before {
  content: '';
  background: #ebebeb;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.register-top-inn {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.register-top .h {
  width: 450px;
  margin: 0;
  float: left;
  clear: both;
}
.register-top .list {
  list-style: disc inside;
  padding: 0;
  width: 540px;
  float: left;
  margin: 25px 0 0 0;
  clear: both;
}
.register-top .list li {
  margin: 0 0 10px 0;
}
.register-top .as {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.register-top .as a {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.register-top .fig {
  width: 60%;
  height: auto;
  position: absolute;
  right: calc(-1 * (100vw - 100%) / 2);
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.register-bg {
  width: 100%;
  float: left;
  padding: 30px 0 0 0;
}
.register-bg-inn {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
body.customer-account-login .form-login {
  width: 900px !important;
  float: left;
  position: relative;
  left: 50%;
  margin: 70px 0 80px -450px;
  border: 1px solid #e1e1e1;
  padding: 40px 50px;
  box-sizing: border-box;
}
.form-create-account {
  width: 1000px !important;
  float: left;
  position: relative;
  left: 50%;
  margin: 70px 0 80px -500px;
  padding: 0;
  box-sizing: border-box;
}
body.customer-account-login .form-login {
  margin-top: 50px;
}
.form-create-account .legend,
.form-create-account .actions-toolbar,
.form-create-account .actions-toolbar .primary,
body.customer-account-login .form-login .fieldset,
body.customer-account-login .form-login .legend,
body.customer-account-login .form-login .field,
body.customer-account-login .form-login .control,
body.customer-account-login .form-login .actions-toolbar,
body.customer-account-login .form-login .actions-toolbar .primary {
  width: 100% !important;
  float: left;
}
.form-create-account .fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 0;
}
.form-create-account .fieldset .legend {
  display: none;
}
/*.form-create-account .fieldset .legend{
	display: flex !important;
	color: @mx_link_blue;
	flex: 0 0 100%;
	font-size: 26px;
}*/
.form-create-account .field {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 30px !important;
  padding: 0 !important;
}
.form-create-account .fieldset.create.account .field:not(.password):not(.confirmation) {
  flex: 0 0 100%;
}
.form-create-account .actions-toolbar {
  margin-top: 20px;
}
body.customer-account-login .form-login .fieldset {
  margin: 0;
}
body.customer-account-login .form-login .fieldset:after {
  display: none;
}
.form-create-account .legend,
body.customer-account-login .form-login .legend {
  font-size: 40px;
  color: #626565;
  font-family: "Outfit Medium", Arial, sans-serif;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}
.form-create-account .legend span,
body.customer-account-login .form-login .legend span {
  font-size: inherit;
  line-height: normal;
}
.form-create-account .field label,
body.customer-account-login .form-login .field label {
  color: #626565;
}
.form-create-account .field.zip {
  margin-bottom: 0;
}
.form-create-account #password-strength-meter-container {
  margin-top: 10px;
}
body.customer-account-login .form-login .actions-toolbar {
  margin-top: 15px;
}
.mx-or-create-account {
  display: block;
  width: 100%;
  float: left;
  font-size: 28px;
  font-family: "Outfit Medium", Arial, sans-serif;
  padding: 30px 0;
}
.customer-account-logoutsuccess .column.main > p {
  width: 100%;
  float: left;
  font-size: 20px;
  font-family: "Outfit Medium", Arial, sans-serif;
  margin: 40px 0 0 0;
}
.prod-page-trustbox {
  width: 100%;
  float: left;
  background: #ebebeb;
  text-align: center;
  margin: 0;
  padding: 16px 0 15px 0;
}
.fireplace-msg {
  width: 100%;
  float: left;
  background: #f7f7f7;
  font-size: 28px;
  padding: 16px 25px;
  color: #40546d;
  box-sizing: border-box;
}
.fireplace-msg > span {
  display: inline-block;
}
.fireplace-msg a {
  text-decoration: underline;
}
.trustpilot-testimonials {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
}
.prod-list-testimonials {
  width: 100%;
  float: left;
  margin: 60px 0 30px 0;
}
.prod-list-testimonials .inn {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
.prod-list-testimonials .brick {
  flex: 1;
  position: relative;
}
.prod-list-testimonials .brick:first-child {
  flex: 0 0 210px;
  align-self: center;
}
.prod-list-testimonials .brick:nth-child(2):before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -37px;
  background: #c98e58;
}
.prod-list-testimonials .brick .i {
  display: block;
  width: 100%;
  float: left;
}
.prod-list-testimonials .brick .n {
  width: 100%;
  float: left;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 17px;
}
.prod-list-testimonials .brick .stars {
  width: 100%;
  float: left;
  font-size: 0;
  margin: 8px 0 0 0;
}
.prod-list-testimonials .brick .stars i {
  color: gold;
  font-size: 18px;
  margin: 0 3px;
  display: inline-block;
}
.prod-list-testimonials .brick .stars i:first-child {
  margin-left: 0;
}
.prod-list-testimonials .brick .stars i:last-child {
  margin-right: 0;
}
.prod-list-testimonials .brick .t {
  width: 100%;
  float: left;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.mx-nd2-bricks {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  display: flex;
  gap: 50px;
}
.page-products .columns,
.page-products .columns .column.main,
.cms-page-view .columns,
.cms-page-view .columns .column.main,
.cms-no-route .columns,
.cms-no-route .columns .column.main,
.page-products .columns .column.main .products.list,
.messages,
.messages .message,
.message,
.messages .message > div,
.items.order-links,
.order-details-items {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.page-products .columns .column.main .products.list {
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.cms-no-route .columns .column.main {
  margin-top: 30px;
}
.messages:not(.page) {
  margin-top: 25px;
}
#checkout .messages {
  width: 52%;
  float: left;
  margin-top: 0;
}
.catalog-product-view .messages:not(.page) {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-products .columns .column.main {
  padding-top: 40px;
}
.category-bottom-description,
.page-products .columns .column.main .products.wrapper {
  margin: 0;
  width: 100%;
  float: right;
  box-sizing: border-box;
}
.category-bottom-description {
  margin-top: 40px;
}
body.page-products .columns {
  margin-top: 20px;
  padding-top: 0 !important;
}
body.page-products .columns .column.main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.toolbar.toolbar-products > *:not(.pages),
.toolbar.toolbar-products .field.limiter,
.toolbar .pager .toolbar-amount,
.toolbar .pager .limiter,
.form-create-account .fieldset.create.account:after {
  display: none;
}
.swatch-option-tooltip {
  display: none !important;
}
.products.wrapper + .toolbar.toolbar-products {
  display: block;
  width: 100%;
  float: left;
}
.category-view .category-description,
.category-view {
  width: 100%;
  float: left;
  margin: 0;
}
.filter {
  width: 100%;
  float: left;
  margin: 0 0 15px 0 !important;
  border: 0 !important;
  text-align: left;
}
.filter .filter-content,
.filter .filter-title,
.filter .filter-options,
.filter .filter-options-item .filter-options-content,
.filter .filter-options-item .swatch-attribute,
.filter .filter-options-item .swatch-attribute-options,
.filter .filter-options-item .items {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.filter .filter-content {
  position: relative;
  z-index: 4;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.filter .filter-title {
  display: block;
  cursor: pointer;
}
.filter .filter-title strong {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 22px;
  font-family: "Outfit Medium", Arial, sans-serif;
  position: relative;
  top: auto;
  left: auto;
  padding: 20px;
  line-height: initial;
}
.filter .filter-current {
  display: inline;
  margin: 0;
  border: 0;
}
.filter .filter-current .filter-current-subtitle {
  color: #40546d;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  margin: 5px 10px 5px 0;
}
.filter .filter-current .filter-current-subtitle:before,
.filter .filter-current .filter-current-subtitle:after {
  display: none !important;
}
.filter .filter-current .items {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.filter .filter-current .item {
  background: #fff;
  padding: 6px 12px 5px 30px;
  margin: 5px 10px 5px 0;
  line-height: 22px;
  display: inline-block;
  border-radius: 0;
  color: #3f4245;
  border: 1px solid #d2d0cd;
}
.filter .filter-current .item .remove {
  left: 0;
  top: 0;
  line-height: 32px;
  width: 30px;
  text-align: center;
  color: #40546d;
  font-weight: bold;
}
.filter .filter-current .item .remove:hover {
  color: #c98e58;
}
.filter .filter-current .item .remove:before {
  color: inherit;
  font-weight: inherit;
}
.filter .filter-current .item .filter-label,
.filter .filter-current .item .filter-value {
  color: inherit;
}
.filter .filter-clear {
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #879ea8;
}
.filter .filter-options-item {
  margin: 0 10px 20px 10px;
  width: 220px;
  padding: 0;
  border: 0 !important;
  border-bottom: 1px solid #e1e1e1 !important;
  text-align: left;
  display: inline-block;
}
.filter .filter-options-item:before,
.filter .filter-options-item:after {
  left: 50% !important;
  margin-left: -4px !important;
  bottom: -3px !important;
}
.filter .filter-options-item .filter-options-title {
  display: block;
  font-family: "Outfit Regular", Arial, sans-serif;
  text-transform: capitalize;
  line-height: 24px;
  padding: 9px 35px 9px 20px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}
.filter .filter-options-item .filter-options-title:hover,
.filter .filter-options-item.active .filter-options-title {
  border-color: #c98e58;
}
.filter .filter-options-item .filter-options-title:after {
  display: block;
  top: 10px;
  right: 15px;
}
.filter .filter-options-item .filter-options-content {
  width: 100%;
  padding: 8px 0;
  top: calc(100% + 2px);
  box-shadow: none !important;
}
.filter .filter-options-item .swatch-attribute.color {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.filter .filter-options-item .swatch-option-link-layered,
.filter .filter-options-item .items .item {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background: transparent !important;
}
.filter .filter-options-item .swatch-option-link-layered .swatch-option,
.filter .filter-options-item .items .item a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 20px 4px 20px;
  margin: 0;
  text-align: left;
  color: #3f4245;
  line-height: 24px;
  font-size: 15px;
  font-family: "Outfit Medium", Arial, sans-serif;
  border: 0;
  height: auto;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}
.filter .filter-options-item .swatch-attribute.color .swatch-option {
  height: 31px;
  margin: 4px 0;
  position: relative;
  background-position: left center !important;
  background-size: auto 100% !important;
}
.filter .filter-options-item .swatch-attribute.color .swatch-option:after {
  content: attr(data-option-label);
  position: absolute;
  top: -1px;
  left: 31px;
  right: -1px;
  bottom: -1px;
  background: #fff;
  line-height: 34px;
  padding-left: 14px;
  box-sizing: border-box;
}
.filter .filter-options-item .swatch-option-link-layered .swatch-option:hover,
.filter .filter-options-item .swatch-option-link-layered .swatch-option:hover:after,
.filter .filter-options-item .items .item a:hover {
  text-decoration: underline;
}
.filter .filter-actions {
  display: inline-block !important;
  margin: 0 !important;
  padding: 10px 10px !important;
}
.builtin-enquiry .page-title-wrapper {
  display: none;
}
.builtin-enquiry {
  width: 100%;
  float: left;
  min-width: 1px;
  margin: 80px 0 0 0;
}
.builtin-enquiry fieldset {
  width: 45%;
  float: left;
  margin: 0;
}
.builtin-enquiry fieldset legend {
  display: none;
}
.builtin-enquiry fieldset .label {
  font-family: "Outfit Regular", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 22px !important;
}
.builtin-enquiry .field {
  width: 100% !important;
  float: left !important;
  margin-bottom: 24px !important;
  position: relative !important;
}
.builtin-enquiry .field .control {
  position: relative !important;
}
.builtin-enquiry .field.name .control:before,
.builtin-enquiry .field.email .control:before,
.builtin-enquiry .field.phone .control:before {
  position: absolute;
  font-family: "Font Awesome 5", Arial, sans-serif;
  color: #40546d;
  font-size: 20px;
  line-height: 20px;
  left: 2px;
  bottom: 9px;
  font-weight: bold;
  z-index: 1;
}
.builtin-enquiry .field.name .control:before {
  content: '\f007';
  bottom: 11px;
}
.builtin-enquiry .field.email .control:before {
  content: '\f0e0';
}
.builtin-enquiry .field.phone .control:before {
  content: '\f879';
}
body .builtin-enquiry .fieldset > .field .control input[type]:not(.justforimportantselector) {
  border: 0 !important;
  height: 30px !important;
  padding: 20px 15px 20px 40px !important;
  border-bottom: 1px solid #40546d !important;
  border-radius: 0;
  background: transparent;
}
.builtin-enquiry div.mage-error {
  margin: 5px 0 0 0 !important;
  width: 100%;
  float: left;
}
.builtin-enquiry fieldset + fieldset {
  float: right;
}
.builtin-enquiry fieldset + fieldset textarea {
  width: 100%;
  border: 1px solid #40546d !important;
  position: relative;
  padding: 10px 15px;
  font-size: 15px;
  background: #fff;
  height: 233px;
  font-family: inherit;
  display: block;
  float: left;
  margin-top: 0 !important;
  border-color: #c98e58;
  background: transparent;
}
.builtin-enquiry .g-recaptcha_1 {
  width: 100%;
  float: left;
  margin-top: 12px;
}
.builtin-enquiry .g-recaptcha_1 > div {
  float: right;
}
.builtin-enquiry .actions-toolbar {
  width: 100%;
  float: left;
}
.builtin-enquiry .actions-toolbar .primary {
  float: right;
}
.damages-form .actions-toolbar .action.primary,
.builtin-enquiry .actions-toolbar .primary .submit.primary {
  margin: 24px 0 0 0;
}
.builtin-enquiry .actions-toolbar .primary .submit.primary:hover,
.builtin-enquiry .actions-toolbar .primary .submit.primary:active,
.builtin-enquiry .actions-toolbar .primary .submit.primary:focus {
  color: #fff !important;
  background: #c98e58 !important;
}
.ct-contact-info {
  width: 50%;
  float: left;
  margin-top: 40px;
}
.ct-contact-info p {
  margin: 0 0 20px 0 !important;
}
.ct-contact-info p strong {
  font-weight: normal !important;
  font-family: "Outfit Medium", Arial, sans-serif !important;
  font-size: inherit !important;
}
.contact-map {
  width: 45%;
  height: 400px;
  float: right;
  position: relative;
  margin: 40px 0 0 0;
}
#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-laying-guides #maincontent,
.cms-faqs #maincontent,
.cms-100-gbp-giveaway #maincontent,
.cms-about #maincontent,
.blog-page-list #maincontent {
  position: relative;
  padding-top: 500px;
}
.cnt-page-cover,
.blog-cover {
  width: 100vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.cnt-page-cover img,
.blog-cover img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: 99999px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-blog-posts,
.home-blog-posts .post-list-wrapper,
.blog-page .columns .column.main,
.blog-page .columns .column.main .post-list-wrapper,
.post-list .post-holder .post-content,
.post-list .post-holder .post-ftimg-hld {
  width: 100%;
  float: left;
}
.post-list-wrapper.related-posts {
  margin-top: 25px;
}
.home-blog-posts {
  margin-top: 70px;
  text-align: center;
}
.blog-page .columns .column.main {
  margin-top: 40px;
  padding-bottom: 0 !important;
}
.post-list {
  width: 100%;
  float: left;
  font-size: 0;
  margin: 0 !important;
}
.home-blog-posts .post-list {
  margin: 40px 0 0 0 !important;
}
.post-list .post-holder {
  width: calc(33.33% - 30px) !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0 45px 45px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  clear: none !important;
  float: none !important;
}
body.blog-page .post-list .post-holder {
  width: calc(50% - 25px) !important;
  margin: 0 50px 50px 0;
}
body.blog-page .post-list .post-holder:nth-child(2n) {
  margin-right: 0;
}
.home-blog-posts .post-list .post-holder:nth-child(3n) {
  margin-right: 0 !important;
}
.post-list .post-holder .post-ftimg-hld a {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #d2d0cd;
}
.home-blog-posts .post-list .post-holder .post-ftimg-hld a {
  height: 350px;
}
.blog-post-view .post-ftimg-hld img,
.post-list .post-holder .post-ftimg-hld a img,
.blog-post-view .post-list .post-ftimg-hld img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: 100% !important;
  max-width: 99999px !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.blog-post-view .post-ftimg-hld img {
  width: 100% !important;
  height: auto !important;
}
.home-blog-posts .post-list .post-holder .post-ftimg-hld a img {
  width: auto;
  height: 100%;
  max-width: 9999px;
}
.post-list .post-holder .post-title {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.post-list .post-holder .post-title .post-item-link {
  display: block;
  width: 100%;
  float: left;
}
.post-list .post-holder .post-title .post-item-link .name {
  display: block;
  width: 100%;
  float: left;
  font-size: 17px;
  line-height: 24px;
  font-family: "Outfit Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #4d4d4d;
}
.post-list .post-holder .post-title .post-item-link .read-now {
  width: 72px;
  display: block;
  float: left;
  margin: 16px 0 0 0;
  padding: 0 0 6px 0;
  font-size: 15px;
  font-family: "Outfit Bold", Arial, sans-serif;
  border-bottom: 1px solid #636363;
  color: #40546d;
  text-transform: capitalize;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.post-list .post-holder:hover .post-title .post-item-link .read-now {
  width: 100%;
}
.blog-post-view .page-title-wrapper h1 {
  width: 100%;
}
.blog-post-view .post-holder {
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}
.blog-post-view .post-ftimg-hld {
  width: 100%;
  float: left;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0 !important;
}
.blog-post-view .post-list .post-ftimg-hld {
  height: auto !important;
  margin: 0 !important;
}
#block-relatedposts-heading {
  width: 100%;
  float: left;
  font-size: 32px;
  margin-bottom: 20px;
}
.toolbar,
.toolbar .pages {
  width: 100%;
  float: left;
  margin: 0;
  display: block;
  text-align: left;
}
.toolbar .pages {
  border-top: 1px solid #40546d;
}
.toolbar .pages .label {
  display: none;
}
.toolbar .pages .pages-items {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-top: -1px;
  text-align: center;
}
.toolbar .pages .item {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.toolbar .pages .pages-items li:first-child > * {
  border-left: 1px solid #40546d;
}
.toolbar .pages .item .page,
.toolbar .pages .item .action {
  display: block;
  padding: 9px 14px 7px 14px;
  line-height: initial;
  font-size: 17px;
  font-family: "Outfit Medium", Arial, sans-serif;
  box-shadow: none;
  border: 0;
  border-top: 1px solid #40546d;
  border-right: 1px solid #40546d;
  border-bottom: 1px solid #40546d;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  color: #40546d;
  border-radius: 0;
}
.toolbar .pages .item .action:before {
  color: inherit;
  font-size: inherit;
}
.toolbar .pages .item .action {
  color: #40546d;
}
.toolbar .pages .item strong.page {
  color: #fff;
  background: #40546d;
}
.catalog-product-view .columns,
.catalog-product-view .columns .column.main {
  width: 100%;
  float: left;
  display: block !important;
  max-width: 100%;
  padding: 0;
}
.catalog-product-view .columns .column.main {
  margin: 40px 0 0 0;
}
.catalog-product-view .product.media {
  width: calc(100% - 690px) !important;
  float: none;
  position: relative;
  -ms-flex-order: unset;
  -webkit-order: unset;
  order: unset;
  margin: 0;
}
.catalog-product-view .product.media .gallery-placeholder {
  width: 100% !important;
  margin: 0;
  position: relative;
}
.catalog-product-view .product.media .magnifier-preview {
  width: 100% !important;
  height: calc(100% - 150px) !important;
  left: calc(100% + 30px) !important;
  top: 0 !important;
  z-index: 6;
}
.catalog-product-view .product.media .fotorama__stage {
  width: 100% !important;
}
.we-split-packs {
  width: 100%;
  float: left;
  padding: 25px 0;
  box-sizing: border-box;
  margin: 15px 0;
  text-align: center;
  border: 1px solid #c98e58;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.we-split-packs .t {
  width: 100%;
  float: left;
  font-size: 32px;
  margin: 0 0 25px 0;
  color: #c98e58;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.we-split-packs .fb {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.we-split-packs .fi {
  flex: 0 0 25%;
}
.we-split-packs .fi:nth-child(1) {
  font-size: 26px;
}
.we-split-packs .fi:nth-child(2) {
  font-size: 0;
}
.we-split-packs .fi img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.we-split-packs .fi ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.we-split-packs .fi ul li {
  margin: 0;
  font-size: 24px;
  position: relative;
  padding-left: 17px;
}
.we-split-packs .fi ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #40546d;
  left: 0;
  top: 13px;
  border-radius: 50%;
}
.block.upsell,
.block.crosssell {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
  padding: 25px 20px 20px 20px !important;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}
.block.crosssell {
  margin-top: 50px;
  width: 66%;
}
.block.upsell .hh,
.block.crosssell .hh {
  margin: 0 0 30px 0;
  margin: 0 0 25px 0;
  font-size: 20px !important;
}
.block.upsell .block-content,
.block.upsell .products-upsell,
.block.upsell .product-items,
.block.crosssell .block-content,
.block.crosssell .products-crosssell,
.block.crosssell .product-items {
  width: 100%;
  float: left;
  margin: 0 !important;
}
.mx-products-manipulable {
  position: relative;
}
.block.upsell .product-items,
.block.crosssell .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block.upsell .product-items .product-item,
.block.crosssell .product-items .product-item {
  margin: 0 !important;
  flex: auto;
  display: block !important;
  padding: 10px !important;
}
.block.crosssell .product-items .product-item {
  flex: 0 0 calc(50% - 10px);
}
.block.upsell .product-items .product-item .product-item-photo,
.block.crosssell .product-items .product-item .product-item-photo {
  width: 80px !important;
}
.block.upsell .product-item-actions .actions-primary,
.block.crosssell .product-item-actions .actions-primary {
  width: 100%;
  float: left;
  margin: 0;
}
.block.upsell .product-item-actions .actions-primary > form,
.block.crosssell .product-item-actions .actions-primary > form {
  width: 100%;
  float: left;
  margin: 0;
}
.block.upsell .product-item-actions .mx-qty,
.block.crosssell .product-item-actions .mx-qty {
  width: 55px;
  float: left;
  margin-right: 10px;
  position: relative;
}
.block.upsell .product-item-actions .mx-qty > input,
.block.crosssell .product-item-actions .mx-qty > input {
  line-height: 36px;
  height: 36px;
}
.block.upsell .product-item-actions .action.tocart,
.block.crosssell .product-item-actions .action.tocart {
  margin: 0;
  width: calc(100% - 65px);
  float: right;
  padding: 0;
  line-height: 36px;
  border: 0;
  display: inline-block;
  background: #c98e58 !important;
}
.block.upsell .product-item-actions .action.tocart span,
.block.crosssell .product-item-actions .action.tocart span {
  display: none !important;
}
.block.upsell .product-item-actions .action.tocart:before,
.block.crosssell .product-item-actions .action.tocart:before {
  content: 'Add';
}
.upcrosssell-totals {
  position: absolute;
  right: 0;
  top: -60px;
}
.upcrosssell-totals .totals {
  display: flex;
  align-items: center;
  gap: 10px;
}
.upcrosssell-totals .tit {
  font-size: 14px;
  line-height: normal;
  display: inline-block;
}
.upcrosssell-totals .the-price {
  color: #40546d;
  font-size: 20px;
  font-family: "Outfit Bold", Arial, sans-serif;
  line-height: normal;
  margin: 0;
  display: inline-block;
}
.upcrosssell-totals .add-all-butt {
  width: 170px;
}
/*.upcrosssell-totals.disabled{
	opacity: 0.5;
	-webkit-pointer-events: none;
	pointer-events: none;
}*/
.catalog-product-view .product-info-main .product-info-price,
.catalog-product-view .product-info-main .product-add-form,
.catalog-product-view .product-info-main .sample-product-wrapper,
.catalog-product-view .product-info-main .product-social-links,
.product-info-main .stock.available,
.product-info-main .stock.unavailable,
.block.upsell .product-items .product-item.upsell-prods.is-secondary,
.block.crosssell .product-items .product-item.upsell-prods.is-secondary {
  display: none !important;
}
.catalog-product-view .page-title-wrapper,
.catalog-product-view .product-info-main {
  width: 620px !important;
  padding: 0;
  box-sizing: border-box;
  float: right;
  clear: right;
  margin: 0;
  border: 0;
}
.catalog-product-view .page-title-wrapper h1,
.catalog-product-view .prod-artificial,
.catalog-product-view .dynamic-part,
.catalog-product-view .user-input,
.catalog-product-view .qtys-sum,
.catalog-product-view .total-qty-inn,
.catalog-product-view .final-actions,
.catalog-product-view .final-actions .total .total-price,
.catalog-product-view .product-info-stock-sku,
.catalog-product-view .prod-lower-info,
.catalog-product-view .itemed-messages,
.catalog-product-view .user-input .sec-title,
.product-info-main .amxnotif-block,
.product-info-main .amxnotif-block label,
.product-info-main .oostock-big,
.hearth-quote-section .text {
  width: 100%;
  float: left;
}
.catalog-product-view .page-title-wrapper.mx-samples-available {
  padding-right: 72px;
  position: relative;
  min-height: 80px;
}
.catalog-product-view .page-title-wrapper .mx-samples-available-circle {
  position: absolute;
  top: 10px;
  right: 0;
  width: 62px;
  height: 62px;
  background: #cc0000;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  padding-top: 17px;
  box-sizing: border-box;
}
.catalog-product-view .page-title-wrapper h1 {
  font-size: 30px;
}
.product-info-main .oostock-big {
  width: 100%;
  float: left;
  background: #ff0000;
  color: #fff;
  font-size: 17px;
  font-family: "Outfit Medium", Arial, sans-serif;
  padding: 10px 20px;
  margin: 20px 0;
  box-sizing: border-box;
}
.product-info-main .oostock-big:before {
  content: '\f071';
  font-family: "Font Awesome 5", Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px 0 0;
}
.product-info-main .amxnotif-block {
  margin: 0;
  background: #ebebeb;
  padding: 20px;
  box-sizing: border-box;
}
.product-info-main .amxnotif-block label {
  margin: 0 0 12px 0;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.product-info-main .amxnotif-block .notification-container {
  font-size: 0;
}
.product-info-main .amxnotif-block .input-fields .input-text {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 13px;
}
.product-info-main .amxnotif-block .actions-toolbar {
  margin: 0;
  min-width: 1px;
}
.product-info-main .amxnotif-block button.primary {
  border-radius: 0;
  background: #40546d;
  font-size: 13px;
  font-family: "Outfit Medium", Arial, sans-serif;
  border: 0;
  margin: 0;
}
.catalog-product-view .user-input {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin: 5px 0 0 0;
}
.catalog-product-view .user-input .top-row {
  display: flex;
  width: 100%;
  float: left;
  gap: 20px;
  align-items: end;
}
.catalog-product-view .user-input .top-row .texts {
  flex: 1;
}
.artificial-product-options {
  background: #ebebeb;
  padding: 15px 20px;
}
.artificial-product-options .opt-brick {
  width: 100%;
  float: left;
}
.artificial-product-options .opt-brick:not(:last-child) {
  margin: 0 0 20px 0;
}
.artificial-product-options .opt-brick .tit {
  width: 100%;
  float: left;
  font-family: "Outfit Bold", Arial, sans-serif;
}
.artificial-product-options .opt-brick .opts-wrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
  margin: 11px 0 0 0;
}
.artificial-product-options .opt-brick .opt {
  text-align: center;
  cursor: pointer;
  width: 80px;
  line-height: normal;
}
.artificial-product-options .opt-brick .opt .fig {
  display: inline-block;
  width: 100%;
  height: 60px;
  background: #ccc;
}
.artificial-product-options .opt-brick .opt.checked .fig {
  background: green;
}
.artificial-product-options .opt-brick .opt .lbl {
  width: 100%;
  display: block;
}
.artificial-product-options .opt-brick .opt .lbl .name {
  display: block;
  font-size: 14px;
}
.artificial-product-options .opt-brick .opt .lbl .notice,
.artificial-product-options .opt-brick .opt .lbl .notice2 {
  display: block;
  font-size: 13px;
  opacity: 0.9;
}
.artificial-product-options-summary {
  border: 1px solid #40546d;
  padding: 15px 20px;
}
.artificial-product-options-summary .tit {
  display: block;
  font-family: "Outfit Bold", Arial, sans-serif;
  font-size: 21px;
}
.artificial-product-options-summary .subtit {
  display: block;
  font-family: "Outfit Bold", Arial, sans-serif;
  font-size: 17px;
  margin-top: 5px;
}
.artificial-product-options-summary .itm {
  display: block;
  margin-top: 1px;
}
.artificial-product-options-summary .itm:before {
  content: '-';
  display: inline-block;
  margin: 0 5px 0 0;
}
.catalog-product-view .page-title-wrapper .rating-summary,
.catalog-product-view .prod-artificial .rating-summary {
  margin: 0 4px 0 0;
}
.catalog-product-view .user-input .sec-title {
  font-family: "Outfit Medium", Arial, sans-serif;
  margin: 20px 0 0 0;
}
.catalog-product-view .per-price {
  text-align: right;
  flex: 1;
  white-space: nowrap;
}
.catalog-product-view .per-price .per {
  display: inline-block;
  font-size: 22px;
  margin: 20px 0 0 0;
}
.catalog-product-view .per-price .per .price {
  font-family: "Outfit Bold", Arial, sans-serif;
  color: #40546d;
}
.catalog-product-view .per-price .per .price .was {
  display: block;
  font-size: 15px;
  color: #cc0000;
  text-decoration: line-through;
}
.catalog-product-view .user-input .decking-tips {
  width: 100%;
  border: 1px solid #40546d;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 15px;
  flex-wrap: wrap;
  padding: 11px 15px;
  box-sizing: border-box;
}
.catalog-product-view .user-input .decking-tips li {
  flex: 1 1 calc(33.33% - 10px);
  margin: 0;
  position: relative;
  padding-left: 29px;
  box-sizing: border-box;
}
.catalog-product-view .user-input .decking-tips li img {
  height: auto;
  width: 20px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.catalog-product-view .user-input .m2-to-boxes-tiles {
  background: #ebebeb;
}
.catalog-product-view .user-input .item {
  background: #ebebeb;
  padding: 15px 20px;
  flex: 0 0 100%;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 30px;
}
.catalog-product-view .user-input .m2-to-boxes-tiles .item {
  display: inline-flex;
  background: transparent;
  flex-direction: column;
  gap: 6px;
  padding-left: 88px;
}
.catalog-product-view .user-input .m2-to-boxes-tiles .item.box,
.catalog-product-view .user-input .m2-to-boxes-tiles .item.slab {
  padding-left: 75px;
}
.catalog-product-view .user-input .m2-to-boxes-tiles .item.first {
  padding-right: 40px;
  padding-left: 102px;
}
.catalog-product-view .user-input .m2-to-boxes-tiles .item img {
  height: 32px;
  position: absolute;
  left: 20px;
  top: 57px;
}
.catalog-product-view .user-input .m2-to-boxes-tiles .item.ruler img {
  height: 18px;
}
.catalog-product-view .user-input .m2-to-boxes-tiles .item.box img {
  height: 26px;
}
.catalog-product-view .user-input .m2-to-boxes-tiles .item.slab img {
  height: 30px;
}
.catalog-product-view .user-input .item .name,
.catalog-product-view .user-input .item .inl-pricing,
.catalog-product-view .user-input .item .field {
  flex: 1;
  white-space: nowrap;
}
.catalog-product-view .user-input .item.pure-item .name {
  flex: 0;
}
.catalog-product-view .user-input .item .name .sec-top {
  display: inline-block;
}
.catalog-product-view .user-input .item .name .sec-top .lbl {
  vertical-align: middle;
  display: inline-block;
  font-family: "Outfit Bold", Arial, sans-serif;
}
.catalog-product-view .user-input .item .name .sec-top .lbl .pal-cov {
  font-size: 14px;
  line-height: 16px;
  display: block;
  font-family: "Outfit Regular", Arial, sans-serif;
}
.catalog-product-view .user-input .item .name img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin: 0 20px 0 0;
}
.catalog-product-view .user-input .item .name img.single-bag {
  width: 30px;
  margin-bottom: 0;
}
.catalog-product-view .user-input .item .name img.bulk-bag {
  width: 40px;
  margin-bottom: 0;
}
.catalog-product-view .user-input .item .sec-price {
  font-family: "Outfit Bold", Arial, sans-serif;
  display: block;
}
.catalog-product-view .user-input .item .sec-price .was {
  display: inline-block;
  color: #cc0000;
  text-decoration: line-through;
  margin: 0 10px 0 0;
}
.catalog-product-view .user-input .item .static-m2-price {
  font-size: 14px;
  display: block;
}
.catalog-product-view .user-input .item .field .the-field {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.catalog-product-view .user-input .item .field .the-field input {
  width: 80px;
  line-height: 46px;
  height: 46px;
  padding: 0 10px;
  font-size: 18px;
  color: #333;
  font-family: "Outfit Medium", Arial, sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background: #fff;
  border: 1px solid transparent;
}
.catalog-product-view .user-input .item .field .the-field input.error {
  border: 1px solid #ff0000;
}
.block.upsell .product-item-actions .mx-qty span,
.block.crosssell .product-item-actions .mx-qty span,
.catalog-product-view .user-input .item .field .the-field span {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 50%;
  background: #d2d0cd;
  cursor: pointer;
}
.block.upsell .product-item-actions .mx-qty span:last-child,
.block.crosssell .product-item-actions .mx-qty span:last-child,
.catalog-product-view .user-input .item .field .the-field span:last-child {
  top: auto;
  bottom: 0;
  border-top: 1px solid #fff;
}
.block.upsell .product-item-actions .mx-qty span:before,
.block.crosssell .product-item-actions .mx-qty span:before,
.catalog-product-view .user-input .item .field .the-field span:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  border: 4px solid transparent;
  border-bottom: 5px solid #626565;
}
.block.upsell .product-item-actions .mx-qty span:before,
.block.crosssell .product-item-actions .mx-qty span:before {
  top: 2px;
}
.block.upsell .product-item-actions .mx-qty span:last-child:before,
.block.crosssell .product-item-actions .mx-qty span:last-child:before,
.catalog-product-view .user-input .item .field .the-field span:last-child:before {
  border: 4px solid transparent;
  border-top: 5px solid #626565;
  top: 9px;
}
.block.upsell .product-item-actions .mx-qty span:last-child:before,
.block.crosssell .product-item-actions .mx-qty span:last-child:before {
  top: 7px;
}
.block.upsell .product-item-actions .mx-qty span:nth-last-child(2):hover:before,
.block.crosssell .product-item-actions .mx-qty span:nth-last-child(2):hover:before,
.catalog-product-view .user-input .item .field .the-field span:nth-last-child(2):hover:before {
  border-bottom: 5px solid #333;
}
.block.upsell .product-item-actions .mx-qty span:last-child:hover:before,
.block.crosssell .product-item-actions .mx-qty span:last-child:hover:before,
.catalog-product-view .user-input .item .field .the-field span:last-child:hover:before {
  border-top: 5px solid #333;
}
.catalog-product-view .user-input .item .field .ind-price {
  display: inline-block;
  font-family: "Outfit Bold", Arial, sans-serif;
  color: #40546d;
  margin: 6px 10px;
  vertical-align: middle;
}
.catalog-product-view .user-input .item .pallets-best-price {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  background: #cc0000;
  color: #fff;
  padding: 0 8px;
}
.hearth-quote-section {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.hearth-quote-section a {
  margin: 10px 0 0 0;
}
.prod-wastage {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.prod-wastage .switcher {
  width: 100%;
  float: left;
  display: flex;
  gap: 12px;
  align-items: center;
}
.prod-wastage .switcher .oo {
  position: relative;
  flex: 0 0 46px;
  height: 24px;
  background-color: #636363;
  border-radius: 50px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.prod-wastage.active .switcher .oo {
  background-color: #39b54a;
}
.prod-wastage .switcher .oo .o {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
}
.prod-wastage.active .switcher .oo .o {
  left: 25px;
}
.prod-wastage .switcher .txt {
  flex: 1;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.prod-wastage .small {
  width: 100%;
  float: left;
  margin-top: 6px;
  font-size: 13px;
  line-height: normal;
}
.catalog-product-view .qtys-sum {
  margin: 3px 0;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.catalog-product-view .total-qty-inn:before {
  content: '\f07a';
  font-family: "Font Awesome 5", Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .final-actions {
  display: block;
  width: 100%;
  float: left;
}
.catalog-product-view .final-actions .immediate-dispatch {
  width: 100%;
  float: left;
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #39b54a;
  margin: 3px 0;
}
.catalog-product-view .final-actions .klarna {
  width: 100%;
  float: left;
  margin: 3px 0;
}
.catalog-product-view .final-actions .klarna img {
  height: 22px;
  width: auto;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .final-actions .row {
  width: 100%;
  float: left;
  display: flex;
  gap: 30px;
  margin: 20px 0 0 0;
}
.catalog-product-view .final-actions .summs,
.catalog-product-view .final-actions .total {
  flex: auto;
}
.catalog-product-view .final-actions .total {
  text-align: right;
}
.catalog-product-view .final-actions .total .total-price {
  color: #40546d;
  font-family: "Outfit Bold", Arial, sans-serif;
  font-size: 30px;
  line-height: 24px;
  white-space: nowrap;
}
.catalog-product-view .final-actions .total .plus-vat {
  display: inline-block;
  color: #636363;
  font-family: "Outfit Regular", Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 0 6px;
}
.catalog-product-view .final-actions .total .free-delivery {
  color: #39b54a;
  display: inline-block;
  margin: 10px 0 0 0;
}
.catalog-product-view .final-actions .btns-wrap {
  width: 100%;
  float: left;
}
.catalog-product-view .final-actions button {
  background: #c98e58 !important;
  margin: 20px 0 0 0;
}
.catalog-product-view .product-info-stock-sku {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 13px;
}
.catalog-product-view .prod-lower-info {
  box-sizing: border-box;
  padding: 12px 20px;
  border: 1px solid #e1e1e1;
  margin: 20px 0 0 0;
}
.catalog-product-view .prod-sub-yellow {
  width: 100%;
  float: left;
  background: #40546d;
  color: #fff;
  padding: 20px 20px 20px 94px;
  margin: 10px 0 0 0;
  position: relative;
  font-family: "Outfit Regular", Arial, sans-serif;
  box-sizing: border-box;
}
.catalog-product-view .prod-sub-yellow:before {
  content: '\f48b';
  font-family: "Font Awesome 5", Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 25px;
}
.catalog-product-view .prod-sub-yellow a {
  color: inherit;
  text-decoration: underline;
}
.catalog-product-view .itemed-messages {
  margin: 5px 0;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.catalog-product-view .itemed-messages:before,
.catalog-product-view .final-actions .total .free-delivery:before,
.catalog-product-view .final-actions .immediate-dispatch:before {
  content: '\f00c';
  font-family: "Font Awesome 5", Arial, sans-serif;
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  top: -1px;
  color: inherit;
}
.catalog-product-view .itemed-messages:before {
  margin: 0 10px 0 0;
}
.catalog-product-view .itemed-messages#free-delivery:before {
  background: url(/media/icons/step-icons/truck.svg) left center no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 16px;
  content: '';
}
.catalog-product-view .itemed-messages#prod-spec-message.uksfav:before {
  background: url(/media/icons/common/bowl-blue.svg) left center no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 20px;
  content: '';
  position: relative;
  top: -2px;
  margin: 0 8px 0 0;
}
.catalog-product-view .itemed-messages#prod-spec-message:not(.uksfav):before {
  content: '\f14a';
  font-size: 17px;
  color: #40546d;
}
.catalog-product-view .itemed-messages#delivery-date:before {
  background: url(/media/icons/common/time-blue.svg) left center no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  content: '';
  position: relative;
  top: -2px;
  margin: 0 8px 0 0;
}
.fireplace-hearths-steps {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid #40546d;
  margin: 10px 0;
  padding: 25px;
  box-sizing: border-box;
}
.fireplace-hearths-steps .tit {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #c98e58;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.fireplace-hearths-steps .steps {
  width: 100%;
  float: left;
  display: flex;
  gap: 70px;
  margin-top: 40px;
}
.fireplace-hearths-steps .step-inn {
  width: 100%;
  float: left;
}
.fireplace-hearths-steps .step .h {
  width: 100%;
  float: left;
  font-size: 20px;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.fireplace-hearths-steps .step .text {
  width: 100%;
  float: left;
  margin-top: 18px;
}
.fireplace-hearths-steps .step .text a {
  font-family: "Outfit Medium", Arial, sans-serif;
}
.fireplace-hearths-steps .step .img {
  width: 100%;
  float: left;
  margin-top: 18px;
}
.fireplace-hearths-steps .step:nth-child(1) .img img {
  width: 250px;
  height: auto;
}
.fireplace-hearths-steps .step:nth-child(2) .img img {
  width: 100px;
  height: auto;
}
.fireplace-hearths-steps .step:nth-child(3) .img img {
  width: 100px;
  height: auto;
}
.fireplace-hearths-steps .step:nth-child(1) {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.fireplace-hearths-steps .step:nth-child(1) > img {
  width: 300px;
  height: auto;
}
.catalog-product-view .product.media .fotorama__stage__frame .fotorama__img,
.catalog-product-view .product.media .fotorama__thumb .fotorama__img {
  max-width: 500%;
  max-height: 500%;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.catalog-product-view .product.media .fotorama__stage__frame .product-video {
  height: 100% !important;
}
.fotorama__thumb-border {
  border-color: #c98e58 !important;
}
.catalog-product-view .product.media .fotorama__nav__frame {
  padding-bottom: 0;
}
.fotorama--fullscreen {
  background: rgba(255, 255, 255, 0.9);
}
.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__wrap {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.fotorama__active .fotorama__dot {
  background-color: #40546d !important;
  border-color: #40546d !important;
}
.ocean-decks-sect {
  width: 100%;
  float: left;
}
.catalog-product-view .product.info.detailed {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
}
.catalog-product-view .product.info.detailed .product.data.items .mx-details,
.catalog-product-view .product.info.detailed .product.data.items .mx-details-inner,
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion,
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion .label,
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion .data,
.catalog-product-view .product.info.detailed .product.data.items {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.catalog-product-view .product.info.detailed .product.data.items {
  border: 0;
}
.checkout-index-index .field.additional,
.catalog-product-view .product.info.detailed .product.data.items > .title {
  display: none !important;
}
.catalog-product-view .product.info.detailed .product.data.items > .content {
  display: block !important;
  width: 100% !important;
  float: left !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background: transparent !important;
}
.catalog-product-view .product.info.detailed .product.data.items > .content[id="product.info.overview"] {
  border: 1px solid #40546d !important;
  padding: 40px !important;
}
.catalog-product-view .product.info.detailed .product.data.items > .content h1,
.catalog-product-view .product.info.detailed .product.data.items > .content h2,
.catalog-product-view .product.info.detailed .product.data.items > .content h3,
.catalog-product-view .product.info.detailed .product.data.items > .content h4 {
  margin: 20px 0 5px 0;
}
.catalog-product-view .product.info.detailed .product.data.items > .content h1:first-child,
.catalog-product-view .product.info.detailed .product.data.items > .content h2:first-child,
.catalog-product-view .product.info.detailed .product.data.items > .content h3:first-child,
.catalog-product-view .product.info.detailed .product.data.items > .content h4:first-child {
  margin-top: 0 !important;
}
.catalog-product-view .product.info.detailed .product.data.items > .content h1 *,
.catalog-product-view .product.info.detailed .product.data.items > .content h2 *,
.catalog-product-view .product.info.detailed .product.data.items > .content h3 *,
.catalog-product-view .product.info.detailed .product.data.items > .content h4 * {
  color: inherit !important;
  letter-spacing: 1px !important;
}
.catalog-product-view .product.info.detailed .product.data.items > .content p {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.catalog-product-view .product.info.detailed .product.data.items > .content table {
  width: auto;
  float: left;
  max-width: 100%;
  table-layout: fixed;
  background: #fff;
  margin: 0 0 18px 0;
}
.catalog-product-view .product.info.detailed .product.data.items > .content table td {
  padding: 5px 10px;
  line-height: 24px;
  border: 1px solid #e1e1e1;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
}
.catalog-product-view .product.info.detailed .product.data.items > .content table td:first-child {
  font-weight: bold !important;
}
.catalog-product-view .product.info.detailed .product.data.items > .content ul {
  max-width: 100%;
  float: left;
  width: auto;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.catalog-product-view .product.info.detailed .product.data.items > .content ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 8px 0;
  font-size: 16px;
  font-family: "Outfit Medium", Arial, sans-serif;
  line-height: 24px;
  box-sizing: border-box;
}
.catalog-product-view .product.info.detailed .product.data.items > .content ul li:before {
  content: '\f00c';
  position: absolute;
  top: 0px;
  left: 0;
  font-family: "Font Awesome 5", Arial, sans-serif;
  color: #c98e58;
  font-size: 12px;
  font-weight: 900;
}
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion {
  padding: 40px;
  border: 1px solid #40546d;
  margin: 30px 0 0;
  box-sizing: border-box;
  display: none;
}
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion[data-group="tile-specifications"],
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion[data-group="suitable-for"],
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion[data-group="delivery-and-returns"],
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion[data-group="how-to-order"],
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion[data-group="how-to-install"] {
  display: block;
}
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion[data-group="how-to-install"] {
  border-bottom: 0;
}
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion .label {
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 18px;
  position: relative;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion:hover .label {
  text-decoration: underline;
}
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion .label:after {
  content: '\f078';
  font-family: "Font Awesome 5", Arial, sans-serif;
  color: #40546d;
  font-size: 17px;
  line-height: 17px;
  position: absolute;
  top: 6px;
  right: 7px;
  font-weight: bold;
}
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion.active .label:after {
  content: '\f077';
}
.catalog-product-view .product.info.detailed .product.data.items .mx-accordion .data {
  display: none;
  width: 100%;
  float: left;
  padding: 16px 0 0 0;
}
#product-review-container,
#product-review-container .review-list,
#product-review-container .review-list .block-title,
#product-review-container .review-list .block-content,
#product-review-container .review-list .review-items,
#product-review-container .review-list .review-item .review-ratings .rating-summary,
#product-review-container .review-list .review-item .review-ratings,
#product-review-container .review-list .review-item .review-title,
#product-review-container .review-list .review-item .review-content-container,
#product-review-container .review-list .review-item .review-content,
#product-review-container .review-list .review-item .review-details,
#product-review-container .mx-reviews-collapser,
.review-add,
.review-add .block-content,
.review-add .product-review-form,
.review-add .review-form,
.review-add .review-fieldset,
.review-add .review-fieldset .field.review-field-ratings,
.review-add .review-fieldset .field.review-field-ratings .nested {
  width: 100%;
  max-width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#product-review-container .review-list .review-toolbar,
#product-review-container .review-list .review-item .review-ratings .rating-label,
#product-review-container .review-list .review-item .review-details .review-author .review-details-label,
.review-add .review-fieldset legend,
.review-add .review-fieldset br,
.review-add .review-fieldset .field .review-control-vote input,
.review-add .review-fieldset .field .review-control-vote label span,
.review-add.active .block-title,
.review-add:not(.active) .block-content,
#product-review-container:not(.collapsed) .review-list .review-item:not(:first-child):not(:nth-child(2)),
#product-review-container.collapsed .mx-reviews-collapser * {
  display: none !important;
}
#product-review-container {
  margin-top: 70px !important;
  position: relative;
}
#product-review-container:empty {
  margin-top: 30px !important;
}
#product-review-container .review-list .review-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0 22px 0;
}
#product-review-container .review-list .review-item {
  width: auto;
  flex: 1 1 calc(50% - 30px);
  padding: 0;
  margin: 0;
  border: 0;
}
#product-review-container .review-list .review-item .review-title {
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
  color: #4d4d4d;
}
#product-review-container .review-list .review-item .review-ratings {
  max-width: 100%;
  margin: 5px 0 0 0;
}
.catalog-product-view .page-title-wrapper .product-reviews-summary .rating-summary .rating-result > span:before,
.catalog-product-view .prod-artificial .product-reviews-summary .rating-summary .rating-result > span:before,
.product-items .product-item .product-reviews-summary .rating-summary .rating-result > span:before,
#product-review-container .review-list .review-item .review-ratings .rating-summary .rating-result > span:before,
.review-add .review-fieldset .field .review-control-vote label:before,
.rating-summary .rating-result > span:before,
.mx-rat-pg-rat .rating-box .rating:before {
  color: #edd868;
}
#product-review-container .review-list .review-item .review-content-container {
  margin: 20px 0 0 0;
}
#product-review-container .review-list .review-item .review-details {
  margin: 10px 0 0 0;
}
#product-review-container .review-list .review-item .review-details .review-author {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 10px 0 0;
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #4d4d4d;
}
#product-review-container .review-list .review-item .review-details .review-date {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0;
  color: #d2d0cd;
}
.top-categories-text .show-more-text,
#product-review-container #mx-reviews-collapser-btn {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: #40546d;
  font-family: "Outfit Bold", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  border-radius: 0;
  cursor: pointer;
  border-bottom: 1px solid #636363;
}
.top-categories-text .show-more-text:hover,
#product-review-container #mx-reviews-collapser-btn:hover {
  border-bottom-color: #c98e58;
}
.top-categories-text .show-more-text span,
#product-review-container #mx-reviews-collapser-btn span {
  position: relative;
  bottom: -7px;
  background: #fff;
  padding: 0 10px;
}
.review-add .block-content {
  margin: 40px 0 0 0;
  max-width: 700px;
}
.review-add .block-title,
.review-add .review-form .actions-primary .primary {
  margin: 30px 0 0 0;
}
.review-add .review-fieldset .field {
  width: 100%;
  max-width: 100%;
}
.review-add .review-fieldset .field .review-control-vote {
  display: inline-block;
  margin: 0 0 18px 0;
  width: 204px;
  height: 34px;
}
.mx-rat-pg-prod-pict {
  display: inline-block;
  margin: 50px 0;
}
.mx-rat-pg-prod-name {
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 18px;
  margin-top: 30px;
  line-height: normal;
}
.mx-rat-pg-rat {
  margin: 20px 0;
}
.mx-rat-pg-rat .label {
  display: inline-block;
  margin-right: 12px;
}
.mx-rat-pg-rat .value {
  display: inline-block;
}
.mx-rat-pg-rat .rating-box {
  position: relative;
  display: inline-block;
}
.mx-rat-pg-rat .rating-box:before {
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.mx-rat-pg-rat .rating-box .rating {
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
}
.mx-rat-pg-rat .rating-box .rating:before {
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.mx-rat-pg-tit-strong {
  font-family: "Outfit Medium", Arial, sans-serif;
}
.mx-specifications {
  width: 100% !important;
  float: left !important;
  max-width: 600px !important;
  table-layout: fixed !important;
}
.mx-specifications td {
  padding: 4px 0 !important;
  border: 0 !important;
}
.mx-specifications td:nth-child(odd) {
  padding-right: 30px !important;
}
.mx-specifications td:nth-child(even) {
  padding-left: 30px !important;
}
.mx-specifications td div {
  width: 100%;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.mx-specifications td div strong {
  width: calc(50% - 15px);
  font-weight: normal;
  font-family: "Outfit Medium", Arial, sans-serif;
  margin-right: 30px;
  font-size: 17px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}
.mx-specifications td div em {
  width: calc(50% - 15px);
  font-style: normal;
  color: #626565;
  font-size: 17px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}
.minicart-items .product > .product-image-container {
  overflow: hidden;
}
.catalog-product-view .product.media.xl-innout .fotorama__stage__frame:before,
.product-items .product-item .product-item-photo.xl-innout:before {
  content: '';
  width: 144px;
  height: 100px;
  display: block;
  background: url(/media/icons/MS-inandout-icon.svg);
  background-size: 100% auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.product-items .product-item .product-item-photo.xl-innout:before {
  -webkit-transform-origin: top right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.product-items {
  width: 100%;
  float: left;
  font-size: 0;
}
.product-items .product-item {
  width: calc(25% - 18px) !important;
  margin: 0 24px 30px 0 !important;
  padding: 0 !important;
  display: inline-block;
  position: relative;
  border: 1px solid #e1e1e1;
}
.prod-page.product-items .product-item {
  width: calc(25% - 21px) !important;
  margin: 0 28px 50px 0 !important;
}
.prod-page.product-items .product-item:nth-child(4n),
.home-prod-tabs .product-items .product-item:nth-child(4n),
.nested-products .product-items .product-item:nth-child(4n),
.nested-products .product-items .product-item:last-child {
  margin-right: 0 !important;
}
.mx-prod-labels {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}
.block.upsell .mx-prod-labels,
.block.crosssell .mx-prod-labels {
  top: 40px;
}
.mx-prod-labels .the-label {
  color: #fff;
  background: #cc0000;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 12px;
  display: block;
  margin: 10px 0 0 0;
  padding: 5px 8px 5px 18px;
  float: left;
  clear: both;
  letter-spacing: 1px;
}
.mx-prod-labels .the-label.online-only {
  background: #39b54a;
}
.mx-prod-labels .the-label.samples {
  background: #b09475;
}
.product-items .product-item .product-item-info {
  padding: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  width: 100% !important;
  border: 0 !important;
  z-index: auto !important;
  background: transparent !important;
}
.product-items .product-item .product-item-photo,
.product-items .product-item .product-image-container,
.product-items .product-item .product-image-wrapper,
.product-items .product-item .product-image-photo,
.product-items .product-item .product-item-details,
.product-items .product-item .product-item-name,
.product-items .product-item .product-item-link,
.product-items .product-item .mx-ps-wrapp {
  width: 100% !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-items .product-item .product-item-details {
  position: relative;
  padding: 0px 14px 12px 14px !important;
  box-sizing: border-box;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
  text-align: left;
}
.product-items .product-item .product-item-photo {
  position: relative;
}
.product-items .product-item .product-image-wrapper {
  height: auto !important;
  padding-bottom: 134% !important;
  position: relative !important;
}
.product-items .product-item .product-image-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  height: 100% !important;
  width: auto !important;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-items .product-item .product-item-photo .nd2-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-items .product-item:hover .product-item-photo .nd2-img {
  opacity: 1;
}
.product-items .product-item .product-item-photo .nd2-img img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.product-items .product-item .mx-stock-delivery {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  font-size: 13px;
}
.product-items .product-item .mx-stock-delivery .stock-item,
.product-items .product-item .mx-stock-delivery .natwide-delivery {
  width: 100%;
  float: left;
  margin: 0 0 8px 0;
}
.product-items .product-item .mx-stock-delivery .stock-item span:before,
.product-items .product-item .mx-stock-delivery .stock-item.out span:before,
.product-items .product-item .mx-stock-delivery .natwide-delivery span:before {
  font-family: "Font Awesome 5", Arial, sans-serif;
  font-weight: bold;
  margin: 0 6px 0 0;
}
.product-items .product-item .mx-stock-delivery .stock-item span:before {
  content: '\f00c';
}
.product-items .product-item .mx-stock-delivery .stock-item.out span:before {
  content: '\f057';
  color: #ff0000;
}
.product-items .product-item .mx-stock-delivery .natwide-delivery span:before {
  content: '\f48b';
}
.product-items .product-item .mx-stock-delivery .view-details {
  width: 100%;
  float: left;
  margin: 8px 0 12px 0;
  text-align: center;
  border: 1px solid #40546d;
  box-sizing: border-box;
  padding: 15px 0;
  color: #4d4d4d;
  font-family: "Outfit Bold", Arial, sans-serif;
  font-size: 15px;
}
.product-items .product-item:hover .mx-stock-delivery .view-details {
  text-decoration: underline;
}
.product-items .product-item .mx-stock-delivery .klarna {
  width: 100%;
  float: left;
  text-align: center;
}
.product-items .product-item .mx-stock-delivery .klarna .kb {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-align: left;
}
.product-items .product-item .mx-stock-delivery .klarna img {
  width: auto;
  height: 20px;
}
.product-items .product-item .mx-stock-delivery .klarna .kt {
  font-size: 12px;
}
.catalog-product-view .page-title-wrapper .product-reviews-summary,
.catalog-product-view .prod-artificial .product-reviews-summary,
.product-items .product-item .product-reviews-summary {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
.catalog-product-view .prod-artificial .product-reviews-summary {
  margin: 0;
}
.catalog-product-view .page-title-wrapper .product-reviews-summary {
  margin: 4px 0 0 0;
}
.catalog-product-view .page-title-wrapper .product-reviews-summary {
  display: none;
}
.catalog-product-view .page-title-wrapper .reviews-actions,
.catalog-product-view .prod-artificial .reviews-actions,
.product-items .product-item .reviews-actions {
  font-size: 13px;
  line-height: 16px;
  margin: 3px 0 0 0;
}
.product-items .product-item .product-item-link {
  color: #4d4d4d;
  font-size: 16px;
  margin-top: 11px !important;
  line-height: 22px;
  text-decoration: none !important;
  font-family: "Outfit Regular", Arial, sans-serif;
}
.block.upsell .product-items .product-item .product-item-name,
.block.crosssell .product-items .product-item .product-item-name,
.block.upsell .product-items .product-item .mx-ps-wrapp,
.block.crosssell .product-items .product-item .mx-ps-wrapp,
.block.upsell .product-item-actions,
.block.crosssell .product-item-actions {
  width: calc(100% - 100px) !important;
  float: right !important;
  margin: 10px 0 0 0 !important;
}
.block.upsell .product-items .product-item .product-item-link,
.block.crosssell .product-items .product-item .product-item-link {
  font-size: 13px;
  line-height: 16px;
  margin: 0 !important;
}
.product-items .product-item:hover .product-item-link {
  text-decoration: underline !important;
}
.product-items .product-item .mx-ps-wrapp {
  margin-top: 14px !important;
  font-size: 13px;
  font-family: "Outfit Regular", Arial, sans-serif;
}
.product-items .product-item .mx-ps-wrapp .price,
.product-items .product-item .mx-ps-wrapp .from {
  display: inline-block;
  margin: 0 5px 0 0;
}
.block.upsell .product-items .product-item .mx-ps-wrapp .price,
.block.crosssell .product-items .product-item .mx-ps-wrapp .price {
  font-size: 16px !important;
}
.product-items .product-item .mx-ps-wrapp .the-per {
  display: inline-block;
}
.product-items .product-item .mx-ps-wrapp .price {
  color: #40546d;
  font-size: 18px;
  font-family: "Outfit Bold", Arial, sans-serif;
}
.product-items .product-item .mx-ps-wrapp .was-price {
  display: inline-block;
  margin: 0 5px 0 0;
  text-decoration: line-through;
  color: #cc0000;
}
.product-items .product-item .stock {
  display: inline-block;
}
.product-items .product-item .stock + .price-box {
  display: none;
}
.mx-teaser-label {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: top right no-repeat;
  z-index: 1;
}
.cart-summary #block-shipping {
  display: none !important;
}
.cart-summary {
  width: 29%;
  margin: 30px 0 0 0 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #ebebeb;
  padding: 0 28px 60px 28px;
}
.cart-summary._sticky {
  top: auto !important;
}
.cart-summary .cart-totals {
  border: 0;
  padding-top: 0;
  width: 100%;
  float: left;
}
.cart-summary .cart-totals .grand .mark,
.cart-summary .cart-totals .grand .amount {
  border: 0;
  font-size: 20px;
  font-family: "Outfit Bold", Arial, sans-serif;
  padding-top: 0;
  padding-bottom: 0;
}
.cart-summary .cart-totals th {
  font-family: "Outfit Regular", Arial, sans-serif;
}
.cart-summary .checkout-methods-items {
  width: 100%;
  float: left;
  margin: 26px 0 0 0;
}
.cart-summary .checkout-methods-items .item {
  margin: 0;
}
.cart-summary .checkout-methods-items .item > *:not(.primary.checkout) {
  display: none;
}
.cart-summary .checkout-methods-items .item .action:before {
  content: 'Checkout';
}
.cart-summary .checkout-methods-items .item .action span {
  display: none;
}
.cart-summary .cart-payment-methods {
  width: 100%;
  float: left;
  margin: 26px 0 0 0;
  text-align: center;
}
.cart-summary .cart-payment-methods p {
  width: 100%;
  float: left;
  font-family: "Outfit Medium", Arial, sans-serif;
  color: inherit;
  margin: 0;
}
.cart-summary .cart-payment-methods img {
  width: 250px;
  height: auto;
  margin: 10px 0 0 0;
}
.form.form-cart {
  width: 66%;
  margin: 0;
  padding: 0;
}
.cart.table-wrapper {
  border: 0 !important;
}
.page-header .minicart-items .product-item:not(:first-child),
#shopping-cart-table tbody.item {
  border: 0;
  border-top: 1px solid #e1e1e1;
}
#shopping-cart-table tbody.item:last-child {
  border-bottom: 1px solid #e1e1e1;
}
#shopping-cart-table td {
  text-align: center;
  vertical-align: middle;
  border: 0;
  display: table-cell;
  width: 1%;
  padding: 25px 0 !important;
  float: none !important;
}
#shopping-cart-table td:before {
  display: none !important;
}
#shopping-cart-table td.item {
  text-align: left;
  white-space: nowrap;
}
#shopping-cart-table td .product-item-photo {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  position: relative;
  top: auto;
  left: auto;
  max-width: 500px;
  padding-right: 20px;
}
#shopping-cart-table td .product-item-photo .product-image-container {
  display: block;
}
#shopping-cart-table td .product-item-details {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
  padding: 0;
  white-space: normal;
}
#shopping-cart-table td .product-item-details .product-item-name,
#shopping-cart-table td .product-item-details .product-item-name .c-p-title {
  margin: 0;
  font-family: "Outfit Medium", Arial, sans-serif;
  color: inherit;
  font-size: 15px;
}
.mx-cart-cost-for-per {
  display: inline-block;
  text-align: left;
}
#shopping-cart-table td .sell-as {
  font-size: 14px;
}
#shopping-cart-table td .price-including-tax {
  font-family: "Outfit Bold", Arial, sans-serif;
  font-size: 18px;
  color: inherit;
}
#shopping-cart-table td .input-text {
  border: 1px solid #e1e1e1;
  width: 50px;
  margin: 0;
  opacity: 1;
  display: inline-block;
  position: relative;
  top: -2px;
  background: transparent;
  font-size: 14px;
}
#shopping-cart-table td.subtotal {
  text-align: right;
}
#shopping-cart-table td .action-edit,
#shopping-cart-table td .action-delete span {
  display: none;
}
.page-header .minicart-items .product-item-details .actions .secondary a,
#shopping-cart-table td .action-delete {
  color: #626565;
  font-family: "Outfit Medium", Arial, sans-serif;
  border-bottom: 2px solid #d2d0cd;
  padding: 1px 0;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
#shopping-cart-table td .action-delete {
  position: relative;
  top: -3px;
  font-family: "Outfit Regular", Arial, sans-serif;
  color: #626565;
}
.page-header .minicart-items .product-item-details .actions .secondary a:hover,
#shopping-cart-table td .action-delete:hover {
  border-color: #c98e58;
}
#shopping-cart-table td .action-delete:before {
  content: 'Remove';
  color: inherit;
  font-family: inherit;
}
.mx-main-cart-weight,
.mx-summary-weight,
.mx-details-qty {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
}
.mx-summary-weight {
  margin-right: 20px;
}
.mx-main-cart-weight {
  display: block;
  margin: 6px 0 0 0;
  color: #626565;
}
#form-validate.form-cart .cart.main.actions .action.update {
  margin-top: 10px;
  float: right;
}
.cart-container .form-cart .actions.main .action.continue {
  display: inline-block;
  line-height: 41px;
  margin: 7px 0 0 0;
  float: left;
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #555555;
}
body.checkout-index-index .columns,
body.checkout-index-index .columns .column.main {
  width: 100%;
  float: left;
}
#checkout .authentication-wrapper {
  display: none;
}
.checkout-index-index .modal-popup .form-shipping-address {
  width: 100% !important;
  max-width: 100% !important;
}
#checkout .opc-progress-bar {
  width: 52%;
  float: left;
  margin: 54px 0 40px 0;
  font-size: 0;
  text-align: center;
}
.checkout-payment-method .payment-methods {
  margin: 0 !important;
}
#checkout .opc-progress-bar > li.opc-progress-bar-item {
  width: 50%;
  display: inline-block;
}
#checkout .opc-progress-bar > li.opc-progress-bar-item:before {
  border: 0;
  top: 5px;
  height: 2px;
}
#checkout .opc-progress-bar > li.opc-progress-bar-item span {
  padding-top: 20px;
  font-size: 16px;
}
#checkout .opc-progress-bar > li.opc-progress-bar-item span:before {
  border: 0;
  height: 12px;
  margin-left: -6px;
  width: 12px;
}
#checkout .opc-progress-bar > li.opc-progress-bar-item._active:before,
#checkout .opc-progress-bar > li.opc-progress-bar-item._active span:before {
  background: #c98e58;
}
#checkout .opc-progress-bar > li.opc-progress-bar-item span:after {
  display: none;
}
#checkout .opc-wrapper {
  width: 52%;
  padding: 0;
  float: left;
}
#checkout .opc-wrapper .opc {
  width: 100%;
  float: left;
}
#checkout .opc-wrapper .form-login,
#checkout .opc-wrapper .form-shipping-address {
  max-width: 10000px;
}
#checkout .opc-wrapper .form-shipping-address {
  margin: 10px 0 0 0;
  padding-left: 0;
  padding-right: 0;
}
/*#checkout .opc-wrapper .form-shipping-address:before{
	content: 'Delivery Address';
	font-family: @mx_outfit_medium;
	font-size: 22px;
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 26px 0;
	color: @mx_dark_gray;
}*/
#block-discount .title,
.discount-code .payment-option-title,
#checkout .opc-wrapper .step-title,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset#payment_form_sagepaysuitepi:before,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .step-title:before,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .form-shipping-address:before {
  margin: 0 0 20px 0;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .step-title {
  font-size: 0 !important;
  width: 100%;
  float: left;
  border: 0;
  padding: 0;
  margin: 0;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .step-title:before {
  content: 'Customer Information';
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-address .form-shipping-address:before {
  content: 'Delivery Address';
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset#payment_form_sagepaysuitepi:before,
.discount-code .payment-option-title,
#checkout .opc-wrapper #checkoutSteps .step-title {
  font-size: 20px;
}
#checkout .opc-wrapper #checkoutSteps .checkout-shipping-method .step-title {
  margin: 0 0 20px 0;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset#payment_form_sagepaysuitepi:before {
  content: 'Payment Details';
  width: 100%;
  display: block;
  float: left;
  letter-spacing: 0px;
}
#checkout .opc-summary-wrapper {
  width: 44%;
  display: inline-block;
  margin: 0 0 0 4%;
  background: #f7f7f7;
  color: #626565;
  position: relative;
  float: none;
}
#checkout .opc-summary-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60000px;
  height: 60000px;
  background: #f7f7f7;
  z-index: 0;
}
#checkout .opc-summary-wrapper .modal-inner-wrap {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
#checkout .opc-summary-wrapper .opc-block-summary,
#checkout .opc-summary-wrapper #opc-sidebar,
#checkout .opc-summary-wrapper .modal-content {
  width: 100%;
  float: left;
}
#checkout .opc-block-summary {
  width: 100%;
  float: left;
  margin-bottom: 0;
  color: #626565;
  padding-top: 26px;
  padding-bottom: 40px;
  /*	padding: 10px 20px 40px 20px !important; mx_swupme */
  margin: 0 !important;
  background: #ebebeb;
}
#checkout .opc-summary-wrapper .opc-block-shipping-information {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
#checkout .opc-block-summary .title,
.cart-summary .summary.title {
  margin: 17px 0 10px 0;
}
#checkout .opc-block-summary .discount .title {
  font-size: 16px;
}
#checkout .opc-block-summary .table-totals {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
}
#checkout .opc-block-summary .table-totals th {
  font-size: 16px;
  font-family: "Outfit Medium", Arial, sans-serif;
  padding: 5px 0;
  border: 0 !important;
}
#checkout .opc-block-summary .table-totals td {
  font-size: 16px;
  font-family: inherit;
  padding: 5px 0;
  border: 0 !important;
}
#checkout .opc-block-summary .table-totals tr span {
  color: #626565;
}
#checkout .opc-block-summary .table-totals .mark .value {
  font-size: 14px;
  font-family: inherit;
}
#checkout .opc-block-summary .table-totals .grand.totals th,
#checkout .opc-block-summary .table-totals .grand.totals td {
  font-size: 20px;
  font-family: "Outfit Bold", Arial, sans-serif;
  border: 0 !important;
}
#checkout .opc-summary-wrapper .shipping-information {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#checkout .opc-summary-wrapper .shipping-information .shipping-information-title {
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 23px;
  border: 0;
  margin: 0 0 10px 0;
  color: #626565;
}
#checkout .opc-summary-wrapper .shipping-information .shipping-information-content {
  font-size: 17px;
}
#checkout .opc-summary-wrapper .shipping-information .shipping-information-content a {
  text-decoration: underline;
  color: #626565 !important;
}
#checkout .opc-summary-wrapper .shipping-information .action-edit:before {
  color: #c98e58;
}
#checkout .opc-block-summary .items-in-cart {
  width: 100%;
  float: left;
  margin: 20px 0 0 0 !important;
}
#checkout .opc-block-summary .items-in-cart > .title {
  display: block !important;
  font-size: 24px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
  width: 100% !important;
  float: left !important;
}
#checkout .opc-block-summary .items-in-cart > .title:after {
  display: none !important;
}
#checkout .opc-block-summary .items-in-cart > .title strong {
  font-size: inherit;
  line-height: normal;
}
#checkout .opc-block-summary .items-in-cart > .minicart-items {
  display: block !important;
}
#checkout .opc-block-summary .minicart-items-wrapper {
  max-height: 6000px;
}
#checkout .opc-block-summary .minicart-items-wrapper .product-item,
.opc-block-summary .table-totals,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  border-color: #e1e1e1 !important;
}
#checkout .opc-block-summary .minicart-items-wrapper .product-item .product-item-inner {
  margin: 0;
}
#checkout .opc-block-summary .product-item .subtotal {
  float: right;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 10px 0 0 0 !important;
  font-family: "Outfit Bold", Arial, sans-serif;
}
#onepage-checkout-shipping-method-additional-load {
  width: 100%;
  float: left;
  max-width: 100%;
}
#onepage-checkout-shipping-method-additional-load .amdelivery-main-container {
  margin: 20px 0 0 0 !important;
}
#onepage-checkout-shipping-method-additional-load .amdelivery-main-container .field.date .label {
  font-size: 20px !important;
  margin-bottom: 15px !important;
}
/*body.mx-collection-is-checked #onepage-checkout-shipping-method-additional-load .amdelivery-main-container .field.date .label{
	font-size: 0 !important;
}*/
#onepage-checkout-shipping-method-additional-load .amdelivery-main-container .field.date .label span:before {
  content: 'Select';
  display: inline-block;
  margin-right: 7px;
}
/*body.mx-collection-is-checked #onepage-checkout-shipping-method-additional-load .amdelivery-main-container .field.date .label span:before{
	font-size: 20px;
	content: 'Select Collection Date';
	margin-right: 0;
}*/
#onepage-checkout-shipping-method-additional-load .amdelivery-main-container .field.date .control {
  position: relative !important;
}
#onepage-checkout-shipping-method-additional-load .amdelivery-main-container .field.date .control .input-text {
  margin: 0 !important;
  padding-right: 40px !important;
}
#onepage-checkout-shipping-method-additional-load .amdelivery-main-container .field.date .control button.v-middle {
  position: absolute !important;
  top: 12px !important;
  right: 10px !important;
  margin: 0 !important;
}
#onepage-checkout-shipping-method-additional-load .amdelivery-main-container .field.date .control .field-note {
  font-size: 14px !important;
  width: 100% !important;
  margin-top: 5px !important;
}
#onepage-checkout-shipping-method-additional-load .amdelivery-main-container > .field:last-child {
  margin: 0 !important;
}
/*body.mx-collection-is-checked #onepage-checkout-shipping-method-additional-load .amdelivery-main-container [name="amdeliverydate.amdeliverydate_comment"] label span{
	font-size: 0;
}
body.mx-collection-is-checked #onepage-checkout-shipping-method-additional-load .amdelivery-main-container [name="amdeliverydate.amdeliverydate_comment"] label span:before{
	content: 'Collection Comments';
	font-size: 15px;
}*/
.mx-delivery-checkbox {
  width: 100%;
  float: left;
  text-align: left;
  margin: 22px 0 20px 0;
}
/*body.mx-collection-is-checked .mx-delivery-checkbox{
	display: none !important;
}*/
.mx-delivery-checkbox input#mx-delivery-checkbox {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  vertical-align: top;
}
.mx-delivery-checkbox > span {
  display: inline-block !important;
  width: calc(100% - 30px);
}
.mx-delivery-checkbox > span > span {
  display: inline-block;
  color: #ff0000;
}
#ui-datepicker-div.ui-datepicker {
  background: #f7f7f7 !important;
  padding: 7px !important;
  border: 0 !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  top: 6px !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th {
  background: #c98e58 !important;
  border: 0 !important;
  padding: 6px 10px 4px 10px !important;
  color: #fff !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: rgba(76, 175, 80, 0.22) !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #4CAF50 !important;
  color: #fff !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #fff !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
  color: #e1e1e1 !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-current,
#ui-datepicker-div.ui-datepicker .ui-datepicker-close {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #c98e58 !important;
  color: #fff !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-close {
  background: #40546d !important;
}
#checkout-shipping-method-load {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.table-checkout-shipping-method {
  max-width: 100% !important;
  width: 100%;
  float: left;
  min-width: 1px;
}
.table-checkout-shipping-method thead {
  display: none !important;
}
.table-checkout-shipping-method tbody {
  display: block;
  width: 100%;
  float: left;
}
.table-checkout-shipping-method tbody tr {
  display: flex;
  width: 100%;
  float: left;
  position: relative;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid #40546d;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 33px;
  box-sizing: border-box;
  cursor: pointer;
}
.table-checkout-shipping-method tbody tr td {
  padding: 0;
  border: 0;
}
.table-checkout-shipping-method tbody tr td.col-method:not([data-bind]) {
  position: absolute;
  left: 11px;
}
.table-checkout-shipping-method tbody tr td.col-price {
  order: 2;
  flex: 0 0 calc(40% - 4px);
  text-align: right;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 18px;
}
.table-checkout-shipping-method tbody tr td.col-method[data-bind] {
  order: 3;
  flex: 1;
}
.table-checkout-shipping-method tbody tr td.col-carrier {
  order: 1;
  flex: 0 0 calc(60% - 4px);
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 18px;
}
.table-checkout-shipping-method tbody tr:not([data-bind]) {
  display: none !important;
}
#co-payment-form .checkout-billing-address .actions-toolbar,
#co-payment-form .checkout-billing-address .actions-toolbar > .primary {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#co-payment-form .checkout-billing-address .actions-toolbar {
  margin-top: 20px;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 25px 0 0 0 !important;
}
#co-payment-form .checkout-billing-address .actions-toolbar .action-cancel {
  float: right;
  margin: 0;
  color: #4d4d4d;
  width: 100%;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
  background: transparent;
}
.opc-wrapper .methods-shipping {
  width: 100%;
  float: left;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
.opc-progress-bar-item._complete > span {
  color: inherit;
}
#co-payment-form .fieldset .legend,
#co-payment-form .fieldset > br {
  display: none;
}
#co-payment-form .fieldset .payment-group .payment-method {
  width: 100%;
  float: left;
  border: 0;
  margin-bottom: 20px;
}
#co-payment-form .fieldset .payment-group .payment-method #sagepaysuitepi-payment-errors {
  margin: 0 0 20px 0 !important;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title {
  background: #ebebeb;
  padding: 15px;
  border: 0;
  color: #000;
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  gap: 0 10px;
  align-items: center;
}
#co-payment-form .fieldset .payment-group .payment-method._active > .payment-method-title {
  background: #c8e6c9;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title label,
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title div,
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title span,
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title input {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: normal;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title input {
  margin: 2px 0 0 0;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title .klarna-payments-method-cell:not(:first-child) {
  padding: 0;
  line-height: 24px;
  height: 24px;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title .klarna-payments-method-cell:first-child {
  float: right;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title .klarna-payments-method-cell:first-child img {
  margin: 0;
  width: auto;
  height: 24px;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title .brippo-payment-list-label {
  width: 100%;
  min-height: 26px;
  height: 26px;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title .brippo-payment-list-label > img {
  float: right;
  width: auto;
  height: 26px;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title .brippo-payment-list-label > span {
  height: 26px;
  line-height: 26px;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title label {
  margin: 0;
  width: 100%;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#co-payment-form .fieldset .payment-group .payment-method > .payment-method-title label .opayo-payment-method-logo {
  width: 130px;
  height: 21px;
  max-width: 2000px;
  background: url(/media/images/payments-accepted-opayo.png) center center no-repeat;
  background-size: 100% auto;
  float: right;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: 3px solid #c8e6c9;
  border-top: 0;
  padding: 20px 20px !important;
  margin: 0;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content #sp-container {
  width: 100%;
  float: left;
  height: auto !important;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content #sp-container iframe {
  background: #f7f7f7;
  padding: 10px;
  max-width: 100%;
  width: 100%;
  min-height: 182px;
  box-sizing: border-box;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset > .field-select-billing {
  padding: 0;
  margin: 12px 0 6px 0;
  width: 100%;
  max-width: 100%;
  float: left;
  box-sizing: border-box;
  line-height: normal;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset > .field-select-billing > .label {
  width: 100%;
  float: left;
  font-size: 20px;
  height: auto;
  position: relative;
  margin: 0;
  display: block;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset > .field-select-billing > .control {
  width: 100%;
  float: left;
  margin: 20px 0;
  display: none;
}
.checkout-agreements-block,
.checkout-agreements,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .billing-address-form {
  width: 100%;
  float: left;
  max-width: 100%;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .checkout-billing-address > .fieldset {
  padding: 5px 20px 25px 20px;
  box-sizing: border-box;
  background: #ebebeb;
  margin: 15px 0 30px 0;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-billing-address {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset#payment_form_sagepaysuitepi {
  margin: 0;
}
.mx-billing-warning {
  width: 100%;
  float: left;
  font-size: 14px;
  margin: 12px 0 0 0;
  letter-spacing: normal;
}
.mx-billing-warning:before {
  content: '\f071';
  font-family: "Font Awesome 5", Arial, sans-serif;
  font-weight: bold;
  margin: 0 8px 0 0;
  display: inline-block;
  color: #ff8f00;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  width: 100%;
  float: left;
  max-width: 100%;
  margin: 0;
}
#co-payment-form .fieldset .payment-group .billing-address-same-as-shipping-block {
  width: 100%;
  font-size: 18px;
  font-family: "Outfit Medium", Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  background: #ebebeb;
  padding: 10px 20px;
  margin: 0;
  box-sizing: border-box;
}
#co-payment-form .fieldset .payment-group .billing-address-same-as-shipping-block input {
  top: 4px;
}
#co-payment-form .fieldset .payment-group .billing-address-same-as-shipping-block label {
  cursor: inherit;
}
#co-payment-form .fieldset .payment-group .billing-address-details {
  font-family: "Outfit Medium", Arial, sans-serif;
  border-left: 1px solid #ccc;
}
#co-payment-form .fieldset .payment-group .billing-address-details:not(:empty) {
  margin-top: 20px;
}
#co-payment-form .fieldset .payment-group .billing-address-details .action-edit-address {
  font-family: inherit;
  color: #000;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: none;
  outline: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  padding: 0;
  text-decoration: underline;
}
#co-payment-form #brippo-payments-express-button,
#co-payment-form .actions-toolbar,
#co-payment-form .actions-toolbar div.primary {
  width: 100%;
  float: left;
}
#co-payment-form #brippo-payments-express-button {
  margin-top: 0 !important;
}
#co-payment-form .actions-toolbar div.primary {
  margin-top: 20px !important;
  padding: 0 !important;
}
#co-payment-form .checkout-billing-address .actions-toolbar div.primary {
  margin: 0 !important;
}
#co-payment-form .discount-code {
  display: none !important;
}
/* #shipping.checkout-shipping-address{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 150px;
} */
#block-discount {
  width: 66%;
  float: left;
  margin-top: 30px;
  margin-bottom: 5px;
}
#block-discount .fieldset.coupon .field .label,
#block-discount .fieldset.coupon .actions-toolbar div.primary .primary span,
#block-discount div.mage-error,
#block-discount .title,
.discount-code div.mage-error,
.discount-code .messages,
.discount-code .payment-option-content .actions-toolbar .primary .action-cancel span,
.discount-code .payment-option-content .actions-toolbar .primary .action-apply span,
.discount-code .payment-option-content .payment-option-inner .field label {
  display: none !important;
}
#block-discount .content,
#block-discount #discount-coupon-form,
#block-discount .fieldset.coupon,
#block-discount .fieldset.coupon .field .control,
#block-discount .fieldset.coupon .actions-toolbar div.primary,
.discount-code .payment-option-title,
.discount-code,
.discount-code .form-discount,
.discount-code .payment-option-content,
.discount-code .payment-option-content .payment-option-inner .field,
.discount-code .payment-option-content .payment-option-inner .field .control,
.discount-code .payment-option-content .actions-toolbar .primary {
  display: block !important;
  width: 100% !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.discount-code .payment-option-title {
  margin-bottom: 15px !important;
}
.discount-code .payment-option-title .action-toggle {
  color: #626565 !important;
}
.discount-code .payment-option-title .action-toggle:after {
  display: none !important;
}
.opc-block-summary .discount-code {
  margin-top: 30px !important;
}
.discount-code .payment-option-content .messages {
  width: 100% !important;
  float: left !important;
}
#block-discount .fieldset.coupon .field,
.discount-code .payment-option-content .payment-option-inner {
  display: block !important;
  width: calc(100% - 130px) !important;
  float: left !important;
  margin: 0 !important;
}
#block-discount .fieldset.coupon .actions-toolbar,
.discount-code .payment-option-content .actions-toolbar {
  display: block;
  width: 130px !important;
  float: left !important;
}
#block-discount .fieldset.coupon .actions-toolbar div.primary .primary,
.discount-code .payment-option-content .actions-toolbar .primary .action-cancel,
.discount-code .payment-option-content .actions-toolbar .primary .action-apply {
  background: #d2d0cd !important;
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: "Outfit Medium", Arial, sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.discount-code .payment-option-content .actions-toolbar .primary .action-cancel {
  -webkit-transition: color 0.3s, background 0.3s !important;
  -moz-transition: color 0.3s, background 0.3s !important;
  -ms-transition: color 0.3s, background 0.3s !important;
  -o-transition: color 0.3s, background 0.3s !important;
  transition: color 0.3s, background 0.3s !important;
}
.discount-code .payment-option-content .actions-toolbar .primary .action-cancel:hover,
#block-discount .fieldset.coupon .actions-toolbar div.primary .primary:not(.cancel),
.discount-code .payment-option-content .actions-toolbar .primary .action-apply {
  background: #40546d !important;
}
#block-discount .fieldset.coupon .actions-toolbar div.primary .primary.cancel:before,
.discount-code .payment-option-content .actions-toolbar .primary .action-cancel:before {
  content: 'Cancel' !important;
}
#block-discount .fieldset.coupon .actions-toolbar div.primary .primary.apply:before,
.discount-code .payment-option-content .actions-toolbar .primary .action-apply:before {
  content: 'Apply' !important;
}
.cart-empty {
  width: 100%;
  float: left;
  font-size: 20px;
  margin-top: 30px;
  box-sizing: border-box;
}
.checkout-success {
  width: 48%;
  float: left;
  margin-top: 50px;
  font-size: 17px;
}
.checkout-success p span {
  font-family: "Outfit Medium", Arial, sans-serif;
}
.checkout-onepage-success #registration {
  width: 48%;
  float: right;
  margin-top: 50px;
  font-size: 17px;
}
.checkout-onepage-success #registration br,
.checkout-onepage-success #registration .messages {
  display: none;
}
.checkout-success .actions-toolbar .action,
.checkout-onepage-success #registration .action {
  float: left;
  margin-top: 20px;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 16px;
  line-height: 46px;
  padding: 2px 30px 0 30px;
  text-transform: uppercase;
}
.checkout-success .actions-toolbar .action {
  width: auto;
}
.account .block-dashboard-info,
.account .block-title,
.account .column.main .block,
.account .column.main .block-content,
.account .table-wrapper,
.account .form-address-edit,
.account .form-edit-account,
.account .form-newsletter-manage,
.account .order-details-items.ordered {
  width: 100%;
  float: left;
}
.account .block-title {
  font-size: 30px;
  margin: 30px 0 0 0;
}
.account .block-title strong,
.account .block-title span,
.account .block-content .box-title strong,
.account .block-content .box-title span {
  font-size: inherit !important;
}
.account .block-title a,
.account .fieldset .legend,
.account .fieldset br,
.account .form-address-edit .street .nested,
.account .page-title-wrapper > *:not(h1),
.account .items.order-links,
.account .sidebar.sidebar-main .nav.items > li:nth-child(3),
.account .sidebar.sidebar-main .nav.items > li:nth-child(4),
.account .sidebar.sidebar-main .nav.items > li:nth-child(8),
.account .sidebar.sidebar-main .nav.items > li:nth-child(11) {
  display: none;
}
.account .sidebar.sidebar-main .nav.items > li:nth-last-child(1) a {
  background: #f44336;
  color: #fff !important;
  font-size: 15px;
}
.account .table-wrapper {
  margin: 0 !important;
}
.account .table-wrapper th {
  font-family: "Outfit Medium", Arial, sans-serif;
}
.account .block-content .box-title {
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 20px;
}
.account .sidebar.sidebar-main {
  margin-top: 60px;
}
.account .sidebar.sidebar-main .block-collapsible-nav-content {
  padding-bottom: 0;
}
.account .sidebar.sidebar-main .nav.items a,
.account .sidebar.sidebar-main .nav.items strong {
  font-size: 20px;
}
.block-collapsible-nav .item.current a,
.account .sidebar.sidebar-main .nav.items strong {
  border-color: #40546d !important;
  color: #40546d;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.account .table-wrapper.orders-history,
.account .form-address-edit,
.account .form-edit-account,
.account .form-newsletter-manage,
.account .order-details-items.ordered {
  margin-top: 30px !important;
}
.account .form-edit-account button.primary,
.account .form-newsletter-manage button.primary,
.account .form-address-edit button.primary {
  font-size: 20px !important;
  padding: 15px 50px !important;
  font-family: "Outfit Regular", Arial, sans-serif !important;
}
.opc-wrapper .edit-address-link {
  margin: 0;
  clear: both;
  display: block;
  color: #000 !important;
  text-decoration: underline;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.modal-header .modal-title {
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 18px;
  text-align: left;
}
.checkout-index-index .modal-footer .action-hide-popup {
  display: none !important;
}
.checkout-index-index .modal-footer .action-save-address {
  margin: 0 !important;
  padding: 15px 0 !important;
  line-height: normal !important;
  width: 150px !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  font-family: "Outfit Regular", Arial, sans-serif !important;
  font-weight: normal !important;
}
.modal-footer {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.modal-footer .primary.action {
  font-family: "Outfit Medium", Arial, sans-serif !important;
  text-transform: uppercase !important;
  line-height: normal !important;
  font-size: 18px !important;
  padding: 15px 20px 14px 20px !important;
  width: 100% !important;
}
.modal-footer .secondary.action {
  font-family: "Outfit Medium", Arial, sans-serif;
  line-height: 33px;
  padding: 2px 20px 0 20px;
  margin: 0;
  color: #39b54a;
}
.modal-footer .secondary.action span {
  color: #39b54a;
}
#checkout-step-shipping .form.form-login {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-bottom: 0;
}
#checkout-step-shipping .form.form-login .control .note {
  display: none !important;
}
#checkout-step-shipping #customer-email-fieldset {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #40546d !important;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #40546d !important;
}
#checkout-step-shipping .action-show-popup {
  padding: 11px 20px;
  line-height: normal;
  background: #40546d;
  color: #fff;
  border: 0;
}
#checkout-step-shipping .action-show-popup span {
  font-size: 0;
}
#checkout-step-shipping .action-show-popup span:before,
#checkout-step-shipping .action-show-popup span:after {
  font-size: 14px;
}
#checkout-step-shipping .action-show-popup span:after {
  content: 'New Shipping Address';
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-shipping-method,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .amcheckout-content,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .amcheckout-wrapper,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block #checkout-step-shipping_method,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .table-checkout-shipping-method,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .opc-block-summary .table-totals,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-payment-method .fieldset .opc-payment,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-payment-method .fieldset .payment-methods,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-payment-method .fieldset .payment-group,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-payment-method .fieldset .amcheckout-title {
  width: 100%;
  float: left;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .opc-block-summary .items-in-cart > .title,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .opc-block-summary .amcheckout-wrapper > .discount-code,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .amcheckout-additional-options,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-agreement.field .label:after {
  display: none !important;
}
#checkout.checkout-container {
  background: transparent;
  padding: 0;
}
#checkout.checkout-container .checkout-header {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
#checkout.checkout-container .checkout-header .title {
  font-size: 40px !important;
  color: #4d4d4d;
}
#checkout.checkout-container .messages {
  width: 100%;
}
#checkout.checkout-container .opc-wrapper {
  width: 100%;
  gap: 70px;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc {
  width: auto;
  float: none;
  flex: 0 0 55%;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc + .checkout-column.opc {
  flex: 1;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block {
  width: 100%;
  float: left;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 30px 0 0 0;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block.-summary {
  display: flex;
  flex-wrap: wrap;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .fieldset.address {
  margin: 0;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .form.form-shipping-address,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .fieldset.address > .field {
  padding: 0;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .amcheckout-wrapper > .payment-method:last-child,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .fieldset.address > .field:last-child {
  margin-bottom: 0 !important;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-payment-method .fieldset {
  margin: 20px 0 0 0;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .opc-block-summary {
  margin: 0 !important;
  width: 100% !important;
  float: left !important;
  padding: 18px 20px 5px 20px !important;
  flex: 0 0 100%;
  order: 1;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .opc-block-summary .items-in-cart {
  margin: 0 0 3px 0 !important;
  border-bottom: 1px solid #ccc;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .opc-block-summary .minicart-items-wrapper {
  padding: 0 !important;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .opc-block-summary .minicart-items .product-item-details {
  padding-left: 88px !important;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .opc-block-summary .minicart-items .product-image-container {
  margin-left: 0 !important;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .discount-code {
  margin-top: 30px !important;
  padding: 15px 20px 18px 20px !important;
  box-sizing: border-box;
  background: #ebebeb;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .additional-options + .checkout-payment-method {
  flex: 0 0 100%;
  order: 2;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-agreement.field,
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-agreements.fieldset {
  margin: 0;
}
#checkout.checkout-container .opc-wrapper .checkout-column.opc .checkout-block .checkout-agreement.field .label .action:after {
  content: '*';
  display: inline-block;
  color: #ff0000;
}
/* #mx-snow-over{
	position: fixed !important;
	width: 100%;
	height: 185px;
	top: 0;
	left: 0;
	z-index: 9999999;
	-webkit-pointer-events: none;
    pointer-events: none;
}
.checkout-index-index #mx-snow-over{
	display: none !important;
}
.falling-snow{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-pointer-events: none;
    pointer-events: none;
} */
.home-prod-tabs {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
}
.home-prod-tabs-inner {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.home-prod-tabs .switcher {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-bottom: 1px solid #ebebeb;
}
.home-prod-tabs .tab-switcher {
  appearance: none;
  -webkit-appearance: none;
  background: 0;
  flex: auto;
  font-family: "Outfit Medium", Arial, sans-serif;
  padding: 8px 0;
  text-align: center;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
  bottom: -1px;
}
.home-prod-tabs .tab-switcher:nth-child(2) {
  min-width: 194px;
}
.home-prod-tabs .tab-switcher.active {
  border: 1px solid #ebebeb;
  border-bottom-color: #fff;
  background: #fff;
}
.home-prod-tabs .tab {
  width: 100%;
  float: left;
  display: none;
  margin: 20px 0 0 0;
}
.home-prod-tabs .tab.active {
  display: block;
}
.home-prod-tabs .tab .text {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.home-prod-tabs .tab .text > a strong {
  font-family: "Outfit Medium", Arial, sans-serif !important;
}
.home-prod-tabs .tab .prods {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
body.cms-page-view .cnt-page-cover:not(.no-shadow):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body.cms-page-view .cnt-page-cover .page-main {
  position: relative;
  z-index: 1;
  top: 50%;
  white-space: normal;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.cms-page-view .cnt-page-cover .page-main h2 {
  width: 100%;
  color: #fff;
  font-size: 82px !important;
  line-height: normal !important;
  margin: 0;
  box-sizing: border-box;
  z-index: 3;
  font-family: "Outfit Medium", Arial, sans-serif;
}
body.cms-page-view .cnt-page-cover .page-main h2 {
  font-size: 55px !important;
  float: none !important;
}
body.cms-page-view .cnt-page-cover .page-main h2 .line {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  clear: both;
}
body.cms-page-view .cnt-page-cover a {
  background: #c98e58;
  color: #fff;
  font-family: "Outfit Regular", Arial, sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 12px 20px 10px 20px;
  z-index: 3;
  border-radius: 6px;
  display: inline-block;
  margin: 20px 0 0 0;
  font-size: 22px;
  text-transform: none;
  box-sizing: border-box;
}
body.cms-page-view .cnt-page-cover a.invisible {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  background: transparent;
}
body.cms-page-view .cnt-page-cover a:after {
  content: '\f061';
  font-family: "Font Awesome 5", Arial, sans-serif;
  font-weight: bold !important;
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body.cms-page-view .cnt-page-cover a:hover:after {
  margin-left: 15px;
}
.home-sale {
  position: relative;
  width: 100%;
  float: left;
  height: 500px;
}
.home-sale:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.09);
  z-index: 2;
}
.home-sale picture img {
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  object-fit: cover;
  z-index: 1;
}
.home-sale .texts {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.home-sale .texts .sticker {
  background: #cc0000;
  line-height: 36px;
  display: inline-block;
  padding: 0 16px;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.home-sale .texts .tit {
  font-size: 74px;
  line-height: 88px;
  margin: 0 0 16px 0;
  padding: 0;
  letter-spacing: 5px;
  font-weight: normal;
}
.home-top-offers {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.home-top-offers .brick {
  flex: 1;
  text-align: center;
  color: #4d4d4d;
}
.home-top-offers .brick picture {
  width: 100%;
  display: block;
  float: left;
}
.home-top-offers .brick picture img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
.home-top-offers .brick .capt {
  width: 100%;
  display: block;
  float: left;
  font-size: 18px;
  margin: 12px 0 0 0;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.home-top-offers .brick:hover .capt {
  text-decoration: underline;
}
.homepage-post-section,
.homepage-post-section .inner {
  width: 100%;
  float: left;
  margin-top: 70px;
  background: #ebebeb;
  color: #4d4d4d;
  position: relative;
}
.homepage-post-section .inner {
  margin: 0;
}
.homepage-post-section .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  object-fit: cover;
}
.homepage-post-section.ocean-deck .inner img {
  object-position: top left;
}
.homepage-post-section.reversed img {
  left: auto;
  right: 0;
}
.homepage-post-section.reversed.ocean-deck .inner img {
  object-position: top right;
}
.homepage-post-section .inner .text {
  width: 45%;
  float: right;
  padding: 42px 50px;
  box-sizing: border-box;
}
.homepage-post-section.reversed .inner .text {
  float: left;
}
/*.homepage-post-section.full .inner .text{
	width: 100%;
	text-align: center;
}*/
.homepage-post-section .inner .text p {
  width: 100%;
  float: left;
  margin: 30px 0 30px 0;
}
.homepage-post-section .inner .text p strong {
  font-family: "Outfit Medium", Arial, sans-serif;
}
.steps-with-icons {
  width: 100%;
  float: left;
  margin-top: 70px;
  text-align: center;
}
.steps-with-icons .inner {
  width: 100%;
  display: flex;
  gap: 50px;
}
.steps-with-icons .brick {
  flex: 1;
  margin: 0;
  padding: 30px;
  border: 1px solid #40546d;
  box-sizing: border-box;
}
.steps-with-icons .brick figure {
  width: 90px;
  height: 90px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.steps-with-icons .brick figure:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: center center no-repeat transparent;
  background-size: contain;
}
.steps-with-icons .brick:nth-child(1) figure:before {
  background-image: url(/media/icons/step-icons/bowl.svg);
}
.steps-with-icons .brick:nth-child(2) figure:before {
  background-image: url(/media/icons/step-icons/box.svg);
}
.steps-with-icons .brick:nth-child(3) figure:before {
  background-image: url(/media/icons/step-icons/truck.svg);
}
.steps-with-icons .brick h2 {
  width: 100%;
  float: left;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 22px;
  margin: 20px 0 0 0;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.steps-with-icons .brick p {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}
.home-products .title {
  text-align: center;
}
.home-products {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
}
.home-products .in {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}
.home-products .in .brick {
  width: calc(25% - 23px);
  margin: 30px 30px 0 0;
  position: relative;
  float: left;
  color: #fff;
}
.home-products .in .brick:nth-child(4n) {
  margin-right: 0;
}
.home-products .in .brick:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}
.home-products .in .brick picture,
.home-products .in .brick picture img {
  width: 100%;
  float: left;
  height: auto;
}
.home-products .in .brick .capt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 65px;
  padding: 0 25px;
  z-index: 1;
  font-size: 24px;
  line-height: 31px;
  box-sizing: border-box;
  margin: 0;
}
.home-products .in .brick .button {
  width: 72px;
  position: absolute;
  left: 25px;
  bottom: 30px;
  padding: 0 0 6px 0;
  border-bottom: 2px solid #e1e1e1;
  z-index: 1;
  box-sizing: border-box;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.home-products .in .brick:hover .button {
  width: calc(100% - 50px);
}
.prod-page-nesteds {
  width: 100%;
  float: left;
}
.nested-products {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 70px;
  text-align: left;
}
.nested-products .product-items,
.nested-products .block-products-list,
.nested-products .block-content,
.nested-products .products-grid {
  width: 100%;
  float: left;
  margin: 0;
}
.nested-products .product-items {
  margin: 40px 0 0 0 !important;
  text-align: left;
}
.nested-products .product-items,
.home-prod-tabs .product-items {
  display: flex;
  flex-wrap: wrap;
}
.nested-products .block-products-list .block-title h2 {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: normal;
}
.home-blog-posts .view-all {
  margin-top: 10px;
}
.fieldset > .field {
  display: block;
  margin-bottom: 22px;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.date,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.cvv,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.date .field.month,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.date .field.year,
#checkout .fieldset > .field[name="shippingAddress.firstname"],
#checkout .fieldset > .field[name="shippingAddress.lastname"],
#checkout .fieldset > .field[name="shippingAddress.city"],
#checkout .fieldset > .field[name="shippingAddress.postcode"] {
  width: calc(50% - 10px) !important;
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.cvv .control {
  width: 100%;
  padding: 0;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.date {
  margin-bottom: 0;
}
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .billing-address-form .field[name="billingAddressfree.firstname"],
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .billing-address-form .field[name="billingAddressfree.city"],
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .billing-address-form .field[name="billingAddresssagepaysuitepi.firstname"],
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .billing-address-form .field[name="billingAddresssagepaysuitepi.city"],
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.date,
#co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.date .field.month,
#checkout .fieldset > .field[name="shippingAddress.firstname"],
#checkout .fieldset > .field[name="shippingAddress.city"] {
  margin-right: 20px;
}
[for="idpc_postcode_lookup"] > span,
.fieldset > .field > .label,
.review-add .review-fieldset .field .label {
  display: block;
  margin-bottom: 7px;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 15px;
}
[for="idpc_postcode_lookup"] > span {
  color: #40546d;
}
.field .control .field-tooltip {
  right: 5px;
}
.fieldset > .field .control {
  display: block;
}
#block-discount .fieldset.coupon .field .control .input-text,
.idpc_lookup > input,
.fieldset > .field .control input:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.fieldset > .field .control select,
.fieldset > .field .control textarea,
.discount-code .payment-option-content .form-discount .payment-option-inner .input-text {
  height: 48px;
  width: 100% !important;
  border: 1px solid #e1e1e1;
  position: relative;
  padding: 0 15px !important;
  font-size: 15px;
  background: #fff;
  font-family: inherit;
}
.fieldset > .field .control textarea {
  height: 233px;
}
.checkout-index-index .fieldset > .field .control textarea {
  height: 115px;
}
#block-discount .fieldset.coupon .field .control .input-text:not([disabled]),
.discount-code .payment-option-content .form-discount .payment-option-inner .input-text:not([disabled]) {
  border-color: #40546d;
}
.fieldset > .field .control input:not([type="file"]):disabled {
  opacity: 1;
  background: #f7f7f7;
}
#block-discount .fieldset.coupon .field .control .input-text {
  margin: 0 !important;
}
#block-discount .fieldset.coupon .field .control .input-text[disabled],
.discount-code .payment-option-content .form-discount .payment-option-inner .input-text[disabled] {
  background: rgba(140, 199, 104, 0.3);
  color: #333;
  font-family: "Outfit Medium", Arial, sans-serif;
  opacity: 1 !important;
}
.idpc_lookup > input {
  width: calc(100% - 140px) !important;
  vertical-align: middle;
  border: 1px solid #40546d;
}
.fieldset > .field .control input[type="file"] {
  width: 100%;
}
.idpc_lookup > button {
  font-family: "Outfit Medium", Arial, sans-serif;
  display: inline-block;
  position: relative;
  width: 140px;
  height: 48px;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  background: #40546d;
}
.idpc_lookup .idpc-select-container {
  width: 100%;
  float: left;
  margin: 18px 0 24px 0;
}
.idpc_lookup .idpc-select-container .idpc-select {
  margin: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 40px 0 12px;
  border: 1px solid #e1e1e1;
}
#idpc_error_message,
.fieldset > .field div.mage-error {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 19px;
}
#idpc_error_message {
  margin-bottom: 0;
}
.fieldset .actions-toolbar {
  display: block;
}
.checkout-agreements-block,
.checkout-agreements,
.checkout-agreements .checkout-agreement {
  display: block;
  width: 100%;
  float: left;
}
.checkout-agreements-block {
  margin-top: 30px !important;
}
.payment-method-billing-address + .checkout-agreements-block {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.message.warning.mx-checkout-msg {
  margin: 20px 0 0 0 !important;
}
.payment-method-billing-address + .checkout-agreements-block + .message.warning.mx-checkout-msg {
  margin: 0 0 20px 0 !important;
}
.checkout-agreements .checkout-agreement {
  margin: 10px 0 0 0;
}
.checkout-agreements .checkout-agreement {
  white-space: nowrap;
}
.checkout-agreements .checkout-agreement > input {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.checkout-agreements .checkout-agreement > label {
  max-width: calc(100% - 24px);
  display: inline-block !important;
}
.checkout-agreements .checkout-agreement .action.action-show {
  color: #626565;
  font-family: "Outfit Medium", Arial, sans-serif;
  font-size: 16px;
  -webkit-pointer-events: none;
  pointer-events: none;
  text-align: left;
  white-space: normal;
}
.checkout-agreements .checkout-agreement label {
  cursor: pointer;
}
.checkout-agreements .checkout-agreement label:hover .action.action-show {
  text-decoration: underline;
}
.fotorama__nav-wrap {
  position: relative;
  display: block !important;
}
.show-video-popup {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  color: #fff !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 18px;
  padding: 20px 0;
  font-family: "Outfit Medium", Arial, sans-serif;
}
.show-video-popup:before {
  content: '\f04b';
  font-weight: bold;
  display: inline-block;
  font-family: "Font Awesome 5", Arial, sans-serif;
  margin: 0 12px 0 0;
  color: #fff !important;
  z-index: 1;
  position: relative;
}
.show-video-popup:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #40546d;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.show-video-popup:hover:after {
  opacity: 1;
}
.show-video-popup span {
  position: relative;
  z-index: 1;
}
.popup-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9998;
  display: none;
}
.video-popup-wrap {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 1000px;
  max-width: calc(100% - 40px);
  z-index: 9999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.video-popup-wrap .video-close-button {
  position: absolute;
  top: -45px;
  right: 0;
  color: #333 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 10px 25px;
  line-height: 20px;
  appearance: none;
  -webkit-appearance: none;
}
.video-popup-wrap .video-close-button:before {
  content: '\f00d';
  font-family: "Font Awesome 5", Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
}
.video-popup-wrap .video-popup-inner {
  width: 100%;
  position: relative;
  max-height: calc(100vh - 120px);
}
.video-popup-wrap .video-popup-inner:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-popup-wrap .video-popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sitemapSection,
.sitemapSection h2,
.am-sitemap-wrap,
.am-sitemap-cell,
.am-sitemap-list .am-sitemap-list dl {
  width: 100% !important;
  float: left !important;
  box-sizing: border-box !important;
}
.sitemapSection h2 {
  font-family: "Outfit Medium", Arial, sans-serif !important;
}
.am-sitemap-cell li {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.am-sitemap-list dl dt {
  margin: 0 !important;
  padding: 8px 12px !important;
  background: #f4f4f4 !important;
  line-height: normal !important;
  font-family: "Outfit Medium", Arial, sans-serif !important;
}
.photo-gallery-fullscreen .fotorama__fullscreen-icon {
  opacity: 1 !important;
  width: 60px !important;
  height: 60px !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.photo-gallery-fullscreen .fotorama__fullscreen-icon:before {
  content: '\e616';
  font-family: 'luma-icons';
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-footer {
  width: 100%;
  float: left;
  margin: 80px 0 0 0;
  padding: 20px 0;
  background: #ebebeb;
}
.page-footer .footer {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: 0 !important;
}
.page-footer .footer .text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  line-height: normal;
  font-size: 16px;
}
.page-footer .footer .block.newsletter {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: middle;
}
.page-footer .footer .field.newsletter {
  max-width: 400px;
  float: left;
}
.page-footer .footer .field .control:before {
  display: none;
}
.page-footer .footer input[name="email"] {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin: 0;
  line-height: 32px;
  height: 32px;
  width: 250px;
  font-size: 13px;
  border: 1px solid #40546d;
  border-radius: 0;
}
.page-footer .footer .actions {
  float: left;
  width: auto;
}
.page-footer .footer .action.primary {
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 100px;
  font-size: 13px;
  border: 0;
  background: #40546d !important;
  border-radius: 0;
}
.mx-footer {
  margin: 0;
  padding: 40px 0 0 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #4d4d4d;
}
.mx-footer .footer.content,
.mx-copyright .footer.content {
  padding: 0 15px;
  border: 0 !important;
}
.mx-footer .foot-sects {
  width: 100%;
  float: left;
  display: flex;
}
.mx-footer .foot-sec:first-child {
  flex: 1;
}
.mx-footer .foot-sec .footer-soclinks {
  width: 100%;
  float: left;
  margin: 16px 0 0 0;
}
.mx-footer .foot-sec .footer-soclinks a {
  font-size: 34px;
  line-height: 34px;
}
.mx-footer .foot-sec .footer-soclinks a:first-child {
  margin-right: 12px;
}
.mx-footer .foot-sec h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  font-family: "Outfit Medium", Arial, sans-serif;
  margin: 0;
}
.mx-footer .foot-sec h3 a {
  color: inherit;
}
.mx-footer .foot-sec ul {
  width: 100%;
  float: left;
  padding: 0 15px 0 0;
  margin: 10px 0 0 0;
  box-sizing: border-box;
  font-size: 14px;
}
.mx-footer .foot-sec ul li {
  display: block;
  margin: 3px 0;
  padding: 0;
}
.mx-footer .foot-sec ul li a {
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
.mx-footer .foot-sec ul li a:hover {
  text-decoration: underline;
}
.mx-footer .grecap-info {
  width: 100%;
  float: left;
  font-size: 13px;
  margin: 30px 0 0 0;
}
.mx-footer .klarna-line {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  font-size: 13px;
}
.mx-footer .klarna-line strong {
  font-weight: normal;
  font-family: "Outfit Medium", Arial, sans-serif !important;
  color: #ff69b4;
}
.mx-copyright {
  width: 100%;
  float: left;
  margin: 50px 0 20px 0;
  color: #4d4d4d;
  font-size: 13px;
}
.mx-copyright .payments-accepted {
  float: right;
}
.mx-copyright .payments-accepted img {
  width: 150px;
  max-width: 100%;
  height: auto;
}
.mx-copyright .copy {
  float: left;
}
.mx-gdpr-bar {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  padding: 21px 0;
  border-top: 1px solid #c98e58;
}
.mx-gdpr-bar .inner {
  width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.mx-gdpr-bar .text {
  font-size: 15px;
  display: inline-block;
  width: calc(100% - 210px);
  vertical-align: middle;
  padding-right: 200px;
  box-sizing: border-box;
}
.mx-gdpr-bar .text a {
  text-decoration: underline;
}
.mx-gdpr-bar .action {
  vertical-align: middle;
  width: 210px;
  padding: 0 !important;
}
.mx-schema-qa,
.mx-schema-qa-question,
.mx-schema-qa-answer,
.mx-schema-qa-text {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.top-categories-text {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
.category-bottom-description .top-categories-text {
  margin: 0;
}
.top-categories-text p {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}
.top-categories-text h2,
.top-categories-text h3 {
  margin: 25px 0 0 0;
}
.top-categories-text h2.big {
  margin: 30px 0 0 0;
}
.top-categories-text a {
  font-family: "Outfit Medium", Arial, sans-serif;
  color: #40546d;
}
.top-categories-text ul,
.top-categories-text ul li {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.top-categories-text ul li {
  margin: 4px 0;
  padding: 0 0 0 23px;
  position: relative;
  box-sizing: border-box;
}
.top-categories-text ul li:before {
  content: '\f00c';
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 5", Arial, sans-serif;
  color: #39b54a;
  font-size: 14px;
  font-weight: 900;
}
.top-categories-text .show-that-text {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 22px;
}
.top-categories-text .show-that-text:not(.active) {
  height: 78px;
}
.top-categories-text .show-more-text.active {
  display: none;
}
.postcodes-table-wrap {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  overflow: auto;
}
.ttt {
  width: 100%;
  float: left;
  margin: 0;
  min-width: 700px;
}
.ttt td {
  border: 1px solid #333;
  text-align: center;
  vertical-align: middle;
  padding: 10px 14px;
}
.ttt tr:nth-child(2) td:first-child,
.ttt tr:nth-child(3) td:first-child,
.ttt tr:nth-child(5) td:first-child,
.ttt tr:nth-child(6) td:first-child,
.ttt tr:nth-child(7) td:first-child,
.ttt tr:nth-child(9) td:first-child {
  text-align: left;
  max-width: 800px;
}
.ttt tr:nth-child(2) td:not(:first-child),
.ttt tr:nth-child(3) td:not(:first-child),
.ttt tr:nth-child(5) td:not(:first-child),
.ttt tr:nth-child(6) td:not(:first-child),
.ttt tr:nth-child(7) td:not(:first-child),
.ttt tr:nth-child(9) td:not(:first-child) {
  font-size: 25px;
}
.ttt tr:first-child td,
.ttt tr:nth-child(2) td:not(:first-child),
.ttt tr:nth-child(3) td:not(:first-child),
.ttt tr:nth-child(4) td,
.ttt tr:nth-child(5) td:not(:first-child),
.ttt tr:nth-child(6) td:not(:first-child),
.ttt tr:nth-child(7) td:not(:first-child),
.ttt tr:nth-child(8) td,
.ttt tr:nth-child(9) td:not(:first-child) {
  font-family: "Outfit Medium", Arial, sans-serif;
}
.ttt tr:first-child td:first-child {
  font-size: 20px;
}
.ttt tr:first-child td:not(:first-child),
.ttt tr:nth-child(4) td .ttt tr:nth-child(9) td {
  font-size: 17px;
}
@media only screen and (max-width: 1390px) {
  .register-top .fig {
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  /* .home-banners-brick:nth-child(2){
		width: ~'calc(100% - 400px)';
	}
	.home-banners-brick:nth-child(3),
	.home-banners-brick:nth-child(4){
		width: 50%;
		height: 420px;
	} */
  .prod-list-testimonials .brick:nth-child(2) {
    flex: calc(100% - 240px);
  }
}
@media only screen and (max-width: 1200px) {
  #shopping-cart-table td .product-item-details {
    width: 200px;
  }
  .catalog-product-view .page-title-wrapper,
  .catalog-product-view .product-info-main {
    width: 490px !important;
  }
  .catalog-product-view .product.media {
    width: calc(100% - 530px) !important;
  }
}
@media only screen and (max-width: 1150px) {
  .page-header .header.content .block-search {
    width: 420px;
  }
  .fireplace-hearths-steps .steps {
    gap: 40px;
    flex-wrap: wrap;
  }
  .fireplace-hearths-steps .step:nth-child(1) {
    flex: 0 0 100%;
  }
  .fireplace-hearths-steps .step:nth-child(2) {
    flex: 0 0 calc(50% - 20px);
  }
  .fireplace-hearths-steps .step:nth-child(3) {
    flex: 0 0 calc(50% - 20px);
  }
  .block.upsell .product-items .product-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 1150px) and (min-width: 750px) {
  .block.upsell .product-item-actions .mx-qty {
    width: 80px;
  }
  .block.upsell .product-item-actions .action.tocart {
    width: calc(100% - 92px);
  }
}
@media only screen and (min-width: 750px) {
  .block.crosssell .product-item-actions .mx-qty {
    width: 80px;
  }
  .block.crosssell .product-item-actions .action.tocart {
    width: calc(100% - 92px);
  }
}
@media only screen and (max-width: 1080px) {
  .cms-laying-guides #maincontent,
  .cms-faqs #maincontent,
  .cms-100-gbp-giveaway #maincontent,
  .cms-about #maincontent,
  .blog-page-list #maincontent {
    padding-top: 400px;
  }
  .cnt-page-cover,
  .blog-cover,
  .blog-post-view .post-ftimg-hld {
    height: 400px;
  }
  body.cms-page-view .cnt-page-cover .page-main h2 {
    font-size: 44px !important;
  }
  body.cms-page-view .cnt-page-cover .page-main h2 .line {
    margin: 5px 0;
  }
  /*.um-notificationbar-container .timer-label{
		font-size: 20px !important;
		line-height: 34px !important;
	}*/
  body.page-products .page-title-wrapper h1 {
    max-width: 100%;
  }
  .account .sidebar.sidebar-main {
    margin-top: 30px;
  }
  .page-title-wrapper {
    margin-top: 25px;
  }
  .page-title-wrapper h1 {
    width: 100%;
  }
  .checkout-cart-index .page-title-wrapper {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 30px;
    float: left;
    position: relative;
  }
  .checkout-cart-index .cart-container .form-cart {
    order: 1;
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
  }
  #shopping-cart-table td .product-item-details {
    width: 300px;
  }
  .block.crosssell {
    width: 100%;
    order: 2;
  }
  #block-discount {
    width: 100%;
    margin-top: 0;
  }
  .checkout-cart-index .cart-container .cart-summary {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    margin: 50px 0 0 0 !important;
    padding: 0 0 30px 0;
  }
  .cart-summary .checkout-methods-items,
  .cart-summary .summary.title,
  .cart-summary .cart-totals,
  .cart-summary .cart-payment-methods {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .cart-container .form-cart .actions.main,
  .cart-summary .cart-payment-methods {
    display: block !important;
    width: 100%;
    float: left;
  }
  .mx-gdpr-bar .text {
    padding-right: 30px;
  }
  .register-top {
    padding: 20px 0 10px 0;
  }
  .register-top .h,
  .register-top .list {
    width: calc(50% - 30px);
  }
  .we-split-packs {
    padding: 25px;
  }
  .we-split-packs .t {
    padding: 0;
    font-size: 28px;
  }
  .we-split-packs .fb {
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .we-split-packs .fi {
    flex: 1;
  }
  .we-split-packs .fi:nth-child(1) {
    font-size: 22px;
  }
  .we-split-packs .fi ul li {
    font-size: 20px;
  }
  .we-split-packs .fi ul li:before {
    top: 10px;
  }
}
@media only screen and (max-width: 1050px) {
  .prod-page.product-items .product-item,
  .prod-page.product-items .product-item:nth-child(4n) {
    width: calc(33.33% - 12px) !important;
    margin: 0 18px 50px 0 !important;
    margin-bottom: 44px !important;
  }
  .prod-page.product-items .product-item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .nested-products .product-items .product-item .mx-stock-delivery .klarna .kt {
    font-size: 11px;
  }
  .home-prod-tabs .product-items .product-item,
  .nested-products .product-items .product-item {
    width: calc(25% - 15px) !important;
    margin: 0 20px 20px 0 !important;
  }
  .form-create-account,
  body.customer-account-login .form-login {
    width: 100% !important;
    margin: 60px 0 70px 0 !important;
    min-width: 1px !important;
    left: auto;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 841px), (max-width: 630px) {
  .catalog-product-view .user-input > .item:not(.pure-item) {
    align-items: start;
    padding-top: 26px;
  }
  .catalog-product-view .user-input > .item .sec-price .was {
    display: block;
    margin: 0;
  }
  .catalog-product-view .user-input > .item:not(.pure-item) .field {
    flex: 0;
  }
  .catalog-product-view .user-input > .item .field .ind-price {
    display: block;
    margin: 6px 0 0 0;
  }
  .catalog-product-view .user-input > .item .pallets-best-price {
    font-size: 11px;
    line-height: 16px;
  }
  .catalog-product-view .user-input .m2-to-boxes-tiles .item {
    padding-left: 78px;
  }
  .catalog-product-view .user-input .m2-to-boxes-tiles .item.ruler img {
    height: 14px;
    top: 61px;
  }
  .catalog-product-view .user-input .m2-to-boxes-tiles .item .sec-price .was {
    display: block;
    text-align: center;
  }
  .catalog-product-view .user-input .decking-tips li {
    flex: 1 1 calc(42%);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 841px), (max-width: 480px) {
  .catalog-product-view .page-title-wrapper h1 {
    font-size: 24px !important;
  }
  .catalog-product-view .page-title-wrapper .mx-samples-available-circle {
    top: 5px;
  }
  .catalog-product-view .user-input .m2-to-boxes-tiles .item {
    padding: 15px 20px !important;
    align-items: start;
  }
  .catalog-product-view .user-input .item img {
    display: none !important;
  }
  .catalog-product-view .user-input .m2-to-boxes-tiles .item .sec-price .was {
    text-align: left;
  }
  .catalog-product-view .final-actions .row {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .magnify-lens,
  .magnifier-preview {
    display: none !important;
  }
  .post-list .post-holder .post-ftimg-hld a {
    height: 200px;
  }
  .catalog-product-view .page-title-wrapper,
  .catalog-product-view .product-info-main {
    width: 380px !important;
  }
  .catalog-product-view .product.media {
    width: calc(100% - 400px) !important;
  }
}
@media only screen and (min-width: 970px) {
  .sections.nav-sections .nav-sections-items .navigation > ul > li:hover > a {
    color: #626565;
  }
  .sections.nav-sections .nav-sections-items .navigation > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 48px !important;
  }
  #checkout .opc-summary-wrapper {
    z-index: auto !important;
  }
  .filter .filter-current + .block-actions + .filter-options {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 970px) {
  .fotorama__video-close {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .page-header .header.content .nav-toggle {
    left: auto;
    right: 20px;
    top: 0;
    line-height: 60px;
    width: 45px;
    display: block !important;
  }
  .nav-toggle:before {
    color: #40546d !important;
  }
  .nav-open .page-header .header.content .nav-toggle:before {
    content: '\f00d';
    font-family: "Font Awesome 5", Arial, sans-serif;
    font-weight: bold !important;
  }
  .page-header .header.content .logo {
    padding: 9px 0 !important;
    float: left;
    border: 0;
  }
  .page-header .header.content .logo img {
    height: 42px;
  }
  .page-header .header.content .minicart-wrapper {
    margin: 0 98px 0 0 !important;
  }
  .mx-minitelcart {
    padding: 0 !important;
    height: 60px;
  }
  .mx-minitelcart.mx-minitel {
    margin-right: 15px;
  }
  .mx-minitelcart:before {
    position: relative;
    width: 25px;
    height: 100%;
    background-size: 100% auto;
    top: 0;
    left: auto;
  }
  .mx-minitelcart.mx-minitel:before {
    width: 23px;
  }
  .page-header .header.content .block-search .extra-nav,
  .mx-minitelcart > * {
    display: none !important;
  }
  .page-header .header.content .block-search {
    position: absolute;
    top: 0;
    right: 65px;
    line-height: 60px;
    margin: 0 !important;
    cursor: pointer;
    width: auto;
  }
  .page-header .header.content .block-search .minisearch .label {
    width: 45px;
    text-align: center;
  }
  .page-header .header.content .block-search .minisearch.active .label:before {
    content: '\f00d';
    font-family: "Font Awesome 5", Arial, sans-serif;
    font-weight: bold !important;
  }
  .page-header .header.content .block-search .minisearch .label:before {
    margin: 0;
    color: #40546d !important;
  }
  .page-header .header.content .block-search .minisearch .control {
    position: fixed;
    width: 100%;
    top: -80px;
    left: 0;
    margin: 0;
    height: 73px;
    padding: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page-header .header.content .block-search .minisearch.active .control {
    top: 60px;
  }
  .page-header .header.content .block-search .minisearch .control #search {
    padding-left: 10px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .nav-open .nav-toggle:after {
    display: none !important;
  }
  .page-wrapper {
    left: auto !important;
  }
  .sections.nav-sections {
    top: 60px;
    left: auto;
    right: -110%;
    height: calc(100% - 60px);
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    border-top: 1px solid #40546d;
    background: #40546d;
    position: fixed;
    text-align: left;
  }
  .nav-open .sections.nav-sections {
    right: 0;
  }
  .sections.nav-sections .nav-sections-item-content .navigation .level0 {
    border-top: 0;
    border-bottom: 1px solid #d2d0cd;
  }
  .sections.nav-sections .section-item-title,
  .sections.nav-sections .section-item-content:last-child,
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li > a .ui-menu-icon {
    display: none;
  }
  .sections.nav-sections .nav-sections-item-content,
  .sections.nav-sections .nav-sections-item-content .navigation,
  .sections.nav-sections .nav-sections-item-content .navigation > ul,
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul {
    background: #f7f7f7 !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation {
    margin: 0;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li > a {
    padding-left: 0;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li:last-child {
    padding-top: 0;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li > a {
    line-height: 50px !important;
    font-size: 16px;
    text-transform: capitalize;
  }
  .sections.nav-sections .nav-sections-items .navigation > ul > li:nth-last-child(1) > a {
    background: transparent !important;
    color: #cc0000 !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation ul li a {
    display: block;
    padding: 0 50px 0 20px;
    margin: 0;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li > a:after {
    right: 20px;
    top: 0;
    content: '\e622' !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li > a:not([aria-haspopup="true"]):after {
    display: none;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li.mx-active > a:after {
    content: '\e621' !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li > ul {
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 0 26px !important;
    border: 0 !important;
    margin: 0 !important;
    float: left !important;
    overflow: visible !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li > ul > li > a {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation > ul > li:not(.mx-active) > ul,
  .all-category {
    display: none !important;
  }
  .sections.nav-sections .nav-sections-items .navigation > ul > li > ul:before,
  .sections.nav-sections .nav-sections-items .navigation > ul li a > span:not(.ui-menu-icon):before {
    display: none;
  }
  .sections.nav-sections .nav-sections-items .navigation > ul > li > ul {
    gap: 25px;
    padding-bottom: 20px !important;
  }
  /*.sections.nav-sections .nav-sections-items .navigation > ul > li > ul[aria-expanded="true"]{
		display: flex !important;
	}*/
  .sections.nav-sections .nav-sections-items .navigation > ul > li > ul > li {
    flex: 0 0 calc(25% - 19px);
  }
  .mx-nav-contact {
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 25px 20px;
    background: #40546d;
    color: #fff;
  }
  .mx-nav-contact .mx-head {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-family: "Outfit Medium", Arial, sans-serif;
  }
  .mx-nav-contact .extra-nav {
    width: 100%;
    float: left;
    margin: 0 0 10px 0 !important;
  }
  .mx-nav-contact .extra-nav li,
  .mx-nav-contact .mx-line {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0 0 10px 0 !important;
  }
  .mx-nav-contact .mx-line:last-child {
    margin-bottom: 0;
  }
  .mx-nav-contact .mx-line a,
  .mx-nav-contact .mx-line a:hover,
  .mx-nav-contact .extra-nav li a,
  .mx-nav-contact .extra-nav li a:hover {
    color: inherit !important;
    font-size: inherit;
    padding: 0 !important;
    display: inline-block !important;
  }
  .mx-nav-contact .extra-nav li:first-child a {
    font-family: "Outfit Bold", Arial, sans-serif;
  }
  .mx-nav-contact .mx-line.socials a {
    font-size: 24px;
  }
  .mx-nav-contact .mx-line.socials a:first-child {
    margin-right: 15px;
  }
  .page-title-wrapper h1 {
    font-size: 28px;
  }
  .account .block-title {
    font-size: 24px;
  }
  .account .block-content .box-title {
    font-size: 18px;
  }
  .category-view .category-description h2 {
    font-size: 23px;
  }
  body.filter-active .columns {
    z-index: unset !important;
  }
  body.filter-active .page-header {
    display: block !important;
  }
  body.filter-active .page-wrapper {
    height: auto !important;
    margin-top: 0 !important;
    visibility: visible !important;
  }
  .filter .filter-current .filter-current-subtitle {
    padding: 0 0 10px 0;
  }
  .filter.active .filter-title {
    height: 50px;
    background: #40546d;
    width: 300px;
    z-index: 3;
  }
  .filter:not(.active) .filter-title.filter-title {
    display: inline;
  }
  .filter:not(.active) .filter-title strong {
    position: fixed;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    width: auto;
    top: 210px;
    left: auto;
    right: 0;
    z-index: 10;
    display: inline-block;
    background: #40546d;
    color: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 14px 24px;
    font-family: "Outfit Bold", Arial, sans-serif;
    border-radius: 0;
    font-size: 13px;
  }
  .filter.active .filter-title strong {
    padding: 0;
    text-align: right;
    padding-right: 20px;
    line-height: 22px !important;
  }
  .filter.active .filter-title strong:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 299px);
    height: 100%;
    background: #111;
    opacity: 0.5;
    z-index: 9;
  }
  .filter.active .filter-title strong:after {
    color: #fff;
  }
  .filter.active .filter-options {
    width: 300px;
  }
  .filter .filter-options-item {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }
  .filter .filter-options-item .filter-options-title {
    border: 0 !important;
    background: transparent !important;
    width: 100%;
    box-sizing: border-box;
    font-family: "Outfit Medium", Arial, sans-serif;
  }
  .filter .filter-options-item .filter-options-content {
    position: relative;
    width: 100%;
    float: left;
    padding: 2px 20px 20px 22px;
    box-sizing: border-box;
  }
  .filter .filter-current {
    display: block;
    width: 100%;
  }
  .delivery-sections-wrap .top-short,
  .delivery-sections-wrap .top-long,
  .delivery-sections-wrap .bottom-long,
  .delivery-sections-wrap .bottom-short {
    width: 100%;
  }
  .delivery-sections-wrap .top-long,
  .delivery-sections-wrap .bottom-short {
    margin-top: 40px;
  }
  .cms-damages .columns p,
  .cms-media-info .columns p,
  .cms-customer-is-not-approved .columns p,
  .cms-100-gbp-giveaway .columns p,
  .cms-about .columns p {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-post-view .columns h2,
  .blog-post-view .columns h3,
  .cms-page-view .columns h2:not(.m-title),
  .h2-with-bg {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .h2-with-bg {
    padding: 14px 20px !important;
  }
  .cms-page-view .columns .cnt-huge-header {
    font-size: 36px !important;
    line-height: 52px !important;
  }
  .blog-widget-recent .post-list {
    overflow: auto;
    white-space: nowrap;
  }
  .home-blog-posts .post-list .post-holder {
    white-space: normal;
    width: 300px !important;
    margin: 0 20px 20px 0 !important;
  }
  .home-blog-posts .post-list .post-holder:nth-child(3n) {
    margin-right: 20px;
  }
  .home-blog-posts .post-list .post-holder .post-ftimg-hld a {
    height: 200px;
  }
  .home-blog-posts .view-all {
    margin-top: 30px;
  }
  .opc-estimated-wrapper {
    margin: 30px 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: #f9f9f9;
    border: 0;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label,
  .opc-estimated-wrapper .estimated-block .estimated-price {
    font-family: "Outfit Medium", Arial, sans-serif;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    content: '\f07a';
    font-family: "Font Awesome 5", Arial, sans-serif;
    color: #5a5c62;
    font-weight: bold !important;
    margin-right: 6px;
  }
  #checkout .opc-summary-wrapper:before,
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
  }
  #checkout .opc-wrapper {
    width: 100%;
    margin-bottom: 0 !important;
  }
  #checkout .opc-summary-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  #checkout .opc-summary-wrapper .opc-block-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  #checkout.checkout-container .checkout-header .title {
    font-size: 30px !important;
  }
  #checkout.checkout-container .checkout-header .description {
    font-size: 16px !important;
  }
  #checkout.checkout-container .opc-estimated-wrapper {
    display: none;
    /*		display: block; mx_swupme */
    /*		margin: 22px 0 !important; mx_remme */
  }
  /*#shipping.checkout-shipping-address{
		position: relative;
		padding-top: 80px;
	}
	#shipping.checkout-shipping-address .discount-code{
		display: block;
	}*/
  #brippo-payments-express-button {
    width: 100% !important;
    max-width: 100% !important;
  }
  .faqs-box .faqs-sidebar {
    width: 200px;
  }
  .faqs-box .faqs-side-button {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 24px;
  }
  .faqs-box .faqs-main {
    width: calc(100% - 230px);
    padding: 0 25px;
  }
  .faqs-box .faqs-tab > h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-top: 20px;
  }
  .faqs-box .faqs-acrd-wrap {
    margin: 20px 0 10px 0;
  }
  .faqs-box .faqs-acrd-item {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  body.cms-faqs div.faqs-box h2.faqs-acrd-title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .checkout-success,
  .checkout-onepage-success #registration {
    width: 100%;
  }
  .account .page-main {
    padding-top: 65px !important;
    float: left;
  }
  .account .sidebar.sidebar-main {
    margin: 0 !important;
  }
  .account .block-collapsible-nav {
    top: 10px;
    left: 15px;
    width: calc(100% - 30px) !important;
    background: #626565;
    color: #fff;
    font-size: ;
  }
  .account .block-collapsible-nav .content.active {
    box-shadow: 0 10px 10px -2px #cccccc;
  }
  .account .block-collapsible-nav .block-collapsible-nav-title {
    font-size: 18px;
  }
  .account .block-collapsible-nav .block-collapsible-nav-title:after {
    margin-top: 5px !important;
  }
  .account .block-collapsible-nav .block-collapsible-nav-title strong {
    font-size: inherit !important;
  }
  .form-create-account,
  body.customer-account-login .form-login {
    margin: 40px 0 !important;
    padding: 25px 30px !important;
  }
  .form-create-account .legend {
    font-size: 26px;
  }
  .checkout-cart-index .cart-container {
    margin-top: 0 !important;
  }
  .mx-footer .foot-sects {
    text-align: center;
    gap: 50px 0;
    flex-wrap: wrap;
  }
  .mx-footer,
  .mx-copyright {
    text-align: center;
  }
  .mx-footer .foot-sects {
    gap: 50px 0;
    flex-wrap: wrap;
  }
  .mx-footer .foot-sec {
    flex: 1;
  }
  .mx-footer .foot-sec:first-child {
    flex: 1 1 100%;
  }
  .mx-copyright .payments-accepted {
    float: none;
    display: inline-block;
  }
  .mx-copyright .copy {
    width: 100%;
    margin: 12px 0 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .home-prod-tabs .product-items,
  .nested-products .product-items {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .home-prod-tabs .product-items .product-item,
  .nested-products .product-items .product-item {
    width: 220px !important;
    flex: 0 0 220px;
    white-space: normal !important;
  }
  .nested-products .product-items .product-item:nth-child(4n) {
    margin-right: 20px !important;
  }
  .nested-products .product-items .product-item:last-child {
    margin-right: 0 !important;
  }
  .product-items .product-item .product-item-photo.xl-innout:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #checkout.checkout-container .opc-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #checkout.checkout-container .opc-wrapper .checkout-column.opc {
    flrx: 1 !important;
  }
}
@media only screen and (max-width: 880px) {
  .cnt-page-cover img,
  .blog-cover img,
  .blog-post-view .post-ftimg-hld img {
    width: auto !important;
    max-width: 9999px !important;
    height: 101% !important;
  }
  /* .um-notificationbar-container{
		background: linear-gradient(90deg, rgba(233,211,15,1) 0%, rgba(252,147,11,1) 50%, rgba(233,211,15,1) 100%);
	} */
  /* .um-notificationbar-container .uk-slideshow > li > div .um-html-countdown{
		padding: 6px 20px 0 20px;
	} */
  .um-notificationbar-container .timer-label {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 34px;
    /*	    margin-bottom: 7px;*/
  }
  .um-notificationbar-container .timer-clock {
    right: 50%;
    top: auto;
    bottom: 2px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  #shopping-cart-table td .product-item-details {
    width: 200px;
  }
  #shopping-cart-table td .product-item-photo {
    max-width: 100px;
  }
  .home-products .in .brick {
    width: calc(50% - 15px);;
  }
  .home-products .in .brick:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 840px) {
  .catalog-product-view .columns .column.main {
    display: flex !important;
    flex-direction: column;
  }
  .catalog-product-view .page-title-wrapper {
    width: 100% !important;
    order: 1;
  }
  .catalog-product-view .prod-artificial .product-reviews-summary {
    display: none;
  }
  .catalog-product-view .page-title-wrapper .product-reviews-summary {
    display: block;
  }
  .catalog-product-view .product.media {
    width: 100% !important;
    order: 2;
    margin: 20px 0 0 0;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
    order: 3;
  }
  .catalog-product-view .per-price .per {
    margin: 10px 0 0 0;
  }
  .block.upsell,
  .ocean-decks-sect,
  .catalog-product-view .product.info.detailed,
  #product-review-container,
  .page-main .column .review-add,
  .prod-page-nesteds {
    order: 10;
  }
  .mx-nd2-bricks {
    gap: 20px;
  }
  .mx-hearth-quote .fieldset .field.first-name,
  .mx-hearth-quote .fieldset .field.last-name,
  .mx-hearth-quote .fieldset .field.email,
  .mx-hearth-quote .fieldset .field.telephone,
  .mx-hearth-quote .fieldset .field.length,
  .mx-hearth-quote .fieldset .field.width {
    width: calc(50% - 9px);
  }
  .mx-hearth-quote .fieldset .field.house-number-or-name,
  .mx-hearth-quote .fieldset .street-address,
  .mx-hearth-quote .fieldset .field.post-code {
    width: 100%;
    margin-right: 0;
  }
  .mx-hearth-quote .fieldset .field.first-name,
  .mx-hearth-quote .fieldset .field.email,
  .mx-hearth-quote .fieldset .field.length {
    margin-right: 18px;
  }
  .page-footer .footer .text {
    width: 100%;
    margin: 0 0 16px 0;
    font-size: 15px;
  }
  .page-footer .footer input[name="email"] {
    width: 200px;
  }
  .home-sale {
    height: 400px;
  }
  .home-sale .texts .tit {
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 2px;
  }
  .home-top-offers .brick {
    flex: 0 0 calc(50% - 15px);
  }
  .homepage-post-section .inner img {
    width: 100%;
    height: 300px;
  }
  .homepage-post-section .inner .text {
    width: 100%;
    padding-top: 342px;
  }
  .steps-with-icons .inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 780px) {
  .register-top .h,
  .register-top .list {
    width: 100%;
  }
  .register-top .fig {
    display: none;
  }
  .we-split-packs .t {
    display: none;
  }
  .we-split-packs .fb {
    flex-direction: column;
    gap: 25px;
  }
  .we-split-packs .fi:nth-child(1) {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .mx-before-main .header-free-delivery,
  .mx-before-main .header-samples {
    display: none;
  }
  .mx-before-main .header-trustbox {
    padding: 8px 20px;
  }
  #product-review-container .review-list .review-item {
    flex: 1 1 100%;
  }
  .mx-hearth-quote .fieldset:nth-child(4) .field .mx-checkbox-wrap:before {
    width: 170px;
    height: 72px;
  }
  .mx-hearth-quote .fieldset:nth-child(5) .field .mx-checkbox-wrap:before {
    width: 290px;
    height: 72px;
  }
  .mx-hearth-quote .fieldset:nth-child(6) .field .mx-checkbox-wrap:before {
    width: 290px;
    height: 105px;
  }
  .review-add .block-title,
  .review-add .review-form .actions-primary .primary {
    width: 100%;
    text-align: center;
  }
  .mx-products-manipulable {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px;
  }
  .upcrosssell-totals {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .upcrosssell-totals .totals {
    width: 100%;
    flex-wrap: wrap;
    justify-content: right;
  }
  .upcrosssell-totals .add-all-butt {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 741px) {
  .catalog-product-view .product.media {
    text-align: center;
  }
  .catalog-product-view .product.media .gallery-placeholder {
    width: calc(100vw - 50px);
    display: inline-block;
    max-width: 100%;
  }
  .fotorama__nav-wrap .fotorama__nav {
    text-align: left;
  }
  .fotorama__nav-wrap .fotorama__nav__shaft {
    display: inline-block;
  }
}
@media only screen and (max-width: 720px) and (min-width: 651px), (max-width: 480px) and (min-width: 401px) {
  .prod-page.product-items .product-item .mx-prod-labels .the-label {
    font-size: 10px;
    margin: 5px 0 0 0;
    padding: 3px 4px 3px 10px;
  }
  .prod-page.product-items .product-item .mx-stock-delivery {
    font-size: 11px;
  }
  .prod-page.product-items .product-item .mx-stock-delivery .klarna .kt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 420px) and (min-width: 401px) {
  .prod-page.product-items .product-item .mx-stock-delivery {
    font-size: 10px;
  }
  .prod-page.product-items .product-item .mx-stock-delivery .klarna .kt {
    font-size: 9px;
  }
}
@media only screen and (max-width: 690px) {
  body.cms-page-view .cnt-page-cover .page-main h2 {
    font-size: 38px !important;
  }
  body.cms-page-view .cnt-page-cover a {
    margin: 10px 0 0 0;
    font-size: 16px;
    padding: 10px 20px 8px 20px;
  }
  .cms-laying-guides #maincontent,
  .cms-faqs #maincontent,
  .cms-100-gbp-giveaway #maincontent,
  .cms-about #maincontent,
  .blog-page-list #maincontent {
    padding-top: 330px;
  }
  .cnt-page-cover,
  .blog-cover,
  .blog-post-view .post-ftimg-hld {
    height: 330px;
  }
  body.blog-page .post-list .post-holder {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .post-list .post-holder .post-ftimg-hld a {
    height: 300px;
  }
  .page-title-wrapper h1 {
    font-size: 26px;
  }
  #shopping-cart-table,
  #shopping-cart-table tbody.item,
  #shopping-cart-table tr {
    width: 100% !important;
    display: block !important;
    float: left !important;
  }
  #shopping-cart-table td {
    width: calc(33.33% - 5px) !important;
    display: inline-block !important;
    padding: 0 0 25px 0 !important;
    text-align: left !important;
  }
  #shopping-cart-table td.item {
    width: 100% !important;
    padding: 25px 0 25px 0 !important;
  }
  #shopping-cart-table td .product-item-details {
    width: calc(100% - 130px);
  }
  .mx-gdpr-bar .inner {
    text-align: center;
  }
  .mx-gdpr-bar .text {
    width: 100%;
    padding: 0 0 15px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .prod-page.product-items .product-item,
  .prod-page.product-items .product-item:nth-child(3n),
  .prod-page.product-items .product-item:nth-child(4n) {
    width: calc(50% - 8px) !important;
    margin: 0 16px 50px 0 !important;
  }
  .prod-page.product-items .product-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .prod-list-testimonials .brick {
    flex: 0 0 100% !important;
  }
  .prod-list-testimonials .brick:nth-child(2):before {
    width: 100%;
    height: 1px;
    top: -18px;
    left: 0;
  }
  .fireplace-hearths-steps .step {
    flex: 0 0 100% !important;
  }
  .fireplace-hearths-steps .step:nth-child(1) {
    flex-direction: column;
    align-items: center;
  }
  .fireplace-hearths-steps .step:nth-child(1) > img {
    max-width: 100%;
  }
  .block.upsell,
  .block.crosssell {
    border: 0 !important;
    padding: 0 !important;
  }
  .block.upsell .product-items,
  .block.crosssell .product-items {
    gap: 10px;
  }
  .block.upsell .product-items .product-item,
  .block.crosssell .product-items .product-item {
    flex: 0 0 calc(50% - 5px);
    padding: 5px 5px 88px 5px !important;
    position: relative;
  }
  .block.upsell .product-items .product-item .product-item-photo,
  .block.crosssell .product-items .product-item .product-item-photo {
    width: 50px !important;
  }
  .block.upsell .product-items .product-item .product-item-name,
  .block.crosssell .product-items .product-item .product-item-name {
    width: calc(100% - 60px) !important;
    margin-bottom: 10px !important;
  }
  .block.upsell .product-items .product-item .mx-ps-wrapp,
  .block.crosssell .product-items .product-item .mx-ps-wrapp {
    width: 105px !important;
    margin: 0 !important;
    position: absolute;
    bottom: 59px;
    left: 5px;
  }
  .block.upsell .product-item-actions,
  .block.crosssell .product-item-actions {
    max-width: calc(100% - 105px) !important;
    margin: 2px 0 0 0 !important;
    width: 90px !important;
  }
  .block.upsell .product-item-actions .mx-qty,
  .block.crosssell .product-item-actions .mx-qty {
    width: 70px;
    margin: 0 !important;
    position: absolute;
    bottom: 51px;
    right: 5px;
  }
  .block.upsell .product-item-actions .action.tocart,
  .block.crosssell .product-item-actions .action.tocart {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: auto;
  }
}
@media only screen and (max-width: 639px) {
  #checkout .opc-wrapper .form-login {
    margin-top: 27px;
  }
  .builtin-enquiry fieldset,
  .ct-contact-info,
  .contact-map {
    width: 100% !important;
  }
}
@media only screen and (max-width: 620px) {
  .mx-img-gallery .photo-gallery-grid {
    grid-template-areas: 'item1 item2' 'item3 item4' 'item5 item5' 'item6 item7';
  }
  .delivery-sections-wrap .bottom-long .sect3 {
    padding-right: 10px;
  }
  .delivery-sections-wrap h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .delivery-sections-wrap .top-short .img img,
  .delivery-sections-wrap .bottom-short .img img {
    height: 120px;
  }
  .delivery-sections-wrap .top-long .img img,
  .delivery-sections-wrap .bottom-long .sect3 img {
    height: 62px;
    width: auto;
  }
  .faqs-box .faqs-sidebar {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
  }
  .faqs-box .faqs-side-button {
    width: auto;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 18px;
    display: inline-block;
    border-bottom: 0;
    float: none;
  }
  .faqs-box .faqs-side-button:not(:last-child) {
    border-right: 1px solid #c98e58;
  }
  .faqs-box .faqs-main {
    width: 100%;
    margin-top: 20px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .content[id="product.info.overview"],
  .catalog-product-view .product.info.detailed .product.data.items .mx-accordion {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  body.catalog-product-view .breadcrumbs .items .item.category + .item.product,
  body.catalog-product-view .breadcrumbs .items .item:nth-last-child(2):not(:first-child):after {
    display: none;
  }
  .cms-laying-guides #maincontent,
  .cms-faqs #maincontent,
  .cms-100-gbp-giveaway #maincontent,
  .cms-about #maincontent,
  .blog-page-list #maincontent {
    padding-top: 370px;
  }
  .damages-form-inn {
    padding: 0px 20px 25px 20px;
  }
  [class^='g-recaptcha'] {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .builtin-enquiry [class^='g-recaptcha'] {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
  .mx-footer .foot-sects {
    flex-direction: column;
    gap: 30px 0;
  }
  .mx-footer .foot-sec:first-child img {
    width: 150px;
  }
  .home-prod-tabs .tab-switcher {
    min-width: 1px !important;
    font-size: 13px;
  }
  .home-prod-tabs .tab-switcher span {
    display: none;
  }
  .sections.nav-sections .nav-sections-items .navigation > ul > li > ul > li {
    flex: 0 0 calc(33.33% - 17px);
  }
}
@media only screen and (max-width: 550px) {
  .product-items .product-item {
    margin: 0 15px 15px 0;
  }
  .trustpilot-testimonials iframe {
    height: 300px !important;
  }
  .minicart-wrapper .block-minicart {
    min-width: 100%;
    width: 100%;
  }
  .page-header .minicart-items-wrapper {
    bottom: 104px;
  }
  .page-header .minicart-wrapper .subtotal {
    bottom: 66px;
  }
  .block-minicart .block-content > .actions > .primary {
    bottom: 10px;
    right: 8px;
    width: calc(50% - 13px);
  }
  .block-minicart .block-content > .actions > .secondary {
    left: 8px;
    bottom: 10px;
    width: calc(50% - 13px);
  }
}
@media only screen and (max-width: 500px) {
  .nested-products .block-products-list .block-title,
  .nested-products .hh.block-title,
  .home-products .title,
  .homepage-post-section .inner .text h2,
  .home-prod-tabs .tab .tab-tit,
  .home-blog-posts .main-tit,
  #product-review-container .review-list .block-title,
  #product-review-container .review-list .block-title strong,
  .cart-summary .summary.title,
  .top-categories-text h2.big,
  .nested-products .block-products-list .block-title {
    font-size: 28px !important;
    letter-spacing: 2px;
  }
  .cart-container .form-cart .actions.main .action.continue {
    display: none;
  }
  #co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.date,
  #co-payment-form .fieldset .payment-group .payment-method .payment-method-content .fieldset .field.cvv {
    width: 100% !important;
    margin: 0 0 22px 0;
  }
  .home-blog-posts .post-list .post-holder {
    width: 250px !important;
  }
  .mx-img-gallery .grid-item {
    min-height: 190px;
  }
  .mx-specifications td:nth-child(odd) {
    padding-right: 10px !important;
  }
  .mx-specifications td:nth-child(even) {
    padding-left: 10px !important;
  }
  .mx-specifications td div strong {
    width: calc(50% - 7px);
    margin-right: 14px;
    font-size: 16px;
  }
  .mx-specifications td div em {
    width: calc(50% - 7px);
    font-size: 14px;
  }
  .form-create-account,
  body.customer-account-login .form-login {
    padding: 20px !important;
  }
  #co-payment-form .fieldset .payment-group .billing-address-same-as-shipping-block {
    padding: 8px 15px;
  }
  .mx-nd2-bricks {
    flex-direction: column;
  }
  .fireplace-msg {
    font-size: 22px;
  }
  .mx-hearth-quote-head h1 {
    font-size: 38px !important;
  }
  .mx-hearth-quote-head > p {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .mx-hearth-quote-letsfill {
    font-size: 22px;
  }
  .mx-hearth-quote-explanation .mx-hearth-quote-examples {
    gap: 20px;
  }
  .catalog-product-view .user-input .sec-title {
    margin: 10px 0 0 0;
  }
  .catalog-product-view .per-price .per {
    font-size: 20px;
  }
}
@media only screen and (max-width: 450px) {
  /* #mx-snow-over{
		height: 146px;
	} */
  .form-create-account .fieldset {
    gap: 7px;
  }
  .form-create-account .field {
    flex: 0 0 100% !important;
  }
  .prod-page-trustbox iframe {
    height: 40px !important;
  }
  .mx-hearth-quote .fieldset .field.first-name,
  .mx-hearth-quote .fieldset .field.last-name,
  .mx-hearth-quote .fieldset .field.email,
  .mx-hearth-quote .fieldset .field.telephone,
  .mx-hearth-quote .fieldset .field.length,
  .mx-hearth-quote .fieldset .field.width {
    width: 100%;
    margin-right: 0;
  }
  .home-top-offers {
    gap: 20px;
  }
  .home-top-offers .brick .capt {
    font-size: 16px;
  }
  .home-products .in .brick {
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
  }
  .home-products .in .brick .capt {
    bottom: 50px;
    font-size: 20px;
    line-height: 27px;
    padding: 0 18px;
  }
  .home-products .in .brick .button {
    bottom: 18px;
    left: 18px;
  }
  .home-products .in .brick:hover .button {
    width: calc(100% - 36px);
  }
  .homepage-post-section .inner .text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .steps-with-icons .brick {
    padding: 25px;
  }
  .steps-with-icons .brick h2 {
    font-size: 20px;
  }
  .block.upsell .product-items .product-item .mx-ps-wrapp,
  .block.crosssell .product-items .product-item .mx-ps-wrapp {
    width: 70px !important;
  }
  .block.upsell .product-items .product-item .mx-ps-wrapp .the-per,
  .block.crosssell .product-items .product-item .mx-ps-wrapp .the-per {
    display: none;
  }
  .block.upsell .product-item-actions,
  .block.crosssell .product-item-actions {
    max-width: calc(100% - 70px) !important;
  }
}
@media only screen and (max-width: 430px) {
  body.cms-page-view .cnt-page-cover .page-main h2 {
    font-size: 32px !important;
  }
  .cms-laying-guides #maincontent,
  .cms-faqs #maincontent,
  .cms-100-gbp-giveaway #maincontent,
  .cms-about #maincontent,
  .blog-page-list #maincontent {
    padding-top: 296px;
  }
  .cnt-page-cover,
  .blog-cover,
  .blog-post-view .post-ftimg-hld {
    height: 260px;
  }
  .post-list .post-holder .post-ftimg-hld a {
    height: 200px;
  }
  .delivery-sections-wrap .bottom-long h3 {
    height: 36px;
  }
  .sections.nav-sections .nav-sections-items .navigation > ul > li > ul {
    gap: 20px;
  }
  .sections.nav-sections .nav-sections-items .navigation > ul > li > ul > li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 400px) {
  .prod-page.product-items .product-item,
  .prod-page.product-items .product-item:nth-child(2n),
  .prod-page.product-items .product-item:nth-child(3n),
  .prod-page.product-items .product-item:nth-child(4n) {
    width: 100% !important;
    margin: 0 0 50px 0 !important;
  }
}
body:not(.customer-account-create) .page.messages,
.mx-disnone,
.photo-gallery-popup {
  display: none !important;
}
.mx-disabled {
  opacity: 0.6 !important;
  -webkit-pointer-events: none !important;
  pointer-events: none !important;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
