/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ammenu-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  max-width: 100%;
}
.ammmenu-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.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;
}
@charset "UTF-8";
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    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: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #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;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    clear: both;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    margin: 0;
    max-width: 305px;
    height: 70px;
  }
  .amcart-product-notice {
    padding: 20px 35px;
    width: initial;
    font-size: 14px;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
    margin: 0;
  }
  .ampage-top-info .am-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    min-width: 30%;
    max-width: initial;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    width: 50%;
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-validate-container .amazon-logout {
    margin-top: 1em;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  /* 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;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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 {
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/* ==========================================================================
   GENERIC / #RESET
   ========================================================================== */
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}
/**
 * Remove trailing margins from nested lists.
 */
li ul,
li ol {
  margin-bottom: 0;
}
/**
 * Let’s get `<table>`s behaving how we expect.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Site content will not be any wider than this value */
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
/* Base Colors */
/* Site Colour Scheme */
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeue-Roman.eot');
  src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeue-Roman.woff') format('woff'), url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
/* Custom Fonts */
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg#montserrat-regular') format('svg');
  font-weight: bold;
  font-style: normal;
}
html {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-family: sans-serif;
  color: #000000;
  min-height: 100%;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background-color: #ffffff;
}
/* Global Site Links */
a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* Images */
img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}
*:focus,
*:active {
  outline: 0;
}
/* Ordered & Unordered Lists */
ul,
ol,
dd {
  margin-left: 0;
}
.page-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.seperator {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 1px;
  background-color: #000000;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1366px) {
  .seperator {
    padding-left: 0;
    padding-right: 0;
  }
}
/* home page <main> element needs resetting */
.cms-home .column.main {
  padding-bottom: 0;
}
.cms-home .page-main {
  max-width: 100%;
}
/* category <main> element needs resetting */
.catalog-category-view .column.main {
  padding-bottom: 0;
}
.catalog-category-view .page-main {
  max-width: 100%;
}
/* product <main> element needs resetting */
.catalog-product-view .column.main {
  padding-bottom: 0;
}
.catalog-product-view .page-main {
  max-width: 100%;
}
/* contact <main> element needs resetting */
.contact-index-index .column.main {
  padding-bottom: 0;
}
.contact-index-index .page-main {
  max-width: 100%;
}
.page.messages,
.message.info.empty {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (min-width: 1600px) {
  .page.messages,
  .message.info.empty {
    padding: 0;
  }
}
.message.notice,
.message.success,
.message.error,
.message.empty {
  font-size: 14px;
  line-height: 14px;
}
.catalog-product-view .message.notice,
.catalog-product-view .message.success,
.catalog-product-view .message.error,
.catalog-product-view .message.empty,
.catalog-product_compare-index .message.notice,
.catalog-product_compare-index .message.success,
.catalog-product_compare-index .message.error,
.catalog-product_compare-index .message.empty,
.page-layout-brand .message.notice,
.page-layout-brand .message.success,
.page-layout-brand .message.error,
.page-layout-brand .message.empty {
  margin-bottom: 30px;
}
.mage-error {
  color: #ff142b;
}
.block-compare .counter,
.block-wishlist .counter {
  display: none;
  visibility: hidden;
}
.c-container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1366px) {
  .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.breadcrumbs {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}
.breadcrumbs ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1366px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  width: auto;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
}
@media (min-width: 1152px) {
  .breadcrumbs li {
    font-size: 12px;
  }
}
.breadcrumbs li:not(:last-of-type):after {
  content: "/";
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
.breadcrumbs strong {
  font-weight: normal;
}
.breadcrumbs a {
  color: #cccccc;
}
.breadcrumbs a:visited {
  color: #cccccc;
}
.key-messages {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 20px 0 15px 0;
}
.key-messages ul {
  display: none;
}
.key-messages ul.slick-initialized {
  display: block;
}
.key-messages li {
  text-align: center;
}
.key-messages a {
  display: inline-flex;
  align-items: center;
  width: auto;
  color: #000000;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.key-messages a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-right: 10px;
}
.returns a:before {
  background-image: url('../images/icons/14-days-returns-icon.png');
}
.pricematch a:before {
  background-image: url('../images/icons/price-match-promise-icon.png');
}
.fast-delivery a:before {
  background-image: url('../images/icons/fast-free-delivery-icon.png');
}
.rated a:before {
  background-image: url('../images/icons/rated-excellent-icon.png');
}
.secure-payments a:before {
  background-image: url('../images/icons/secure-payments-icon.png');
}
.finance a:before {
  background-image: url('../images/icons/pay-with-finance-icon.png');
}
.top-brands a:before {
  background-image: url('../images/icons/top-brands-icon.png');
}
.minicart-wrapper .block-minicart {
  z-index: 800;
  margin-top: 0;
  right: 15px;
}
@media (min-width: 1152px) {
  .minicart-wrapper .block-minicart {
    margin-top: 15px;
    right: -10px;
  }
}
.minicart-wrapper .action.showcart {
  align-items: center;
}
.minicart-wrapper .action.showcart:before {
  margin-bottom: 4px !important;
}
@media (min-width: 768px) {
  .minicart-wrapper .action.showcart:before {
    margin-bottom: 0 !important;
  }
}
.update-cart-item {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
}
.update-cart-item span {
  color: #000000;
  font-size: 12px;
  line-height: 12px;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px 15px 20px;
  margin-top: 10px !important;
  right: 10px !important;
}
@media (min-width: 1152px) {
  .minicart-wrapper .block-minicart {
    right: -5px !important;
  }
}
.block-minicart .subtitle.empty {
  color: #000000;
  padding: 10px 0 20px;
  text-indent: 0;
}
.block-minicart .subtotal {
  font-size: 12px;
}
@media (min-width: 1152px) {
  .block-minicart .subtotal {
    font-size: 14px;
  }
}
.block-minicart .items-total {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 12px;
}
@media (min-width: 1152px) {
  .block-minicart .items-total {
    font-size: 14px;
  }
}
.block-minicart .amount {
  display: block;
  position: relative;
  margin-top: 5px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background-color: #000000;
  border: 0;
  border-radius: 5px;
  padding: 17px 17px 14px 17px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  transition: all .3s ease;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #000000;
  color: #ffffff;
}
.minicart-items .item {
  position: relative;
  box-shadow: none !important;
  border: 0 !important;
  border-bottom: 1px solid #eee!important;
}
.minicart-items .item:last-of-type {
  border-bottom: 0 !important;
}
.minicart-items .product-item-name {
  margin: 0;
  text-align: left;
  width: 100%;
}
.minicart-items .product-item-name a {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px !important;
  line-height: 16px;
  color: #000000;
}
.product .options {
  font-size: 12px;
}
.product .options dt {
  margin: 0;
}
.minicart-items .product .toggle {
  margin-bottom: 5px;
}
.minicart-items .product .product-item-photo {
  width: auto;
}
.minicart-items .product-item-details .details-qty {
  display: flex;
  align-items: center;
}
.minicart-items .product-item-pricing .label {
  margin-right: 5px;
  font-size: 12px;
  margin-bottom: 0;
}
.minicart-items .item-qty {
  padding: 0 10px!important;
  text-align: center;
  font-size: 14px;
  width: 60px;
}
.minicart-items .product-item-details {
  padding-left: 20px;
  flex-wrap: wrap;
  width: 65%;
}
.minicart-items .product-item-details .product-item-pricing {
  width: 100%;
}
.minicart-items .product-item-details .price-excluding-tax {
  font-size: 14px;
  line-height: 14px;
}
.minicart-items .product-item-details .price {
  font-size: 14px;
  line-height: 14px;
  color: #ffcc00;
}
.minicart-wrapper .product .actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.block-minicart .block-content > .actions .action.viewcart {
  display: block;
  position: relative;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  background-color: #000000;
  transition: all .3s ease;
}
.block-minicart .block-content > .actions .action.viewcart span {
  color: #ffffff;
  font-weight: 14px;
  line-height: 14px;
}
.block-minicart .block-content > .actions .action.viewcart:hover {
  background-color: #ffcc00;
  text-decoration: none;
}
.block-minicart .block-content > .actions .action.viewcart:hover span {
  color: #000000;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #ef233c !important;
}
.modal-custom .action-close {
  margin: 5px !important;
}
.modal-title {
  text-align: center;
  color: #000000 !important;
  border-bottom: 0 !important;
}
.modal-popup .modal-footer {
  z-index: 1;
}
.modal-popup .modal-footer .action-dismiss {
  background-color: #ef233c !important;
  border: 1px solid #d90429!important;
  border-radius: 5px !important;
  padding: 10px 15px!important;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff !important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.modal-popup .modal-footer .action-accept {
  background-color: #80b918 !important;
  border: 1px solid #55a630!important;
  border-radius: 5px !important;
  padding: 10px 15px!important;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff !important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.modal-popup .modal-footer .action-hide-popup {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 5px !important;
  padding: 10px 15px!important;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff !important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.modal-popup .modal-footer .action-save-address {
  background-color: #ffcc00 !important;
  border: 1px solid #ff931e !important;
  border-radius: 5px !important;
  padding: 10px 15px!important;
  font-size: 14px;
  line-height: 14px;
  color: #000000 !important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.form-shipping-address span {
  color: #000000;
}
.form-shipping-address .field-tooltip-action:before {
  display: none;
  visibility: hidden;
}
#confirmBox {
  max-width: 90% !important;
}
.cms-no-route .page-main {
  padding: 100px 20px;
}
.cms-no-route .page-title-wrapper {
  text-align: center;
}
.cms-no-route .page-title {
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
  font-size: 100px;
  line-height: 100px;
}
@media (min-width: 1152px) {
  .cms-no-route .page-title {
    font-size: 150px;
    line-height: 150px;
  }
}
.cms-no-route .error-text {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .cms-no-route .error-text {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1152px) {
  .cms-no-route .error-text {
    max-width: 50%;
  }
}
.cms-no-route .error-text a {
  color: #000000;
}
.error-cats {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.error-cats h2 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  color: #000000;
  margin-bottom: 30px;
}
.error-cats li {
  display: inline-flex;
  flex-direction: column;
  width: 48%;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-right: 2%;
  margin-bottom: 10px;
}
.error-cats li:nth-of-type(2n) {
  margin-right: 0;
}
.error-cats li a {
  text-align: center;
}
.error-cats li span {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #000000;
}
@media (min-width: 768px) {
  .error-cats li {
    width: 31.5%;
  }
  .error-cats li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .error-cats li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .error-cats li {
    width: 15.555%;
    margin-right: 1%;
  }
  .error-cats li:nth-of-type(2n) {
    margin-right: 1%;
  }
  .error-cats li:nth-of-type(3n) {
    margin-right: 1%;
  }
  .error-cats li:nth-of-type(6n) {
    margin-right: 0;
  }
}
.block-category-link-inline {
  text-align: center;
  margin-bottom: 10px;
  min-height: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
}
@media (min-width: 1152px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 32px;
    line-height: 42px;
  }
}
p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
@media (min-width: 1152px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  order: 1;
  font-size: 14px;
  width: 25%;
}
@media (min-width: 1152px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .menu-toggle span {
    font-size: 14px;
    line-height: 14px;
  }
}
.menu-toggle span:before {
  content: "";
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/mob/menu.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
}
.page-header {
  background-color: #ffcc00;
  border: 0;
}
.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 15px 0 0 0;
}
@media (min-width: 1152px) {
  .header-inner {
    padding: 30px 10px;
  }
}
@media (min-width: 1600px) {
  .header-inner {
    padding: 30px 0;
  }
}
.site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  order: 3;
}
@media (min-width: 768px) {
  .site-logo {
    order: 1;
    justify-content: flex-start;
    width: 50%;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .site-logo {
    width: 20%;
    padding-left: 3%;
  }
}
@media (min-width: 1152px) {
  .site-logo {
    width: 16%;
    padding-left: 0;
  }
}
.site-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.block-search {
  display: none;
  width: 100%;
  margin-right: 3%;
  margin-left: 3%;
  padding-left: 0;
}
@media (min-width: 1152px) {
  .block-search {
    display: inline-block;
    position: relative;
    order: 2;
    width: 30%;
  }
}
@media (min-width: 1152px) {
  .block-search {
    margin-right: 2%;
  }
}
.block-search .block-title {
  display: none;
  visibility: hidden;
}
.block-search label {
  display: none;
  visibility: hidden;
}
.block-search .field {
  margin: 0;
  width: 100%;
  height: 60px;
}
.block-search form {
  display: flex;
  flex-direction: row;
}
.block-search .control {
  width: 100%;
  height: 100%;
  padding: 0;
}
.block-search input {
  left: 0;
}
.block-search input[type="text"] {
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-right: 0;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 20px;
  font-size: 16px;
}
.block-search button[type="submit"] {
  position: relative;
  right: 0;
  width: 65px;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  border-left: 0;
  height: 60px;
  text-indent: -9999px;
  font-size: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: url('../images/icons/search.png') !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: center !important;
  cursor: pointer;
}
.block-search .action.search {
  right: -10px !important;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.header-reevoo {
  order: 4;
  width: 45%;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .header-reevoo {
    width: 20%;
    order: 3;
  }
}
@media (min-width: 992px) {
  .header-reevoo {
    width: 13%;
    margin-right: 3%;
  }
}
@media (min-width: 1152px) {
  .header-reevoo {
    padding-right: 0;
  }
}
.header-reevoo img {
  width: 100%;
  max-width: 160px;
}
@media (min-width: 992px) {
  .header-reevoo img {
    max-width: 205px;
  }
}
.header-actions {
  order: 4;
  display: flex;
  width: 100%;
  background-color: transparent;
  padding: 10px 0;
  margin-top: 15px;
}
@media (min-width: 1152px) {
  .header-actions {
    width: 31%;
    justify-content: flex-end;
    padding: 0;
    margin-top: 0;
  }
}
.header-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 0 5px;
}
@media (min-width: 1152px) {
  .header-action {
    width: auto;
    padding: 0 15px;
  }
}
.header-action span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 10px;
  line-height: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .header-action span {
    font-size: 14px;
    line-height: 14px;
  }
}
.header-action span:before {
  content: "";
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  .header-action span:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
    position: relative;
  }
}
@media (min-width: 1366px) {
  .header-action span:before {
    width: 45px;
    height: 45px;
    background-size: 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header-action span {
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
  }
}
@media (min-width: 1366px) {
  .header-action span {
    font-size: 16px;
    line-height: 16px;
  }
}
.header-action span a {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  color: #000000;
  margin-top: 2px;
  text-align: center;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .header-action span a {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1152px) {
  .header-action span a {
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
  }
}
@media (min-width: 1366px) {
  .header-action span a {
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
  }
}
.store-phone {
  order: 4;
}
@media (min-width: 768px) {
  .store-phone {
    order: 5;
  }
}
.store-phone span:before {
  background-image: url('../images/mob/phone-icon.png');
}
@media (min-width: 1152px) {
  .store-phone span:before {
    background-image: url('../images/icons/phone-icon.png');
  }
}
.minicart-wrapper .action.showcart:before {
  content: '';
}
.minicart-wrapper .action.showcart.active:before {
  content: '';
}
.minicart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 0 5px;
  order: 6;
  margin-top: 0;
}
@media (min-width: 768px) {
  .minicart-wrapper {
    order: 6;
  }
}
@media (min-width: 992px) {
  .minicart-wrapper {
    order: 7;
  }
}
@media (min-width: 1152px) {
  .minicart-wrapper {
    width: auto;
  }
}
.showcart {
  display: flex !important;
  flex-direction: column;
}
.showcart:before {
  content: "";
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  background-image: url('../images/mob/basket-icon.png');
}
@media (min-width: 1152px) {
  .showcart:before {
    background-image: url('../images/icons/basket-icon.png');
  }
}
@media (min-width: 1366px) {
  .showcart:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
    position: relative;
  }
}
@media (min-width: 1366px) {
  .showcart:before {
    width: 45px;
    height: 45px;
    background-size: 45px;
    margin-bottom: 0;
  }
}
.showcart .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
  clip: unset !important;
  width: 100% !important;
  height: auto !important;
  margin: 2px 0 0 0!important;
  position: relative !important;
}
@media (min-width: 768px) {
  .showcart .text {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1152px) {
  .showcart .text {
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
  }
}
@media (min-width: 1366px) {
  .showcart .text {
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
  }
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -5px;
  right: 15px;
  width: 25px;
  border-radius: 100%;
  color: #000000 !important;
  background-color: #ffffff !important;
}
@media (min-width: 1152px) {
  .minicart-wrapper .action.showcart .counter.qty {
    background-color: #000000 !important;
    color: #ffffff !important;
    top: 0;
    right: 0;
  }
}
.trade-account {
  display: none;
}
@media (min-width: 1152px) {
  .trade-account {
    display: inline-block;
    order: 4;
  }
}
.trade-account span:before {
  background-image: url('../images/icons/trade-account-icon.png');
}
@media (min-width: 1152px) {
  .trade-account span:before {
    background-image: url('../images/icons/trade-account-icon.png');
  }
}
.header-account {
  display: inline-block;
  order: 5;
}
.header-account span:before {
  background-image: url('../images/mob/account-icon.png');
}
@media (min-width: 1152px) {
  .header-account span:before {
    background-image: url('../images/icons/account-icon.png');
  }
}
.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #000000;
  padding: 0 0 3px 3px;
  vertical-align: middle;
  border-radius: 100%;
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -15px;
}
@media (min-width: 1366px) {
  .counter {
    font-size: 14px;
    line-height: 14px;
    top: -10px;
  }
}
.mob-phone--link {
  display: none;
}
@media (max-width: 992px) {
  .mob-phone--link {
    display: block;
  }
}
.desk-phone--link {
  display: none;
}
@media (min-width: 992px) {
  .desk-phone--link {
    display: block;
  }
}
.page-footer {
  background-color: #000000;
  color: #ffffff;
}
.footer-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .footer-top {
    flex-direction: row;
  }
}
.footer-top .footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-top .footer-col {
    padding: 0 20px;
  }
  .footer-top .footer-col:nth-of-type(2) {
    border-left: 1px solid #6f7282;
    border-right: 1px solid #6f7282;
  }
}
.footer-top .footer-col li {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .footer-top .footer-col li {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-top .footer-col li a,
.footer-top .footer-col li p {
  color: #9a9ca7;
}
.footer-top .footer-col h6 {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-align: center;
}
.footer-top .footer-col a {
  color: #9a9ca7;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .footer-top .footer-col a {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-col--heading {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
  max-width: 80%;
  margin: 0 auto 30px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-col--heading {
    max-width: 90%;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1152px) {
  .footer-col--heading {
    font-size: 18px;
    line-height: 28px;
    max-width: 65%;
    line-height: 24px;
  }
}
.footer-payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  border-bottom: 1px solid #6f7282;
}
@media (min-width: 768px) {
  .footer-payment {
    min-height: 50%;
  }
}
.footer-payment img {
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.footer-stores {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  border-bottom: 1px solid #6f7282;
}
@media (min-width: 768px) {
  .footer-stores {
    min-height: 50%;
    border-top: 0;
    border-bottom: 0;
  }
}
.footer-stores a {
  position: relative;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  padding-right: 10px;
}
.footer-stores a:before {
  content: "";
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/footer/sales-and-support-icon.png');
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  margin-bottom: 20px;
}
.footer-stores a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url('../images/buttons/white-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  bottom: 3px;
  right: -15px;
}
@media (min-width: 768px) {
  .footer-stores a:after {
    bottom: 5px;
    right: -15px;
  }
}
.footer-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0;
}
.footer-help h6 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .footer-help h6 {
    font-size: 14px;
    line-height: 22px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1152px) {
  .footer-help h6 {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
}
.footer-help li {
  margin-bottom: 30px;
  color: #9a9ca7;
}
.footer-help li:last-of-type {
  margin-bottom: 0;
}
.footer-help li:before {
  content: "";
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/footer/phone-icon.png');
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  margin-bottom: 20px;
}
.footer-help li a {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  color: #9a9ca7;
}
.footer-help li + li:before {
  background-image: url('../images/footer/opening-hours-icon.png');
}
.footer-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  border-top: 1px solid #6f7282;
  border-bottom: 1px solid #6f7282;
}
@media (min-width: 768px) {
  .footer-newsletter {
    border-top: 0;
  }
}
.footer-newsletter form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.footer-newsletter input[type="text"] {
  background-color: #000000;
  border: 1px solid #9a9ca7;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  padding-left: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}
.footer-newsletter input[type="text"]::placeholder {
  color: #ffffff;
}
.footer-newsletter input[type="checkbox"] {
  display: inline-block;
  position: relative;
  margin: -3px 5px 0 0;
}
.footer-newsletter p {
  display: inline-block;
  font-size: 14px;
  color: #9a9ca7;
}
@media (min-width: 768px) {
  .footer-newsletter p {
    font-size: 11px;
  }
}
@media (min-width: 1152px) {
  .footer-newsletter p {
    font-size: 14px;
  }
}
.footer-newsletter p a {
  text-decoration: underline;
  font-size: 14px !important;
}
.footer-newsletter p a:hover {
  text-decoration: none;
}
.footer-newsletter button[type="submit"] {
  display: block;
  width: 100%;
  padding: 15px 0;
  max-width: 200px;
  margin-top: 20px;
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
  background-image: url('../images/buttons/white-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 20px center;
  transition: all .3s ease;
}
.footer-newsletter button[type="submit"]:hover {
  background-color: #ffcc00;
  border: 1px solid #ff931e;
  color: #000000;
  background-image: url('../images/buttons/blue-arrow.png');
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.footer-social h6 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .footer-social h6 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1152px) {
  .footer-social h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer-social ul {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.footer-social ul li {
  display: inline-block !important;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.footer-social ul li:last-of-type {
  margin-right: 0;
}
.footer-links {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  .footer-links {
    padding: 60px 0;
    border-top: 1px solid #6f7282;
  }
}
.footer-links li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.footer-links li:last-of-type {
  margin-bottom: 0;
}
.footer-links li a {
  color: #9a9ca7;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
}
.footer.links {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer.links {
    width: 24%;
    margin-bottom: 0;
  }
}
.help-links {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .help-links {
    width: 24%;
    margin-bottom: 0;
  }
}
.about-links {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-links {
    width: 24%;
    margin-bottom: 0;
  }
}
.legal-links {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .legal-links {
    width: 24%;
  }
}
.footer-title {
  margin-bottom: 20px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .footer-title {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 1152px) {
  .footer-title {
    font-size: 18px;
    line-height: 18px;
  }
}
.footer-bottom {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #6f7282;
}
.footer-bottom p {
  color: #9a9ca7;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 1152px) {
  .footer-bottom p {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer-bottom p:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-bottom p a {
  color: #9a9ca7;
  text-decoration: none;
}
.footer-bottom p a:hover {
  text-decoration: underline;
}
.btn,
.purple-outline,
.black-outline,
.purple-btn,
.black-btn,
.finance-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
.purple-outline {
  border: 1px solid #2d2d79;
  border-radius: 5px;
  transition: all .3s ease;
}
.purple-outline span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #2d2d79;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  width: 100%;
  height: 20px;
  padding-right: 10px;
}
.purple-outline span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.purple-outline:hover {
  background-color: #2d2d79;
  text-decoration: none;
}
.purple-outline:hover span {
  color: #ffffff;
}
.purple-outline:hover span:after {
  background-image: url('../images/buttons/white-arrow.png');
}
.black-outline {
  border: 1px solid #000000;
  border-radius: 5px;
  transition: all .3s ease;
}
.black-outline span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  width: 100%;
  height: 20px;
  padding-right: 10px;
}
.black-outline span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.black-outline:hover {
  background-color: #000000;
  text-decoration: none;
}
.black-outline:hover span {
  color: #ffffff;
}
.black-outline:hover span:after {
  background-image: url('../images/buttons/white-arrow.png');
}
.purple-btn {
  border: 1px solid #2d2d79;
  background-color: #2d2d79;
  border-radius: 5px;
  transition: all .3s ease;
}
.purple-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  width: 100%;
  height: 20px;
  padding-right: 10px;
}
.purple-btn span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/white-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.purple-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.purple-btn:hover span {
  color: #2d2d79;
}
.purple-btn:hover span:after {
  background-image: url('../images/buttons/blue-arrow.png');
}
.black-btn {
  border: 1px solid #000000;
  background-color: #000000;
  border-radius: 5px;
  transition: all .3s ease;
}
.black-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  width: 100%;
  height: 20px;
  padding-right: 10px;
}
.black-btn span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/white-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.black-btn:hover {
  background-color: #ffcc00;
  border: 1px solid #ff931e;
  text-decoration: none;
}
.black-btn:hover span {
  color: #000000;
}
.black-btn:hover span:after {
  background-image: url('../images/buttons/blue-arrow.png');
}
.btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
button {
  cursor: pointer;
}
.block-search .action.search {
  box-sizing: border-box;
}
:root {
  --buttonYellow: #ffcc00;
  --titleFont: 22px;
}
@media (max-width: 1024px) {
  :root {
    --deliveryGridAreas: "fields" "action";
    --deliveryGridCols: 100%;
    --shippingBlockAreas: "title" "form" "button" "messages";
  }
}
@media (min-width: 1025px) {
  :root {
    --deliveryGridAreas: "fields action";
    --deliveryGridCols: 2fr 1fr;
    --shippingBlockAreas: "title title" "form button" "messages messages";
  }
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 15px;
}
.fieldset > .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 25px;
}
textarea {
  width: 100%;
  min-height: 200px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 15px 10px;
}
select {
  height: 50px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 10px 15px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/product-page/select-arrow.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.field {
  margin-bottom: 25px;
}
label {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
}
.box-tocart input::-webkit-outer-spin-button,
.box-tocart input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.box-tocart input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
/* delivery form */
.mpshippingcost-block {
  display: grid;
  grid-template-areas: var(--shippingBlockAreas);
  grid-auto-columns: var(--deliveryGridCols);
  gap: 10px;
  align-items: flex-end;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mpshippingcost-block div.step-title {
  grid-area: title;
  border-bottom: none;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: var(--titleFont);
  margin-bottom: 0px;
}
.mpshippingcost-block div.messages,
.mpshippingcost-block div.mpshippingcost-rates {
  grid-area: messages;
}
.mpshippingcost-block div.messages span,
.mpshippingcost-block div.mpshippingcost-rates span {
  color: black;
}
.mpshippingcost-block div.messages button,
.mpshippingcost-block div.mpshippingcost-rates button {
  background: none;
  border: none;
  color: blue;
}
.mpshippingcost-block div.messages .message-info,
.mpshippingcost-block div.mpshippingcost-rates .message-info {
  display: none;
}
.mpshippingcost-block .mpshippingcost-form {
  grid-area: form;
}
.mpshippingcost-block .mpshippingcost-form div.messages {
  display: none;
}
.mpshippingcost-block .mpshippingcost-form > fieldset {
  display: grid;
  grid-template-areas: "country postcode";
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: flex-end;
}
.mpshippingcost-block .mpshippingcost-form > fieldset div.field {
  margin: 0px;
}
.mpshippingcost-block .mpshippingcost-form > fieldset div.field:first-of-type {
  grid-area: country;
}
.mpshippingcost-block .mpshippingcost-form > fieldset div.field:last-of-type {
  grid-area: postcode;
}
.mpshippingcost-block .mpshippingcost-form > fieldset div.field input,
.mpshippingcost-block .mpshippingcost-form > fieldset div.field select {
  border-radius: 5px;
  background: white;
}
.mpshippingcost-block .mpshippingcost-form > fieldset div.field select {
  appearance: listbox;
}
.mpshippingcost-block .mpshippingcost-form + fieldset {
  grid-area: button;
}
.mpshippingcost-block .mpshippingcost-form + fieldset > div.field {
  display: none;
}
.mpshippingcost-block .mpshippingcost-form + fieldset > div.actions-toolbar > div {
  width: 100%;
}
.mpshippingcost-block .mpshippingcost-form + fieldset > div.actions-toolbar > div button {
  width: 100%;
  padding: 15px 5px;
  border-radius: 5px;
  color: black;
  background: var(--buttonYellow);
  border-color: var(--buttonYellow);
  transition: all 0.25s;
}
.mpshippingcost-block .mpshippingcost-form + fieldset > div.actions-toolbar > div button:hover {
  background: black;
  color: white;
  border: black;
}
@media (min-width: 1152px) {
  .ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
    margin: 0 auto;
    max-width: 1366px !important;
  }
  .ammenu-menu-wrapper {
    display: block;
    background-color: #000000;
    margin-bottom: 0;
  }
  .ammenu-main-container {
    background: #000000 !important;
  }
  .ammenu-main-container ul {
    display: flex !important;
    align-items: center;
  }
  .ammenu-menu-wrapper .ammenu-main-container {
    box-sizing: border-box;
    margin: auto;
  }
  .ammenu-menu-wrapper .ammenu-items {
    position: relative;
    display: flex !important;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
  }
  .ammenu-menu-wrapper .ammenu-item {
    display: inline-flex !important;
    align-items: center;
    box-sizing: border-box !important;
    margin: 0 !important;
    height: 58px;
    padding: 0 !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    background-color: #000000 !important;
    transition: all .3s ease!important;
    font-size: 13px !important;
  }
  .ammenu-menu-wrapper .ammenu-item:hover {
    background-color: #ffcc00 !important;
  }
  .ammenu-menu-wrapper .ammenu-item:hover .ammenu-text-block {
    color: #000000 !important;
  }
  .ammenu-menu-wrapper .ammenu-item > .ammenu-link {
    display: block;
    position: relative;
    color: #ffffff !important;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 10px!important;
    font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  }
  .ammenu-menu-wrapper .ammenu-item > .ammenu-link:hover {
    text-decoration: none;
  }
  .ammenu-menu-wrapper .ammenu-text-block {
    font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 17px;
  }
}
@media (min-width: 1152px) and (min-width: 1366px) {
  .ammenu-menu-wrapper .ammenu-item {
    font-size: 14px !important;
  }
}
@media (min-width: 1152px) and (min-width: 1366px) {
  .ammenu-menu-wrapper .ammenu-text-block {
    font-size: 14px !important;
    line-height: 18px;
  }
}
@media (min-width: 1025px) {
  .ammenu-submenu-block.-root {
    top: 58px;
    background-color: #ffffff;
    z-index: 700 !important;
  }
}
.ammenu-submenu-block .ammenu-item {
  background-color: #ffffff !important;
  color: #666666 !important;
  height: auto !important;
}
.ammenu-categories-container .ammenu-column:not(:last-child) {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #000000;
}
.ammenu-categories-container .ammenu-column:last-child {
  padding-left: 15px;
}
.ammenu-menu-wrapper .ammenu-categories-container .ammenu-link {
  padding: 0 !important;
  max-width: 100% !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}
.ammenu-menu-wrapper .ammenu-categories-container .ammenu-link .ammenu-text {
  color: #000000 !important;
  text-transform: none;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif !important;
  font-size: 14px;
}
.ammenu-nav-sections.-topmenu .ammenu-categories-container .ammenu-column > .ammenu-link {
  border-bottom: 1px solid #000000;
  padding-bottom: 8px !important;
}
.ammenu-menu-wrapper .ammenu-categories-container .ammenu-list {
  padding-top: 20px;
}
.ammenu-menu-wrapper .ammenu-categories-container .ammenu-list .ammenu-item {
  color: #666666 !important;
  padding: 0 !important;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif !important;
}
.ammenu-menu-wrapper .ammenu-categories-container .ammenu-list .ammenu-item .ammenu-text {
  color: #666666 !important;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif !important;
  font-size: 12px;
}
.ammenu-menu-wrapper .ammenu-categories-container .ammenu-list .ammenu-item:hover {
  background-color: transparent !important;
}
.ammenu-menu-wrapper .ammenu-categories-container .ammenu-link:not(.-level1) {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .ammenu-menu-wrapper .ammenu-categories-container .ammenu-link.-level1 {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .ammenu-menu-wrapper .ammenu-categories-container .ammenu-link.-level1 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .ammenu-menu-wrapper .ammenu-categories-container .ammenu-link:not(.-level1) {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .ammenu-menu-wrapper .ammenu-categories-container .ammenu-link:not(.-level1) {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .ammenu-menu-wrapper .ammenu-categories-container > .ammenu-item.-child {
    padding: 10px 10px;
  }
}
@media (min-width: 1025px) {
  .ammenu-menu-wrapper .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
    padding-bottom: 3px;
  }
}
@media (min-width: 1025px) {
  .ammenu-menu-wrapper .ammenu-categories-container [class*='-col-']:not(.-col-1) {
    max-width: 25%;
  }
}
.ammenu-menu-wrapper .ammenu-items .ammenu-item.current > .ammenu-link {
  color: #999 !important;
}
@media (max-width: 1151px) {
  .nav-sections {
    display: none;
  }
  .ammenu-tabs-list {
    display: none;
    visibility: hidden;
  }
  .ammenu-button.-hamburger {
    position: relative !important;
    width: 25% !important;
    height: auto;
    margin: 0 !important;
    padding: 0 5px!important;
    flex-direction: column;
  }
  .ammenu-button.-hamburger:before {
    position: relative !important;
    width: 35px;
    height: 35px;
    background-image: url(../images/icons/hamburger.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
  }
  .ammenu-button.-hamburger:after {
    content: "Menu";
    color: #000000;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  }
  .ammenu-line {
    display: none !important;
    visibility: hidden;
  }
  .ammenu-line:before {
    display: none !important;
    visibility: hidden;
  }
  .ammenu-line:after {
    display: none !important;
    visibility: hidden;
  }
  .ammenu-menu-wrapper {
    margin-bottom: 0 !important;
  }
}
.ammenu-button.-hamburger:before,
.ammenu-button.-hamburger:after,
.ammenu-button.-hamburger .ammenu-line {
  border: 0 !important;
}
.minicart-wrapper .action.showcart:before {
  margin-bottom: 2px;
}
/* Styles for mobile drill down menu */
@media (max-width: 1151px) {
  .ammenu-menu-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .ammenu-title {
    display: none;
  }
  .ammenu-nav-sections.-mobile .ammenu-text {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
    text-transform: capitalize;
    color: #000000;
  }
  .ammenu-nav-sections.-mobile:not(.-has-icons) .ammenu-items.-root > .ammenu-item > .ammenu-link:before {
    display: none;
    visibility: hidden;
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-head .ammenu-link {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    color: #000000;
  }
  .ammenu-nav-sections:not(.-hamburger) .ammenu-title {
    width: 50%;
    background-color: #f5f5f5;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title.active {
    background-color: #ffffff;
  }
  .ammenu-nav-sections .ammenu-content {
    padding: 10px;
    margin-top: 0 !important;
  }
  .ammenu-nav-sections.nav-sections .header.links {
    background-color: #ffffff;
    padding-top: 0 !important;
  }
  .ammenu-nav-sections.nav-sections .header.links li {
    border-bottom: 1px solid #eee;
  }
  .ammenu-nav-sections.nav-sections .header.links li > a {
    font-weight: 400 !important;
    font-size: 14px;
    color: red !important;
  }
  .ammenu-nav-sections.nav-sections .header.links li.greet.welcome {
    border-bottom: 1px solid #eee!important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    background-color: #ffffff !important;
  }
  .ammenu-link.-main {
    padding-left: 20px;
  }
  .ammenu-menu-wrapper .ammenu-link.-main:before {
    display: none !important;
  }
  .-drill-opened > .ammenu-submenu-container,
  .-drill-opened > .ammenu-item.-child {
    border-top: 1px solid #eee!important;
  }
  .ammenu-menu-wrapper.-mobile .ammenu-link.-main {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  }
  .ammenu-item.-main:not(:last-child) {
    border-bottom: 1px solid #eee!important;
  }
  .ammenu-menu-wrapper.-mobile .ammenu-link.-level1,
  .ammenu-menu-wrapper.-hamburger .ammenu-link.-level1 {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  }
  .-drill-opened .ammenu-item.-child {
    background-color: #ffffff;
    border-top: 0 !important;
  }
  .-drill-closed .ammenu-item.-main:not(:last-child) {
    border-bottom: 0 !important;
  }
  .-drill-closed ul:last-of-type li:last-of-type {
    border-bottom: 0 !important;
  }
  .-drill-opened .ammenu-link {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper {
    border-bottom: 1px solid #eee;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper:last-of-type {
    border-bottom: 0;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-link {
    color: #000000 !important;
  }
  .-drill-opened .-slide-right {
    background-color: #ffffff;
  }
  /* Drill Down Arrows */
  .-drill .ammenu-toggle {
    background-color: transparent;
    padding: 0 !important;
    background-image: url('../images/mob/drilldown-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    opacity: 1;
  }
  .ammenu-toggle .ammenu-icon {
    display: none !important;
    padding: 0 !important;
  }
  .ammenu-toggle .ammenu-icon:before,
  .ammenu-toggle .ammenu-icon:after {
    display: none !important;
  }
  .ammenu-item.-drill-opened .ammenu-link.-level1 {
    padding: 15px 20px!important;
  }
  .ammenu-item.-drill-opened .ammenu-arrow {
    top: 0 !important;
    height: 99% !important;
    padding: 15px !important;
    background-image: url('../images/mob/drilldown-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    opacity: 1;
  }
  .ammenu-arrow:before,
  .ammenu-arrow:after {
    display: none !important;
  }
  .-drill-opened .ammenu-icon {
    margin: 0 !important;
  }
  .-drill-opened .ammenu-toggle .ammenu-icon:not(.-small) {
    display: none !important;
    padding: 0 !important;
  }
  .-drill-opened > .ammenu-toggle {
    height: 50px !important;
    background-image: url('../images/mob/drilldown-arrow-left.png');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
  }
  .-drill-opened.-deep > .ammenu-arrow {
    margin: 0 10px 0 0!important;
    left: 0 !important;
    height: 50px !important;
    width: 30px !important;
    background: transparent !important;
    background-image: url('../images/mob/drilldown-arrow-left.png') !important;
    background-repeat: no-repeat !important;
    background-size: 7px !important;
    background-position: center !important;
    opacity: 1;
  }
  .ammenu-drill-btn {
    text-align: center !important;
    background-color: #ffffff;
    color: #ff142b;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  }
  .ammenu-drill-btn:before {
    display: none !important;
  }
  .ammenu-items .current > .ammenu-wrapper {
    color: #ff142b !important;
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-toggle {
    transform: rotate(360deg);
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-button.-go-main {
    background-color: #000000;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 14px;
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-button.-prev {
    margin: 0 10px 0 0;
    width: auto;
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-button.-go-main:before {
    content: "" !important;
    transform: unset;
    height: 12px;
    margin: 0 10px 0 0;
    background-image: url('../images/mob/drilldown-arrow-left-white.png') !important;
    background-repeat: no-repeat !important;
    background-size: 7px !important;
    background-position: center !important;
  }
}
.carousel-product--item {
  display: inline-block;
  position: relative;
  width: 25%;
  padding: 0 10px;
}
.carousel-product--item .carousel-inner {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 2px;
  transition: all .3s ease;
}
.carousel-product--item .carousel-inner:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.48);
}
.carousel-product--item .carousel-inner:hover .actions-primary .view-product {
  text-decoration: none;
  background-color: #ffcc00;
  border: 1px solid #ff931e;
}
.carousel-product--item .carousel-inner:hover .actions-primary .view-product span {
  text-decoration: none;
  color: #000000;
}
.carousel-product--item .product-item-photo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 20px;
  text-align: center;
}
.carousel-product--item .product-item-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 80px;
  text-align: center;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 0 25px;
  margin-bottom: 20px;
}
.carousel-product--item .price-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100px;
  text-align: center;
}
.carousel-product--item .price-box .price {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.carousel-product--item .savings-price {
  order: 3;
  margin-top: 8px;
}
.carousel-product--item .savings-price .price {
  color: #ff142b;
  font-size: 14px;
  line-height: 14px;
}
.carousel-product--item .special-price {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  order: 2;
}
.carousel-product--item .special-price .price {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.carousel-product--item .special-price .price-label {
  display: none;
}
.carousel-product--item .old-price {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  order: 1;
  color: #cccccc;
}
.carousel-product--item .old-price .price {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #cccccc;
  text-decoration: line-through;
}
.carousel-product--item .old-price .price-label {
  color: #cccccc;
  text-decoration: line-through;
}
.carousel-product--item .actions-primary .view-product {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all .3s ease;
}
.carousel-product--item .actions-primary .view-product span {
  position: relative;
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.carousel-product--item .actions-primary .view-product span:hover {
  text-decoration: none;
}
.carousel-product--item .actions-primary .view-product span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -2rem;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}
.saving-label {
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: #ff142b;
  padding: 7px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  z-index: 5;
}
.banner-callout {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 1152px) {
  .banner-callout {
    padding: 60px 0;
  }
}
.ratings-carousel {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f2f2f2;
}
.ratings-carousel h4 {
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
.ratings-carousel ul {
  margin-bottom: 60px;
}
.ratings-carousel li {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}
.ratings-carousel blockquote {
  padding: 0 40px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  height: auto;
  min-height: 80px;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
}
.ratings-carousel cite {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #000000;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.ratings-carousel .reevoo-link {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}
.ratings-carousel .reevoo-link img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.finance-callout {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f2f2f2;
}
.finance-callout p {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  color: #666;
}
@media (min-width: 1152px) {
  .finance-callout p {
    max-width: 70%;
  }
}
.finance-callout ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .finance-callout ul {
    flex-direction: row;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1152px) {
  .finance-callout ul {
    max-width: 90%;
  }
}
.finance-callout li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .finance-callout li {
    padding: 0;
  }
}
.finance-callout li:nth-of-type(2) {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
@media (min-width: 768px) {
  .finance-callout li:nth-of-type(2) {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 0;
    border-top: 0;
  }
}
.finance-details {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 30px 30px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 8px 15px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 8px 15px -3px rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
  border-radius: 15px;
}
@media (min-width: 1152px) {
  .finance-details {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.finance-heading {
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
@media (min-width: 1152px) {
  .finance-heading {
    font-size: 26px;
    line-height: 30px;
  }
}
.finance-value {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 15px;
}
@media (min-width: 1152px) {
  .finance-value {
    font-size: 54px;
    line-height: 54px;
  }
}
.finance-type {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.page-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 1152px) {
  .page-intro {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.page-intro h1 {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.page-intro h2,
.page-intro h3,
.page-intro h4,
.page-intro h5,
.page-intro h6 {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1152px) {
  .page-intro h2,
  .page-intro h3,
  .page-intro h4,
  .page-intro h5,
  .page-intro h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
.page-intro p {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.page-intro p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-intro p {
    max-width: 70%;
  }
}
.page-intro p a {
  color: #ffcc00;
}
.page-intro p a:visited {
  color: #ffcc00;
}
.page-intro .btn-container {
  margin-top: 60px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-intro .btn-container {
    flex-direction: row;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .page-intro .btn-container .black-btn:not(:first-of-type) {
    margin-left: 20px;
  }
}
.catalog-product_compare-index .page-main {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
}
@media (min-width: 1152px) {
  .catalog-product_compare-index .page-main {
    padding-left: 0;
  }
}
.catalog-product_compare-index .page-title-wrapper {
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
.table-comparison {
  width: 100%;
}
.table-comparison thead th,
.table-comparison thead td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.table-comparison .price-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.table-comparison .old-price {
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
}
.table-comparison .old-price .price {
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
}
.table-comparison .special-price {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.table-comparison .special-price .price {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
}
.table-comparison .special-price .price-label {
  display: none;
  visibility: hidden;
}
.table-comparison .savings-price {
  margin-top: 5px;
}
.table-comparison .savings-price .price {
  color: #ff142b;
}
.table-comparison .action.primary {
  background-color: #ffcc00;
  border: 1px solid #ff931e;
  font-size: 14px;
  line-height: 14px;
  transition: all .3s ease;
}
.table-comparison .action.primary span {
  font-family: sans-serif;
  font-weight: normal;
  color: #000000;
}
.table-comparison .action.primary:active,
.table-comparison .action.primary:focus,
.table-comparison .action.primary:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 7px 15px!important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.table-comparison .action.primary:active span,
.table-comparison .action.primary:focus span,
.table-comparison .action.primary:hover span {
  color: #ffffff;
  font-family: sans-serif !important;
  text-transform: none !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
.table-comparison .attribute.value {
  font-size: 14px;
  line-height: 16px;
}
.table-comparison tbody:not(:first-of-type) tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.table-comparison .cell.label .attribute.label {
  text-align: left;
}
.table-comparison .cell.remove {
  text-align: center;
}
.table-comparison .cell.remove .action.delete:before {
  width: 30px;
  height: 30px;
  content: '' !important;
  background-image: url('../images/icons/clear-basket.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.cell.attribute {
  text-align: center;
}
.cell.attribute p {
  font-size: 14px;
  line-height: 18px;
}
.cell.attribute:not(:last-of-type) {
  border-right: 1px solid #ddd!important;
}
.table-comparison .cell.product.info:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.table-comparison .product-item-photo {
  text-align: center;
}
.table-comparison .product-item-name {
  min-height: 100px;
  text-align: center;
}
.table-comparison .product-item-name a {
  hyphens: manual;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1152px) {
  .table-comparison .product-item-name a {
    font-size: 14px;
    line-height: 20px;
  }
}
.table-comparison .product-item-actions .actions-primary {
  text-align: center;
}
.homepage-banner ul {
  display: none;
}
.homepage-banner ul.slick-initialized {
  display: block;
}
.homepage-banner picture,
.homepage-banner img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.homepage-banner .slick-prev,
.homepage-banner .slick-next {
  display: none !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 5;
}
.homepage-banner .slick-prev:before,
.homepage-banner .slick-next:before {
  display: none;
}
@media (min-width: 768px) {
  .homepage-banner .slick-prev,
  .homepage-banner .slick-next {
    display: inline-block !important;
  }
}
.homepage-banner .slick-prev {
  left: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url('../images/carousel/previous.png');
}
@media (min-width: 768px) {
  .homepage-banner .slick-prev {
    left: 50px;
  }
}
.homepage-banner .slick-next {
  right: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url('../images/carousel/next.png');
}
@media (min-width: 768px) {
  .homepage-banner .slick-next {
    right: 50px;
  }
}
.discount-deals {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  padding: 60px 0;
}
.discount-deals h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.discount-deals p {
  text-align: center;
}
@media (min-width: 768px) {
  .discount-deals p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1152px) {
  .discount-deals p {
    font-size: 18px;
    line-height: 18px;
  }
}
.discount-deals ul {
  margin-top: 60px;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  .discount-deals ul {
    margin-left: -10px;
  }
}
@media (min-width: 1152px) {
  .discount-deals .slick-list {
    padding: 20px 0;
  }
}
.discount-deals .slick-dots {
  position: relative;
  width: 70%;
  margin: 60px auto 0 auto;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: unset;
}
.discount-deals .slick-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  flex: 1;
  margin: 0;
}
.discount-deals .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  background-color: #ccc;
}
.discount-deals .slick-dots li button:before {
  display: none;
}
.discount-deals .slick-dots .slick-active button {
  background-color: #333;
}
.discount-deals .carousel-next {
  display: flex;
  position: absolute;
  right: calc(10%);
  bottom: 98px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .discount-deals .carousel-next {
    right: calc(10%);
  }
}
.discount-deals .carousel-next img {
  width: 100%;
  max-width: 15px;
}
.discount-deals .carousel-prev {
  display: flex;
  position: absolute;
  left: calc(10%);
  bottom: 98px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .discount-deals .carousel-prev {
    left: calc(10%);
  }
}
.discount-deals .carousel-prev img {
  width: 100%;
  max-width: 15px;
}
.shop-by {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #ffcc00;
  background: linear-gradient(4deg, #ff931e 0%, #ffcc00 100%);
}
.shop-by h3 {
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
.shop-by ul {
  display: none;
}
.shop-by ul.slick-initialized {
  display: block;
}
.shop-by li {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 3px;
  border-radius: 15px;
  margin: 0 8px;
  transition: all .3s ease;
}
.shop-by li p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.shop-by li:hover {
  -webkit-box-shadow: 0px 0px 14px -3px #000000;
  box-shadow: 0px 0px 14px -3px #000000;
}
.shop-by img {
  border-radius: 15px;
}
.shop-by .view-products {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  height: 60px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.shop-by .view-products:hover {
  text-decoration: none;
}
.shop-by .view-products span {
  position: relative;
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.shop-by .view-products span:hover {
  text-decoration: none;
}
.shop-by .view-products span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -2rem;
  top: -3px;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}
@media (min-width: 1152px) {
  .shop-by .slick-list {
    padding: 20px 0;
  }
}
.shop-by .slick-dots {
  position: relative;
  width: 70%;
  margin: 60px auto 0 auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: unset;
}
.shop-by .slick-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  flex: 1;
  margin: 0;
  padding: 0;
  background-color: #db7c26;
  border: 0;
}
.shop-by .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  background-color: #db7c26;
}
.shop-by .slick-dots li button:before {
  display: none;
}
.shop-by .slick-dots .slick-active button {
  background-color: #000000;
}
.shop-by .dep-next {
  display: flex;
  position: absolute;
  right: calc(10%);
  bottom: -15px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.shop-by .dep-next img {
  width: 100%;
  max-width: 15px;
}
.shop-by .dep-prev {
  display: flex;
  position: absolute;
  left: calc(10%);
  bottom: -15px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.shop-by .dep-prev img {
  width: 100%;
  max-width: 15px;
}
.department-name {
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .department-name {
    max-width: 80%;
  }
}
@media (min-width: 1152px) {
  .department-name {
    max-width: 65%;
  }
}
.shop-by--content {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 98.4%;
  height: 100%;
  border-radius: 15px;
  text-align: center;
  padding-top: 30px;
}
.shop-by--content:before {
  content: "";
  display: block;
  position: absolute;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%, #020024 8987%);
  border-radius: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 66px);
}
.shop-by--content * {
  display: block;
  position: relative;
  color: #ffffff;
}
.brands-carousel {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #ffffff;
}
.brands-carousel h3 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.brands-carousel ul {
  margin: 0;
}
.brands-carousel li {
  display: block;
  position: relative;
  background-color: #ffffff;
}
.brands-carousel .slick-dots {
  position: relative;
  width: 70%;
  margin: 30px auto 60px auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: unset;
}
.brands-carousel .slick-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  flex: 1;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  border: 0;
}
.brands-carousel .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  background-color: #f2f2f2;
}
.brands-carousel .slick-dots li button:before {
  display: none;
}
.brands-carousel .slick-dots .slick-active button {
  background-color: #999;
}
.brands-carousel .brands-next {
  display: flex;
  position: absolute;
  right: calc(10%);
  bottom: 98px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .brands-carousel .brands-next {
    right: calc(10%);
  }
}
.brands-carousel .brands-next img {
  width: 100%;
  max-width: 15px;
}
.brands-carousel .brands-prev {
  display: flex;
  position: absolute;
  left: calc(10%);
  bottom: 98px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .brands-carousel .brands-prev {
    left: calc(10%);
  }
}
.brands-carousel .brands-prev img {
  width: 100%;
  max-width: 15px;
}
.page-layout-category1col .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.page-layout-category1col .page-title-wrapper h1 {
  color: #000000;
}
.category-top {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0 20px;
}
@media (min-width: 1152px) {
  .category-top {
    padding: 0;
  }
}
.category-top .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.category-top h1 {
  color: #000000;
}
.category-top p {
  text-align: center;
  color: #666666;
}
@media (min-width: 768px) {
  .category-top p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .category-top p:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1152px) {
  .category-top p {
    max-width: 60%;
  }
}
.page-with-filter .page-main {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.page-with-filter .page-title-wrapper {
  text-align: center;
  color: #000000;
  width: 100%;
}
@media (min-width: 768px) {
  .page-with-filter .page-title-wrapper {
    padding: 23px 20px;
  }
}
.page-with-filter .page-title-wrapper .page-title {
  line-height: 52px;
}
@media (min-width: 768px) {
  .page-with-filter .page-title-wrapper .page-title {
    font-size: 34px;
  }
}
@media (min-width: 1152px) {
  .page-with-filter .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.page-with-filter .sidebar-main {
  float: left;
  position: relative;
  background-color: #ffffff;
  margin-top: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 50;
  padding: 30px;
  overflow: auto;
  transition: all .3s ease;
  transform: translateX(-110%);
}
@media (min-width: 768px) {
  .page-with-filter .sidebar-main {
    width: 300px;
  }
}
@media (min-width: 1152px) {
  .page-with-filter .sidebar-main {
    float: left;
    order: 1;
    width: 30%;
    position: relative;
    transform: translateX(0);
    margin-top: 60px;
  }
}
.page-with-filter .sidebar-main dt {
  background-image: url('../images/sub-sub-category/plus-icon.png');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 0 top 5px;
  cursor: pointer;
}
.page-with-filter .sidebar-main dt.active {
  background-image: url('../images/sub-sub-category/minus-icon.png');
}
.page-with-filter .sidebar-main .counter {
  display: none;
  visibility: hidden;
}
.block-compare .action.delete {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1152px) {
  .page-with-filter .column.main {
    width: 70%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-with-filter .main {
    padding-left: 2%;
    padding-right: 2%;
  }
  .page-with-filter .sidebar-main {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .block.filter {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 25px 5px 25px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .page-with-filter .main {
    padding-right: 0;
  }
}
.filters-opened {
  overflow: hidden;
}
.filters-active {
  transform: translateX(0) !important;
}
.products.products-grid {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
.products.products-list {
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #cccccc;
}
.filter-title {
  display: none;
  visibility: hidden;
}
.filter-subtitle {
  display: none;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  line-height: 18px;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  word-break: break-all;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
  cursor: pointer;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
  display: block;
  opacity: 1;
}
.filter-options .filter-options-content.layered-close {
  display: none;
  opacity: 0;
}
.page-layout-2columns-left .layered-opened {
  height: 100%;
  transform: translateX(0);
  z-index: 100;
  opacity: 1;
  display: block;
  width: 100% !important;
  padding: 0;
}
.product-items {
  list-style: none none;
}
.filter-options .filter-options-content .item {
  margin-bottom: 5px;
  list-style-type: none;
}
.filter-options .filter-options-content .item a {
  color: #666666;
}
.filter-options .filter-options-content .item a:visited {
  color: #666666;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filter-options-content .filter-count-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-compare {
  display: none;
  background-color: #ffffff;
  width: 100%;
  border-radius: 10px;
  padding: 25px 25px 25px 25px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.block-compare .block-title {
  margin-bottom: 20px;
}
.block-compare .block-title strong {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.block-compare .product-item {
  margin-bottom: 20px;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.block-compare .product-item:last-of-type {
  margin-bottom: 0;
}
.block-compare .product-item a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.block-compare .product-item strong {
  font-weight: normal;
}
@media (min-width: 1152px) {
  .block-compare {
    display: block;
  }
}
.actions-toolbar .secondary a.action {
  margin-top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-compare .actions-toolbar .primary {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  border-radius: 5px;
  margin-right: 5px;
  padding: 10px 10px 10px 20px;
}
@media (min-width: 1152px) {
  .block-compare .actions-toolbar .primary {
    width: 48%;
  }
}
.block-compare .actions-toolbar .primary .primary {
  padding: 0;
  width: 100% !important;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
  margin-right: 0;
  background-image: url('../images/buttons/white-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 5px center;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.block-compare .actions-toolbar .secondary {
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 8px 10px 8px 20px;
  background-image: url('../images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 15px center;
}
@media (min-width: 1152px) {
  .block-compare .actions-toolbar .secondary {
    width: 48%;
  }
}
.block-compare .actions-toolbar .secondary span {
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.products {
  margin: 0;
}
.category-subs {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
@media (min-width: 1152px) {
  .category-subs {
    margin-bottom: 80px;
  }
}
.category-subs .btn-container {
  margin-top: 60px;
}
.magepow-categories-grid {
  display: flex;
  position: relative;
  width: auto;
  max-width: 1366px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  gap: 10px;
}
.magepow-categories-grid.brand {
  gap: 10px !important;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .magepow-categories-grid.brand {
    justify-content: flex-start;
  }
}
@media (min-width: 1152px) {
  .magepow-categories-grid {
    padding: 0;
  }
}
.magepow-categories-grid li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0px !important;
}
.magepow-categories-grid li > a:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: 100%;
  padding: 20px 0;
}
.magepow-categories-grid li > a:first-of-type img {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  max-width: 150px;
}
.energy-rating {
  max-width: 90px !important;
  margin: 20px 0px 0px 30px ;
  height: auto !important;
  width: auto !important;
  display: block;
}
.magepow-categories-category-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid #cccccc !important;
  border-radius: 15px !important;
  padding: 2px !important;
  transition: all .3s ease;
}
@media (min-width: 1025px) {
  .magepow-categories-category-wrapper {
    width: calc((100% / 4) - 14px) !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .magepow-categories-category-wrapper {
    width: calc((100% / 3) - 13px) !important;
  }
}
@media (max-width: 768px) {
  .magepow-categories-category-wrapper {
    width: calc((100% / 2) - 12px) !important;
  }
}
.magepow-categories-category-wrapper:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.48);
}
.magepow-categories-category-wrapper:hover .magepow-categories-category-button {
  text-decoration: none;
  background-color: #ffcc00;
  border: 1px solid #ff931e;
}
.magepow-categories-category-wrapper:hover .magepow-categories-category-button span {
  text-decoration: none;
  color: #000000;
}
.magepow-categories-category-wrapper:hover .magepow-categories-category-button span:after {
  background-image: url('../images/buttons/white-arrow.png');
}
.magepow-categories-category-wrapper .magepow-categories-category-name {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .magepow-categories-category-wrapper .magepow-categories-category-name {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 1152px) {
  .magepow-categories-category-wrapper .magepow-categories-category-name {
    font-size: 28px;
    line-height: 28px;
  }
}
.magepow-categories-category-wrapper .category-list--description {
  text-align: center;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  color: #666666;
  margin-bottom: 40px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .magepow-categories-category-wrapper .category-list--description {
    padding: 0 30px;
  }
}
.magepow-categories-category-wrapper .magepow-categories-category-button {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 15px;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all .3s ease;
}
.magepow-categories-category-wrapper .magepow-categories-category-button span {
  position: relative;
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .magepow-categories-category-wrapper .magepow-categories-category-button span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1152px) {
  .magepow-categories-category-wrapper .magepow-categories-category-button span {
    font-size: 16px;
    line-height: 16px;
  }
}
.magepow-categories-category-wrapper .magepow-categories-category-button span:hover {
  text-decoration: none;
}
.magepow-categories-category-wrapper .magepow-categories-category-button span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -2rem;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}
@media (min-width: 1025px) {
  .magepow-categories-category-wrapper.bybrand {
    width: calc((100% / 4) - 14px) !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .magepow-categories-category-wrapper.bybrand {
    width: calc((100%/3) - 13px) !important;
  }
}
@media (max-width: 768px) {
  .magepow-categories-category-wrapper.bybrand {
    width: calc((100%/2) - 12px) !important;
  }
}
.magepow-categories-category-wrapper.bybrand a {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  padding: 0px !important;
}
.magepow-categories-category-wrapper.bybrand a img {
  max-width: unset !important;
  width: 90%;
}
.magepow-categories-category-wrapper.bybrand a button {
  justify-self: flex-end;
  width: 100%;
  box-sizing: border-box;
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.magepow-categories-category-wrapper.bybrand a button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}
.magepow-categories-grid li {
  width: auto;
}
.magepow-categories-grid .magepow-categories-category-image {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 0 20px;
}
.magepow-categories-grid .magepow-categories-category-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
img.offerbanner {
  max-width: 50% !important;
}
ol.products.list.items.product-items li div.product-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}
ol.products.list.items.product-items li div.product-media a.product-item-photo {
  width: unset;
  padding: 0px 0px 30px 0px;
}
.category-carousel {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  padding: 60px 0;
}
.category-carousel h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.category-carousel p {
  text-align: center;
}
@media (min-width: 768px) {
  .category-carousel p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1152px) {
  .category-carousel p {
    font-size: 18px;
    line-height: 18px;
  }
}
.category-carousel ul {
  display: none;
  margin-top: 60px;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  .category-carousel ul {
    margin-left: -10px;
  }
}
.category-carousel ul.slick-initialized {
  display: block;
}
@media (min-width: 1152px) {
  .category-carousel .slick-list {
    padding: 20px 0;
  }
}
.category-carousel .slick-dots {
  position: relative;
  width: 70%;
  margin: 60px auto 0 auto;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: unset;
}
.category-carousel .slick-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  flex: 1;
  margin: 0;
}
.category-carousel .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  background-color: #ccc;
}
.category-carousel .slick-dots li button:before {
  display: none;
}
.category-carousel .slick-dots .slick-active button {
  background-color: #333;
}
.category-carousel .carousel-next {
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 98px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .category-carousel .carousel-next {
    right: 10%;
  }
}
.category-carousel .carousel-next img {
  width: 100%;
  max-width: 15px;
}
.category-carousel .carousel-prev {
  display: flex;
  position: absolute;
  left: 30px;
  bottom: 98px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .category-carousel .carousel-prev {
    left: 10%;
  }
}
.category-carousel .carousel-prev img {
  width: 100%;
  max-width: 15px;
}
.products-list .product-item {
  width: 100%;
  padding: 0 20px 50px 20px;
  list-style-type: none;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .products-list .product-item {
    padding: 50px 20px;
  }
}
.products-list .product-item-info {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .products-list .product-item-info {
    flex-direction: row;
  }
}
.product-media {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-media {
    width: 25%;
    margin-bottom: 0;
  }
}
.product-media .attribute {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.product-media .attribute img {
  width: 100%;
  max-width: 60px;
}
.product-media .action.tocompare {
  display: inline-block;
  position: relative;
  width: 160px;
  text-align: center;
  margin-top: 20px;
  padding: 10px 10px;
}
.product-item .tocompare:before {
  content: '';
}
.product-item-actions img {
  width: 100%;
  max-width: 100px;
  margin: 0 0 20px 0;
}
.product-item-actions .actions-primary {
  width: 100%;
}
.product-item-actions .action.primary:focus,
.product-item-actions .action.primary:active {
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
  background-color: #ffcc00 !important;
  border: 1px solid #ff931e !important;
  box-shadow: none;
  border-radius: 5px;
  transition: all .3s ease;
}
.product-item-actions .action.primary:focus span,
.product-item-actions .action.primary:active span {
  position: relative;
  z-index: 1;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.product-item-actions .action.primary:focus:hover,
.product-item-actions .action.primary:active:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.product-item-photo {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.product-item-details {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .product-item-details {
    flex-direction: row;
    width: 73%;
    margin-left: 2%;
  }
}
.product-detail--main {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-detail--main {
    width: 60%;
    margin-bottom: 0;
  }
}
.product-detail--main .product-item-name {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.product-detail--main .product-item-link {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.product-detail--main .product-item-link:visited {
  color: #000000;
}
.product-detail--main .desc {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.product-detail--main .desc p {
  font-size: 14px;
  line-height: 18px;
}
.product-detail--main .desc p:not(:last-of-type) {
  margin-bottom: 20px;
}
.product-detail--main img {
  width: 100%;
  max-width: 120px;
  margin-bottom: 20px;
}
.promotional-poi {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.product-detail--pricing {
  width: 100%;
}
@media (min-width: 768px) {
  .product-detail--pricing {
    width: 38%;
    margin-left: 5%;
  }
}
.product-detail--pricing .product-brand {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.product-detail--pricing .product-brand img {
  width: 100%;
  max-width: 100px;
}
.product-detail--pricing .price-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.product-detail--pricing .price-box .price-label {
  font-size: 18px !important;
  line-height: 18px;
}
.product-detail--pricing .price-box .price {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
}
.product-detail--pricing .old-price {
  order: 1;
  margin-bottom: 5px;
  color: #ccc;
}
.product-detail--pricing .old-price .price-label {
  font-family: sans-serif;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 18px;
  color: #cccccc;
}
.product-detail--pricing .old-price .price {
  font-family: sans-serif;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 18px;
  color: #cccccc;
}
.product-detail--pricing .special-price {
  order: 3;
}
.product-detail--pricing .special-price .price-label {
  display: none;
}
.product-detail--pricing .special-price .price {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
}
.product-detail--pricing .minimal-price-link {
  border: 2px solid #000000;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.product-detail--pricing .minimal-price-link span,
.product-detail--pricing .minimal-price-link .price-label {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
}
.product-detail--pricing .minimal-price-link .price-label {
  font-size: 14px !important;
  line-height: 14px;
}
.product-detail--pricing .minimal-price-link .price-wrapper {
  font-size: 16px;
  line-height: 16px;
}
.product-detail--pricing .savings-price {
  order: 2;
  margin-bottom: 5px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.product-detail--pricing .savings-price .price-label {
  color: #ff142b;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.product-detail--pricing .savings-price .price {
  color: #ff142b;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.product-detail--pricing .finance-from-product {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
}
.product-detail--pricing .finance-from-product strong {
  font-weight: bold;
}
.product-detail--pricing .product-item-inner {
  margin-top: 30px;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .product-detail--pricing .product-item-inner {
    margin-top: 0;
  }
}
.product-detail--pricing .tocart {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
  background-color: #ffcc00;
  border: 1px solid #ff931e;
  border-radius: 5px;
  transition: all .3s ease;
}
.product-detail--pricing .tocart span {
  position: relative;
  z-index: 1;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.product-detail--pricing .tocart:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
.product-detail--pricing .tocart:hover span {
  color: #ffffff;
}
.product-detail--pricing .more-details {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: all .3s ease;
}
.product-detail--pricing .more-details span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.product-detail--pricing .more-details:hover {
  background-color: #ffcc00;
  border: 1px solid #ff931e;
  text-decoration: none;
}
.product-detail--pricing .more-details:hover span {
  text-decoration: none;
  color: #000000;
}
.product-detail--pricing .actions-secondary {
  display: none;
}
.product-detail--pricing .product-item-description {
  display: none;
}
.cat-brand--logo {
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding: 30px 20px;
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .toolbar {
    justify-content: flex-start;
    align-items: center;
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .toolbar {
    width: 60%;
    justify-content: flex-end;
  }
}
@media (min-width: 1152px) {
  .toolbar {
    width: 50%;
    padding: 30px 20px 30px 0;
  }
}
.toolbar:before {
  display: none;
}
.toolbar:after {
  display: none;
}
.toolbar .filter-toggle {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .toolbar .filter-toggle {
    display: block;
  }
}
.toolbar ~ .toolbar {
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .toolbar ~ .toolbar {
    float: left;
    justify-content: flex-start;
    align-items: center;
  }
}
.toolbar ~ .toolbar .sorter {
  margin-left: 0;
}
.toolbar ~ .toolbar .filter-toggle {
  display: none;
  visibility: hidden;
}
.toolbar-products {
  margin-bottom: 0;
}
.products-grid + .toolbar.toolbar-products {
  padding: 0;
  border: 0;
}
.products-grid + .toolbar.toolbar-products .limiter {
  display: none !important;
}
.sorter {
  padding: 0;
  order: 1;
}
@media (min-width: 768px) {
  .sorter {
    float: left;
    margin-right: 20px;
    margin-left: auto;
  }
}
.sorter-options {
  margin: 0;
  width: 120px;
  border-radius: 5px;
}
.sorter-action:before,
.limiter-text {
  display: none;
}
.sorter-label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 5px;
  color: #666666;
}
.limiter {
  display: flex !important;
  align-items: center;
  margin-bottom: 0 !important;
  order: 2;
}
.limiter .label {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #666666;
}
.limiter select {
  width: 80px;
  background-position: right 10px center;
  border-radius: 5px;
}
.limiter-options {
  margin: 0 !important;
}
.toolbar-amount,
.modes {
  display: none;
  visibility: hidden;
}
.pages {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  order: 3;
}
@media (min-width: 768px) {
  .pages {
    width: 50%;
    margin-left: auto;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.pages-label {
  display: none;
  visibility: hidden;
}
.pages .label {
  display: none;
  visibility: hidden;
}
.pages .items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 0;
  padding-top: 0;
}
.pages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #000000;
  margin: 0 2px 0 2px;
  transition: all .3s ease;
  font-weight: normal;
}
.pages .current {
  color: #ffffff;
  background-color: #000000;
}
.pages .current span {
  color: #ffffff;
  font-weight: normal;
}
.pages .action {
  border: 0;
}
.pages .action.next {
  margin-left: 0;
}
.pages .action.previous {
  margin-right: 0;
}
.pages a.page {
  color: #000000;
  font-weight: normal;
}
.filter-products--mob {
  display: none;
  width: 100%;
  padding: 15px 30px;
  height: auto;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .filter-products--mob {
    display: block;
  }
}
.filter-products--tab {
  display: none;
}
@media (min-width: 768px) {
  .filter-products--tab {
    display: inline-flex;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    padding: 0 30px;
    margin-right: 20px;
  }
}
.filter-products--tab:visited {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .filter-products--tab {
    display: none;
  }
}
.close-filters {
  display: block;
  width: auto;
  margin: 0 auto 30px auto;
}
.close-filters span {
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 1024px) {
  .close-filters {
    display: none;
    visibility: hidden;
  }
}
.filter-button {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .filter-button {
    width: 55%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .filter-button {
    width: 40%;
  }
}
@media (min-width: 1152px) {
  .filter-button {
    display: none;
  }
}
.filter-toggle {
  display: block;
  width: 100%;
  max-width: 180px;
  padding: 10px 0;
  height: auto;
  margin: 0 auto;
}
.filter-toggle span {
  font-size: 12px;
  line-height: 12px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .filter-toggle {
    margin: 0 auto 0 0;
  }
}
.amcart-confirm-block {
  max-width: 700px !important;
}
.amcart-confirm-block .product-item-photo {
  margin-bottom: 0;
}
.added-item {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #000000 !important;
}
.amcart-message-box .text {
  color: #ff931e !important;
}
#amcart-count,
.amcart-subtotal {
  color: #666666;
}
#amcart-count .text,
.amcart-subtotal .text {
  color: #666666 !important;
}
#amcart-count a,
.amcart-subtotal a {
  color: #ffcc00;
}
#amcart-count a:visited,
.amcart-subtotal a:visited {
  color: #ffcc00;
}
#amcart-count a {
  font-family: sans-serif;
  color: #666666;
}
#amcart-count a:visited,
#amcart-count a:hover {
  color: #666666;
}
.amcart-message-box #amcart-count,
.am-related-box #amcart-count {
  color: #666666 !important;
}
.amcart-subtotal.text {
  color: #666666 !important;
}
.amcart-confirm-buttons .am-btn-right {
  border: 1px solid #ff931e !important;
  border-radius: 5px !important;
  background-color: #ffcc00 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif !important;
  color: #000000 !important;
}
.amcart-confirm-buttons .am-btn-left {
  border: 1px solid #000000 !important;
  border-radius: 5px !important;
  background-color: #000000 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif !important;
  color: #ffffff !important;
}
.amcart-confirm-buttons .checkout {
  color: #ffcc00 !important;
  font-family: sans-serif;
  text-decoration: underline;
}
.amcart-confirm-buttons .checkout:visited {
  color: #ffcc00 !important;
}
.amcart-qty-wrap input::-webkit-outer-spin-button,
.amcart-qty-wrap input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.amcart-qty-wrap input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.amcart-qty-wrap {
  margin: 0 25px!important;
}
.amcart-qty-wrap > .amcart-control {
  background-color: #000000 !important;
  width: 30px !important;
}
.amcart-confirm-buttons .checkout {
  display: inline-block !important;
}
.am_price .price {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif !important;
  color: #666666 !important;
}
:root {
  --energyA: #33a357;
  --energyB: #79b752;
  --energyC: #c3d545;
  --energyD: #fff12c;
  --energyE: #edb731;
  --energyF: #d66f2c;
  --energyG: #cc232a;
}
.catalog-product-view {
  overflow-x: hidden;
}
.catalog-product-view .page-main {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .page-main {
    margin-top: 0;
  }
}
@media (min-width: 1152px) {
  .catalog-product-view .page-main {
    padding: 0;
  }
}
.catalog-product-view .columns {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0;
  float: left;
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1600px) {
  .catalog-product-view .columns .column.main {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    order: -1;
  }
}
.page-layout-1column .product-info-main {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main {
    width: 50%;
    float: right;
  }
}
.page-layout-1column .product-info-main .page-title-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .page-title-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.page-layout-1column .product-info-main .page-title-wrapper h1 {
  color: #000000;
  text-transform: capitalize;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .page-title-wrapper h1 {
    font-size: 20px;
    line-height: 26px;
    width: 80%;
  }
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .page-title-wrapper h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
.page-layout-1column .product-info-main .page-title-wrapper img {
  width: 100%;
  max-width: 100px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .page-title-wrapper img {
    width: 20%;
    max-width: auto;
    margin-top: 0;
  }
}
.page-layout-1column .product-info-main .block {
  margin-bottom: 0 !important;
}
.page-layout-1column .product-info-main .value {
  font-size: 16px;
  line-height: 24px;
}
.page-layout-1column .product-info-main .value p {
  margin-bottom: 10px;
}
.page-layout-1column .product-info-main .readfulldescription {
  display: inline-block;
  position: relative;
  width: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #ffcc00;
  text-decoration: underline;
  text-transform: uppercase;
}
.page-layout-1column .product-info-main .readfulldescription:hover {
  text-decoration: none;
}
.page-layout-1column .product-info-main .readfulldescription a {
  color: #ffcc00;
}
.page-layout-1column .product-info-main .readfulldescription a:visited {
  color: #ffcc00;
}
.page-layout-1column .product-info-main .readfulldescription a:hover {
  color: #000000;
}
.page-layout-1column .product-info-main .price-box {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .price-box {
    margin-top: 0;
  }
}
.page-layout-1column .product-info-main .special-price {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .special-price {
    width: 50%;
    height: auto;
  }
}
.page-layout-1column .product-info-main .special-price .price-label {
  display: none;
}
.page-layout-1column .product-info-main .special-price .price {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 50px !important;
  line-height: 50px !important;
  color: #000000;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .special-price .price {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .special-price .price {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}
.page-layout-1column .product-info-main .old-price {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  color: #ccc;
  font-family: sans-serif;
  font-size: 18px !important;
  line-height: 18px !important;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .old-price {
    width: 50%;
    justify-content: flex-end;
    height: 30px;
  }
}
.page-layout-1column .product-info-main .old-price .price-label {
  text-decoration: line-through;
  color: #ccc;
  font-size: 18px !important;
  line-height: 18px !important;
}
.page-layout-1column .product-info-main .old-price .price {
  text-decoration: line-through;
  color: #ccc;
  font-size: 18px !important;
  line-height: 18px !important;
}
.page-layout-1column .product-info-main .savings-price {
  display: flex;
  align-items: center;
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  color: red;
  font-size: 20px !important;
  line-height: 20px !important;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .savings-price {
    justify-content: flex-end;
    height: 30px;
  }
}
.page-layout-1column .product-info-main .savings-price .price {
  font-size: 20px !important;
  line-height: 20px !important;
}
.page-layout-1column .product-info-main .box-tocart {
  display: block;
  position: relative;
  margin-top: 30px;
}
.page-layout-1column .product-info-main .box-tocart .fieldset {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-layout-1column .product-info-main .box-tocart .addto-wrapper {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
}
.page-layout-1column .product-info-main .box-tocart .control {
  display: flex;
}
.page-layout-1column .product-info-main .box-tocart .qtyplus {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  border-radius: 0;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  background-image: url('../images/product-page/plus-icon.png');
}
.page-layout-1column .product-info-main .box-tocart .qtyminus {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  border-radius: 0;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  background-image: url('../images/product-page/minus-icon.png');
}
.page-layout-1column .product-info-main .box-tocart .label {
  display: none;
}
.page-layout-1column .product-info-main .box-tocart .input-text.qty {
  height: 45px;
  text-align: center;
  width: 45px;
  padding-left: 0;
}
.page-layout-1column .product-info-main .box-tocart .actions {
  display: inline-block;
  position: relative;
  width: 170px;
  height: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .box-tocart .actions {
    width: 220px;
  }
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .box-tocart .actions {
    width: 300px;
  }
}
.page-layout-1column .product-info-main .box-tocart .actions button {
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 12px 15px 10px 15px;
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  border-radius: 5px;
  border-bottom: 10px solid #ff931e;
  transition: all .3s ease;
}
.page-layout-1column .product-info-main .box-tocart .actions button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #ffcc00;
  border-radius: 5px;
  transition: all .3s ease;
}
.page-layout-1column .product-info-main .box-tocart .actions button span {
  display: block;
  position: relative;
  z-index: 1;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.page-layout-1column .product-info-main .box-tocart .actions button:hover {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  border-bottom: 10px solid #ffcc00;
}
.page-layout-1column .product-info-main .box-tocart .actions button:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #ffcc00;
  border-radius: 5px;
}
.page-layout-1column .product-info-main .stock {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #ff142b;
  font-size: 16px;
  line-height: 16px;
}
.product-info-main .shipping-calculation {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100% !important;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
}
.product-info-main .shipping-calculation .label {
  text-align: left !important;
  padding: 0 !important;
  width: 100% !important;
  margin-top: 15px;
}
.product-info-main .shipping-calculation form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-info-main .shipping-calculation .review-fieldset {
  width: 60%;
}
.product-info-main .shipping-calculation .actions-toolbar {
  width: 35% !important;
  margin-left: 10px !important;
  text-align: left;
  margin-top: 36px;
}
.product-info-main .shipping-calculation input[type="text"] {
  border-radius: 5px;
}
.product-info-main .shipping-calculation .primary.actions-primary {
  width: 100%;
}
.product-info-main .shipping-calculation button[type="submit"] {
  background-color: #000000 !important;
  border: 1px solid #000000;
  border-radius: 5px !important;
  height: 50px;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 10px!important;
  width: 100%;
  transition: all .3s ease;
}
.product-info-main .shipping-calculation button[type="submit"] span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.product-info-main .shipping-calculation button[type="submit"]:hover {
  background-color: #ffcc00 !important;
  border: 1px solid #ff931e !important;
}
.product-info-main .shipping-calculation button[type="submit"]:hover span {
  color: #ffffff;
}
.product-info-main .shipping-calculation .shipping-calculation-result-container {
  width: 100%;
  margin-bottom: 0 !important;
}
.product-promotions {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-promotions img {
  width: 100%;
  max-width: 120px;
}
.promotion-heading {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
  margin-bottom: 15px;
}
.product-warranty {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.product-warranty img {
  width: 100%;
  max-width: 120px;
}
.warranty-heading {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
  margin-bottom: 15px;
}
.product-finance {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 5px;
  padding: 20px;
}
.product-finance p {
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  color: #ffffff;
}
@media (min-width: 768px) {
  .product-finance p {
    font-size: 12px;
    line-height: 18px;
    padding-right: 30px;
  }
}
@media (min-width: 1152px) {
  .product-finance p {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-finance--heading {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
.product-finance--heading a {
  display: inline-block;
  position: relative;
  width: 25px;
  height: auto;
  margin-left: 10px;
}
.product-finance--heading .product-image-photo {
  top: -15px !important;
}
.finance-information {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .finance-information {
    flex-direction: row;
    justify-content: space-between;
  }
}
.finance-btn {
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-top: 20px;
  max-width: 200px;
  padding: 10px 0;
  transition: all .3s ease;
}
@media (min-width: 768px) {
  .finance-btn {
    max-width: 160px;
    margin-top: 0;
    align-self: flex-end;
  }
}
@media (min-width: 1152px) {
  .finance-btn {
    max-width: 190px;
  }
}
.finance-btn span {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .finance-btn span {
    font-size: 12px;
  }
}
.finance-btn span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 18px;
  height: 18px;
  background-image: url('../images/buttons/white-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}
.finance-btn:hover {
  background-color: #ffffff;
  text-decoration: none;
}
.finance-btn:hover span {
  color: #000000;
  text-decoration: none;
}
.finance-btn:hover span:after {
  background-image: url('../images/buttons/blue-arrow.png');
}
#paybyfinance-main-block {
  background-color: #f2f2f2;
  color: #666666;
}
#paybyfinance-main-block p {
  color: #666666;
}
#paybyfinance-main-block p span {
  color: #000000 !important;
}
#paybyfinance-main-block .actions .tocart {
  background-color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 14px;
  height: 50px;
  border-radius: 5px !important;
}
#paybyfinance-main-block .actions .tocart span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.deposit-percent span {
  color: #000000 !important;
}
#paybyfinance-main-block .type-widget.switcher .ruler .ruler-item:nth-child(1) {
  margin-left: 0;
}
.paybyfinance-sum span {
  color: #000000 !important;
}
#paybyfinance-main-block .paybyfinance-sum td {
  padding: 10px 10px;
}
#paybyfinance-main-block .paybyfinance-sum tr:first-of-type td {
  padding-top: 20px;
}
#paybyfinance-main-block .paybyfinance-sum tr:last-of-type td {
  padding-bottom: 20px;
}
#paybyfinance-main-block .variable-data {
  color: #000000;
}
#paybyfinance-main-block .footnote p {
  margin-bottom: 1em;
}
#paybyfinance-main-block .ui-slider-handle {
  background: #000000;
  border: 0;
  box-shadow: none;
}
.need-help {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.need-help p {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .need-help p {
    flex-direction: row;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1152px) {
  .need-help p {
    font-size: 18px;
    line-height: 18px;
  }
}
.need-help p:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url('../images/product-page/help-icon.png');
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .need-help p:before {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
@media (min-width: 1152px) {
  .need-help p:before {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
.need-help a {
  color: #ffcc00;
}
.need-help a:visited {
  color: #ffcc00;
}
.product-social-links {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-social-links {
    text-align: left;
  }
}
.product-social-links .action.mailto.friend {
  display: none;
}
.product-social-links .action.towishlist {
  display: none;
}
.product-social-links .reevoo-review-badge {
  display: inline-block;
  position: relative;
}
.action.tocompare {
  background-color: #ffcc00 !important;
  border: 1px solid #ffcc00 !important;
  border-radius: 5px !important;
  transition: all .3s ease;
  width: 200px;
  height: 37px;
}
.action.tocompare span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding-right: 10px;
}
.action.tocompare span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('../images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.action.tocompare:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.action.tocompare:hover span {
  color: #ffffff;
}
.action.tocompare:hover span:before {
  background-image: url('../images/product-page/compare-icon-white.png');
}
.action.tocompare:hover span:after {
  background-image: url('../images/buttons/white-arrow.png');
}
.product.media {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .product.media {
    float: left;
    width: 47% !important;
  }
}
.product.media .fotorama__stage__frame {
  border: 1px solid #cccccc;
}
.product.media .fotorama__nav-wrap {
  padding: 20px 0;
}
.product.media .fotorama__thumb-border {
  border: 1px solid #ffcc00;
  background-image: none !important;
}
.product.media .fotorama__active .fotorama__dot {
  background-color: #000000;
  border-color: #000000;
}
.product.media .fotorama__dot {
  height: 10px;
  width: 10px;
}
.product.media img {
  width: 100%;
  height: auto;
}
.product.media .customer-actions {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.product.media .customer-actions li {
  display: inline-block;
  position: relative;
  width: 49%;
  text-align: center;
}
.product.media .customer-actions li:first-of-type {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product.media .customer-actions li:first-of-type {
    margin-bottom: 0;
  }
}
.product.media .customer-actions li:first-of-type a:before {
  background-image: url('../images/product-page/features-icon.png');
}
.product.media .customer-actions li:last-of-type a:before {
  background-image: url('../images/product-page/overview-icon.png');
}
.product.media .customer-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .product.media .customer-actions a {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1152px) {
  .product.media .customer-actions a {
    font-size: 16px;
    line-height: 16px;
  }
}
.product.media .customer-actions a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.product.media .actions-secondary {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.product.media .actions-secondary .image-list {
  display: flex;
  align-items: center;
  width: 40%;
}
@media (min-width: 1152px) {
  .product.media .actions-secondary .image-list {
    width: 30%;
  }
}
.product.media .actions-secondary .secondary-img:not(:first-of-type) {
  margin-left: 20px;
}
.product.media .customer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
}
@media (min-width: 768px) {
  .product.media .customer-social {
    justify-content: flex-end;
  }
}
@media (min-width: 1152px) {
  .product.media .customer-social {
    width: 70%;
  }
}
.product.media .customer-social ul {
  display: inline-block;
  position: relative;
  width: 90%;
  text-align: center;
}
@media (min-width: 768px) {
  .product.media .customer-social ul {
    width: 50%;
    text-align: right;
  }
}
.product.media .customer-social li {
  display: inline-block;
  position: relative;
  width: auto;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.product.media .customer-social li:first-of-type {
  top: 3px;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 768px) {
  .product.media .customer-social li:first-of-type {
    margin-right: 15px;
  }
}
.product.media .customer-social li img {
  border: 0;
  width: 100%;
  max-width: 30px;
  transition: all .3s ease;
}
@media (min-width: 1152px) {
  .product.media .customer-social li:hover img {
    transform: translateY(-5px);
  }
}
.stock-status {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.stock-status p {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: red;
  font-size: 16px;
  line-height: 16px;
}
/* Product Page Carousels */
.product-page--carousels {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #231c07;
}
.product-page--carousels .carousel-centered {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .product-page--carousels .carousel-centered {
    flex-direction: row;
    justify-content: center;
  }
}
.product-page--carousels h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1152px) {
  .product-page--carousels .slick-list {
    padding: 20px 0;
  }
}
.product-page--carousels .slick-dots {
  position: relative;
  width: 70%;
  margin: 60px auto 0 auto;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: unset;
}
.product-page--carousels .slick-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  flex: 1;
  margin: 0 -1px 0 0;
}
.product-page--carousels .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  background-color: #41340d;
}
.product-page--carousels .slick-dots li button:before {
  display: none;
}
.product-page--carousels .slick-dots .slick-active button {
  background-color: #fff;
}
.product-page--carousels .promotions-next {
  display: flex;
  position: absolute;
  right: calc(-10%);
  bottom: -13px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .product-page--carousels .promotions-next {
    right: calc(-25%);
  }
}
.product-page--carousels .promotions-next img {
  width: 100%;
  max-width: 15px;
}
.product-page--carousels .promotions-prev {
  display: flex;
  position: absolute;
  left: calc(-10%);
  bottom: -13px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .product-page--carousels .promotions-prev {
    left: calc(-30%);
  }
}
.product-page--carousels .promotions-prev img {
  width: 100%;
  max-width: 15px;
}
.promotions-carousel {
  width: 100%;
}
@media (min-width: 768px) {
  .promotions-carousel {
    width: 48%;
    margin-right: 1%;
  }
}
.related-carousel {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .related-carousel {
    width: 48%;
    margin-left: 1%;
    margin-top: 0;
  }
}
/* Product Page Carousels */
.related-products--carousel .related-next {
  display: flex;
  position: absolute;
  right: calc(-10%);
  bottom: -13px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .related-products--carousel .related-next {
    right: calc(-25%);
  }
}
.related-products--carousel .related-next img {
  width: 100%;
  max-width: 15px;
}
.related-products--carousel .related-prev {
  display: flex;
  position: absolute;
  left: calc(-10%);
  bottom: -13px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .related-products--carousel .related-prev {
    left: calc(-30%);
  }
}
.related-products--carousel .related-prev img {
  width: 100%;
  max-width: 15px;
}
#product-detailed--information {
  scroll-margin: 50px 0 0 50px;
}
.product-detailed--information {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0;
  background-color: #f2f2f2;
  scroll-margin: 50px 0 0 50px;
}
.product-detailed--information .c-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .product-detailed--information .c-container {
    flex-direction: row;
  }
}
.product-detailed--information h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.key-features {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .key-features {
    width: 48%;
    margin-right: 2%;
  }
}
.key-features table {
  width: 100%;
}
.key-features table tr {
  background-color: #ffffff;
}
.key-features table tr:nth-of-type(even) {
  background-color: transparent;
}
.key-features table th {
  text-align: left;
  padding: 10px;
  color: #666666;
}
.key-features table td {
  padding: 10px;
  font-size: 14px;
  color: #666666;
}
@media (min-width: 1152px) {
  .key-features table td {
    font-size: 16px;
  }
}
.product-details {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media (min-width: 768px) {
  .product-details {
    width: 48%;
    margin-left: 2%;
    margin-top: 0;
  }
}
.product-details p {
  margin-bottom: 20px;
}
.our-brands {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.brands-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.brands-list li {
  display: inline-block;
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  transition: all .3s ease;
}
.brands-list li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .brands-list li {
    width: 22%;
  }
  .brands-list li:nth-of-type(2n) {
    margin-right: 4%;
  }
  .brands-list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.brands-list li img {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  transition: all .3s ease;
}
.brands-list li:hover a {
  text-decoration: none;
}
.brands-list li:hover img {
  border: 1px solid #000000;
}
.brands-list li:hover .brand-name {
  text-decoration: none;
}
.brands-list .brand-name {
  display: block;
  position: relative;
  width: 100%;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 1152px) {
  .brands-list .brand-name {
    font-size: 20px;
    line-height: 20px;
  }
}
.brand-slider {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.brand-slider .slick-dots {
  position: relative;
  width: 70%;
  margin: 60px auto 0 auto;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: unset;
}
.brand-slider .slick-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  flex: 1;
  margin: 0;
}
.brand-slider .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  background-color: #ccc;
}
.brand-slider .slick-dots li button:before {
  display: none;
}
.brand-slider .slick-dots .slick-active button {
  background-color: #333;
}
.brand-slider .brand-slide-next {
  display: flex;
  position: absolute;
  right: 0;
  bottom: -14px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .brand-slider .brand-slide-next {
    right: 100px;
  }
}
.brand-slider .brand-slide-next img {
  width: 100%;
  max-width: 15px;
}
.brand-slider .brand-slide-prev {
  display: flex;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1152px) {
  .brand-slider .brand-slide-prev {
    left: 100px;
  }
}
.brand-slider .brand-slide-prev img {
  width: 100%;
  max-width: 15px;
}
.brand-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  text-align: center;
}
.brand-intro img {
  width: 100%;
  max-width: 400px !important;
  margin-right: auto;
  margin-left: auto;
}
.brand-intro p {
  margin-bottom: 20px;
}
.brand-intro p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .brand-intro p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-banner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.service-benefits {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.service-benefits h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
  text-transform: capitalize;
}
.service-benefits ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .service-benefits ul {
    max-width: 70%;
  }
}
.service-benefits li {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .service-benefits li {
    width: 30.666%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .service-benefits li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.service-benefits li img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service-benefits li img {
    max-width: 110px;
  }
}
@media (min-width: 1152px) {
  .service-benefits li img {
    max-width: 150px;
  }
}
.service-benefits li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .service-benefits li p {
    max-width: 100%;
  }
}
@media (min-width: 1152px) {
  .service-benefits li p {
    max-width: 80%;
  }
}
.service-benefits p {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1152px) {
  .service-benefits p {
    max-width: 75%;
  }
}
.service-benefits p:last-of-type {
  margin-bottom: 0;
}
.why-recycle {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.why-recycle ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  height: auto;
}
.why-recycle li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .why-recycle li {
    flex-direction: row;
    align-items: center;
  }
}
.why-recycle li img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .why-recycle li img {
    width: 30%;
    margin-bottom: 0;
  }
}
.why-recycle li .text-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .why-recycle li .text-content {
    width: 70%;
    text-align: left;
    padding-left: 40px;
  }
}
.why-recycle li h4 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1152px) {
  .why-recycle li h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.why-recycle li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.why-recycle li p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .why-recycle li p {
    text-align: left;
  }
}
.we-collect {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.we-collect h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
  text-transform: capitalize;
}
.we-collect ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  height: auto;
}
@media (min-width: 768px) {
  .we-collect ul {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .we-collect ul {
    max-width: 75%;
  }
}
.we-collect li {
  display: inline-block;
  position: relative;
  width: 48%;
  margin-right: 2%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}
.we-collect li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .we-collect li {
    width: 16.8%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .we-collect li:nth-of-type(2n) {
    margin-right: 4%;
  }
  .we-collect li:nth-of-type(5n) {
    margin-right: 0;
  }
}
.we-collect li img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .we-collect li img {
    max-width: 80px;
  }
}
@media (min-width: 1152px) {
  .we-collect li img {
    max-width: 150px;
  }
}
.we-collect li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .we-collect li p {
    max-width: 100%;
    font-size: 13px;
    line-height: 13px;
  }
}
@media (min-width: 1152px) {
  .we-collect li p {
    max-width: 80%;
    font-size: 16px;
    line-height: 20px;
  }
}
.we-collect p {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1152px) {
  .we-collect p {
    max-width: 75%;
  }
}
.we-collect p:last-of-type {
  margin-bottom: 0;
}
.collection-notice {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #eee;
}
.collection-notice p {
  color: #000000;
  text-align: left;
  max-width: 100%;
  margin-bottom: 20px;
}
.collection-notice p:last-of-type {
  margin-bottom: 0;
}
.collection-notice p strong {
  font-weight: 700;
}
.collection-notice p a {
  color: #ffcc00;
}
.collection-notice p a:visited {
  color: #ffcc00;
}
.what-is-weee {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.what-is-weee h4 {
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.what-is-weee p {
  margin-bottom: 20px;
}
.what-is-weee p:last-of-type {
  margin-bottom: 0;
}
.what-is-weee p a {
  text-decoration: underline;
  color: #ffcc00;
}
.what-is-weee p a:hover {
  text-decoration: none;
}
.what-is-weee p a:visited {
  color: #ffcc00;
}
.customer-services--list {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.customer-services--list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  height: auto;
}
@media (min-width: 768px) {
  .customer-services--list ul {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .customer-services--list ul {
    max-width: 90%;
  }
}
.customer-services--list li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .customer-services--list li {
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
  }
}
.customer-services--list li img {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .customer-services--list li img {
    width: 10%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.customer-services--list li .text-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .customer-services--list li .text-content {
    width: 90%;
    text-align: left;
    padding-left: 40px;
  }
}
.customer-services--list li h4 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1152px) {
  .customer-services--list li h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.customer-services--list li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.customer-services--list li p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .customer-services--list li p {
    text-align: left;
  }
}
.customer-services--list li p a {
  color: #ffcc00;
}
.customer-services--list li p a:visited {
  color: #ffcc00;
}
.delivery-schedules {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 0 0;
}
.cms-returns .delivery-schedules {
  padding-bottom: 40px;
}
.delivery-schedules h2 {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.accordion-toggle {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 60px 20px 20px;
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 22px;
  background-color: #fdf2d0;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (min-width: 1152px) {
  .accordion-toggle {
    font-size: 22px;
    line-height: 22px;
  }
}
.icon-plus {
  content: "";
  display: inline-block;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 40px;
  height: 40px;
  background-image: url('../images/accordion/open.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
}
.icon-minus {
  content: "";
  display: inline-block;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 40px;
  height: 40px;
  background-image: url('../images/accordion/close.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
}
.accordion-toggle.active-tab {
  background-color: #fbe5a2;
  color: #000000;
  margin-bottom: 0;
}
.accordion-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 20px 10px 20px;
}
.accordion-content p {
  margin-bottom: 20px;
}
.accordion-content ul,
.accordion-content ol {
  margin-bottom: 20px;
  padding-left: 15px;
}
.accordion-content li {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: disc;
  margin-bottom: 15px;
}
@media (min-width: 1152px) {
  .accordion-content li {
    font-size: 16px;
    line-height: 24px;
  }
}
.delivery-notice {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #eee;
  margin-bottom: 60px;
}
.delivery-notice p {
  color: #000000;
  text-align: left;
  max-width: 100%;
  margin-bottom: 20px;
}
.delivery-notice p:last-of-type {
  margin-bottom: 0;
}
.delivery-notice p strong {
  font-weight: 700;
}
.delivery-notice p a {
  color: #ffcc00;
}
.delivery-notice p a:visited {
  color: #ffcc00;
}
.delivery-details--list {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.delivery-details--list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  height: auto;
}
@media (min-width: 768px) {
  .delivery-details--list ul {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .delivery-details--list ul {
    max-width: 90%;
  }
}
.delivery-details--list li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  text-align: center;
}
.delivery-details--list li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .delivery-details--list li {
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
  }
}
.delivery-details--list li img {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .delivery-details--list li img {
    width: 10%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.delivery-details--list li .text-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .delivery-details--list li .text-content {
    width: 90%;
    text-align: left;
    padding-left: 40px;
  }
}
.delivery-details--list li h4 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1152px) {
  .delivery-details--list li h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.delivery-details--list li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.delivery-details--list li p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .delivery-details--list li p {
    text-align: left;
  }
}
.why-register {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 60px 0;
}
.why-register h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.why-register p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.why-register p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .why-register p {
    max-width: 80%;
  }
}
.why-register ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .why-register ul {
    max-width: 90%;
  }
}
.why-register li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}
.why-register li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .why-register li {
    width: 33.333%;
    margin-bottom: 0;
  }
}
.why-register li img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .why-register li img {
    width: 30%;
  }
}
.why-register li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.product-registration {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.product-registration h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.before-you-start {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .before-you-start {
    padding: 50px 20px;
  }
}
.before-you-start h3 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .before-you-start h3 {
    margin-bottom: 50px;
  }
}
.before-you-start ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .before-you-start ul {
    flex-direction: row;
  }
}
.before-you-start li {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.before-you-start li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .before-you-start li {
    width: 32.333%;
    padding: 0 30px;
    margin-bottom: 0;
  }
}
.before-you-start li strong {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #000000;
}
.manufacturers-pages {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 40px 0;
}
.manufacturers-pages p {
  text-align: center;
  margin-bottom: 40px;
}
.manufacturers-pages p strong {
  font-weight: 700;
}
.manufacturers-pages ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.manufacturers-pages li {
  display: inline-block;
  position: relative;
  width: 49%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 20px;
}
.manufacturers-pages li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .manufacturers-pages li {
    width: 23.5%;
    padding: 0;
  }
  .manufacturers-pages li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .manufacturers-pages li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.manufacturers-pages li img {
  max-width: 150px;
}
@media (min-width: 1152px) {
  .manufacturers-pages li img {
    max-width: 200px;
  }
}
.buy-now-pay-later {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.buy-now-pay-later h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.buy-now-pay-later h2 {
  margin-top: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.buy-now-pay-later p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.buy-now-pay-later p:last-of-type {
  margin-bottom: 0;
}
.buy-now-pay-later p:first-of-type {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .buy-now-pay-later p:first-of-type {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .buy-now-pay-later p {
    max-width: 80%;
  }
}
.finance-detail--blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .finance-detail--blocks {
    flex-direction: row;
  }
}
@media (min-width: 1152px) {
  .finance-detail--blocks {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.finance-detail--blocks ul {
  padding: 30px;
}
.finance-detail--blocks li {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ff142b;
  color: #ffffff;
}
.finance-detail--blocks li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .finance-detail--blocks li {
    width: 48%;
    margin-left: 1%;
    margin-bottom: 0;
  }
  .finance-detail--blocks li + li {
    margin-right: 1%;
  }
}
.finance-detail--blocks li:nth-of-type(1) ul li:before {
  background-image: url('../images/finance/finance-tick.png');
}
.finance-detail--blocks li:nth-of-type(2) ul li:nth-of-type(1):before {
  background-image: url('../images/finance/one.png');
}
.finance-detail--blocks li:nth-of-type(2) ul li:nth-of-type(2):before {
  background-image: url('../images/finance/two.png');
}
.finance-detail--blocks li:nth-of-type(2) ul li:nth-of-type(3):before {
  background-image: url('../images/finance/three.png');
}
.finance-detail--blocks li ul li {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  padding-left: 50px;
}
@media (min-width: 1152px) {
  .finance-detail--blocks li ul li {
    font-size: 18px;
    line-height: 26px;
  }
}
.finance-detail--blocks li ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
.finance-detail--blocks .heading {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #ad0011;
  padding: 15px 0;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1152px) {
  .finance-detail--blocks .heading {
    font-size: 20px;
    line-height: 30px;
  }
}
.finance-information--table {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.finance-information--table:first-of-type {
  margin-bottom: 0;
}
.finance-information--table .table-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.finance-information--table ul {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .finance-information--table ul {
    flex: 1;
  }
}
.finance-information--table li {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .finance-information--table li {
    padding: 13px;
    font-size: 11px;
  }
}
@media (min-width: 1152px) {
  .finance-information--table li {
    padding: 20px;
    font-size: 16px;
  }
}
.finance-information--table .top {
  background-color: #f9f9f9;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.finance-information--table .bottom {
  background-color: #f2f2f2;
  color: #000000;
}
.table-heading {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1152px) {
  .table-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.table-footer {
  width: 100%;
  background-color: #f9f9f9;
}
.table-footer ul {
  display: flex;
  flex-wrap: wrap;
}
.table-footer li {
  color: #ff142b;
  width: 100%;
}
@media (min-width: 768px) {
  .table-footer li {
    flex: 1;
  }
}
.further-notice {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.further-notice h3 {
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1152px) {
  .further-notice h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.further-notice p {
  margin-bottom: 20px;
}
.further-notice p:last-of-type {
  margin-bottom: 0;
}
.finance-faqs {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact-container .c-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .contact-container .c-container {
    flex-direction: row;
    padding-bottom: 60px;
  }
}
.contact-left {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-left {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.contact-right {
  background-color: #f2f2f2;
  width: 100%;
  padding: 30px;
}
@media (min-width: 768px) {
  .contact-right {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 0;
  }
}
@media (min-width: 1152px) {
  .contact-right {
    padding: 60px;
  }
}
form.contact .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}
form.contact button[type="submit"] {
  border: 1px solid #000000;
  background-color: #000000;
  border-radius: 5px;
  color: #ffffff;
  padding: 8px 20px 11px 20px;
  text-transform: uppercase;
  transition: all .3s ease;
}
form.contact button[type="submit"]:hover,
form.contact button[type="submit"]:active,
form.contact button[type="submit"]:focus {
  background-color: #ffcc00;
  border: 1px solid #ff931e !important;
}
form.contact button[type="submit"]:after {
  display: none !important;
  visibility: hidden;
}
form.contact button[type="submit"] span {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 14px;
}
form.contact .label {
  text-align: left !important;
  width: 100% !important;
  font-weight: normal !important;
}
form.contact .actions-toolbar {
  margin-left: 0 !important;
}
.phone-numbers {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .phone-numbers {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .phone-numbers {
    margin-bottom: 50px;
    padding-left: 85px;
    text-align: left;
  }
}
.phone-numbers ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .phone-numbers ul {
    flex-direction: row;
  }
}
.phone-numbers li {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  margin-bottom: 20px;
}
.phone-numbers li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .phone-numbers li {
    width: 50%;
    margin-bottom: 0;
  }
}
.phone-numbers li span {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  margin-bottom: 5px;
}
.phone-numbers li a {
  font-size: 22px;
  line-height: 22px;
  color: #ffcc00;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .phone-numbers li a {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1152px) {
  .phone-numbers li a {
    font-size: 22px;
    line-height: 22px;
  }
}
.phone-numbers li a:visited {
  color: #ffcc00;
}
.phone-numbers:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background-image: url('../images/contact-page/call-icon.png');
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
}
@media (min-width: 992px) {
  .phone-numbers:before {
    position: absolute;
    top: -20px;
    margin-bottom: 0;
  }
}
.opening-times {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .opening-times {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .opening-times {
    margin-bottom: 50px;
    padding-left: 85px;
    text-align: left;
  }
}
.opening-times li {
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .opening-times li {
    font-size: 16px;
    line-height: 24px;
  }
}
.opening-times table {
  width: 100%;
}
.opening-times tr:nth-of-type(2) td {
  padding-bottom: 0;
}
.opening-times:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  background-image: url('../images/contact-page/sales-opening-hours-icon.png');
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
}
@media (min-width: 992px) {
  .opening-times:before {
    position: absolute;
    top: -20px;
    margin-bottom: 0;
  }
}
.opening-times--heading {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.customer-service--times {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .customer-service--times {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .customer-service--times {
    margin-bottom: 50px;
    padding-left: 85px;
    text-align: left;
  }
}
.customer-service--times p {
  color: #000000;
  margin-bottom: 15px;
}
.customer-service--times p:last-of-type {
  margin-bottom: 0;
}
.customer-service--times:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  background-image: url('../images/contact-page/customer-opening-hours-icon.png');
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
}
@media (min-width: 992px) {
  .customer-service--times:before {
    position: absolute;
    top: -20px;
    margin-bottom: 0;
  }
}
.address-heading {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-address {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-address {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contact-address {
    margin-bottom: 50px;
    padding-left: 85px;
    text-align: left;
  }
}
.contact-address address {
  font-style: normal;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .contact-address address {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-address:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background-image: url('../images/contact-page/address-icon.png');
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
}
@media (min-width: 992px) {
  .contact-address:before {
    position: absolute;
    top: -20px;
    margin-bottom: 0;
  }
}
.faq-section {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0 0 0;
}
.faq-section:last-of-type {
  padding-bottom: 60px;
}
.faq-section .section-heading {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
.advice-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .advice-links {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.advice-links li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .advice-links li {
    width: 48%;
    margin-right: 4%;
  }
  .advice-links li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.advice-links .thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.advice-links .thumbnail:hover img {
  transform: scale(1.05);
}
.advice-links img {
  transform: scale(1);
  transition: all .3s ease;
}
.advice-links p {
  margin-bottom: 20px;
}
.advice-links .readmore {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  height: auto;
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
  text-align: center;
  color: #000000 !important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  background-color: #ffcc00;
  border: 1px solid #ff931e;
  border-radius: 5px;
  transition: all .3s ease;
}
.advice-links .readmore:hover {
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  color: #ffffff !important;
}
.advice-links .readmore:visited {
  color: #000000 !important;
}
.advice-links .readmore:visited:hover {
  color: #ffffff !important;
}
.link-heading {
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.link-heading a {
  color: #000000;
}
.link-heading a:visited {
  color: #000000;
}
.link-heading a:hover {
  text-decoration: underline;
}
.advice-text--primary {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.advice-text--primary h1 {
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.advice-text--primary h2,
.advice-text--primary h3,
.advice-text--primary h4,
.advice-text--primary h5,
.advice-text--primary h6 {
  color: #000000;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1152px) {
  .advice-text--primary h2,
  .advice-text--primary h3,
  .advice-text--primary h4,
  .advice-text--primary h5,
  .advice-text--primary h6 {
    font-size: 24px;
    line-height: 34px;
  }
}
.advice-text--primary p {
  margin-bottom: 20px;
}
.advice-text--primary p:last-of-type {
  margin-bottom: 0;
}
.advice-text--primary small {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
@media (min-width: 1152px) {
  .advice-text--primary small {
    font-size: 16px;
    line-height: 24px;
  }
}
.advice-text--secondary {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.advice-text--secondary h2,
.advice-text--secondary h3,
.advice-text--secondary h4,
.advice-text--secondary h5,
.advice-text--secondary h6 {
  color: #000000;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1152px) {
  .advice-text--secondary h2,
  .advice-text--secondary h3,
  .advice-text--secondary h4,
  .advice-text--secondary h5,
  .advice-text--secondary h6 {
    font-size: 26px;
    line-height: 32px;
  }
}
.advice-columns {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .advice-columns {
    flex-direction: row;
  }
}
.advice-columns p {
  margin-bottom: 20px;
}
.advice-columns p:last-of-type {
  margin-bottom: 0;
}
.advice-columns .col-1 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .advice-columns .col-1 {
    width: 50%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}
.advice-columns .col-2 {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .advice-columns .col-2 {
    width: 50%;
    padding-left: 40px;
  }
}
.advice-columns table {
  width: 100%;
}
.advice-columns table thead td {
  padding: 10px;
  background-color: #ffcc00;
  color: #000000;
  text-align: center;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
}
.advice-columns table tbody tr {
  background-color: #f9f9f9;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.advice-columns table tbody tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
.advice-columns table tbody td {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}
.call-centre--intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 1152px) {
  .call-centre--intro {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.call-centre--intro h1 {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.call-centre--intro p {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.call-centre--intro p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .call-centre--intro p {
    max-width: 70%;
  }
}
.call-centre--intro p a {
  color: #ffcc00;
}
.call-centre--intro p a:visited {
  color: #ffcc00;
}
.call-centre--intro ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .call-centre--intro ul {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.call-centre--intro li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.call-centre--intro li:last-of-type {
  margin-bottom: 0;
}
.call-centre--intro li img {
  width: 100%;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.call-centre--intro li strong {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
.call-centre--intro li p {
  max-width: 100%;
  margin: 0;
}
.call-centre--intro li p strong {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .call-centre--intro li p strong {
    font-size: 16px;
    line-height: 24px;
  }
}
.call-centre--intro li a {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .call-centre--intro li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.call-centre--info {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.call-centre--info ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  height: auto;
}
.call-centre--info li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .call-centre--info li {
    flex-direction: row;
    align-items: center;
  }
}
.call-centre--info li img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .call-centre--info li img {
    width: 30%;
    margin-bottom: 0;
  }
}
.call-centre--info li .text-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .call-centre--info li .text-content {
    width: 70%;
    text-align: left;
    padding-left: 40px;
  }
}
.call-centre--info li h4 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1152px) {
  .call-centre--info li h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.call-centre--info li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.call-centre--info li p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .call-centre--info li p {
    text-align: left;
    max-width: 80%;
    margin-right: 0;
    margin-left: 0;
  }
}
.reasons-to-shop {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 60px 0;
}
.reasons-to-shop h1,
.reasons-to-shop h2,
.reasons-to-shop h3,
.reasons-to-shop h4,
.reasons-to-shop h5,
.reasons-to-shop h6 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.reasons-to-shop ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .reasons-to-shop ul {
    max-width: 90%;
  }
}
.reasons-to-shop li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}
.reasons-to-shop li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .reasons-to-shop li {
    width: auto;
    flex: 1 0 auto;
    margin-bottom: 0;
  }
}
.reasons-to-shop li img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
.reasons-to-shop li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.reviews-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.reviews-img img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .reviews-img img {
    max-width: 400px;
  }
}
.reviews-img h1 {
  color: #000000;
  font-size: 26px;
  line-height: 30px;
}
.customer-testimonials {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  text-align: center;
}
.more-reviews {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  text-align: center;
}
.more-reviews h2 {
  color: #000000;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 30px;
}
.more-reviews ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  height: auto;
}
@media (min-width: 768px) {
  .more-reviews ul {
    max-width: 50%;
  }
}
.more-reviews li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}
.more-reviews li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .more-reviews li {
    width: auto;
    flex: 1 0 auto;
    margin-bottom: 0;
  }
}
.more-reviews li img {
  width: 100%;
  max-width: 200px;
}
.store-intro {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .store-intro {
    flex-direction: row;
  }
}
.store-intro h1 {
  color: #000000;
  margin-bottom: 30px;
}
.store-intro p {
  margin-bottom: 20px;
}
.store-intro p:last-of-type {
  margin-bottom: 0;
}
.store-intro .col-1 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .store-intro .col-1 {
    width: 50%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}
.store-intro .col-2 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .store-intro .col-2 {
    width: 50%;
    padding-left: 40px;
  }
}
.visit-our-store {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.visit-our-store h1,
.visit-our-store h2,
.visit-our-store h3,
.visit-our-store h4,
.visit-our-store h5,
.visit-our-store h6 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.visit-our-store ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .visit-our-store ul {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.visit-our-store li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.visit-our-store li:last-of-type {
  margin-bottom: 0;
}
.visit-our-store li img {
  width: 100%;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.visit-our-store li strong {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
.visit-our-store li p {
  max-width: 100%;
  margin: 0;
}
.visit-our-store li p strong {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .visit-our-store li p strong {
    font-size: 16px;
    line-height: 24px;
  }
}
.visit-our-store li address {
  font-style: normal;
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .visit-our-store li address {
    font-size: 16px;
    line-height: 24px;
  }
}
.visit-our-store li a {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .visit-our-store li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.visit-our-store li a:visited {
  color: #666;
}
.stores {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.stores h1 {
  text-align: center;
  margin-bottom: 30px;
}
.stores p {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .stores p {
    max-width: 80%;
  }
}
@media (min-width: 1152px) {
  .stores p {
    max-width: 60%;
  }
}
.stores-map--container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  margin-top: 30px;
}
.stores-map--container .gm-style-iw-c {
  border-radius: 0;
  box-shadow: none;
}
.stores-map--container .gm-style-iw-c .info_content {
  min-width: 250px;
}
.stores-map--container .gm-style-iw-c h3 {
  font-size: 22px;
  font-weight: 600;
}
.stores-map--container .gm-style-iw-c .gm-ui-hover-effect {
  background-color: #ffcc00 !important;
  border-radius: 0;
  color: #000000 !important;
  right: 10px !important;
  top: 10px !important;
}
.stores-map--container .gm-style-iw-c address {
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  color: #666;
}
.stores-map--container .gm-style-iw-c .telephone {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  max-width: 100%;
  text-align: left;
}
.stores-map--container .gm-style-iw-c .telephone::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url('../images/icons/map-phone.png');
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center;
  margin-right: 5px;
  margin-left: -5px;
  margin-top: -5px;
}
.stores-map--container .gm-style-iw-c .visit-location::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url('../images/icons/visit-icon.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-right: 5px;
  margin-left: -5px;
}
.stores-map--container .gm-style-iw-c .visit-location {
  display: flex;
  align-items: center;
  max-width: 100%;
  text-align: left;
}
.stores-map--container .gm-style-iw-c .visit-location a {
  color: #666;
  margin-top: 7px;
  text-decoration: underline;
}
.stores-map--container .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-style-iw-c {
  padding: 25px !important;
}
.gm-ui-hover-effect {
  opacity: 1 !important;
}
.store-locations {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .store-locations {
    flex-direction: row;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.store-locations li {
  display: inline-block;
  position: relative;
  width: 100%;
}
.store-locations li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .store-locations li:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 2%;
  }
}
.store-locations strong {
  display: block;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.store-locations address {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  color: #666666;
  font-size: 16px;
  line-height: 22px;
}
.store-locations .tel-link {
  display: flex;
  position: relative;
  align-items: center;
  color: #666;
  font-size: 16px;
  line-height: 16px;
}
.store-locations .tel-link:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('../images/icons/map-phone.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left;
  margin-right: 5px;
  margin-left: -10px;
}
.store-locations .location-link {
  display: flex;
  position: relative;
  align-items: center;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
  text-decoration: underline;
}
.store-locations .location-link:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('../images/icons/visit-icon.png');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left;
  margin-right: 0;
  margin-left: -6px;
}
.covid-notice {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #f2f2f2;
  margin-bottom: 60px;
}
.covid-notice p {
  color: #000000;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
}
.covid-notice p:last-of-type {
  margin-bottom: 0;
}
.covid-notice p strong {
  font-weight: 700;
}
.covid-notice p a {
  color: #000000;
}
.covid-notice p a:visited {
  color: #000000;
}
.visit-map {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.visit-map h3 {
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-container {
  margin-bottom: 30px;
}
.directions-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  height: auto;
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: all .3s ease;
  color: #ffffff;
}
.directions-btn span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.directions-btn:hover {
  background-color: #ffcc00;
  border: 1px solid #ff931e;
  text-decoration: none;
  color: #000000 !important;
}
.directions-btn:hover span {
  color: #000000 !important;
}
table.grid {
  padding: unset !important;
}
.misc-intro {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .misc-intro {
    flex-direction: row;
  }
}
.misc-intro h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.misc-intro p {
  text-align: center;
  margin-bottom: 20px;
}
.misc-intro p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .misc-intro p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.misc-intro strong {
  font-weight: 700;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.misc-details {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.trade-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 60px 0;
}
.trade-intro h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.trade-intro p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.trade-intro p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .trade-intro p {
    max-width: 80%;
  }
}
.trade-intro ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .trade-intro ul {
    max-width: 90%;
  }
}
.trade-intro li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}
.trade-intro li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .trade-intro li {
    width: auto;
    flex: 1 0 auto;
    margin-bottom: 0;
  }
}
.trade-intro li img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .trade-intro li img {
    width: 160px;
  }
}
.trade-intro li strong {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.trade-intro li p {
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.trade-form {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0 60px 0;
}
@media (min-width: 768px) {
  .trade-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.amform-form label {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
.amform-form .required {
  color: #ff142b;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
}
.fb-checkbox {
  background-color: #e2dcf6;
  padding: 15px;
  text-align: center;
}
.fb-checkbox .fb-checkbox-group-label {
  display: none;
}
.fb-checkbox .control label {
  display: inline;
  font-family: 'Helvetica', "Helvetica", "Arial", sans-serif;
  color: #666;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 1152px) {
  .fb-checkbox .control label {
    font-size: 16px;
    line-height: 16px;
  }
}
.amcform-toolbar {
  text-align: center;
}
.amform-form .action.primary {
  display: block;
  position: relative;
  width: 50%;
  height: auto;
  padding: 20px 15px 15px 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #45d853;
  border: 1px solid #45d853;
  border-bottom: 10px solid #39b54a !important;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s ease;
}
@media (min-width: 1152px) {
  .amform-form .action.primary {
    font-size: 20px;
    line-height: 20px;
  }
}
.amform-form .action.primary:hover {
  background-color: #2d8e3a;
  border: 1px solid #2d8e3a;
}
.amform-form .action.primary:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #2d8e3a !important;
  border-radius: 5px;
}
.amform-form .action.primary:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #45d853 !important;
  border-radius: 5px;
  transition: all .3s ease;
}
.amcform-gdpr a {
  color: #ffcc00 !important;
}
.amcform-gdpr a:visited {
  color: #ffcc00 !important;
}
.field-textinput-10 input {
  background-color: #e9f5db;
}
/* -------- Basket Page Styles -------- */
.checkout-cart-index .page-title {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  color: #000000;
}
.checkout-cart-index .columns .column.main {
  padding-bottom: 0;
}
.cart-empty {
  display: block;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 60px auto;
  text-align: center;
  background-color: #ffffff;
  padding: 40px;
  border: 1px solid #eee;
}
.cart-summary .basket-termslink {
  text-align: center;
  margin-top: 20px;
}
.cart-summary .basket-termslink a {
  color: #000000;
  text-decoration: underline;
}
.cart-summary .basket-termslink a:visited {
  color: #000000;
  text-decoration: underline;
}
.cart-summary > .title {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
}
.cart-summary .block {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.cart-summary .block > .title {
  padding-left: 0;
  color: #000000;
}
.cart-summary .block > .title:after {
  top: 8px !important;
}
.column.main .cart-summary .block > .title strong {
  font-size: 14px;
  line-height: 14px;
}
.cart-summary .block .fieldset {
  margin-left: 0;
}
.cart-summary .actions-toolbar > .primary button {
  background-color: #333;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .cart-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cart-container .form-cart {
  width: 100%;
}
.cart.table-wrapper .items thead + .item {
  border: 0;
}
.cart.table-wrapper .items {
  border: 1px solid #eee;
}
.cart.table-wrapper .items thead th {
  background-color: #ffcc00;
  color: #000000;
  padding: 15px !important;
  border: 1px solid #ffcc00;
  text-align: left;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.cart.table-wrapper .items thead .col.item {
  width: 60%;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.cart.table-wrapper .items tbody td {
  vertical-align: middle !important;
}
.cart.table-wrapper .items tbody tr {
  border-bottom: 1px solid #eee;
}
.cart.table-wrapper .items .product-item-name {
  margin: 0 !important;
  max-width: 60%;
  hyphens: none !important;
}
.cart.table-wrapper .items .product-item-name a {
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.cart.table-wrapper .items .product-item-name a:visited {
  color: #000000;
}
.cart.table-wrapper .col {
  padding-top: 0;
  border-right: 0;
}
.cart.table-wrapper .item:nth-of-type(even) tr {
  background-color: #fcfcfd;
}
.cart.table-wrapper .item .col.item {
  display: table-cell;
  padding: 15px;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #eee;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.remove {
  text-align: center;
}
.cart.table-wrapper .col.qty span {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cart-summary {
    order: 2;
    top: 0 !important;
    width: 36%;
    background-color: #ffffff !important;
    border: 1px solid #000000;
    padding: 25px;
  }
  .cart-summary #paybyfinance-main-block h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .cart-summary #paybyfinance-main-block .pbf-field-control {
    margin-bottom: 10px;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 0;
    width: 100%;
    max-width: 140px;
    margin-bottom: 0;
  }
  .product-item-wrapper {
    padding-left: 30px;
    width: 100%;
  }
  .product-item-wrapper p {
    font-size: 14px;
    line-height: 14px;
  }
  .cart.table-wrapper .product-item-details {
    display: flex;
    align-items: center;
  }
  .cart.table-wrapper .price-including-tax,
  .cart.table-wrapper .price-excluding-tax {
    font-size: 22px;
    line-height: 22px;
  }
  .cart.table-wrapper .price-including-tax .price,
  .cart.table-wrapper .price-excluding-tax .price {
    color: #000000;
  }
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 5px;
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid #ccc;
}
.cart.table-wrapper .col.qty label {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 0 !important;
}
.cart.table-wrapper .col.qty .field {
  margin-bottom: 0;
}
.cart.table-wrapper .col.qty .quantityIncrease {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 0;
  border-left: 0;
  cursor: pointer;
}
.cart.table-wrapper .col.qty .quantityDecrease {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 0;
  border-right: 0;
  cursor: pointer;
}
.cart.table-wrapper .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.cart-container .form-cart .actions {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.cart .action {
  margin-bottom: 20px;
}
.cart.table-wrapper .actions-toolbar > .action {
  margin-bottom: 0;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 11px !important;
  padding: 15px 0;
  width: 65px;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action img {
  width: 100%;
  max-width: 15px;
}
.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.clear,
.cart-container .form-cart .action.update {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 15px 30px 15px 50px!important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 20px top 16px;
  transition: all .3s ease;
}
.cart-container .form-cart .action.continue span,
.cart-container .form-cart .action.clear span,
.cart-container .form-cart .action.update span {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
}
@media (min-width: 1152px) {
  .cart-container .form-cart .action.continue span,
  .cart-container .form-cart .action.clear span,
  .cart-container .form-cart .action.update span {
    font-size: 18px;
    line-height: 18px;
  }
}
.cart-container .form-cart .action.continue:before,
.cart-container .form-cart .action.clear:before,
.cart-container .form-cart .action.update:before {
  display: none;
}
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.clear:hover,
.cart-container .form-cart .action.update:hover {
  background-color: #000000;
}
.cart-container .form-cart .action.continue:hover span,
.cart-container .form-cart .action.clear:hover span,
.cart-container .form-cart .action.update:hover span {
  color: #ffffff;
}
.cart-container .form-cart .action.continue {
  background-image: url('../images/icons/continue-shopping.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.cart-container .form-cart .action.continue:hover {
  background-image: url('../images/icons/continue-shopping-white.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 20px center;
}
.cart-container .form-cart .action.clear {
  background-image: url('../images/icons/clear-basket.png');
}
.cart-container .form-cart .action.clear:hover {
  background-image: url('../images/icons/clear-basket-white.png');
}
.cart-container .form-cart .action.update {
  background-image: url('../images/icons/update-basket.png');
}
.cart-container .form-cart .action.update:hover {
  background-image: url('../images/icons/update-basket-white.png');
}
.action.primary.checkout {
  position: relative;
  padding: 15px 15px 10px 15px;
  margin-bottom: 10px;
  background-color: #ffcc00 !important;
  border: 1px solid #ff931e !important;
  border-radius: 5px;
  transition: all .3s ease;
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.action.primary.checkout span {
  position: relative;
  z-index: 1;
  color: #000000 !important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.action.primary.checkout:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}
.action.primary.checkout:hover span {
  color: #ffffff !important;
}
.summary.title {
  display: none;
}
.cart-summary .block > .title {
  border-top: 0;
}
.column.main .cart-summary .block > .title strong {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.cart-summary .block > .title:after {
  top: 2px;
}
.cart-summary .block .estimate {
  margin: 0 !important;
}
.cart-summary .block .estimate select {
  width: 100%;
  border-radius: 0;
  height: 50px;
}
.cart-summary {
  background-color: #eee;
}
.cart-summary .fieldset.coupon .label {
  display: none !important;
}
.cart-summary .fieldset.coupon .primary {
  width: 100%;
}
.cart-summary .fieldset.coupon .actions-toolbar:after {
  display: none;
}
.cart-summary .fieldset.coupon .action.apply.primary {
  position: relative;
  width: 100%;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cart-summary .fieldset.coupon .action.apply.primary span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #ffffff;
}
.cart-summary .fieldset.coupon .action.apply.primary:hover,
.cart-summary .fieldset.coupon .action.apply.primary:active,
.cart-summary .fieldset.coupon .action.apply.primary:focus {
  background-color: #ffcc00;
  border: 1px solid #ff931e !important;
}
.cart-summary .fieldset.coupon .action.apply.primary:hover span,
.cart-summary .fieldset.coupon .action.apply.primary:active span,
.cart-summary .fieldset.coupon .action.apply.primary:focus span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.cart-summary .fieldset.coupon .action.apply.primary:hover:after,
.cart-summary .fieldset.coupon .action.apply.primary:active:after,
.cart-summary .fieldset.coupon .action.apply.primary:focus:after {
  display: none;
}
.cart-summary .fieldset.coupon .action.cancel.primary {
  border-radius: 0;
  position: relative;
  width: 100%;
  background-color: #ef233c;
  border: 1px solid #d90429;
}
.cart-summary .fieldset.coupon .action.cancel.primary span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #ffffff;
}
.cart-summary .fieldset.coupon .action.cancel.primary:hover,
.cart-summary .fieldset.coupon .action.cancel.primary:active,
.cart-summary .fieldset.coupon .action.cancel.primary:focus {
  background-color: #ef233c !important;
  border: 1px solid #d90429!important;
}
.cart-summary .fieldset.coupon .action.cancel.primary:hover span,
.cart-summary .fieldset.coupon .action.cancel.primary:active span,
.cart-summary .fieldset.coupon .action.cancel.primary:focus span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #ffffff;
}
.cart-summary .fieldset.coupon .action.cancel.primary:hover:after,
.cart-summary .fieldset.coupon .action.cancel.primary:active:after,
.cart-summary .fieldset.coupon .action.cancel.primary:focus:after {
  display: none;
}
.cart-totals {
  border-top: 0;
  padding-top: 0;
}
.cart-totals table {
  width: 100%;
}
.cart-totals table .totals.shipping {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.cart-totals table th {
  padding: 0;
}
.cart-totals table th .value {
  font-size: 14px;
  margin-top: 5px;
}
.cart-totals table th.mark {
  text-align: left;
  padding-left: 0;
  padding-bottom: 0;
  padding: 17px 0;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.cart-totals table td span {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 0;
}
.cart-container .checkout-methods-items .item + .item {
  margin-bottom: 0;
  margin-top: 0;
}
.block.discount {
  margin-top: 30px;
  margin-bottom: 30px;
}
.action.multicheckout {
  display: none !important;
}
#co-shipping-method-form .note {
  margin-bottom: 20px;
  padding-left: 5px;
}
/* Mobile Basket Styles */
@media (max-width: 767px) {
  .cart.table-wrapper {
    padding: 0 20px;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-summary {
    order: 2;
    background-color: transparent !important;
  }
  .form-cart {
    order: 1;
  }
  .cart.table-wrapper .col {
    padding-top: 8px;
  }
  .cart.table-wrapper .items thead {
    display: none;
  }
  .cart.table-wrapper .items thead th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart.table-wrapper .items thead + .item {
    border-top: 0;
  }
  .cart.table-wrapper .items tbody {
    display: block;
    position: relative;
  }
  .cart.table-wrapper .items tbody tr {
    display: block;
    position: relative;
  }
  .cart.table-wrapper .items tbody td {
    position: relative;
  }
  .cart.table-wrapper .items .image {
    padding-top: 10px;
    padding-left: 15px;
    position: absolute;
  }
  .cart.table-wrapper .items img {
    width: 100%;
    max-width: 150px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .cart.table-wrapper .items .price-excluding-tax,
  .cart.table-wrapper .items .price-including-tax {
    font-size: 14px;
    line-height: 14px;
  }
  .cart.table-wrapper .items .price-excluding-tax .price,
  .cart.table-wrapper .items .price-including-tax .price {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
  }
  .cart.table-wrapper .col {
    border: 0;
  }
  .cart.table-wrapper .item .col.item {
    display: block;
    position: relative;
    padding-left: 0;
  }
  .cart.table-wrapper .items > .item:last-of-type {
    border-bottom: 0;
  }
  .cart.table-wrapper .product-item-photo {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    position: relative;
    height: auto;
    min-height: 170px;
    padding-left: 180px;
  }
  .cart.table-wrapper .items .product-item-name {
    padding-top: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    max-width: 90%;
    text-decoration: underline;
  }
  .cart.table-wrapper .items .product-item-name a {
    font-size: 14px;
    line-height: 18px;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.remove {
    text-align: left;
  }
  .cart.table-wrapper .col.price {
    padding: 0 10px;
    width: 33%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
  }
  .cart.table-wrapper .col.qty {
    padding: 0;
    width: 33%;
    justify-content: center;
  }
  .cart.table-wrapper .col.qty[data-th]:before {
    display: none;
  }
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before {
    font-size: 12px;
  }
  .cart.table-wrapper .col.subtotal {
    padding: 0 10px;
    width: 33%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 45px;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal {
    display: flex;
  }
  .cart.table-wrapper .col.price .price-excluding-tax,
  .cart.table-wrapper .col.subtotal .price-excluding-tax {
    margin-left: 0;
    font-size: 14px;
  }
  .cart.table-wrapper .col.qty {
    display: flex;
    align-items: center;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .cart.table-wrapper .col.subtotal[data-th]:before {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cart.table-wrapper .col.remove {
    box-sizing: border-box;
    display: inline-flex;
    white-space: nowrap;
    align-self: flex-start;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .cart.table-wrapper .col.remove img {
    max-width: 30px;
    border: 0;
  }
  .cart-container .form-cart .actions {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 20px;
    border-bottom: 0;
  }
  .cart-container .form-cart .actions .action {
    width: 100%;
  }
}
table.totals.finance-enabled::after {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.amexfee-block-content {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.amexfee-block-content.-cart > .title.amexfee-title {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.amexfee-block-content.-cart > .title.amexfee-title:after {
  top: 18px !important;
}
.amexfee-item-element p {
  text-align: left;
  margin-bottom: 15px;
}
.amexfee-collapsible-block > .amount.amexfee-amount {
  color: #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.amexfee-totals-details.-show td {
  padding: 0 0 10px 0;
}
/* Crosssells */
.crosssell-container--bottom {
  display: block;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-top: 60px;
}
.crosssell-container--bottom h4 {
  text-transform: uppercase;
  text-align: center;
  padding: 70px 0 40px 0;
  background-color: #eee;
  margin: 0;
}
.block.crosssell {
  padding: 30px 0 70px 0;
  margin-top: 0;
  background-color: #eee;
}
.block.crosssell .slick-slide {
  padding: 15px 0;
}
/* -------- Checkout Page Styles -------- */
.checkout-index-index .page-main {
  padding: 80px 20px;
}
.checkout-index-index .page-title-wrapper {
  height: auto;
  width: 100%;
  text-align: center;
  position: relative;
  clip: unset;
  margin-bottom: 80px;
  color: #000000;
}
.checkout-index-index .nav-sections {
  margin-bottom: 0;
}
.billing-address-form .choice.field span {
  padding-left: 25px;
}
/* Progress Bar */
.opc-progress-bar {
  margin-top: 0;
  margin-bottom: 20px;
}
.opc-progress-bar-item > span {
  padding-top: 45px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1152px) {
  .opc-progress-bar-item > span {
    font-size: 18px;
  }
}
.opc-progress-bar-item._active::before {
  background: #000000;
}
.opc-progress-bar-item::before {
  background-color: #e4e4e4;
}
.opc-progress-bar-item > span::after {
  color: #eee;
  font-size: 14px;
  line-height: 26px;
}
.opc-progress-bar-item._active > span {
  color: #000000;
}
.opc-progress-bar-item._active > span::before {
  background: #000000;
}
.opc-progress-bar-item._active > span::after {
  color: #000000;
  font-size: 26px;
}
.opc-progress-bar-item._complete > span:before {
  background-color: #45d853;
}
.opc-progress-bar-item._complete:before {
  background-color: #45d853;
}
.opc-progress-bar-item._complete > span:after {
  line-height: 26px;
  font-size: 26px;
  color: #45d853;
}
.opc-progress-bar-item._complete > span {
  color: #45d853 !important;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  color: #000000;
}
.page-layout-checkout .authentication-wrapper,
.checkout-index-index .authentication-wrapper {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.page-layout-checkout .authentication-wrapper span,
.checkout-index-index .authentication-wrapper span {
  font-size: 20px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}
.page-layout-checkout .authentication-wrapper .label,
.checkout-index-index .authentication-wrapper .label {
  width: 100% !important;
}
.page-layout-checkout .authentication-wrapper .label span,
.checkout-index-index .authentication-wrapper .label span {
  color: #000000 !important;
  text-transform: capitalize !important;
}
.page-layout-checkout .authentication-wrapper button,
.checkout-index-index .authentication-wrapper button {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  font-size: 20px !important;
  line-height: 20px !important;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  cursor: pointer;
}
.page-layout-checkout .authentication-wrapper button:hover,
.checkout-index-index .authentication-wrapper button:hover {
  text-decoration: none;
}
.page-layout-checkout .authentication-wrapper .modal-content,
.checkout-index-index .authentication-wrapper .modal-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 30px 30px 30px;
  font-family: sans-serif;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 0 !important;
}
.checkout-index-index .authentication-wrapper {
  padding: 0 !important;
  border: 0 !important;
}
.authentication-dropdown._show .action-close {
  background-color: #f7f7f7 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right !important;
  z-index: 10;
}
.authentication-dropdown._show .action-close:hover {
  background-color: #f7f7f7 !important;
  border: 0 !important;
}
.authentication-dropdown._show .block-title {
  display: none !important;
}
.authentication-dropdown._show .fieldset > .field:not(.choice) > .label {
  text-align: left;
  padding: 0;
}
.authentication-dropdown._show .action-remind span {
  text-transform: none !important;
}
.authentication-dropdown._show button {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 10px 30px!important;
}
.authentication-dropdown._show button span {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.authentication-dropdown {
  left: 0;
  background-color: #f7f7f7;
  border: 0 !important;
  transition: unset !important;
  -webkit-box-shadow: 0px 0px 10px -4px #000000;
  box-shadow: 0px 0px 10px -4px #000000;
}
/* Checkout Steps Wrapper */
.opc-wrapper {
  background-color: #ffffff;
  border: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .opc-wrapper {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .opc-wrapper {
    width: 66.66666667%;
    margin-top: 40px;
  }
}
.opc-wrapper .field-error {
  font-size: 12px !important;
}
.opc-wrapper .form-login {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #ccc!important;
}
.opc-wrapper .form-login .secondary {
  width: auto;
  margin: 15px 0 0 0;
}
.opc-wrapper .form-login .secondary a {
  color: #000000;
}
.opc-wrapper .form-login .secondary a:visited {
  color: #000000;
}
.opc-wrapper .form-login button {
  background-color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0;
  padding: 15px 30px;
  color: #ffffff;
  transition: all .3s ease;
}
.opc-wrapper .form-login button:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
.opc-wrapper .action-help {
  top: 7px !important;
}
.opc-wrapper label,
.opc-wrapper .label {
  text-transform: uppercase;
}
.opc-wrapper label span,
.opc-wrapper .label span {
  color: #000000 !important;
}
.opc-estimated-wrapper .estimated-block {
  width: 80%;
}
.opc-estimated-wrapper {
  border-bottom: 0;
}
.opc-estimated-wrapper .minicart-wrapper {
  width: 15%;
}
.opc-estimated-wrapper .showcart {
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.opc-estimated-wrapper .counter.qty {
  display: flex !important;
  top: -3px !important;
  right: 6px !important;
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #000000 !important;
}
.opc-block-summary .items-in-cart > .title::after {
  top: 11px !important;
}
@media (min-width: 1152px) {
  .opc-block-summary .items-in-cart > .title::after {
    top: 1px !important;
  }
}
.opc-block-summary .items-in-cart.active > .title:after {
  top: 11px !important;
}
@media (min-width: 1152px) {
  .opc-block-summary .items-in-cart.active > .title:after {
    top: 1px !important;
  }
}
.modal-custom.opc-sidebar .title {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
}
.modal-custom.opc-sidebar .table-totals {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-custom.opc-sidebar .table-totals th {
  text-align: left;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.modal-custom.opc-sidebar .table-totals tr .title {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.modal-custom.opc-sidebar .table-totals .mark {
  padding-top: 0;
}
.modal-custom.opc-sidebar .table-totals .value {
  color: #000000;
}
.modal-custom.opc-sidebar .items-in-cart .title {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
.modal-custom.opc-sidebar .items-in-cart .title strong {
  font-size: 14px;
  line-height: 14px;
}
.modal-custom.opc-sidebar .items-in-cart .product-item-name {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.modal-custom.opc-sidebar .items-in-cart .details-qty {
  color: #000000 !important;
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px !important;
  font-family: sans-serif;
}
.modal-custom.opc-sidebar .items-in-cart .details-qty span {
  color: #000000 !important;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
}
.modal-custom.opc-sidebar .items-in-cart .details-qty .label:after {
  margin-left: 4px;
}
.modal-custom.opc-sidebar .items-in-cart .details-qty .value {
  margin-left: 5px;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
}
.modal-custom.opc-sidebar .items-in-cart .subtotal span {
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
}
.opc-wrapper .step-title {
  background-color: transparent;
  color: #000000;
  padding: 0 20px 20px 20px;
  border: 0;
  border-bottom: 1px solid #000000;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
}
.opc-wrapper label span,
.opc-wrapper .label span {
  text-transform: capitalize;
}
#checkout-step-shipping,
#checkout-shipping-method-load {
  padding: 0 20px;
}
#shipping-method-buttons-container {
  padding: 20px 0;
}
.opc-wrapper .step-content {
  padding: 0;
}
.opc-wrapper .step-content .control {
  width: 100% !important;
}
.opc-wrapper .form-login {
  border-bottom: 1px solid #000000;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.opc-wrapper .fieldset > .field {
  margin: 0 0 15px 0!important;
}
.opc-wrapper .fieldset > .field > .label {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.opc-wrapper .fieldset > .field > .label span {
  color: #000000 !important;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #000000;
  padding-top: 20px;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: left !important;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 25px;
}
.opc-wrapper .actions-toolbar {
  width: 100% !important;
  border-top: 0;
  padding: 20px;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.opc-wrapper .note {
  color: #000000;
}
.methods-shipping .actions-toolbar .action.primary {
  font-weight: 400;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: none;
}
.methods-shipping .actions-toolbar .action.primary:hover {
  background-color: #000000;
}
.action-help {
  position: relative;
  top: 15px;
}
.shipping-address-items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .shipping-address-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.shipping-address-items .shipping-address-item {
  margin-bottom: 0;
}
.shipping-address-items .action-select-shipping-item {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.shipping-address-items .selected-item {
  border-color: #000000 !important;
  background-color: #fcfcfd !important;
}
.shipping-address-items .selected-item:after {
  background-color: #000000 !important;
}
/* Checkout Sidebar */
@media (min-width: 768px) {
  .opc-sidebar {
    margin: 0 0 30px 3%;
    width: 47%;
    position: sticky;
    top: 0;
  }
  .opc-sidebar .minicart-items .product-item-name {
    margin-bottom: 0 !important;
  }
  .opc-sidebar .minicart-items .product-item-details .details-qty {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
  }
  .opc-sidebar .minicart-items .product-item-details .details-qty .label:after {
    margin-left: 1px;
  }
  .opc-sidebar .minicart-items .product-item-details .details-qty .value {
    margin-left: 3px;
  }
  .opc-sidebar .minicart-items .product .toggle {
    padding-left: 75px;
    font-size: 12px;
  }
  .opc-sidebar .minicart-items .product .content {
    padding-left: 75px;
    font-size: 12px;
    margin-top: 15px;
  }
  .opc-sidebar .minicart-items .product .content .values {
    color: #000000;
  }
  .opc-sidebar .product-image-container {
    width: auto !important;
  }
  .opc-block-summary {
    padding: 20px;
    margin: 0;
    background-color: #eee !important;
    border: 0;
  }
  .opc-block-summary .product-item-details {
    width: auto;
    padding-left: 15px;
  }
  .opc-block-summary table {
    width: 100%;
  }
  .opc-block-summary th {
    text-align: left;
  }
  .opc-block-summary th,
  .opc-block-summary td {
    padding: 10px 20px!important;
  }
  .opc-block-summary th .value,
  .opc-block-summary td .value {
    margin-top: 5px;
    color: #000000 !important;
  }
  .opc-block-summary td .price {
    color: #000000;
  }
  .opc-block-summary .amexfee-item-element label {
    width: 100% !important;
    text-align: left !important;
    line-height: 22px !important;
  }
  .opc-block-summary .amexfee-item-element {
    padding: 0 20px;
  }
  .amexfee-collapsible-block td {
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: sans-serif !important;
  }
  .opc-block-summary .items-in-cart {
    margin-bottom: 0;
  }
  .opc-block-summary .items-in-cart > .title {
    border-top: 1px solid #d1d1d1;
  }
  .opc-block-summary .items-in-cart > .title::after {
    position: relative;
    right: 0;
    top: -3px;
    margin: 0;
  }
  .opc-block-summary > .title {
    background-color: transparent;
    color: #000000;
    font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    padding: 15px 20px 0 20px;
    text-transform: capitalize;
    border-bottom: 0 !important;
  }
  .opc-block-summary .items-in-cart > .title {
    color: #000000;
  }
  .opc-block-summary .items-in-cart > .title strong {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #000000;
  }
  .opc-block-summary .items-in-cart {
    margin-top: 20px;
  }
  .opc-block-summary .minicart-items-wrapper {
    padding: 20px;
    margin: 0;
  }
  .opc-block-summary .items-in-cart > .title {
    padding: 20px;
  }
  .opc-block-summary .product-item .price {
    font-size: 18px;
    color: #000000;
    font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  }
  .opc-block-shipping-information {
    padding: 0;
    background-color: #ffffff;
    margin-top: 20px;
    font-family: sans-serif;
  }
  .opc-block-shipping-information .action-edit {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
  }
  .discount .title {
    font-size: 14px !important;
  }
  .shipping-information-content {
    padding-bottom: 20px !important;
    color: #000000;
  }
  .shipping-information-content a {
    color: #000000;
  }
  .shipping-information-content a:visited {
    color: #000000;
  }
  .product-item-inner {
    width: auto !important;
    padding-left: 10px;
  }
  .minicart-items .product-item-name {
    display: block;
    position: relative;
    width: 100%;
    font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
    color: #000000;
    font-size: 16px;
    text-align: left;
  }
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px !important;
}
.opc-sidebar .minicart-items .product .toggle {
  font-size: 14px;
  color: #000000;
}
.opc-sidebar .minicart-items .product .content {
  margin-top: 5px;
}
.block-summary .items-in-cart .product .item-options dt {
  color: #000000;
}
.amexfee-form-container .amexfee-input + .amexfee-label {
  width: auto !important;
}
.amexfee-block-content.-checkout > .title.amexfee-title {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .opc-sidebar {
    width: 30%;
  }
}
.opc-block-summary .product-item .product-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.opc-sidebar .minicart-items .product-item-details .details-qty {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0;
}
.opc-block-shipping-information .shipping-information-title {
  font-size: 18px;
  padding: 15px 20px;
  background-color: transparent;
  color: #000000;
  border: 0;
  font-family: 'Montserrat-Bold', "Helvetica", "Arial", sans-serif;
  border-bottom: 2px solid #000000;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 22px;
  padding: 0 20px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 0 !important;
}
#checkout-step-shipping_method {
  padding: 0 20px;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.opc-wrapper .action-help {
  display: none;
  visibility: hidden;
}
.field .control._with-tooltip input {
  width: 100% !important;
}
.opc-wrapper select {
  width: 100%;
  border-radius: 0;
  height: 50px;
}
@media (min-width: 768px) {
  .opc-block-shipping-information .shipping-information-title .action-edit {
    top: 13px;
  }
}
.opc-block-shipping-information .shipping-information-title .action-edit::before {
  color: #000000;
}
.opc-payment .step-title {
  margin: 0;
}
.opc-payment label {
  display: inline-block !important;
  width: auto !important;
}
.opc-payment label span {
  color: #000000;
  display: inline-block;
}
.opc-payment .billing-address-same-as-shipping-block label {
  display: inline-block;
  width: auto;
  padding-left: 22px;
}
.opc-payment .payment-method-title {
  padding: 20px;
}
.opc-payment .checkout-payment-method .payment-method-title {
  padding: 20px;
}
.opc-payment .checkout-payment-method .payment-method-title label {
  margin: 0;
}
checkout-payment-method .payment-methods {
  margin: 0;
  width: 100%;
}
.checkout-payment-method .payment-group {
  width: 100%;
}
.checkout-payment-method .payment-method-title .payment-icon {
  margin-bottom: 10px;
}
.checkout-payment-method .payment-option-title {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: 0;
    padding: 0;
  }
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  padding: 20px 0;
}
.checkout-payment-method .payment-method-content {
  padding: 0 20px;
}
.checkout-payment-method .payment-method-content input[type="checkbox"] {
  float: left;
  position: absolute;
}
.checkout-payment-method .payment-option .payment-option-content {
  padding: 0;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  background-color: #ff142b;
  border: 1px solid #ff142b;
  font-weight: 400;
  padding: 15px 30px!important;
  font-size: 16px !important;
  text-transform: none;
  border-radius: 0;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  background-color: #000000;
}
.opc-payment-additional {
  padding: 20px;
}
@media (min-width: 768px) {
  .opc-payment-additional {
    padding: 20px 40px;
  }
}
.checkout-payment-method .payment-option-content {
  padding: 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  margin-bottom: 0;
}
.opc-wrapper .form-discount {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .opc-wrapper .form-discount {
    flex-direction: row;
  }
}
.opc-wrapper .form-discount .payment-option-inner {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .opc-wrapper .form-discount .payment-option-inner {
    width: 72%;
  }
}
.opc-wrapper .form-discount .actions-toolbar {
  width: auto !important;
  border-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .opc-wrapper .form-discount .actions-toolbar {
    padding-left: 10px !important;
  }
}
.opc-wrapper .form-discount .action-apply {
  font-weight: 400;
  padding: 15px 30px 13px 30px;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 !important;
  background-color: #ffcc00;
  border: 0;
  border-radius: 0;
  color: #000000;
  width: 100% !important;
}
@media (min-width: 768px) {
  .opc-wrapper .form-discount .action-apply {
    width: auto !important;
  }
}
.opc-wrapper .form-discount .action-apply:hover {
  background-color: #000000;
  color: #ffffff;
}
.opc-wrapper .form-discount .action-apply span {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.opc-wrapper .form-discount .action.action-cancel {
  font-weight: 400;
  padding: 15px 30px 13px 30px;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 !important;
  background-color: #ef233c;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  width: auto !important;
}
.opc-wrapper .form-discount .action.action-cancel:hover {
  background-color: #ef233c;
}
.opc-wrapper .form-discount .action.action-cancel span {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
}
.checkout-payment-method .payment-option-title .action-toggle .field {
  margin-bottom: 0;
}
/* Customer login in checkout sidebar */
.page-layout-checkout .authentication-wrapper,
.checkout-index-index .authentication-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 3%;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .page-layout-checkout .authentication-wrapper,
  .checkout-index-index .authentication-wrapper {
    width: 47%;
  }
}
@media (min-width: 992px) {
  .page-layout-checkout .authentication-wrapper,
  .checkout-index-index .authentication-wrapper {
    width: 30%;
  }
}
.page-layout-checkout .authentication-wrapper .block-customer-login,
.checkout-index-index .authentication-wrapper .block-customer-login {
  width: 100% !important;
  padding: 0 0 30px 0!important;
  margin: 0 !important;
}
.page-layout-checkout .authentication-wrapper .primary,
.checkout-index-index .authentication-wrapper .primary {
  float: left !important;
  width: auto;
}
.page-layout-checkout .authentication-wrapper .secondary,
.checkout-index-index .authentication-wrapper .secondary {
  float: right !important;
  width: auto;
  padding-top: 10px !important;
}
@media (min-width: 992px) {
  .page-layout-checkout .authentication-wrapper .secondary,
  .checkout-index-index .authentication-wrapper .secondary {
    float: left !important;
  }
}
@media (min-width: 1152px) {
  .page-layout-checkout .authentication-wrapper .secondary,
  .checkout-index-index .authentication-wrapper .secondary {
    float: right !important;
  }
}
.page-layout-checkout .authentication-wrapper .secondary a,
.checkout-index-index .authentication-wrapper .secondary a {
  margin-top: 0 !important;
}
.page-layout-checkout .authentication-wrapper .action-login,
.checkout-index-index .authentication-wrapper .action-login {
  background-color: #000000;
  border: 0;
  border-radius: 10px;
  padding: 10px 30px 6px 30px;
  color: #ffffff;
}
.page-layout-checkout .authentication-wrapper .label,
.checkout-index-index .authentication-wrapper .label {
  text-align: left;
}
.page-layout-checkout .authentication-wrapper .label span,
.checkout-index-index .authentication-wrapper .label span {
  margin-left: 0;
  color: #000000;
  font-size: 14px !important;
}
.page-layout-checkout .authentication-wrapper .action-close,
.checkout-index-index .authentication-wrapper .action-close {
  position: relative !important;
  margin: 0 !important;
  transition: unset !important;
}
.page-layout-checkout .authentication-wrapper .actions-toolbar,
.checkout-index-index .authentication-wrapper .actions-toolbar {
  margin: 0 !important;
}
.page-layout-checkout .authentication-wrapper .action-login,
.checkout-index-index .authentication-wrapper .action-login {
  font-weight: 400;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: none;
  border-radius: 0;
}
.page-layout-checkout .authentication-wrapper .action-login span,
.checkout-index-index .authentication-wrapper .action-login span {
  color: #ffffff !important;
}
.page-layout-checkout .authentication-wrapper .action-remind span,
.checkout-index-index .authentication-wrapper .action-remind span {
  font-size: 12px !important;
  font-family: sans-serif !important;
  color: #000000 !important;
}
.block-authentication .block[class] .field .label {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  margin-right: 0 !important;
}
.methods-shipping .actions-toolbar .action.primary {
  position: relative;
  padding: 15px 15px 10px 15px;
  margin-bottom: 10px;
  background-color: #ffcc00 !important;
  border: 1px solid #ff931e !important;
  border-radius: 5px;
  transition: all .3s ease;
}
.methods-shipping .actions-toolbar .action.primary span {
  position: relative;
  z-index: 1;
  color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.methods-shipping .actions-toolbar .action.primary:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.methods-shipping .actions-toolbar .action.primary:hover span {
  color: #ffffff;
}
.page-layout-checkout .authentication-wrapper button:hover,
.checkout-index-index .authentication-wrapper button:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  background-color: #ff142b;
  border: 0;
  border-radius: 0;
  padding: 10px 30px 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  background-color: #000000;
}
#checkout-shipping-method-load {
  padding: 0 !important;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a {
  margin-top: 10px;
  color: #000000;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a:visited {
  color: #000000;
}
.checkout-billing-address .billing-address-same-as-shipping-block {
  position: relative;
}
.checkout-billing-address .choice.field {
  position: relative;
}
.checkout-billing-address .action-edit-address {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10px 25px;
  margin-top: 15px;
}
.checkout-billing-address .action-edit-address span {
  color: #000000;
}
.checkout-billing-address .actions-toolbar {
  background-color: #eee;
}
.checkout-billing-address .actions-toolbar .action-cancel {
  margin-top: 10px;
}
.checkout-billing-address .actions-toolbar .action-cancel span {
  color: #d90429;
}
.checkout-billing-address .actions-toolbar .action-cancel:hover {
  color: #d90429;
}
.checkout-billing-address .actions-toolbar .action-cancel:hover span {
  color: #d90429;
}
.checkout-billing-address .actions-toolbar .action-update {
  background-color: #ffcc00;
  border: 1px solid #ff931e;
  padding: 10px 25px;
}
.checkout-billing-address .actions-toolbar .action-update span {
  color: #000000;
}
.table-checkout-shipping-method {
  min-width: 100%;
}
.table-checkout-shipping-method tbody td {
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
}
.payment-logos {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.opc-summary-wrapper .modal-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.opc-summary-wrapper #paybyfinance-main-block h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.opc-summary-wrapper #paybyfinance-main-block .pbf-field-control {
  margin-bottom: 10px;
}
.opc-wrapper .shipping-address-item.selected-item {
  font-family: sans-serif;
  line-height: 22px;
}
.opc-wrapper .shipping-address-item.selected-item a {
  color: #000000;
}
.opc-wrapper .shipping-address-item.selected-item a:visited {
  color: #000000;
}
.opc-wrapper .action-show-popup {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 30px 9px 30px;
  font-size: 14px !important;
}
.opc-wrapper .action-show-popup span {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
/* Popup for adding new address */
.checkout-index-index .modal-popup .modal-title {
  font-size: 26px;
  color: #000000;
}
#shipping-new-address-form {
  margin-top: 30px;
  width: 100%;
}
#shipping-new-address-form .label {
  display: block;
  position: relative;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 5px !important;
  padding: 0 !important;
  font-size: 18px !important;
}
#shipping-new-address-form .control .field .label {
  margin: 0 !important;
}
#shipping-new-address-form .field.street {
  margin-bottom: 0 !important;
}
#shipping-new-address-form .action-help {
  top: 5px !important;
  left: 18px;
}
#shipping-new-address-form .field.choice {
  display: flex !important;
}
#shipping-new-address-form .field.choice:before {
  display: none;
  visibility: hidden;
}
.fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100% !important;
}
/* additional custom header */
h2.checkout-stage-header {
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 1rem;
}
h2.checkout-stage-header + p {
  color: black;
}
body.checkout-onepage-success {
  margin-top: 0;
}
.checkout-onepage-success .page-title-wrapper {
  text-align: center;
  color: #000000;
}
.checkout-onepage-success .page-main {
  padding: 100px 0;
}
.checkout-onepage-success {
  margin-top: 30px;
}
.checkout-onepage-success .page-main {
  padding: 100px 20px;
}
.checkout-onepage-success .page-title {
  text-align: center;
}
.page-main > .page-title-wrapper .page-title + .action {
  float: none;
  text-align: center;
}
.checkout-success {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0 50px 0;
  border-bottom: 1px solid #eee;
}
.checkout-success p span {
  color: #ffcc00;
  font-weight: 700;
}
.checkout-success p a {
  color: #ffcc00;
}
.checkout-success p a:visited {
  color: #ffcc00;
}
.checkout-success p a strong {
  color: #ffcc00;
}
.checkout-success .actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.checkout-success .actions-toolbar .primary .primary {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #000000;
  text-transform: uppercase;
  padding: 13px 30px 13px 30px;
}
.checkout-success .actions-toolbar .primary .primary:hover,
.checkout-success .actions-toolbar .primary .primary:active,
.checkout-success .actions-toolbar .primary .primary:focus {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 13px 30px 13px 30px;
}
.checkout-success .actions-toolbar .primary .primary:hover span,
.checkout-success .actions-toolbar .primary .primary:active span,
.checkout-success .actions-toolbar .primary .primary:focus span {
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.checkout-success .actions-toolbar .primary .primary span {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.checkout-success .actions-toolbar .primary .primary:after {
  display: none;
}
#registration {
  text-align: center;
  margin-top: 30px;
}
#registration .primary {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #000000;
  text-transform: uppercase;
  padding: 9px 30px 13px 30px;
}
#registration .primary span {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.customer-account-login .page-title,
.customer-account-create .page-title {
  display: none !important;
  visibility: hidden;
}
.customer-account-login .page-main,
.customer-account-create .page-main {
  padding: 30px 20px;
}
@media (min-width: 1152px) {
  .customer-account-login .page-main,
  .customer-account-create .page-main {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .login-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.login-container .field .label {
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 5px;
  color: #000000;
}
.login-container .actions-toolbar {
  margin-left: 0 !important;
  display: flex;
  align-items: center;
}
.login-container .actions-toolbar .action.primary {
  background-color: #000000;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  border: 1px solid #000000 !important;
  padding: 15px 30px;
  border-radius: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  transition: all .3s ease;
}
.login-container .actions-toolbar .action.primary span {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.login-container .actions-toolbar .action.primary:hover,
.login-container .actions-toolbar .action.primary:active {
  background-color: #ffcc00 !important;
  border: 1px solid #ff931e !important;
}
.login-container .actions-toolbar .action.primary:hover span,
.login-container .actions-toolbar .action.primary:active span {
  color: #000000 !important;
}
.login-container .actions-toolbar .action.primary:after {
  display: none;
}
.login-container .actions-toolbar:after {
  display: none;
}
.login-container .actions-toolbar .secondary {
  float: left;
  margin-left: 10px;
}
.login-container .actions-toolbar .secondary .action {
  margin-top: 0;
}
.login-container .actions-toolbar .remind {
  color: #666;
  font-size: 12px;
}
.login-container .actions-toolbar .remind:visited {
  color: #666;
}
.newsletter {
  font-size: 14px;
}
.newsletter span {
  font-family: sans-serif;
}
.note {
  font-family: sans-serif;
  font-size: 14px;
}
.password-strength-meter {
  font-family: sans-serif;
  font-size: 14px;
}
.remind span {
  font-family: sans-serif;
  font-size: 14px;
}
.login-container .fieldset > .field > .control {
  width: 100%;
}
.login-container .fieldset:after {
  margin-left: 0;
  font-family: sans-serif;
  font-size: 12px;
}
.block-new-customer p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .block-new-customer p {
    max-width: 80%;
  }
}
.form.create.account {
  float: left;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 40px 30px 30px 30px;
  margin-bottom: 40px;
  width: 100%;
  min-width: 100% !important;
}
@media (min-width: 768px) {
  .form.create.account {
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 80% !important;
  }
}
@media (min-width: 992px) {
  .form.create.account {
    float: left;
    width: 50%;
    min-width: 50% !important;
  }
}
.form.create.account .actions-toolbar {
  margin-top: 30px;
}
.register-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 40px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.newsletter:before {
  display: none !important;
}
.create {
  margin-bottom: 0;
}
.create .control {
  width: 100% !important;
}
.form.create.account .actions-toolbar .primary {
  width: 100%;
}
.form.create.account .actions-toolbar .action.primary {
  width: 100%;
  padding: 20px !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.block-customer-login {
  clear: none !important;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .block-customer-login {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .block-customer-login {
    width: 45% !important;
    margin-left: 5%;
  }
}
.login-container .block .block-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  padding-bottom: 0;
  margin-bottom: 40px;
  border-bottom: 0;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.login-container .block .block-title strong {
  font-weight: normal;
}
.login-container .block-title-secondary {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 0;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.login-container .block-title-secondary strong {
  font-weight: normal;
}
.account-benefits {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.account-benefits li {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 18px;
  padding-left: 35px;
}
.account-benefits li:last-of-type {
  margin-bottom: 0;
}
.account-benefits li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url('../images/icons/Tick.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  width: 20px;
  height: 20px;
}
.form-login .actions-toolbar {
  justify-content: flex-start !important;
}
.customer-account-logoutsuccess .page-title-wrapper {
  margin-bottom: 60px;
  color: #000000;
}
.customer-account-logoutsuccess .page-main {
  padding: 100px 0;
  text-align: center;
}
.account.page-layout-2columns-left .column.main {
  margin-top: 0;
}
.account .page-main {
  padding: 0 20px;
}
@media (min-width: 1152px) {
  .account .page-main {
    padding: 0;
  }
}
.account .page-title-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #000000;
}
.account .sidebar-main {
  margin-top: 0;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .account .sidebar-main {
    margin-bottom: 200px;
    /* Push the account dashboard content away from the bottom of the page */
  }
}
.account .action.primary {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0 !important;
  color: #ffffff;
  padding: 13px 30px 12px 30px!important;
  font-size: 14px !important;
  line-height: initial !important;
  margin-right: 10px;
  transition: all .3s ease;
}
.account .action.primary span {
  font-size: 16px !important;
  line-height: initial !important;
  font-weight: 700;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
}
.account .action.primary:visited {
  color: #ffffff;
}
.account .action.primary:hover,
.account .action.primary:active,
.account .action.primary:focus {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff;
}
.account .action.primary:after {
  display: none;
}
.account .actions-toolbar {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .account .actions-toolbar {
    flex-direction: row;
  }
}
.account .actions-toolbar .actions {
  display: flex;
}
.account .empty span {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #000000;
  background-color: #f5f5f5;
  padding: 20px;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 14px;
}
.account .actions-toolbar .secondary {
  float: left !important;
  width: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .account .actions-toolbar .secondary {
    margin-top: 0;
  }
}
.account .actions-toolbar .secondary a {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #000000 !important;
  margin-top: 0 !important;
}
.account .actions-toolbar .secondary a:visited {
  color: #000000 !important;
}
.account-nav .content {
  padding: 0 !important;
}
.account-nav {
  margin-bottom: 0;
}
.account-nav .item {
  width: 100%;
  padding-left: 0;
  font-size: 16px;
}
.account-nav .item a {
  width: 100%;
  padding: 10px;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
}
.account-nav .item a:visited {
  color: #000000;
}
.account-nav .item:hover a {
  background-color: transparent;
}
.account-nav .item.current {
  background-color: #ffcc00;
  color: #000000;
  padding-left: 0;
  text-transform: uppercase;
}
.account-nav .item.current strong {
  padding: 10px 10px 10px 10px;
  border-color: #ff931e;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
}
.account-nav .item.current a {
  color: #000000;
}
.account-nav .item.current a:visited {
  color: #000000;
}
.account-nav .item .delimiter {
  border-top: 1px solid #666;
  width: auto;
}
.account-nav .current {
  background-color: #ffcc00;
  color: #000000;
  border-color: #ff931e;
}
.account-nav .current strong {
  padding: 10px;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #000000;
}
.block-dashboard-info {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.block-dashboard-info .block-title {
  background-color: #ffcc00;
  color: #000000;
  padding: 20px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  margin-bottom: 0 !important;
}
.block-dashboard-info .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.block-dashboard-info .block-content {
  padding: 20px;
}
.block-dashboard-info .block-content a {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
}
.block-dashboard-info .block-content a:visited {
  color: #000000;
}
.block-dashboard-info .block-content .change-password {
  margin-left: 10px;
}
.block-dashboard-info .block-content p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.block-dashboard-info .block-content address {
  font-family: sans-serif;
}
.block-dashboard-addresses {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.block-dashboard-addresses .block-title {
  background-color: #ffcc00;
  color: #000000;
  padding: 20px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.block-dashboard-addresses .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.block-dashboard-addresses .block-title a {
  color: #000000;
}
.block-dashboard-addresses .block-title a:visited {
  color: #000000;
}
.block-dashboard-addresses .block-title .action {
  display: block;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .block-dashboard-addresses .block-title .action {
    display: inline-block;
    margin-left: 20px !important;
  }
}
.block-dashboard-addresses .block-content {
  padding: 20px;
}
.block-dashboard-addresses .block-content a {
  color: #000000;
  text-decoration: underline;
}
.block-dashboard-addresses .block-content a:visited {
  color: #000000;
}
.block-dashboard-addresses .block-content p {
  font-size: 14px;
  line-height: 22px;
}
.box-address-billing address,
.box-address-shipping address {
  font-size: 14px;
  line-height: 20px;
}
.box-address-billing .box-actions a,
.box-address-shipping .box-actions a {
  text-decoration: underline;
}
.block-addresses-list .empty {
  font-size: 14px;
  line-height: 14px;
}
.block-dashboard-orders .block-title {
  background-color: #ffcc00;
  color: #000000;
  padding: 20px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  margin-bottom: 0;
}
.block-dashboard-orders .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.block-dashboard-orders .block-title a {
  color: #000000;
}
.block-dashboard-orders .block-title a:visited {
  color: #000000;
}
.block-dashboard-orders .block-content {
  padding: 0;
}
.block-dashboard-orders .block-content a {
  color: #000000;
}
.block-dashboard-orders .block-content a:visited {
  color: #000000;
}
.block-dashboard-orders .block-content p {
  font-size: 14px;
  line-height: 22px;
}
.order-actions-toolbar {
  align-items: flex-start !important;
}
.table-order-items {
  width: 100%;
}
.table-order-items thead {
  background-color: transparent;
  color: #000000;
}
.table-order-items thead th {
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.table-order-items thead .col.name {
  width: 50%;
}
.table-order-items tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.table-order-items td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  font-family: sans-serif;
  padding: 15px 10px!important;
  text-align: center;
}
.table-order-items td a {
  font-size: 14px;
}
.table-order-items .name {
  text-align: left;
}
.table-order-items .name:before {
  margin-bottom: 10px;
}
.table-order-items .product-item-name {
  line-height: 20px;
}
.table-order-items .subtotal,
.table-order-items .shipping,
.table-order-items .mark,
.table-order-items .grand_total {
  font-size: 14px;
}
.table-order-items .item-options dt {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.table-order-items.recent,
.table-order-items.history {
  width: 100%;
}
.table-order-items.recent td,
.table-order-items.history td {
  text-align: left;
  padding-left: 10px !important;
}
@media (min-width: 1152px) {
  .table-order-items.recent td,
  .table-order-items.history td {
    text-align: center;
  }
}
.table-order-items tbody .col.sku {
  font-size: 12px;
  line-height: 12px;
}
.table-order-items tfoot th {
  padding-top: 15px !important;
}
@media (min-width: 1152px) {
  .table-order-items tfoot th {
    padding-bottom: 15px;
  }
}
@media (min-width: 1152px) {
  .table-order-items tfoot td {
    width: 100px;
  }
}
.order-details-items.ordered .order-title {
  background-color: #ffcc00;
  color: #000000;
  padding: 20px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.order-details-items.ordered .order-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.order-details-items.ordered .order-title a {
  color: #000000;
}
.order-details-items.ordered .order-title a:visited {
  color: #000000;
}
.order-details-items.ordered .order-items {
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.order-details-items.ordered .order-items a {
  color: #000000;
}
.order-details-items.ordered .order-items a:visited {
  color: #000000;
}
.order-details-items.ordered .order-items p {
  font-size: 14px;
  line-height: 22px;
}
.order-details-items.ordered .product-item-name {
  text-align: left;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  max-width: 90%;
  padding: 0;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.block-order-details-view .block-title {
  background-color: #ffcc00;
  color: #000000;
  padding: 20px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.block-order-details-view .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.block-order-details-view .block-title a {
  color: #000000;
}
.block-order-details-view .block-title a:visited {
  color: #000000;
}
.block-order-details-view .block-content {
  padding: 20px;
}
.block-order-details-view .block-content a {
  color: #000000;
}
.block-order-details-view .block-content a:visited {
  color: #000000;
}
.block-order-details-view .block-content p {
  font-size: 14px;
  line-height: 22px;
}
.block .box-actions {
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.block-addresses-default .block-title {
  background-color: #ffcc00;
  color: #000000;
  padding: 20px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.block-addresses-default .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.block-addresses-default .block-title a {
  color: #000000;
}
.block-addresses-default .block-title a:visited {
  color: #000000;
}
.block-addresses-default .block-content {
  padding: 20px;
}
.block-addresses-default .block-content a {
  color: #000000;
}
.block-addresses-default .block-content a:visited {
  color: #000000;
}
.block-addresses-default .block-content p {
  font-size: 14px;
  line-height: 22px;
}
.block-addresses-list .block-title {
  background-color: #ffcc00;
  color: #000000;
  padding: 20px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.block-addresses-list .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.block-addresses-list .block-title a {
  color: #000000;
}
.block-addresses-list .block-title a:visited {
  color: #000000;
}
.block-addresses-list .action {
  margin-top: 10px !important;
}
.table-additional-addresses-items {
  width: 100%;
}
.table-additional-addresses-items thead th {
  font-size: 12px;
  text-align: left;
  padding: 10px !important;
}
.table-additional-addresses-items tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.table-additional-addresses-items tbody td {
  padding: 10px !important;
}
.form-address-edit,
.form-edit-account,
.form-newsletter-manage {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 15px;
}
@media (min-width: 768px) {
  .form-address-edit,
  .form-edit-account,
  .form-newsletter-manage {
    padding: 30px;
  }
}
.form-address-edit fieldset,
.form-edit-account fieldset,
.form-newsletter-manage fieldset {
  border: 1px solid #000000;
  padding: 20px 20px 30px 20px;
}
.form-address-edit legend,
.form-edit-account legend,
.form-newsletter-manage legend {
  float: none !important;
  padding: 0 10px!important;
  color: #000000;
  text-transform: uppercase !important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 13px !important;
  line-height: 13px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .form-address-edit legend,
  .form-edit-account legend,
  .form-newsletter-manage legend {
    padding: 0 30px!important;
  }
}
@media (min-width: 1152px) {
  .form-address-edit legend,
  .form-edit-account legend,
  .form-newsletter-manage legend {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-left: 30px !important;
  }
}
.form-address-edit label,
.form-edit-account label,
.form-newsletter-manage label {
  display: block !important;
  position: relative;
  width: 100% !important;
  margin-bottom: 5px !important;
  text-align: left !important;
}
.form-address-edit .field,
.form-edit-account .field,
.form-newsletter-manage .field {
  margin-bottom: 10px !important;
}
.form-address-edit .choice:before,
.form-edit-account .choice:before,
.form-newsletter-manage .choice:before {
  display: none;
  visibility: hidden;
}
.form-address-edit .choice .label,
.form-edit-account .choice .label,
.form-newsletter-manage .choice .label {
  display: inline-block !important;
  width: auto !important;
}
.form-address-edit .control,
.form-edit-account .control,
.form-newsletter-manage .control {
  width: 100% !important;
}
.form-address-edit .control input:not([type='checkbox']),
.form-edit-account .control input:not([type='checkbox']),
.form-newsletter-manage .control input:not([type='checkbox']) {
  width: 100% !important;
}
.form-address-edit select,
.form-edit-account select,
.form-newsletter-manage select {
  height: 50px;
  width: 100%;
}
.form-address-edit .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-newsletter-manage .actions-toolbar {
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.form-address-edit .actions-toolbar .secondary,
.form-edit-account .actions-toolbar .secondary,
.form-newsletter-manage .actions-toolbar .secondary {
  float: left;
  margin: 15px 0 0 0!important;
}
@media (min-width: 768px) {
  .form-address-edit .actions-toolbar .secondary,
  .form-edit-account .actions-toolbar .secondary,
  .form-newsletter-manage .actions-toolbar .secondary {
    margin: 0 0 0 15px!important;
  }
}
.form-address-edit .actions-toolbar .secondary a,
.form-edit-account .actions-toolbar .secondary a,
.form-newsletter-manage .actions-toolbar .secondary a {
  margin-top: 0;
  color: #000000;
}
.form-address-edit .actions-toolbar .secondary a:visited,
.form-edit-account .actions-toolbar .secondary a:visited,
.form-newsletter-manage .actions-toolbar .secondary a:visited {
  color: #000000;
}
.form-address-edit .password-info,
.form-edit-account .password-info,
.form-newsletter-manage .password-info {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FBDBDD;
  border: 1px solid #F7B6BA;
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px !important;
}
.form-address-edit .password-info p,
.form-edit-account .password-info p,
.form-newsletter-manage .password-info p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.form-address-edit .password-info p a,
.form-edit-account .password-info p a,
.form-newsletter-manage .password-info p a {
  color: #000000;
  font-size: 14px;
}
.form-address-edit .password-info p a:visited,
.form-edit-account .password-info p a:visited,
.form-newsletter-manage .password-info p a:visited {
  color: #000000;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 0;
}
.customer-addresses-toolbar {
  width: 100%;
}
.customer-addresses-toolbar .limiter-label {
  margin-right: 10px;
}
.order-details-items.ordered .price-including-tax,
.order-details-items.ordered .price-excluding-tax {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.order-details-items {
  border-bottom: 0;
  padding-bottom: 0;
}
.order-links {
  display: none;
  visibility: hidden;
}
.action.order,
.action.print,
.action.view,
.action.edit,
.action.delete {
  color: #000000;
}
.action.order:visited,
.action.print:visited,
.action.view:visited,
.action.edit:visited,
.action.delete:visited {
  color: #000000;
}
.action.order:hover,
.action.print:hover,
.action.view:hover,
.action.edit:hover,
.action.delete:hover {
  text-decoration: none;
}
.action.order,
.action.print {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 5px 10px;
}
.checkout-onepage-success .action.order,
.checkout-onepage-success .action.print {
  border: 0;
}
.account .column.main .block {
  font-size: 14px;
}
.account .column.main .block address a {
  font-size: 14px;
}
.box-billing-address .box-content address,
.box-shipping-address .box-content address {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.box-billing-address .box-content address a,
.box-shipping-address .box-content address a {
  font-size: 14px;
  line-height: 22px;
}
.box-order-shipping-address,
.box-order-shipping-method,
.box-order-billing-address,
.box-order-billing-method {
  font-size: 14px;
}
.box-order-shipping-address a,
.box-order-shipping-method a,
.box-order-billing-address a,
.box-order-billing-method a {
  font-size: 14px;
}
.block-dashboard-addresses .block-content a {
  font-size: 12px;
}
.block-dashboard-addresses .block-content address {
  font-family: sans-serif;
}
.block-dashboard-addresses .block-content address a {
  font-size: 14px;
}
.account .column.main .toolbar .toolbar-number {
  color: #000000;
  font-size: 14px;
}
.account .column.main .toolbar .limiter {
  display: flex;
  align-items: center;
}
.account .column.main .toolbar .limiter-label {
  font-size: 14px;
  font-family: sans-serif;
}
.account .column.main .toolbar .limiter-text {
  font-size: 14px;
  font-family: sans-serif;
}
.account .column.main .toolbar .limiter select {
  width: 80px !important;
}
.account .column.main .toolbar .pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.account .column.main .toolbar .toolbar-amount {
  padding: 0;
}
.order-status {
  margin-top: 20px;
}
.return-status,
.order-status {
  font-weight: 700;
}
.return-status,
.order-status,
.order-date {
  width: 100%;
  font-size: 14px;
}
.table-additional-addresses-items thead {
  background-color: #ffcc00;
  color: #000000;
}
.table-additional-addresses-items thead th {
  padding: 10px 15px;
}
.fieldset > .field.choice .label {
  font-size: 14px;
}
.message.info {
  padding: 0;
  background-color: transparent;
}
.message.info > *:first-child:before {
  display: none;
  visibility: hidden;
}
.password-strength-meter {
  font-size: 14px;
}
.account .table-wrapper .action {
  font-size: 14px;
}
.account .column.main .block:not(.widget) .box-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin: 0 0 10px;
  width: 100%;
}
.orders-history td {
  padding: 15px !important;
}
.order-products-toolbar {
  justify-content: flex-end;
}
.order-products-toolbar .limiter-options {
  width: 80px !important;
  margin-left: 10px !important;
}
.user-auth {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 15px;
  border-top: 2px solid #000000;
}
.user-auth .welcome {
  color: #ffffff;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
}
.user-auth .welcome strong {
  color: #ffffff;
}
.user-auth .logout-link {
  display: block;
  position: relative;
  margin-top: 15px;
  border-top: 1px solid #36427a;
  padding-top: 15px;
}
.user-auth .logout-link a {
  background-color: #000000 !important;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1152px) {
  .user-auth .logout-link a {
    font-size: 16px;
    line-height: 16px;
  }
}
.user-auth .logout-link a:visited {
  color: #ffffff;
}
.user-auth .logout-link a:hover {
  background-color: #ffd11a !important;
}
.customer-account-logoutsuccess #maincontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 100px 0;
}
.customer-account-logoutsuccess .column.main {
  min-height: auto;
}
.customer-account-logoutsuccess .page-title-wrapper {
  text-align: center;
}
.customer-account-logoutsuccess .page-title-wrapper h1 {
  font-size: 24px;
  line-height: 24px;
}
.customer-account-logoutsuccess .logout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.customer-account-logoutsuccess .logout-container p {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
#my-subscriptions-table thead {
  background-color: #ffcc00;
  color: #000000;
}
#my-subscriptions-table thead th {
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}
#my-subscriptions-table thead th:nth-of-type(3),
#my-subscriptions-table thead th:nth-of-type(4),
#my-subscriptions-table thead th:nth-of-type(5),
#my-subscriptions-table thead th:nth-of-type(6) {
  text-align: center;
}
#my-subscriptions-table tbody td {
  padding: 10px !important;
  font-size: 13px;
  line-height: 13px;
}
#my-subscriptions-table tbody td a,
#my-subscriptions-table tbody td span {
  font-size: 13px;
  line-height: 13px;
}
#my-subscriptions-table tbody td:nth-of-type(3),
#my-subscriptions-table tbody td:nth-of-type(4),
#my-subscriptions-table tbody td:nth-of-type(5),
#my-subscriptions-table tbody td:nth-of-type(6) {
  text-align: center;
}
#my-subscriptions-table tbody .price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#my-subscriptions-table tbody .price-box span {
  text-align: center;
  margin-bottom: 10px;
}
.reevoo-msg {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.reevoo-msg img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
.reevoo-msg p a {
  color: #000000;
  text-decoration: underline;
}
.reevoo-msg p a:visited {
  color: #000000;
}
.abs-pager-toolbar .pages,
.account .toolbar .pages,
.toolbar-giftregistry-results .pages,
.toolbar-wishlist-results .pages {
  position: relative;
}
/* -------- Forgot Password Page Styles -------- */
.customer-account-forgotpassword .page-title-wrapper {
  text-align: center;
  margin-top: 80px;
  color: #000000;
}
.form.password.forget {
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #000000;
  background-color: #fcfcfd;
  width: 100%;
  max-width: 60%;
  margin: 80px auto;
}
.form.password.forget label {
  text-align: left !important;
  padding: 0;
  margin-bottom: 10px;
  width: 100% !important;
}
.form.password.forget .control.captcha-image .captcha-img {
  margin: 0 10px 0 0!important;
}
.form.password.forget .action.reload.captcha-reload {
  height: 52px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 10px 25px;
}
.form.password.forget .action.reload.captcha-reload span {
  color: #000000;
}
.form.password.forget .actions-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin-left: 0 !important;
}
.form.password.forget .primary {
  width: 100% !important;
}
.form.password.forget .primary button {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 50px;
  padding: 0 !important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  transition: all .3s ease;
}
.form.password.forget .primary button span {
  text-transform: uppercase;
  color: #000000;
}
.form.password.forget .primary button:hover,
.form.password.forget .primary button:active,
.form.password.forget .primary button:focus {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 0 !important;
}
.form.password.forget .primary button:hover span,
.form.password.forget .primary button:active span,
.form.password.forget .primary button:focus span {
  color: #ffffff;
}
.form.password.forget .primary button:after {
  display: none;
}
.form.password.forget .action.back {
  margin-top: 25px !important;
}
.customer-account-createpassword .page-title-wrapper {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.customer-account-createpassword .page-main {
  padding: 30px 20px;
}
@media (min-width: 1152px) {
  .customer-account-createpassword .page-main {
    padding: 100px 20px;
  }
}
.customer-account-createpassword .columns {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #000000;
  background-color: #fcfcfd;
}
@media (min-width: 768px) {
  .customer-account-createpassword .columns {
    max-width: 700px;
  }
}
.customer-account-createpassword .label {
  text-align: left !important;
  width: 100% !important;
  padding: 0 !important;
}
.customer-account-createpassword .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-createpassword .action.primary {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 50px;
  padding: 0 30px!important;
  font-family: 'Montserrat-Regular', "Helvetica", "Arial", sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  transition: all .3s ease;
}
.customer-account-createpassword .action.primary span {
  text-transform: uppercase;
}
.customer-account-createpassword .action.primary:hover,
.customer-account-createpassword .action.primary:active,
.customer-account-createpassword .action.primary:focus {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 0 30px!important;
}
.customer-account-createpassword .action.primary:after {
  display: none;
}
:root {
  --borderRadius: 20px;
  --boxMargin: auto;
  --boxPadding: 0px;
  --twoColFlexDirection: row;
  --textColor: #4d4d4d;
}
@media (max-width: 1200px) {
  :root {
    --boxPadding: 20px;
  }
}
@media (max-width: 768px) {
  :root {
    --twoColFlexDirection: column;
  }
}
.page-layout-symphonykitchens #maincontent {
  max-width: 100%;
}
.page-layout-symphonykitchens #maincontent .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.page-layout-symphonykitchens #maincontent .column.main {
  max-width: unset;
  margin: auto;
}
.page-layout-symphonykitchens #maincontent .column.main section.kitchen-banner {
  width: clamp(300px,100%, 1920px);
  margin: 0px auto 50px auto;
}
.page-layout-symphonykitchens #maincontent .column.main section.kitchen-banner img {
  width: 100%;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow {
  width: clamp(300px,100%,1200px);
  margin: 50px var(--boxMargin);
  padding: 0px var(--boxPadding);
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance {
  display: flex;
  flex-flow: var(--twoColFlexDirection);
  align-items: center;
  justify-content: space-between;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance header {
  flex: 0 0 47.5%;
  background: var(--buttonYellow);
  border-radius: var(--borderRadius);
  padding: 20px;
}
@media (max-width: 1024px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.finance header {
    width: 100%;
  }
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance header h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance header h3 span {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance header h3 span:not(.strong) {
  font-weight: normal;
  font-family: "Montserrat-Regular";
  font-size: 32px;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 47.5%;
}
@media (max-width: 1024px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main {
    width: 100%;
  }
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul {
  list-style-type: none;
  display: flex;
  width: 100%;
}
@media (min-width: 1025px), (min-width: 641px) and (max-width: 768px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul {
    flex-direction: row;
    justify-content: space-between;
    color: var(--textColor);
  }
}
@media (min-width: 769px) and (max-width: 1024px), (max-width: 640px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    color: var(--textColor);
  }
}
@media (min-width: 1025px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul > li {
    width: 55%;
  }
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul > li:first-of-type {
    width: 40%;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul > li {
    width: 47.5%;
  }
}
@media (min-width: 769px) and (max-width: 1024px), (max-width: 640px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul > li {
    width: 100%;
  }
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul > li ol {
  list-style-type: none;
  padding: 0px;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul > li ol li {
  font-size: 16px;
  line-height: 26px;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.finance main ul > li ol li.text-yellow {
  font-weight: bold;
  color: var(--buttonYellow);
  text-decoration: underline;
  font-size: 12px;
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.page-description {
  display: flex;
  flex-direction: var(--twoColFlexDirection);
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (min-width: 769px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.page-description picture {
    order: 1;
    width: calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.page-description picture {
    order: 2;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.page-description main {
    order: 2;
    width: calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  .page-layout-symphonykitchens #maincontent .column.main section.narrow.page-description main {
    order: 1;
    width: 100%;
  }
}
.page-layout-symphonykitchens #maincontent .column.main section.narrow.page-description main p {
  margin: 10px 0;
  color: var(--textColor);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form {
  background: var(--buttonYellow);
  width: 100%;
  margin: 50px auto;
  padding: 80px var(--boxPadding);
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(300px,100%,900px);
  margin: auto;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form header p {
  color: black;
  margin: 10px auto;
  text-align: center;
  font-size: 16px;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form header h4 {
  margin-bottom: 10px;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form main {
  width: clamp(300px,100%,700px);
  margin: auto;
  margin-top: 30px;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form main form {
  max-width: unset;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form main form label {
  font-family: Montserrat-Regular;
  font-size: 16px;
  margin-bottom: 10px;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form main form input {
  border: solid 1px black;
  height: 50px;
  font-weight: normal;
  font-size: 14px;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form main form textarea {
  border: solid 1px black;
  height: 200px;
  resize: none;
  font-weight: normal;
  font-size: 14px;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form main button {
  border: solid 1px black !important;
  border-radius: 8px;
  padding: 20px 90px;
  background: black;
  color: white;
  font-family: Montserrat-Bold;
  margin: 25px auto;
  display: block;
  font-size: 18px;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .page-layout-symphonykitchens #maincontent .column.main section.booking-form main button {
    width: 300px;
  }
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form main button:hover {
  background: white;
  color: black;
}
.page-layout-symphonykitchens #maincontent .column.main section.booking-form main button:after {
  content: none;
}
@supports (aspect-ratio:16/9) {
  iframe {
    width: 100%;
    aspect-ratio: 1.77777778;
    height: unset;
  }
}
@supports not (aspect-ratio:16/9) {
  position: relative;
  padding-bottom: 56.25%;
  
  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery header h3 {
  text-align: center;
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery main {
  margin: 50px auto 25px auto;
  width: 90%;
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery main picture img {
  border-radius: 20px;
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery main button.slick-arrow {
  width: 50px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery main button.slick-arrow.slick-prev {
  background-image: url(../images/kitchens/gallery/arrow-left.png);
}
@media (min-width: 993px) {
  .page-layout-symphonykitchens #maincontent .column.main section.gallery main button.slick-arrow.slick-prev {
    transform: translateX(-120%);
  }
}
@media (max-width: 992px) {
  .page-layout-symphonykitchens #maincontent .column.main section.gallery main button.slick-arrow.slick-prev {
    transform: translateX(-50%);
  }
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery main button.slick-arrow.slick-next {
  background-image: url(../images/kitchens/gallery/arrow-right.png);
}
@media (min-width: 993px) {
  .page-layout-symphonykitchens #maincontent .column.main section.gallery main button.slick-arrow.slick-next {
    transform: translateX(120%);
  }
}
@media (max-width: 992px) {
  .page-layout-symphonykitchens #maincontent .column.main section.gallery main button.slick-arrow.slick-next {
    transform: translate(50%);
  }
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery footer {
  margin: 25px auto 25px auto;
  display: flex;
  gap: 10px;
  width: 90%;
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery footer picture {
  flex: 0 0 20%;
  border-radius: 10px;
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery footer picture img {
  border-radius: 10px;
  padding: 0px 5px;
}
.page-layout-symphonykitchens #maincontent .column.main section.gallery footer .slick-list {
  width: 100%;
}
