/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_FreeShippingBar
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.blue-banner {
  color: white;
}
.blue-banner::after,
.blue-banner:after {
  content: "";
  display: block;
  clear: both;
}
.blue-banner h1,
.blue-banner h2,
.blue-banner h3,
.blue-banner h4,
.blue-banner h5,
.blue-banner h6 {
  color: white;
  font-size: 25px;
  margin: 10px 0px;
}
.blue-banner h1 img,
.blue-banner h2 img,
.blue-banner h3 img,
.blue-banner h4 img,
.blue-banner h5 img,
.blue-banner h6 img {
  margin-right: 10px;
  vertical-align: middle;
}
.blue-banner p {
  color: white;
}
.blue-banner > span:first-of-type {
  display: block;
  position: relative;
  padding: 1.4rem 3rem 1rem;
}
.blue-banner > span:first-of-type::after,
.blue-banner > span:first-of-type:after {
  content: "";
  display: block;
  clear: both;
}
.blue-banner > span:first-of-type .blue-banner-bg {
  background: #00224d;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
body[class*="-motul"] .blue-banner {
  margin-bottom: 2rem;
}
body[class*="-motul"] .blue-banner h1,
body[class*="-motul"] .blue-banner h2,
body[class*="-motul"] .blue-banner h3,
body[class*="-motul"] .blue-banner h4,
body[class*="-motul"] .blue-banner h5,
body[class*="-motul"] .blue-banner h6 {
  font-size: 1.8rem;
}
body[class*="-motul"] .blue-banner > span:first-of-type {
  display: inline-block;
  padding: 0rem 3rem;
}
body[class*="-motul"] .blue-banner > span:first-of-type .blue-banner-bg {
  background: #00224d;
  border-radius: 5px;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  min-width: 280px;
  position: absolute;
  top: 0;
  transform: skewX(45deg);
  width: 100%;
  z-index: -1;
}
body[class*="-motul"] .blue-banner > span:last-of-type {
  border-bottom: 3px solid #003a78;
  display: block;
  margin-left: 100px;
  margin-top: -3px;
}
@media (max-width: 768px) {
  .blue-banner {
    text-align: left;
  }
  .blue-banner h2 {
    text-align: left !important;
  }
  .blue-banner img {
    display: block;
    float: none !important;
    height: auto;
    margin-bottom: 1rem;
  }
  .text-block.text-block--padding-large {
    padding-left: 30px;
    padding-right: 30px;
  }
  body[class*="-motul"] .blue-banner > span:first-of-type {
    padding: 0rem 1.5rem;
  }
  body[class*="-motul"] .blue-banner > span:first-of-type .blue-banner-bg {
    transform: none;
    border-radius: 0;
  }
}
.hero-block {
  background: no-repeat bottom center;
  background-size: cover;
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 1280px;
  position: relative;
}
.hero-block .hero-image {
  background: none;
  display: block;
  font-size: 0px;
}
.hero-block .hero-container {
  box-sizing: border-box;
  max-width: 1280px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.hero-block .hero-container .hero-text {
  padding-top: 20px;
}
.hero-block .hero-container .hero-text img {
  vertical-align: middle;
}
.hero-block .hero-container .hero-text h1,
.hero-block .hero-container .hero-text h2,
.hero-block .hero-container .hero-text h3,
.hero-block .hero-container .hero-text h4,
.hero-block .hero-container .hero-text h5,
.hero-block .hero-container .hero-text h6 {
  text-transform: uppercase;
}
.hero-block .hero-container .hero-text h1 > img,
.hero-block .hero-container .hero-text h2 > img,
.hero-block .hero-container .hero-text h3 > img,
.hero-block .hero-container .hero-text h4 > img,
.hero-block .hero-container .hero-text h5 > img,
.hero-block .hero-container .hero-text h6 > img {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .hero-block .hero-image {
    background: center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .hero-block .hero-image::before {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
    right: 45%;
    top: 0px;
  }
  .hero-block .hero-image img {
    display: none;
  }
  .hero-block .hero-container {
    margin: 0px auto;
    min-height: 400px;
    padding: 0;
  }
  .hero-block .hero-container .hero-text {
    bottom: 40px;
    color: white;
    display: block;
    font-size: 1.6rem;
    left: 40px;
    max-width: 450px;
    min-width: 300px;
    position: absolute;
    width: 100%;
  }
  .hero-block .hero-container .hero-text h1,
  .hero-block .hero-container .hero-text h2,
  .hero-block .hero-container .hero-text h3,
  .hero-block .hero-container .hero-text h4,
  .hero-block .hero-container .hero-text h5 h6 {
    color: inherit;
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.widget.widget-image {
  font-size: 0px;
}
.image-grid.image-grid--grey {
  background: #f2f2f2;
}
.image-grid.image-grid--grey .grid {
  padding: 20px;
}
.image-grid.image-grid--white {
  background: white;
}
.image-grid .grid {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  font-size: 0px;
  grid-template-columns: 1fr;
  margin-left: -10px;
  margin-right: -10px;
}
.image-grid .grid::after,
.image-grid .grid:after {
  clear: both;
  content: '';
  display: block;
}
.image-grid .grid > div {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}
.image-grid .grid > div > div,
.image-grid .grid > div > a {
  display: block;
}
.image-grid .grid > div:nth-child(1) {
  margin-top: 0px;
}
.image-grid .grid > div:nth-child(2) {
  -ms-grid-row: 2;
}
.image-grid .grid > div:nth-child(3) {
  -ms-grid-row: 3;
}
.image-grid .grid > div:nth-child(4) {
  -ms-grid-row: 4;
}
.image-grid .grid > div:nth-child(5) {
  -ms-grid-row: 5;
}
.image-grid .grid > div:nth-child(6) {
  -ms-grid-row: 6;
}
.image-grid .grid > div:nth-child(7) {
  -ms-grid-row: 7;
}
.image-grid .grid > div:nth-child(8) {
  -ms-grid-row: 8;
}
.image-grid .grid > div:nth-child(9) {
  -ms-grid-row: 9;
}
.image-grid .grid > div:nth-child(10) {
  -ms-grid-row: 10;
}
.image-grid .grid > div:nth-child(11) {
  -ms-grid-row: 11;
}
.image-grid .grid > div:nth-child(12) {
  -ms-grid-row: 12;
}
.image-grid .grid > div:nth-child(13) {
  -ms-grid-row: 13;
}
@media screen and (min-width: 425px) {
  .image-grid .grid {
    grid-template-columns: 1fr 1fr;
  }
  .image-grid .grid > div:nth-child(even) {
    -ms-grid-column: 2;
  }
  .image-grid .grid > div:nth-child(1),
  .image-grid .grid > div:nth-child(2) {
    margin-top: 0px;
    -ms-grid-row: 1;
  }
  .image-grid .grid > div:nth-child(3),
  .image-grid .grid > div:nth-child(4) {
    -ms-grid-row: 2;
  }
  .image-grid .grid > div:nth-child(5),
  .image-grid .grid > div:nth-child(6) {
    -ms-grid-row: 3;
  }
  .image-grid .grid > div:nth-child(7),
  .image-grid .grid > div:nth-child(8) {
    -ms-grid-row: 4;
  }
  .image-grid .grid > div:nth-child(9),
  .image-grid .grid > div:nth-child(10) {
    -ms-grid-row: 5;
  }
  .image-grid .grid > div:nth-child(11),
  .image-grid .grid > div:nth-child(12) {
    -ms-grid-row: 6;
  }
  .image-grid .grid > div:nth-child(13),
  .image-grid .grid > div:nth-child(14) {
    -ms-grid-row: 7;
  }
}
@media screen and (min-width: 768px) {
  .image-grid.image-grid--2 .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .image-grid.image-grid--2 .grid > div:nth-child(even) {
    -ms-grid-column: 2;
  }
  .image-grid.image-grid--2 .grid > div:nth-child(1),
  .image-grid.image-grid--2 .grid > div:nth-child(2) {
    margin-top: 0px;
  }
  .image-grid.image-grid--2 .grid > div:nth-child(3),
  .image-grid.image-grid--2 .grid > div:nth-child(4) {
    -ms-grid-row: 2;
  }
  .image-grid.image-grid--2 .grid > div:nth-child(5),
  .image-grid.image-grid--2 .grid > div:nth-child(6) {
    -ms-grid-row: 3;
  }
  .image-grid.image-grid--2 .grid > div:nth-child(7),
  .image-grid.image-grid--2 .grid > div:nth-child(8) {
    -ms-grid-row: 4;
  }
  .image-grid.image-grid--2 .grid > div:nth-child(9),
  .image-grid.image-grid--2 .grid > div:nth-child(10) {
    -ms-grid-row: 5;
  }
  .image-grid.image-grid--2 .grid > div:nth-child(11),
  .image-grid.image-grid--2 .grid > div:nth-child(12) {
    -ms-grid-row: 6;
  }
  .image-grid.image-grid--2 .grid > div:nth-child(13),
  .image-grid.image-grid--2 .grid > div:nth-child(14) {
    -ms-grid-row: 7;
  }
  .image-grid.image-grid--3 .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .image-grid.image-grid--3 .grid > div {
    -ms-grid-row: 1;
    margin-top: 20px;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(3n-1) {
    -ms-grid-column: 2;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(3n) {
    -ms-grid-column: 3;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(1),
  .image-grid.image-grid--3 .grid > div:nth-child(2),
  .image-grid.image-grid--3 .grid > div:nth-child(3) {
    margin-top: 0px;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(4),
  .image-grid.image-grid--3 .grid > div:nth-child(5),
  .image-grid.image-grid--3 .grid > div:nth-child(6) {
    -ms-grid-row: 2;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(7),
  .image-grid.image-grid--3 .grid > div:nth-child(8),
  .image-grid.image-grid--3 .grid > div:nth-child(9) {
    -ms-grid-row: 3;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(10),
  .image-grid.image-grid--3 .grid > div:nth-child(11),
  .image-grid.image-grid--3 .grid > div:nth-child(12) {
    -ms-grid-row: 4;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(13),
  .image-grid.image-grid--3 .grid > div:nth-child(14),
  .image-grid.image-grid--3 .grid > div:nth-child(15) {
    -ms-grid-row: 5;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(16),
  .image-grid.image-grid--3 .grid > div:nth-child(17),
  .image-grid.image-grid--3 .grid > div:nth-child(18) {
    -ms-grid-row: 6;
  }
  .image-grid.image-grid--3 .grid > div:nth-child(19),
  .image-grid.image-grid--3 .grid > div:nth-child(20),
  .image-grid.image-grid--3 .grid > div:nth-child(21) {
    -ms-grid-row: 7;
  }
  .image-grid.image-grid--4 .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .image-grid.image-grid--4 .grid > div {
    -ms-grid-row: 1;
  }
  .image-grid.image-grid--4 .grid > div:nth-child(4n-2) {
    -ms-grid-column: 2;
  }
  .image-grid.image-grid--4 .grid > div:nth-child(4n-1) {
    -ms-grid-column: 3;
  }
  .image-grid.image-grid--4 .grid > div:nth-child(4n) {
    -ms-grid-column: 4;
  }
  .image-grid.image-grid--4 .grid > div:nth-child(1),
  .image-grid.image-grid--4 .grid > div:nth-child(2),
  .image-grid.image-grid--4 .grid > div:nth-child(3),
  .image-grid.image-grid--4 .grid > div:nth-child(4) {
    margin-top: 0px;
  }
  .image-grid.image-grid--4 .grid > div:nth-child(5),
  .image-grid.image-grid--4 .grid > div:nth-child(6),
  .image-grid.image-grid--4 .grid > div:nth-child(7),
  .image-grid.image-grid--4 .grid > div:nth-child(8) {
    -ms-grid-row: 2;
  }
  .image-grid.image-grid--4 .grid > div:nth-child(9),
  .image-grid.image-grid--4 .grid > div:nth-child(10),
  .image-grid.image-grid--4 .grid > div:nth-child(11),
  .image-grid.image-grid--4 .grid > div:nth-child(12) {
    -ms-grid-row: 3;
  }
  .image-grid.image-grid--4 .grid > div:nth-child(13),
  .image-grid.image-grid--4 .grid > div:nth-child(14),
  .image-grid.image-grid--4 .grid > div:nth-child(15),
  .image-grid.image-grid--4 .grid > div:nth-child(16) {
    -ms-grid-row: 4;
  }
  .image-grid.image-grid--4 .grid > div:nth-child(17),
  .image-grid.image-grid--4 .grid > div:nth-child(18),
  .image-grid.image-grid--4 .grid > div:nth-child(19),
  .image-grid.image-grid--4 .grid > div:nth-child(20) {
    -ms-grid-row: 5;
  }
  .image-grid.image-grid--5 .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .image-grid.image-grid--5 .grid > div {
    -ms-grid-row: 1;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(5n-3) {
    -ms-grid-column: 2;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(5n-2) {
    -ms-grid-column: 3;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(5n-1) {
    -ms-grid-column: 4;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(5n) {
    -ms-grid-column: 5;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(1),
  .image-grid.image-grid--5 .grid > div:nth-child(2),
  .image-grid.image-grid--5 .grid > div:nth-child(3),
  .image-grid.image-grid--5 .grid > div:nth-child(4),
  .image-grid.image-grid--5 .grid > div:nth-child(5) {
    margin-top: 0px;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(6),
  .image-grid.image-grid--5 .grid > div:nth-child(7),
  .image-grid.image-grid--5 .grid > div:nth-child(8),
  .image-grid.image-grid--5 .grid > div:nth-child(9),
  .image-grid.image-grid--5 .grid > div:nth-child(10) {
    -ms-grid-row: 2;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(11),
  .image-grid.image-grid--5 .grid > div:nth-child(12),
  .image-grid.image-grid--5 .grid > div:nth-child(13),
  .image-grid.image-grid--5 .grid > div:nth-child(14),
  .image-grid.image-grid--5 .grid > div:nth-child(15) {
    -ms-grid-row: 3;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(16),
  .image-grid.image-grid--5 .grid > div:nth-child(17),
  .image-grid.image-grid--5 .grid > div:nth-child(18),
  .image-grid.image-grid--5 .grid > div:nth-child(19),
  .image-grid.image-grid--5 .grid > div:nth-child(20) {
    -ms-grid-row: 4;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(21),
  .image-grid.image-grid--5 .grid > div:nth-child(22),
  .image-grid.image-grid--5 .grid > div:nth-child(23),
  .image-grid.image-grid--5 .grid > div:nth-child(24),
  .image-grid.image-grid--5 .grid > div:nth-child(25) {
    -ms-grid-row: 5;
  }
  .image-grid.image-grid--5 .grid > div:nth-child(26),
  .image-grid.image-grid--5 .grid > div:nth-child(27),
  .image-grid.image-grid--5 .grid > div:nth-child(28),
  .image-grid.image-grid--5 .grid > div:nth-child(29),
  .image-grid.image-grid--5 .grid > div:nth-child(30) {
    -ms-grid-row: 6;
  }
}
.slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid black;
}
.slide .content {
  padding: 30px;
}
/**
 * Collapse multiple slides into a slider/carousel.
 *
 * @template view/frontend/templates/block/slider.phtml
 */
.slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider.slider-site-width {
  max-width: 800px;
}
.text-block {
  clear: both;
}
.text-block a {
  text-decoration: underline;
}
.text-block a:hover,
.text-block a:focus {
  text-decoration: none;
}
.text-block.text-block--transparent {
  background: transparent;
  padding-bottom: 10px;
  padding-top: 10px;
}
.text-block.text-block--grey {
  padding: 20px;
  background: #f2f2f2;
}
.text-block.text-block--white {
  background: white;
  padding-bottom: 10px;
  padding-top: 10px;
}
.text-block.text-block--padding-none {
  padding: 0px;
}
.text-block.text-block--padding-large {
  padding-left: 60px;
  padding-right: 60px;
}
.text-block.text-block--agriculture {
  background-color: #3fa535;
  color: white;
  padding: 20px;
}
.text-block.text-block--agriculture a,
.text-block.text-block--agriculture h1,
.text-block.text-block--agriculture h2,
.text-block.text-block--agriculture h3,
.text-block.text-block--agriculture h4,
.text-block.text-block--agriculture h5,
.text-block.text-block--agriculture h6 {
  color: white;
}
.text-block.text-block--anti-freeze {
  background-color: #61FFF2;
  padding: 20px;
}
.text-block.text-block--automotive-passenger-car {
  background-color: #16aca7;
  color: white;
  padding: 20px;
}
.text-block.text-block--automotive-passenger-car a,
.text-block.text-block--automotive-passenger-car h1,
.text-block.text-block--automotive-passenger-car h2,
.text-block.text-block--automotive-passenger-car h3,
.text-block.text-block--automotive-passenger-car h4,
.text-block.text-block--automotive-passenger-car h5,
.text-block.text-block--automotive-passenger-car h6 {
  color: white;
}
.text-block.text-block--barn-paint-colour {
  background-color: #637878;
  color: white;
  padding: 20px;
}
.text-block.text-block--barn-paint-colour a,
.text-block.text-block--barn-paint-colour h1,
.text-block.text-block--barn-paint-colour h2,
.text-block.text-block--barn-paint-colour h3,
.text-block.text-block--barn-paint-colour h4,
.text-block.text-block--barn-paint-colour h5,
.text-block.text-block--barn-paint-colour h6 {
  color: white;
}
.text-block.text-block--black {
  background-color: #000;
  color: white;
  padding: 20px;
}
.text-block.text-block--black a,
.text-block.text-block--black h1,
.text-block.text-block--black h2,
.text-block.text-block--black h3,
.text-block.text-block--black h4,
.text-block.text-block--black h5,
.text-block.text-block--black h6 {
  color: white;
}
.text-block.text-block--classic-vintage {
  background-color: #930f0e;
  color: white;
  padding: 20px;
}
.text-block.text-block--classic-vintage a,
.text-block.text-block--classic-vintage h1,
.text-block.text-block--classic-vintage h2,
.text-block.text-block--classic-vintage h3,
.text-block.text-block--classic-vintage h4,
.text-block.text-block--classic-vintage h5,
.text-block.text-block--classic-vintage h6 {
  color: white;
}
.text-block.text-block--commercial-vehicles {
  background-color: #df7a0d;
  color: white;
  padding: 20px;
}
.text-block.text-block--commercial-vehicles a,
.text-block.text-block--commercial-vehicles h1,
.text-block.text-block--commercial-vehicles h2,
.text-block.text-block--commercial-vehicles h3,
.text-block.text-block--commercial-vehicles h4,
.text-block.text-block--commercial-vehicles h5,
.text-block.text-block--commercial-vehicles h6 {
  color: white;
}
.text-block.text-block--creocote-green-colour {
  background-color: #003d18;
  color: white;
  padding: 20px;
}
.text-block.text-block--creocote-green-colour a,
.text-block.text-block--creocote-green-colour h1,
.text-block.text-block--creocote-green-colour h2,
.text-block.text-block--creocote-green-colour h3,
.text-block.text-block--creocote-green-colour h4,
.text-block.text-block--creocote-green-colour h5,
.text-block.text-block--creocote-green-colour h6 {
  color: white;
}
.text-block.text-block--horticulture {
  background-color: #c8d300;
  padding: 20px;
}
.text-block.text-block--marine {
  background-color: #009fe3;
  color: white;
  padding: 20px;
}
.text-block.text-block--marine a,
.text-block.text-block--marine h1,
.text-block.text-block--marine h2,
.text-block.text-block--marine h3,
.text-block.text-block--marine h4,
.text-block.text-block--marine h5,
.text-block.text-block--marine h6 {
  color: white;
}
.text-block.text-block--motorsport-motul {
  background-color: #dd052b;
  color: white;
  padding: 20px;
}
.text-block.text-block--motorsport-motul a,
.text-block.text-block--motorsport-motul h1,
.text-block.text-block--motorsport-motul h2,
.text-block.text-block--motorsport-motul h3,
.text-block.text-block--motorsport-motul h4,
.text-block.text-block--motorsport-motul h5,
.text-block.text-block--motorsport-motul h6 {
  color: white;
}
.text-block.text-block--paints-coatings {
  background-color: #003a78;
  color: white;
  padding: 20px;
}
.text-block.text-block--paints-coatings a,
.text-block.text-block--paints-coatings h1,
.text-block.text-block--paints-coatings h2,
.text-block.text-block--paints-coatings h3,
.text-block.text-block--paints-coatings h4,
.text-block.text-block--paints-coatings h5,
.text-block.text-block--paints-coatings h6 {
  color: white;
}
.text-block.text-block--plant-off-road {
  background-color: #e9ac00;
  color: white;
  padding: 20px;
}
.text-block.text-block--plant-off-road a,
.text-block.text-block--plant-off-road h1,
.text-block.text-block--plant-off-road h2,
.text-block.text-block--plant-off-road h3,
.text-block.text-block--plant-off-road h4,
.text-block.text-block--plant-off-road h5,
.text-block.text-block--plant-off-road h6 {
  color: white;
}
.text-block.text-block--prolan-green {
  background-color: #3AAA35;
  color: white;
  padding: 20px;
}
.text-block.text-block--prolan-green a,
.text-block.text-block--prolan-green h1,
.text-block.text-block--prolan-green h2,
.text-block.text-block--prolan-green h3,
.text-block.text-block--prolan-green h4,
.text-block.text-block--prolan-green h5,
.text-block.text-block--prolan-green h6 {
  color: white;
}
.text-block.text-block--workshop-cleaning {
  background-color: #6b747f;
  color: white;
  padding: 20px;
}
.text-block.text-block--workshop-cleaning a,
.text-block.text-block--workshop-cleaning h1,
.text-block.text-block--workshop-cleaning h2,
.text-block.text-block--workshop-cleaning h3,
.text-block.text-block--workshop-cleaning h4,
.text-block.text-block--workshop-cleaning h5,
.text-block.text-block--workshop-cleaning h6 {
  color: white;
}
.text-block.text-block--highlight-lead > div p:first-of-type {
  font-size: 1.9rem;
  font-weight: 700;
}
.text-block > h1,
.text-block > h2,
.text-block > h3,
.text-block > h4,
.text-block > h5,
.text-block > h6,
.text-block > p {
  font-size: 2rem;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text-block[class*="col-text-"] > div {
    column-count: 2;
    column-gap: 4rem;
  }
  .text-block.col-text-1 > div {
    column-count: 1;
  }
  .text-block.col-text-2 > div {
    column-count: 2;
  }
  .text-block.col-text-3 > div {
    column-count: 3;
  }
  .text-block.col-text-4 > div {
    column-count: 4;
  }
}
body[class*="-motul"] .text-block.text-block--transparent {
  color: white;
}
body[class*="-motul"] .text-block.text-block--transparent a {
  color: inherit;
}
body[class*="-motul"] .text-block.text-block--white {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tilegrid {
  margin-bottom: 30px;
}
.tilegrid > div {
  display: -ms-grid;
  display: grid;
  grid-gap: 2px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.tilegrid > div * {
  box-sizing: border-box;
}
.tilegrid:hover > div > div::after,
.tilegrid:hover > div > a::after {
  background: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
}
.tilegrid:hover > div > div:hover::after,
.tilegrid:hover > div > a:hover::after {
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .tilegrid.tilegrid-square > div {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.tilegrid.tilegrid-responsive > div {
  -ms-grid-columns: 1fr;
  grid-template-columns: auto;
}
.tilegrid.tilegrid-responsive > div > *:before,
.tilegrid.tilegrid-responsive > div > *::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 20px;
}
.tilegrid.tilegrid-responsive > div > * .content {
  position: absolute;
  top: 0;
}
.tilegrid.tilegrid-responsive > div > * .widget-tile__img-image_square {
  display: initial;
  position: absolute;
  top: 0;
}
.tilegrid.tilegrid-responsive > div > * .widget-tile__img-image_vertical,
.tilegrid.tilegrid-responsive > div > * .widget-tile__img-image_horizontal {
  display: none;
}
@media screen and (min-width: 768px) {
  .tilegrid.tilegrid-responsive > div {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tilegrid.tilegrid-responsive > div [class*="widget-tile__img"] {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .tilegrid.tilegrid-responsive > div > *:before,
  .tilegrid.tilegrid-responsive > div > *::before {
    content: "";
    display: block;
    padding-bottom: 50%;
    width: 20px;
  }
  .tilegrid.tilegrid-responsive > div > * > div {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-1 > * {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: auto / span 2;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-1 > * .widget-tile__img-image_horizontal {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-1 > *:before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-1 > *::before {
    padding-bottom: 50%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > * {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > * .widget-tile__img-image_horizontal {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > *:nth-child(1n) {
    -ms-grid-column: 0.5;
    -ms-grid-row: 1;
    grid-column: auto / span 2;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > *:nth-child(1n) .widget-tile__img-image_horizontal {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > *:nth-child(1n) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > *:nth-child(1n) .widget-tile__img-image_square {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > *:nth-child(2n) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    grid-column: auto;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > *:nth-child(2n) .widget-tile__img-image_square {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > *:nth-child(2n) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-2 > *:nth-child(2n) .widget-tile__img-image_horizontal {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(1n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(1n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(1n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(1n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(1n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(1n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(1n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto / span 2;
    grid-column: auto;
    grid-row: auto / span 2;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(1n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(1n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(1n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(1n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(1n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(1n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(1n + 0) .widget-tile__img-image_vertical {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(1n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(1n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(1n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(1n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(1n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(1n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(1n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(1n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(1n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(1n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(1n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(1n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(1n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(1n + 0) .widget-tile__img-image_square {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(1n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(1n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(1n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(1n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(1n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(1n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(1n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(1n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(1n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(1n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(1n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(1n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(1n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(1n + 0)::before {
    padding-bottom: 200%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(2n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(2n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(2n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(2n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(2n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(2n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(2n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0) {
    -ms-grid-column: auto / span 2;
    -ms-grid-row: auto;
    grid-column: auto / span 2;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(2n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(2n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(2n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(2n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(2n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(2n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(2n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(2n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(2n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(2n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(2n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(2n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(2n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(2n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0) .widget-tile__img-image_square {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(2n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(2n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(2n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(2n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(2n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(2n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(2n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(2n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(2n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(2n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(2n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(2n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(2n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(2n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(2n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(2n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(2n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(2n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(2n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(2n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(2n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-3 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0)::before {
    padding-bottom: 50%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_square {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(3n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-4 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0)::before {
    padding-bottom: 100%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto / span 2;
    grid-column: auto;
    grid-row: auto / span 2;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_square {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_vertical {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0)::before {
    padding-bottom: 200%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(5n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(5n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(5n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(5n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(5n + 0) {
    -ms-grid-column: auto / span 2;
    -ms-grid-row: auto;
    grid-column: auto / span 2;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(5n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(5n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(5n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(5n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(5n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(5n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(5n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(5n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(5n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(5n + 0) .widget-tile__img-image_square {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(5n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(5n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(5n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(5n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(5n + 0) .widget-tile__img-image_horizontal {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(5n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(5n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(5n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(5n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(5n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-5 > *:nth-child(5n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(5n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(5n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(5n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(5n + 0)::before {
    padding-bottom: 50%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_square {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0)::before {
    padding-bottom: 100%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(6n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(6n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(6n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_square {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(6n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0)::before {
    padding-bottom: 100%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(7n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(7n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(7n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(7n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto / span 2;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(7n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(7n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(7n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(7n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(7n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(7n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(7n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(7n + 0) .widget-tile__img-image_square {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(7n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(7n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(7n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(7n + 0) .widget-tile__img-image_horizontal {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(7n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(7n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(7n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(7n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-6 > *:nth-child(7n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(7n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(7n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(7n + 0)::before {
    padding-bottom: 50%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto;
    grid-row: auto / span 2;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_horizontal {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0) .widget-tile__img-image_vertical {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(4n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(4n + 0)::before {
    padding-bottom: 200%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto;
    grid-row: auto / span 2;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_square {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(6n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0)::before {
    padding-bottom: 100%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(8n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto / span 2;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(8n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(8n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_square {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(8n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_horizontal {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(8n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-7 > *:nth-child(8n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0)::before {
    padding-bottom: 50%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto;
    grid-row: auto / span 2;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_horizontal {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0) .widget-tile__img-image_vertical {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(6n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(6n + 0)::before {
    padding-bottom: 200%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto / span 2;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_square {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_horizontal {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-8 > *:nth-child(8n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0)::before {
    padding-bottom: 50%;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0),
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(9n + 0) {
    -ms-grid-column: auto;
    -ms-grid-row: auto;
    grid-column: auto;
    grid-row: auto;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(9n + 0) .widget-tile__img-image_vertical,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_horizontal,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(9n + 0) .widget-tile__img-image_horizontal {
    display: none;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0) .widget-tile__img-image_square,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(9n + 0) .widget-tile__img-image_square {
    display: initial;
  }
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(9n + 0):before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(8n + 0)::before,
  .tilegrid.tilegrid-responsive .tilegrid-layout-9 > *:nth-child(9n + 0)::before {
    padding-bottom: 100%;
  }
}
body.page-layout-1column .page-main .tilegrid {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  body.page-layout-1column .page-main .tilegrid {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1280px) {
  body.page-layout-1column .page-main .tilegrid {
    margin-left: -40px;
    margin-right: -40px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
   *  Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
   *  Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
   *  Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Magento/luma/en_GB/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.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;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
/**
 * @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/
 */
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    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: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 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-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #00224d;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -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-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 769px), print {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .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;
  }
}
button.left-arrow {
  background: url("../images/icons/left-arrow.svg") no-repeat center center;
  position: absolute;
  left: -5%;
  top: 0;
  bottom: 0;
  z-index: 99;
  border: none;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  button.left-arrow {
    left: 0;
  }
}
button.left-arrow:hover,
button.left-arrow:focus {
  background: url("../images/icons/left-arrow.svg") no-repeat center center;
  border: none;
  transform: scale(1.2);
}
button.right-arrow {
  background: url("../images/icons/right-arrow.svg") no-repeat center center;
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
  z-index: 99;
  border: none;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  button.right-arrow {
    right: 0;
  }
}
button.right-arrow:hover,
button.right-arrow:focus {
  background: url("../images/icons/right-arrow.svg") no-repeat center center;
  border: none;
  transform: scale(1.2);
}
.products-carousel {
  margin-top: 4em;
}
.page-search.page-layout-2columns-left .column.main {
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
   *  Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
   *  Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
   *  Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Magento/luma/en_GB/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.category-view {
  /*display: grid;
    grid-gap: 20px;
    grid-template-columns: 100%;*/
  margin-bottom: 40px;
  overflow: hidden;
}
.category-view div {
  margin-bottom: 0px;
}
.category-view div.category-image {
  float: left;
  margin-right: 2rem;
  max-width: 280px;
  width: 100%;
}
.category-view div.category-image img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .category-view div.category-image {
    float: none;
    margin-right: 0;
    max-width: inherit;
  }
}
.category-view div.category-description {
  font-size: 1.6rem;
  padding-top: 10px;
  /*p {
                &:first-of-type {
                    font-weight: 700;
                    font-size: 1.7rem;
                }
            }*/
}
.category-view div.category-description ul {
  padding: 0;
  margin: 0;
}
.category-view div.category-description ul li {
  display: inline-block;
  vertical-align: top;
}
.category-view div.category-description ul li + li {
  margin-left: 1rem;
}
.category-view div.category-description ul li img {
  max-width: 60px;
}
.category-view img {
  height: auto;
}
.category-view-mobile img {
  height: auto;
}
.breadcrumbs + .category-cms {
  margin-top: -57px;
}
.breadcrumbs + .category-cms:empty {
  display: none;
}
[class*="-motul"] .category-view {
  color: white;
}
[class*="-motul"] .category-view h1,
[class*="-motul"] .category-view h2,
[class*="-motul"] .category-view h3,
[class*="-motul"] .category-view h4,
[class*="-motul"] .category-view h5,
[class*="-motul"] .category-view h6 {
  color: inherit;
}
[class*="-motul"] .category-view a {
  color: inherit;
}
[class*="-motul"] .category-view a:hover,
[class*="-motul"] .category-view a:active,
[class*="-motul"] .category-view a:focus {
  color: inherit;
  text-decoration: none;
}
.page-layout-catalog-category-offline .category-view {
  margin-bottom: 0;
}
.page-layout-catalog-category-offline .category.description {
  background: #003a78;
  color: white;
  font-size: 1.9rem;
  margin-top: -8px;
  padding: 25px;
}
.page-layout-catalog-category-offline .category.description p:last-child {
  margin-bottom: 0;
}
.page-layout-catalog-category-offline .category.heading {
  background-color: #00224d;
  color: white;
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 15px 25px;
}
.page-layout-catalog-category-offline .products {
  margin: 0;
}
.page-layout-catalog-category-offline .offline {
  overflow: hidden;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt {
  color: #00224d;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.page-layout-catalog-category-offline ol.products-alt {
  margin: 0 -15px !important;
  padding: 0;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt--single {
  max-width: 800px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .heading {
  background-color: #00224d;
  color: white;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 1.5;
  text-transform: uppercase;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner {
  border-bottom: 1px solid grey;
  margin-bottom: 40px;
  padding: 10px 20px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt.products-alt--single .product-inner {
  margin-bottom: 0;
  padding: 10px 0px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .pack {
  font-size: 1.6rem;
  font-weight: bold;
  hyphens: none;
  margin-top: 0px;
  text-transform: uppercase;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .benefits {
  margin-bottom: 0;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .benefits-list {
  list-style: none;
  margin-bottom: 20px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .benefits-list li {
  margin-bottom: 0;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .benefits-list li::before {
  content: "Â·";
  font-size: 24px;
  line-height: 24px;
  margin-left: -14px;
  position: absolute;
  vertical-align: middle;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .meta {
  color: gray;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .icons {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  flex: 1;
  justify-content: center;
  text-transform: uppercase;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .icons .title {
  margin-right: 10px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .icons .list {
  flex: 1;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .application-types {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type {
  background-size: 48px auto;
  background: url(https://trello-attachments.s3.amazonaws.com/5d3a18822eb8ca895b8145ed/600ade9759737d2245bdd19f/26fc9da0dce04f0e985f528c10e23233/application-types-all-48px.png) no-repeat center left;
  background-size: cover;
  display: inline-block;
  height: 35px;
  margin: 0;
  margin-right: 8px;
  min-width: 35px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 35px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type.application-type-airless-spray {
  background-position: -40px 0px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type.application-type-roller {
  background-position: -121.5px 0px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type.application-type-brush {
  background-position: -80.5px 0px;
}
.page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type.application-type-spray {
  background-position: 0px 0px;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .large-6 {
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .small-12 {
    width: inherit;
  }
}
body[class*="-motul"].page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .heading {
  background-color: #d8d8d8;
  color: black;
}
body[class*="-motul"].page-layout-catalog-category-offline .offline .products-grid--alt .products-alt {
  color: white;
}
body[class*="-motul"].page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .meta {
  color: white;
}
body.page-layout-catalog-product-offline .related-offline {
  margin-bottom: 20px;
}
body.page-layout-catalog-product-offline .related-offline .block-title {
  margin-bottom: 0px;
}
body.page-layout-catalog-product-offline .related-offline .block-title strong {
  background: #003a78;
  color: white;
  display: inline-block;
  font-size: 1.6rem !important;
  margin: 0;
  padding: 20px 16px;
  text-transform: uppercase;
}
body.page-layout-catalog-product-offline .related-offline .block-title strong:after,
body.page-layout-catalog-product-offline .related-offline .block-title strong::after {
  display: none;
}
body.page-layout-catalog-product-offline .related-offline > .block-content > .products {
  margin-top: 0;
}
body.page-layout-catalog-product-offline .related-offline > .block-content > .products table {
  margin-top: 0;
}
body.page-layout-catalog-product-offline .category.image img {
  display: block;
}
body.page-layout-catalog-product-offline .category.image p {
  margin: 0;
}
body.page-layout-catalog-product-offline .category.description {
  background: #003a78;
  color: white;
  font-size: 1.9rem;
  margin-top: -8px;
  padding: 25px;
}
body.page-layout-catalog-product-offline .category.description p:last-child {
  margin-bottom: 0;
}
body.page-layout-catalog-product-offline .category.heading {
  background-color: #00224d;
  color: white;
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 15px 25px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt {
  color: #00224d;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt--single {
  max-width: 800px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .heading {
  background-color: #00224d;
  color: white;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 1.5;
  text-transform: uppercase;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner {
  border-bottom: 1px solid grey;
  margin-bottom: 40px;
  padding: 10px 20px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt.products-alt--single .product-inner {
  margin-bottom: 0;
  padding: 10px 0px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .pack {
  font-size: 1.6rem;
  font-weight: bold;
  hyphens: none;
  margin-top: 0px;
  text-transform: uppercase;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .benefits {
  margin-bottom: 0;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .benefits-list {
  list-style: none;
  margin-bottom: 20px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .benefits-list li {
  margin-bottom: 0;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .benefits-list li::before {
  content: "Â·";
  font-size: 24px;
  line-height: 24px;
  margin-left: -14px;
  position: absolute;
  vertical-align: middle;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .meta {
  color: gray;
  font-size: 1.4rem;
  margin-bottom: 0;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .icons {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  flex: 1;
  justify-content: center;
  text-transform: uppercase;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .icons .title {
  margin-right: 10px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .icons .list {
  flex: 1;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .application-types {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type {
  background-size: 48px auto;
  background: url(https://trello-attachments.s3.amazonaws.com/5d3a18822eb8ca895b8145ed/600ade9759737d2245bdd19f/26fc9da0dce04f0e985f528c10e23233/application-types-all-48px.png) no-repeat center left;
  background-size: cover;
  display: inline-block;
  height: 35px;
  margin: 0;
  margin-right: 8px;
  min-width: 35px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 35px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type.application-type-airless-spray {
  background-position: -40px 0px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type.application-type-roller {
  background-position: -121.5px 0px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type.application-type-brush {
  background-position: -80.5px 0px;
}
body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .product-inner .application-types .application-type.application-type-spray {
  background-position: 0px 0px;
}
@media screen and (min-width: 768px) {
  body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .large-6 {
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body.page-layout-catalog-product-offline .offline .products-grid--alt .products-alt .small-12 {
    width: calc(60%);
  }
}
body[class*="-motul"].page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .heading {
  background-color: #d8d8d8;
  color: black;
}
body[class*="-motul"].page-layout-catalog-category-offline .offline .products-grid--alt .products-alt {
  color: white;
}
body[class*="-motul"].page-layout-catalog-category-offline .offline .products-grid--alt .products-alt .product-inner .meta {
  color: white;
}
.product-item .product-item-cat {
  display: block;
  font-size: 1.16rem;
  text-transform: uppercase;
  color: #acacac;
}
.product-item .product-item-actions {
  display: block !important;
  margin: 0;
  padding-bottom: 2em;
}
.product-item .product-item-actions .actions-primary {
  width: 100%;
  display: block;
}
.product-item .product-reviews-summary {
  display: none !important;
}
#product-grid {
  position: relative;
}
body {
  /*
    &.page-layout-catalog-category-offline,
    &.page-layout-catalog-product-offline {
        background: @brandColor9;
        color: @brandColor1;
    }*/
}
body .products-table table.product-items {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 23px;
}
body .products-table table.product-items tr th,
body .products-table table.product-items tr td {
  padding: 10px 15px;
}
body .products-table table.product-items tr th th + th,
body .products-table table.product-items tr td th + th,
body .products-table table.product-items tr th td + td,
body .products-table table.product-items tr td td + td {
  border-left: 2px white solid;
}
body .products-table table.product-items tr th {
  background-color: #00224d;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
}
body .products-table table.product-items tr th strong {
  display: inline-block;
  font-weight: inherit;
  margin: 0;
}
body .products-table table.product-items tr th i {
  color: #e6301d;
  font-style: normal;
}
body .products-table table.product-items tr th:nth-child(2) {
  text-align: center;
}
body .products-table table.product-items tr th + th,
body .products-table table.product-items tr th + td {
  border-left: 2px solid white;
}
body .products-table table.product-items tr td {
  background-color: #e3e3e3;
  color: #003a78;
  font-weight: bold;
  /*&:nth-child(4) {
                        max-width: 280px;
                        width: 100%;
                    }*/
}
body .products-table table.product-items tr td + th,
body .products-table table.product-items tr td + td {
  border-left: 2px solid white;
}
body .products-table table.product-items tr td:nth-child(1) {
  background-color: #bfc3d8;
  width: 320px;
}
body .products-table table.product-items tr td:nth-child(2) {
  background-color: #ced1e1;
  max-width: 60px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
body .products-table table.product-items tr td:nth-child(3) {
  background-color: #dee0ec;
  text-align: center;
  vertical-align: middle;
}
body .products-table table.product-items tr td .application-types {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 48px 48px;
  grid-gap: 8px;
}
body .products-table table.product-items tr td .application-types .application-type {
  background-size: 48px auto;
  background: url("../images/icons/application-types.png") no-repeat center left;
  height: 48px;
  margin: 0;
  min-width: 48px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 48px;
}
body .products-table table.product-items tr td .application-types .application-type.application-type-airless-spray {
  background-position: -56px 0px;
}
body .products-table table.product-items tr td .application-types .application-type.application-type-roller {
  background-position: -168px 0px;
}
body .products-table table.product-items tr td .application-types .application-type.application-type-brush {
  background-position: -112px 0px;
}
body .products-table table.product-items tr td .application-types .application-type.application-type-spray {
  background-position: 0px 0px;
}
body .products-table table.product-items .mobile-product-heading {
  background-color: #00224d !important;
  color: white !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  line-height: 1.5 !important;
  vertical-align: middle !important;
  text-align: left !important;
  padding: 10px 15px!important;
}
@media only screen and (min-width: 650px) {
  body .products-table table.product-items .mobile-product-heading {
    display: none !important;
  }
}
body .products-table table.product-items .mobile-product-heading.middle {
  text-align: center !important;
}
body.page-products .products-grid {
  margin: 10px 0;
}
body.page-products .products-grid .product-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  body.page-products .products-grid .product-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49% 49%;
    grid-template-columns: 49% 49%;
    grid-gap: 20px 2%;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-products .products-grid .product-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32% 32% 32%;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 20px 2%;
  }
}
body.page-products .products-grid .product-items .product-item {
  margin-left: 0;
  padding: 0px;
  width: 100% !important;
}
body.page-products .products-grid .product-items .product-item.product-manufacturer-motul .product-item-info .product-item-details .product-item-name .product-item-link {
  background-color: black;
}
body.page-products .products-grid .product-items .product-item.product-manufacturer-motul .product-item-info .product-item-details .price-box {
  color: black;
}
body.page-products .products-grid .product-items .product-item.product-manufacturer-motul .product-item-info .product-item-details .price-box span {
  color: black;
}
body.page-products .products-grid .product-items .product-item.product-manufacturer-motul .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background-color: black;
}
body.page-products .products-grid .product-items .product-item.product-manufacturer-motul .product-item-info .product-item-inner .product-item-actions .actions-primary a {
  color: black;
}
body.page-products .products-grid .product-items .product-item.product-manufacturer-motul .product-item-info .product-item-inner .product-item-actions .actions-primary a:hover {
  color: white;
  background-color: black;
}
body[class*="-motul"].page-products .products-grid .product-items .product-item .product-item-description {
  color: #333;
}
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-details .product-item-name .product-item-link {
  background-color: black;
}
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-details .price-box {
  color: black;
}
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-details .price-box .price,
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-details .price-box .price-label {
  color: black;
}
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background-color: black;
}
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-details .product-item-description {
  color: black !important;
}
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-details .product-item-description p,
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-details .product-item-description a {
  color: black;
}
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-inner .product-item-actions .actions-primary a {
  color: black;
}
body[class*="-motul"] .products-grid .product-manufacturer-motul .product-item-info .product-item-inner .product-item-actions .actions-primary a:hover {
  color: white;
  background-color: black;
}
.products-grid .product-item,
.products-related .product-item {
  background: #ddd;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 1.4rem;
  height: 100%;
  margin-left: 0;
  padding: 0px;
  position: relative;
  width: 100% !important;
}
.products-grid .product-item a.product-item-photo,
.products-related .product-item a.product-item-photo {
  display: block;
  text-align: center;
}
.products-grid .product-item a.product-item-photo:hover,
.products-related .product-item a.product-item-photo:hover,
.products-grid .product-item a.product-item-photo:focus,
.products-related .product-item a.product-item-photo:focus {
  text-decoration: none;
}
.products-grid .product-item a.product-item-photo .product-image-container,
.products-related .product-item a.product-item-photo .product-image-container {
  display: inline-block;
}
.products-grid .product-item a.product-item-photo .product-image-container .product-image-wrapper,
.products-related .product-item a.product-item-photo .product-image-container .product-image-wrapper {
  display: block;
  text-decoration: none;
}
.products-grid .product-item .product-item-info,
.products-related .product-item .product-item-info {
  height: 100%;
  position: relative;
  width: 100%;
}
.products-grid .product-item .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-related .product-item .product-item-info:not(:hover):not(.active) .product-item-inner {
  clip: initial !important;
}
.products-grid .product-item .product-item-info:hover,
.products-related .product-item .product-item-info:hover,
.products-grid .product-item .product-item-info.active,
.products-related .product-item .product-item-info.active {
  background: none;
  box-shadow: inherit;
  border: none;
  margin: 0;
  padding: 0;
}
.products-grid .product-item .product-item-info a.product-item-photo,
.products-related .product-item .product-item-info a.product-item-photo {
  background-color: white;
  border: 2px solid #ddd;
}
.products-grid .product-item .product-item-info .product-item-details,
.products-related .product-item .product-item-info .product-item-details {
  padding-bottom: 58px;
}
.products-grid .product-item .product-item-info .product-item-details strong.product-item-name,
.products-related .product-item .product-item-info .product-item-details strong.product-item-name {
  font-size: 1.6rem;
  font-weight: bold;
  hyphens: none;
  margin-top: 0px;
  text-transform: uppercase;
}
.products-grid .product-item .product-item-info .product-item-details strong.product-item-name a.product-item-link,
.products-related .product-item .product-item-info .product-item-details strong.product-item-name a.product-item-link {
  background-color: #003a78;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 140%;
  padding: 12px;
  text-decoration: none;
}
.products-grid .product-item .product-item-info .product-item-details .price-box,
.products-related .product-item .product-item-info .product-item-details .price-box {
  color: #00224d;
  margin: 12px;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price-label,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price-label {
  color: #003a78;
  font-size: 1.4rem;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax {
  display: inline-block;
  order: 2;
  font-size: 1.6rem;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax .price,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax .price {
  font-size: 1.6rem;
  font-weight: bold;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax::before,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax::before {
  content: "(";
  margin-left: 0.4rem;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax::after,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax::after {
  content: " Inc. VAT)";
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price-excluding-tax,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price-excluding-tax {
  display: inline-block;
  font-size: inherit;
  margin-left: 0.6rem;
  order: 1;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price-excluding-tax::before,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price-excluding-tax::before {
  content: "";
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price-excluding-tax .price,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price-excluding-tax .price {
  font-size: 2.2rem;
  font-weight: bold;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-container .price,
.products-related .product-item .product-item-info .product-item-details .price-box .price-container .price {
  color: #00224d;
  font-size: inherit;
}
.products-grid .product-item .product-item-info .product-item-details > div[class^="swatch-opt"],
.products-related .product-item .product-item-info .product-item-details > div[class^="swatch-opt"] {
  margin-left: 12px;
  margin-right: 12px;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-description,
.products-related .product-item .product-item-info .product-item-details .product-item-description {
  margin: 0px 12px 10px;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner,
.products-related .product-item .product-item-info .product-item-details .product-item-inner {
  background: none;
  border: none;
  bottom: 12px;
  box-shadow: none;
  height: auto !important;
  left: 12px;
  margin: 0 !important;
  overflow: inherit !important;
  padding: 0 !important;
  position: absolute !important;
  right: 12px;
  width: auto !important;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner::before,
.products-related .product-item .product-item-info .product-item-details .product-item-inner::before {
  display: none;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  display: block !important;
  margin: 0;
  padding-bottom: 2em;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
  display: block;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a,
.products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a {
  background: white;
  border-radius: 100px !important;
  border: none;
  color: #003a78;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.5s ease;
  width: 100%;
  text-decoration: none;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a:hover,
.products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a:hover,
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a:focus,
.products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a:focus,
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a:active,
.products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a:active {
  background-color: #003a78;
  color: white;
  text-decoration: none;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary,
.products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  display: none !important;
}
.products-grid .product-item:hover .product-item-info a.product-item-photo,
.products-related .product-item:hover .product-item-info a.product-item-photo,
.products-grid .product-item:focus .product-item-info a.product-item-photo,
.products-related .product-item:focus .product-item-info a.product-item-photo,
.products-grid .product-item:active .product-item-info a.product-item-photo,
.products-related .product-item:active .product-item-info a.product-item-photo {
  border-color: #63a22d;
}
.products-related {
  padding: 0 46px;
  position: relative;
}
.products-related > button {
  display: none;
}
.products-related .owl-carousel .owl-nav button.owl-prev,
.products-related .owl-carousel .owl-nav button.owl-next {
  background: url(../images/icons/left-arrow.svg) no-repeat center center;
  box-shadow: none;
  border: none;
  bottom: 0;
  left: -50px;
  position: absolute;
  top: 0;
  transform: scale(0.8);
  transition: all 0.5s;
  width: 36px;
  z-index: 99;
}
.products-related .owl-carousel .owl-nav button.owl-prev:hover,
.products-related .owl-carousel .owl-nav button.owl-next:hover {
  transform: scale(0.9);
}
.products-related .owl-carousel .owl-nav button.owl-next {
  background-image: url("../images/icons/right-arrow.svg");
  left: initial;
  right: -50px;
}
.products-related .owl-carousel .product-item-name {
  margin-left: 0px !important;
}
.products-related .owl-carousel .product-item-description {
  min-height: 104px;
}
.products-related .owl-carousel .field.choice.related {
  display: none;
}
@media (min-width: 1400px) {
  .products-related {
    padding: initial;
  }
  .products-related .owl-carousel .owl-nav button.owl-prev:hover,
  .products-related .owl-carousel .owl-nav button.owl-next:hover {
    transform: scale(1);
  }
}
body[class*="-motul"] .products-related .block-title {
  color: white;
  font-size: 2.6rem;
}
body[class*="-motul"] .products-related .block-title strong {
  color: inherit;
  font: inherit;
}
body[class*="-motul"] .products-related .block-title strong:after {
  display: none;
}
body[class*="-motul"] .products-related .owl-carousel .owl-nav button.owl-prev {
  background-image: url("../images/icons/left-arrow-white.svg");
}
body[class*="-motul"] .products-related .owl-carousel .owl-nav button.owl-next {
  background-image: url("../images/icons/right-arrow-white.svg");
}
body[class*="-motul"] .products-related .product-item .product-item-info .product-item-details strong.product-item-name a.product-item-link {
  text-decoration: none;
}
body[class*="-motul"] .products-related .product-item .product-item-info .product-item-details strong.product-item-name a.product-item-link:hover,
body[class*="-motul"] .products-related .product-item .product-item-info .product-item-details strong.product-item-name a.product-item-link:active {
  text-decoration: underline;
}
body[class*="-motul"] .products-related .product-item .product-item-info .product-item-details .product-item-description {
  color: #003a78;
}
body[class*="-motul"] .products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions a {
  text-decoration: none;
}
body[class*="-motul"] .products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions a:hover,
body[class*="-motul"] .products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions a:active,
body[class*="-motul"] .products-related .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions a:focus {
  text-decoration: none;
}
/* We're here to help / technical support panel */
.we-re-here-to-help .btn {
  background: #003a78;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.we-re-here-to-help .btn:hover,
.we-re-here-to-help .btn:focus {
  background: white;
  color: #003a78;
}
.we-re-here-to-help .grid {
  align-items: center;
  background: #003a78;
  color: white;
  display: grid;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 15px;
}
.we-re-here-to-help .grid div:first-of-type {
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .we-re-here-to-help .grid {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .we-re-here-to-help .grid div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .we-re-here-to-help .grid div:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .we-re-here-to-help .grid div:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .we-re-here-to-help .grid div:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
@media all and (max-width: 1023px) {
  .we-re-here-to-help .grid {
    display: block;
  }
  .we-re-here-to-help .grid div {
    padding-bottom: 0;
    padding-top: 0;
  }
  .we-re-here-to-help .grid div p:first-of-type {
    margin-top: 0;
  }
}
.we-re-here-to-help .title {
  display: inline-block;
  background: #00224d;
  color: white;
  font-size: 2rem;
  font-style: normal;
  padding: 10px 15px;
  text-transform: uppercase;
}
.we-re-here-to-help dl {
  display: flex;
  flex-wrap: wrap;
}
.we-re-here-to-help dl dd {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  flex-basis: 50%;
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0 0.5rem;
}
.we-re-here-to-help dl dt {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  flex-basis: 50%;
  font-weight: normal;
  margin-bottom: 1rem;
}
.we-re-here-to-help dl dt img {
  margin-right: 0.5rem;
}
@media all and (max-width: 1023px) {
  .we-re-here-to-help dl dt,
  .we-re-here-to-help dl dd {
    flex-basis: 100%;
    padding: 0;
  }
}
#product-review-container .block-title strong {
  font-size: 28px;
  text-align: left;
}
#product-review-container .block-title strong:after {
  display: none;
}
#product-review-container .block-content .review-items .review-item {
  border-bottom: 2px solid #003a78;
  padding-top: 0;
}
#product-review-container .block-content .review-items .review-item .review-title {
  color: #003a78;
  font-size: 22px;
}
#product-review-container .block-content .review-toolbar {
  border: none;
}
.product-info-image {
  background-color: white;
  margin-bottom: 30px;
}
.product-info-image .product.media {
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  color: #00224d;
  margin: 12px;
}
.product-info-main .product-info-price .price-box .price-container {
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-info-main .product-info-price .price-box .price-container .price-label {
  color: #003a78;
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-box .price-container .price-including-tax {
  display: inline-block;
  order: 2;
  font-size: 1.6rem;
}
.product-info-main .product-info-price .price-box .price-container .price-including-tax .price {
  font-size: 1.6rem;
  font-weight: bold;
}
.product-info-main .product-info-price .price-box .price-container .price-including-tax::before {
  content: "(";
  margin-left: 0.4rem;
}
.product-info-main .product-info-price .price-box .price-container .price-including-tax::after {
  content: " Inc. VAT)";
}
.product-info-main .product-info-price .price-box .price-container .price-excluding-tax {
  display: inline-block;
  font-size: inherit;
  margin-left: 0.6rem;
  order: 1;
}
.product-info-main .product-info-price .price-box .price-container .price-excluding-tax::before {
  content: "";
}
.product-info-main .product-info-price .price-box .price-container .price-excluding-tax .price {
  font-size: 4rem;
  font-weight: bold;
}
.product-info-main .product-info-price .price-box .price-container .price {
  color: #00224d;
  font-size: inherit;
}
.product-info-main .product-info-price .product-info-stock-sku {
  visibility: hidden;
}
.product-info-main .product-add-form {
  padding-top: 0px !important;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset {
  margin-bottom: 10px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt {
  margin-bottom: 10px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-option.text {
  background-color: #acacac;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-option.text:active,
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-option.text:hover,
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-option.text:focus,
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-option.text.selected {
  background-color: #63a22d;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 0px;
}
.product-info-main .product-options-bottom .box-tocart .label {
  text-transform: uppercase;
}
.product-info-main .product-options-bottom .box-tocart .qty input {
  background-color: white;
}
.product-info-main .promo-panel {
  background-color: white;
}
body[class*="-motul"] {
  color: white;
}
body[class*="-motul"] .product-info-main .product-info-price {
  color: white;
}
body[class*="-motul"] .product-info-main .product-info-price .price-box {
  color: white;
}
body[class*="-motul"] .product-info-main .product-info-price .price-box .price-label {
  color: white;
}
body[class*="-motul"] .product-info-main .product-info-price .price-box .price-container .price {
  color: white;
}
body[class*="-motul"] .product-info-main .promo-panel {
  border-color: #00224d;
}
body[class*="-motul"] .review-add .block-content .review-form .review-fieldset .review-field-ratings .label:before {
  color: black;
}
body[class*="-motul"] .product.info.detailed .product.data.items .item.title a {
  color: black;
}
body[class*="-motul"] .product.info.detailed .product.data.items .item.title.active a {
  background: black;
  color: white;
}
body[class*="-motul"] .product.info.detailed .product.data.items .item.content {
  color: black;
}
.review-add .block-content .review-form {
  max-width: initial;
}
.review-add .block-content .review-form .input-text,
.review-add .block-content .review-form textarea {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  color: black;
  height: auto;
  margin: 0;
  padding: 10px;
  resize: vertical;
  vertical-align: baseline;
  width: 100%;
}
.review-add .block-content .review-form .review-fieldset .review-legend {
  width: 100%;
}
.review-add .block-content .review-form .review-fieldset .review-field-ratings {
  float: left;
  width: 100%;
}
.review-add .block-content .review-form .review-fieldset .review-field-ratings .review-control-vote .rating-1:before {
  content: "\e605";
}
.review-add .block-content .review-form .review-fieldset .review-field-ratings .review-control-vote .rating-2:before {
  content: "\e605 \e605";
}
.review-add .block-content .review-form .review-fieldset .review-field-ratings .review-control-vote .rating-3:before {
  content: "\e605 \e605 \e605";
}
.review-add .block-content .review-form .review-fieldset .review-field-ratings .review-control-vote .rating-4:before {
  content: "\e605 \e605 \e605 \e605";
}
.review-add .block-content .review-form .review-fieldset .review-field-ratings .review-control-vote .rating-5:before {
  content: "\e625 \e625 \e625 \e625 \e625";
  opacity: 1;
}
.review-add .block-content .review-form .review-fieldset .review-field-ratings .review-control-vote .rating-5:hover:before {
  content: "\e605 \e605 \e605 \e605 \e605";
}
.review-add .block-content .review-form .review-fieldset .review-field-ratings .review-control-vote input[type="radio"]:checked + .rating-5:before {
  content: "\e605 \e605 \e605 \e605 \e605";
}
.review-add .block-content .review-form .review-fieldset .review-fields {
  float: right;
  width: 100%;
}
.review-add .block-content .review-form .review-fieldset .review-fields .field + .field {
  margin-top: 10px;
}
.review-add .block-content .review-form .review-form-actions {
  clear: both;
}
.review-add .block-content .review-form .review-form-actions .actions-primary .action.primary {
  background: #003a78;
  border: none;
  border-radius: 26px !important;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  padding: 14px 26px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.review-add .block-content .review-form .review-form-actions .actions-primary .action.primary:hover,
.review-add .block-content .review-form .review-form-actions .actions-primary .action.primary:focus {
  background-color: #63a22d;
}
@media screen and (min-width: 768px) {
  .review-add .block-content .review-form .review-field-ratings {
    width: 40% !important;
  }
  .review-add .block-content .review-form .review-fields {
    width: 60% !important;
  }
  .review-add .block-content .review-form .review-form-actions {
    margin-left: 40%;
  }
}
.toolbar.toolbar-products {
  clear: both;
  margin: 10px 0;
}
.toolbar.toolbar-products .modes {
  display: none;
}
.toolbar.toolbar-products .modes .modes-mode {
  background: #acacac;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: white;
}
.toolbar.toolbar-products .modes .modes-mode:before {
  color: white;
}
.toolbar.toolbar-products .modes .modes-mode.active {
  background-color: #003a78;
}
.toolbar.toolbar-products .modes:hover .modes-mode.active {
  background-color: #acacac;
}
.toolbar.toolbar-products .modes:hover .modes-mode:hover {
  background-color: #003a78;
}
.toolbar.toolbar-products .toolbar-amount {
  text-transform: uppercase;
}
.toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
}
.toolbar.toolbar-products .toolbar-sorter.sorter select.sorter-options {
  background-color: #003a78;
  background-image: url('../images/icons/down-arrow-white.svg');
  background-size: 13px auto;
  background-position: center right 12px;
  border-radius: 100px;
  border: none;
  box-shadow: none;
  color: white;
  padding-left: 16px;
  padding-right: 34px;
  position: relative;
}
.toolbar.toolbar-products .toolbar-sorter.sorter a.sorter-action::before {
  color: #003a78;
}
.toolbar.toolbar-products .pages {
  margin-top: 10px;
  font-size: 1.4rem;
}
.toolbar.toolbar-products .pages .pages-label {
  display: none;
}
.toolbar.toolbar-products .pages ul.items li.item.current strong.page {
  background: #003a78;
}
.toolbar.toolbar-products .pages ul.items li.item a.page,
.toolbar.toolbar-products .pages ul.items li.item strong.page,
.toolbar.toolbar-products .pages ul.items li.item a.action,
.toolbar.toolbar-products .pages ul.items li.item strong.action {
  background: #dfdfdf;
  border-radius: 30px;
  border: none;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0px 18px;
}
.toolbar.toolbar-products .pages ul.items li.item a.page span.label,
.toolbar.toolbar-products .pages ul.items li.item strong.page span.label,
.toolbar.toolbar-products .pages ul.items li.item a.action span.label,
.toolbar.toolbar-products .pages ul.items li.item strong.action span.label {
  display: none;
}
.toolbar.toolbar-products .pages ul.items li.item a.action,
.toolbar.toolbar-products .pages ul.items li.item strong.action {
  background: #003a78;
  border-radius: 30px !important;
  margin-left: 0px;
}
.toolbar.toolbar-products .pages ul.items li.item a.action::before,
.toolbar.toolbar-products .pages ul.items li.item strong.action::before {
  color: currentColor;
}
.toolbar.toolbar-products .pages ul.items:hover li.item a.page,
.toolbar.toolbar-products .pages ul.items:hover li.item strong.page {
  background: #dfdfdf;
}
.toolbar.toolbar-products .pages ul.items:hover li.item a.page:hover,
.toolbar.toolbar-products .pages ul.items:hover li.item strong.page:hover {
  background: #003a78;
}
.toolbar.toolbar-products .limiter {
  margin-top: 10px;
  text-transform: uppercase;
}
.toolbar.toolbar-products .limiter select.limiter-options {
  background-color: #003a78;
  background-image: url('../images/icons/down-arrow-white.svg');
  background-size: 13px auto;
  background-position: center right 12px;
  border-radius: 100px;
  border: none;
  box-shadow: none;
  color: white;
  padding-left: 16px;
  padding-right: 34px;
  position: relative;
}
body[class*="-motul"] .toolbar.toolbar-products .toolbar-amount {
  color: white;
}
body[class*="-motul"] .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
  color: white;
}
body[class*="-motul"] .toolbar.toolbar-products .toolbar-sorter.sorter select.sorter-options {
  background-color: white;
  background-image: url('../images/icons/down-arrow.svg');
  color: #003a78;
}
body[class*="-motul"] .toolbar.toolbar-products .toolbar-sorter.sorter a.sorter-action::before {
  color: white;
}
body[class*="-motul"] .toolbar.toolbar-products .pages {
  margin-top: 10px;
  font-size: 1.4rem;
}
body[class*="-motul"] .toolbar.toolbar-products .pages .pages-label {
  display: none;
}
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item.current strong.page {
  color: white;
  transition: all 0.5s ease;
}
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item a.page,
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item strong.page,
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item a.action,
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item strong.action {
  color: #003a78;
  transition: all 0.5s ease;
}
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item a.action,
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item strong.action {
  color: white;
}
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item a.action::before,
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items li.item strong.action::before {
  color: currentColor;
}
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items:hover li.item a.page,
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items:hover li.item strong.page {
  color: #003a78;
}
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items:hover li.item a.page:hover,
body[class*="-motul"] .toolbar.toolbar-products .pages ul.items:hover li.item strong.page:hover {
  color: white;
  background: #003a78;
}
body[class*="-motul"] .toolbar.toolbar-products .limiter label {
  color: white;
}
body[class*="-motul"] .toolbar.toolbar-products .limiter div.control select.limiter-options {
  background-color: white;
  background-image: url('../images/icons/down-arrow.svg');
  color: #003a78;
}
body[class*="-motul"] .toolbar.toolbar-products .limiter span.limiter-text {
  color: white;
}
body.page-layout-catalog-category-offline .toolbar-products {
  display: none;
}
.breadcrumbs {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  padding: 2rem 40px;
  position: relative;
  width: 100%;
  z-index: 999;
}
.breadcrumbs ul.items {
  font-size: 1.2rem;
  color: #666666;
}
.breadcrumbs ul.items li.item {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs ul.items li.item:first-of-type {
  margin-left: 0;
}
.breadcrumbs ul.items li.item a,
.breadcrumbs ul.items li.item strong {
  color: inherit;
  font-weight: bold;
}
.breadcrumbs ul.items li.item a:hover,
.breadcrumbs ul.items li.item a:active,
.breadcrumbs ul.items li.item a:focus {
  text-decoration: underline;
}
.breadcrumbs ul.items li.item:not(:last-child)::after {
  content: "\002f";
  font: inherit;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 50px;
  }
  .breadcrumbs + .category-cms,
  .breadcrumbs + p + .hero-block,
  .breadcrumbs + .hero-block {
    margin-top: -147px;
  }
}
@media (min-width: 840px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}
@media (min-width: 890px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}
@media (min-width: 980px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}
@media (min-width: 1080px) {
  .breadcrumbs {
    margin-top: 82px;
  }
}
@media (min-width: 1160px) {
  .breadcrumbs {
    margin-top: 90px;
  }
}
body[class*="-motul"] .breadcrumbs ul.items {
  color: white;
}
.widget.widget-card-highlighted-title {
  margin-bottom: 25px;
}
.widget.widget-card-highlighted-title figure {
  background: #00224d;
  box-sizing: border-box;
  padding: 1rem 3rem;
  width: 100%;
}
.widget.widget-card-highlighted-title figure h1,
.widget.widget-card-highlighted-title figure h2,
.widget.widget-card-highlighted-title figure h3,
.widget.widget-card-highlighted-title figure h4,
.widget.widget-card-highlighted-title figure h5,
.widget.widget-card-highlighted-title figure h6,
.widget.widget-card-highlighted-title figure p {
  color: white;
}
.widget.widget-card-highlighted-title figure img {
  display: block;
  margin: 0;
  max-width: 100%;
}
.widget.widget-card-highlighted-title .text {
  background: #f2f2f2;
  color: #003a78;
  padding: 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .widget.widget-card-highlighted-title[class*="col-text-"] .text {
    text-align: left;
    column-count: 2;
    column-gap: 4rem;
  }
  .widget.widget-card-highlighted-title[class*="col-text-"] .text p {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .widget.widget-card-highlighted-title.col-text-1 .text {
    column-count: 1;
  }
  .widget.widget-card-highlighted-title.col-text-2 .text {
    column-count: 2;
  }
  .widget.widget-card-highlighted-title.col-text-3 .text {
    column-count: 3;
  }
  .widget.widget-card-highlighted-title.col-text-4 .text {
    column-count: 4;
  }
}
.widget.widget-card-content {
  background: #f2f2f2;
  display: -ms-grid;
  display: grid;
  margin-bottom: 4rem;
}
.widget.widget-card-content .text {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.widget.widget-card-content .text header h1,
.widget.widget-card-content .text header h2,
.widget.widget-card-content .text header h3,
.widget.widget-card-content .text header h4,
.widget.widget-card-content .text header h5,
.widget.widget-card-content .text header h6,
.widget.widget-card-content .text header strong {
  font-size: 2rem;
  margin-top: 0px;
}
.widget.widget-card-content--vert {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 767px) {
  .widget.widget-card-content--vert {
    align-items: center;
    display: block;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.widget.widget-card-content--vert .images {
  -ms-grid-column: 1;
}
.widget.widget-card-content--vert .text {
  -ms-grid-column: 2;
  padding-left: 3rem;
  padding-right: 3rem;
}
.widget.widget-card-content--hoz {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
}
.widget.widget-card-content--hoz header {
  text-align: center;
}
.widget.widget-card-content--hoz .images {
  -ms-grid-row: 1;
  text-align: center;
}
.widget.widget-card-content--hoz .images img {
  display: inline;
}
.widget.widget-card-content--hoz .text {
  -ms-grid-row: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .widget.widget-card-content--hoz .text {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .widget.widget-card-content[class*='col-text-'] .text {
    text-align: left;
  }
  .widget.widget-card-content[class*='col-text-'] .text > div {
    column-count: 2;
    column-gap: 4rem;
  }
  .widget.widget-card-content[class*='col-text-'] .text > div p {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .widget.widget-card-content.col-text-1 .text > div {
    column-count: 1;
  }
  .widget.widget-card-content.col-text-2 .text > div {
    column-count: 2;
  }
  .widget.widget-card-content.col-text-3 .text > div {
    column-count: 3;
  }
  .widget.widget-card-content.col-text-4 .text > div {
    column-count: 4;
  }
}
body[class*="-motul"] .widget.widget-card-content .text header h1,
body[class*="-motul"] .widget.widget-card-content .text header h2,
body[class*="-motul"] .widget.widget-card-content .text header h3,
body[class*="-motul"] .widget.widget-card-content .text header h4,
body[class*="-motul"] .widget.widget-card-content .text header h5,
body[class*="-motul"] .widget.widget-card-content .text header h6,
body[class*="-motul"] .widget.widget-card-content .text header strong {
  color: #003a78;
}
.widget.widget-catalogue-grid {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.widget.widget-catalogue-grid > .grid {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 768px) {
  .widget.widget-catalogue-grid .grid {
    grid-template-columns: 50% 50%;
  }
}
.widget.widget-catalogue-grid > figure {
  background: #003a78;
  box-sizing: border-box;
  padding: 1rem 3rem;
  width: 90%;
}
.widget.widget-catalogue-grid > figure h1,
.widget.widget-catalogue-grid > figure h2,
.widget.widget-catalogue-grid > figure h3,
.widget.widget-catalogue-grid > figure h4,
.widget.widget-catalogue-grid > figure h5,
.widget.widget-catalogue-grid > figure h6,
.widget.widget-catalogue-grid > figure p {
  color: white;
}
@media screen and (min-width: 768px) {
  .widget.widget-catalogue-grid > figure {
    width: 70%;
  }
}
.widget.widget-catalogue-grid > figure img {
  display: block;
  margin: 0;
  max-width: 100%;
}
.widget.widget-catalogue-grid .text {
  background: #f2f2f2;
  color: #003a78;
  padding: 2rem 3rem;
}
.sidebar.sidebar-main .tab-block-filter {
  box-sizing: border-box;
  text-transform: uppercase;
}
.sidebar.sidebar-main .tab-block-filter * {
  box-sizing: border-box;
}
.sidebar.sidebar-main .tab-block-filter ul.block-filter-titles {
  background: #f2f2f2;
  border-radius: 21px;
  font-size: 0px;
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
}
.sidebar.sidebar-main .tab-block-filter ul.block-filter-titles li {
  border-radius: inherit;
  display: inline-block;
  margin: 0;
  width: 50%;
}
.sidebar.sidebar-main .tab-block-filter ul.block-filter-titles li a {
  border-radius: inherit;
  color: #003064;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  transform: translateX(-1px);
  transition: background ease 0.3s;
}
.sidebar.sidebar-main .tab-block-filter ul.block-filter-titles li a:focus,
.sidebar.sidebar-main .tab-block-filter ul.block-filter-titles li a.active {
  background: #003064;
  color: white;
  text-decoration: none;
}
.sidebar.sidebar-main .tab-block-filter ul.block-filter-titles li + li a {
  transform: translateX(1px);
}
.sidebar.sidebar-main .tab-block-filter ul.block-filter-titles:hover li:hover a {
  background: #003064;
  color: white;
  text-decoration: none;
}
.sidebar.sidebar-main .tab-block-filter ul.block-filter-titles:hover li a {
  background: none;
  color: #003064;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item {
  border: none;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title {
  word-break: break-word;
  padding: 0px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title::after {
  content: "";
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > a,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > span {
  background: #f2f2f2;
  border-radius: 23px;
  color: #666666;
  display: block;
  font-size: 1.5rem;
  padding: 13px 40px 13px 15px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > a::after,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > span::after {
  display: none;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > a > span,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > span > span {
  border-radius: 50%;
  color: #919191;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: right ease 0.3s;
  width: 28px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > a > span::after,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > span > span::after {
  content: "\e622";
  display: inline-block;
  font-family: "luma-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > a > span.highlight::after,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title > span > span.highlight::after {
  color: white;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title.active a > span::after,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title.active > span > span::after {
  content: "\e621";
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title.filter-options-title--view-all > span > span::after {
  color: #919191;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title.filter-options-title--white::after {
  color: white;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title.filter-options-title--white > a,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title.filter-options-title--white > span {
  color: white;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:hover,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:focus,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:active {
  text-decoration: none;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:hover > a > span.highlight,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:focus > a > span.highlight,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:active > a > span.highlight,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:hover > span > span.highlight,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:focus > span > span.highlight,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-title:active > span > span.highlight {
  right: 14px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item.active .filter-options-title {
  color: white;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content {
  padding: 0;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content a {
  margin-left: 0;
  margin-right: 0;
  padding-right: 18px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.has-children {
  position: relative;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.has-children > span {
  color: inherit;
  font-family: "luma-icons";
  position: absolute;
  right: 18px;
  top: 0px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.has-children > span::before {
  color: inherit;
  content: "\e621";
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.has-children > a {
  padding-right: 38px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.has-children ol.items {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.has-children.open > span::before {
  content: "\e622";
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.has-children.open ol.items {
  display: block;
  opacity: 1;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a {
  color: #003064;
  display: block;
  margin: 0;
  padding-left: 30px;
  position: relative;
  transition: all 0.5s ease;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a:hover,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a:focus,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a:active {
  background: none;
  color: #63a22d;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a:hover::before,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a:focus::before,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a:active::before {
  background: #63a22d;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a::before {
  background: #f2f2f2;
  border-radius: 100%;
  content: "";
  height: 9px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  width: 9px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a.active {
  color: #63a22d;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item > a.active::before {
  background: #63a22d;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.active > a {
  background: none;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.active.active-last > a::before {
  background: #63a22d;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items ol.items {
  padding-left: 12px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items:hover li.item a {
  color: #003064;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items:hover li.item a::before {
  background: #f2f2f2;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items:hover li.item a:hover,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items:hover li.item a:focus,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items:hover li.item a:active {
  background: none;
  color: #63a22d;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items:hover li.item a:hover::before,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items:hover li.item a:focus::before,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items:hover li.item a:active::before {
  background: #63a22d;
  transform: translate(30%, -50%);
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content > .filter-options {
  margin-top: 10px;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content .filter-options--view-all a {
  background: none;
  margin-left: 25px;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content .filter-options--view-all a:hover,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content .filter-options--view-all a:focus,
.sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content .filter-options--view-all a:active {
  background-color: none;
  color: #63a22d;
}
body[class*="-motul"] .sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item.has-children > span {
  color: white;
}
body[class*="-motul"] .sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item a,
body[class*="-motul"] .sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item span {
  color: white;
}
body[class*="-motul"] .sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content .filter-options--view-all a {
  color: white;
}
body[class*="-motul"] .sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content .filter-options--view-all a:hover,
body[class*="-motul"] .sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content .filter-options--view-all a:focus,
body[class*="-motul"] .sidebar.sidebar-main .tab-block-filter .filter .filter-content .filter-options .filter-options-item .filter-options-content .filter-options--view-all a:active {
  color: #63a22d;
}
body[class*="cms-motul"] .sidebar.sidebar-main ul li a:hover,
body[class*="cms-motul"] .sidebar.sidebar-main ul li a:active,
body[class*="cms-motul"] .sidebar.sidebar-main ul li a:focus {
  background-color: #dd052b;
  color: white;
}
body.contact-index-index .tab-content {
  border: none;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-bottom: 20px;
}
body.contact-index-index .tab-content #contact-form {
  margin: auto;
  max-width: 690px;
}
body.contact-index-index .tab-content #contact-form fieldset legend {
  font-size: 2.2rem;
  padding: 0 0 10px 0;
}
body.contact-index-index .tab-content #contact-form fieldset .field {
  margin-bottom: 10px;
}
body.contact-index-index .tab-content #contact-form fieldset .field .label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
body.contact-index-index .tab-content #contact-form fieldset .field input,
body.contact-index-index .tab-content #contact-form fieldset .field textarea,
body.contact-index-index .tab-content #contact-form fieldset .field select {
  border: 0;
}
body.contact-index-index .tab-content #contact-form .indicates-required {
  font-size: 1.16rem;
  text-align: right;
}
body.contact-index-index .tab-content #contact-form .action.submit {
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
body.contact-index-index .tab-content #contact-form .g-recaptcha {
  clear: both;
}
@media screen and (min-width: 768px) {
  body.contact-index-index .tab-content #contact-form {
    margin-top: 20px;
  }
}
.form .asterisk {
  color: #dd052b;
}
.form textarea.required {
  color: #333 !important;
}
.widget.widget-download-resource {
  margin-bottom: 2rem;
}
.widget.widget-download-resource a {
  background: #f2f2f2;
  display: block;
  font-size: 1.6rem;
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative;
  text-decoration: none;
}
.widget.widget-download-resource a:hover,
.widget.widget-download-resource a:focus {
  color: inherit;
  text-decoration: none;
}
.widget.widget-download-resource a:hover .title,
.widget.widget-download-resource a:focus .title {
  text-decoration: underline;
}
.widget.widget-download-resource a .title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.widget.widget-download-resource.widget-download-resource--icon a {
  padding-left: 6rem;
}
.widget.widget-download-resource.widget-download-resource--icon a:before {
  background: url("../images/icons/download.svg") center center / cover no-repeat;
  content: "";
  height: 30px;
  left: 1.5rem;
  position: absolute;
  top: 1rem;
  width: 30px;
}
body[class*="-motul"] .page-content .widget.widget-download-resource a {
  color: #003a78;
}
.page-footer {
  background-color: #00224d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00224d), to(#003a78));
  background-image: -webkit-linear-gradient(#00224d, #003a78);
  background-image: -o-linear-gradient(#00224d, #003a78);
  background-image: linear-gradient(#00224d, #003a78);
  position: relative;
  color: white;
  overflow: hidden;
  padding-bottom: 0;
}
.page-footer a {
  color: white;
  text-decoration: none;
}
.page-footer a:hover,
.page-footer a:focus {
  text-decoration: underline;
}
.page-footer p {
  font-size: 1.16em;
}
.page-footer .footer.content {
  overflow: hidden;
  padding: 0 20px;
  margin-top: 30px;
  border: none;
  max-width: 1340px;
}
.page-footer .footer.content .block {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-footer .footer.content .block.newsletter {
  margin-bottom: 0;
}
.page-footer .footer.content .block .address {
  float: left;
  width: 25%;
}
.page-footer .footer.content ul ul {
  margin: 0 -0.5em;
  padding: 0;
}
.page-footer .heading {
  display: block;
  font-size: 2.3rem;
  text-transform: uppercase;
}
.page-footer hr {
  width: 15%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  border-width: 2px;
  text-align: left;
}
.page-footer .form {
  margin-bottom: 24px;
}
.page-footer .form .actions {
  display: block;
  margin-top: 6px;
  width: 100%;
}
.page-footer .form .actions .action.primary {
  background: #dd052b;
  color: white;
  padding: 1em 2em;
  float: left;
  border-color: #dd052b;
}
.page-footer .form .actions .action.primary span {
  position: relative;
  z-index: 2;
}
.page-footer .form .actions .action.primary:before {
  background: white;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  z-index: 1;
  visibility: hidden;
  transition: all 0.25s;
}
.page-footer .form .actions .action.primary:hover,
.page-footer .form .actions .action.primary:focus {
  color: #dd052b;
  border-color: white;
}
.page-footer .form .actions .action.primary:hover:before,
.page-footer .form .actions .action.primary:focus:before {
  visibility: visible;
  width: 100%;
}
.page-footer .form .actions .checkbox {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 20px;
  cursor: pointer;
}
.page-footer .form .actions .checkbox .checkbox__box {
  float: left;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid white;
  margin: 0 0.5em 0 0;
}
.page-footer .form .actions .checkbox .checkbox__box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-footer .form .actions .checkbox .checkbox__box .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
}
.page-footer .form .actions .checkbox .checkbox__box .check-mark.selected {
  display: block;
}
.page-footer .form .actions .checkbox .checkbox__box .check-mark:after {
  content: "\002714";
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-footer .form .actions .checkbox .checkbox__text {
  float: right;
  width: 75%;
}
.page-footer .checkbox input {
  width: auto !important;
  margin-right: 0.5em !important;
}
.page-footer .accreditations {
  float: left;
}
.page-footer #footer-nav {
  overflow: hidden;
  margin: 0 -0.5em;
  padding: 0;
}
.page-footer #footer-nav:hover li a,
.page-footer #footer-nav:focus li a {
  opacity: 0.5;
}
.page-footer #footer-nav li {
  float: left;
  text-align: left;
  vertical-align: middle;
  padding: 0 0.5em;
}
@media (max-width: 830px) {
  .page-footer #footer-nav li {
    display: block;
    float: none;
    margin-bottom: 0.5em;
    margin-left: 0 !important;
    padding: 0;
  }
}
.page-footer #footer-nav li.social-icon {
  display: inline;
  float: left;
  margin: 0.5em 0.5em 0 0;
}
.page-footer #footer-nav li.social-icon a {
  background: none;
  padding: inherit;
  padding: 0;
}
.page-footer #footer-nav li.accreditations-img img {
  max-width: 340px;
  width: 100%;
}
.page-footer #footer-nav li a {
  display: block;
  background: white;
  color: #00224d;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em 2em;
  font-size: 1.16em;
  transition: all 0.5s;
}
.page-footer #footer-nav li a:hover,
.page-footer #footer-nav li a:focus {
  opacity: 1 !important;
  text-decoration: none;
}
.page-footer #footer-nav li img {
  width: 30px;
  margin: 0.33em 0 0;
}
@media (max-width: 768px) {
  .page-footer #footer-nav li .widget {
    margin: 0 0 .5rem;
  }
}
.footer-copyright {
  background: white;
  color: #003a78;
  text-align: center;
}
.footer-copyright .content {
  display: -ms-grid;
  display: grid;
  font-size: 1.3rem;
  padding: 20px 0;
}
.footer-copyright .content > div {
  font-size: 1.3rem;
  order: 1;
  width: 100%;
}
.footer-copyright .content > div.designedby,
.footer-copyright .content > div.copyright {
  background: inherit;
  color: inherit;
  font: inherit;
  order: 3;
  padding: 0;
}
.footer-copyright .content > div.designedby {
  order: 2;
}
.footer-copyright .content > div.designedby a {
  text-decoration: underline;
}
.footer-copyright .content > div.designedby a:hover,
.footer-copyright .content > div.designedby a:active {
  text-decoration: none;
}
.footer-copyright .content > div .payment-options {
  display: none;
}
@media screen and (min-width: 769px) {
  .footer-copyright .content {
    display: block;
    font-size: 1.5rem;
  }
  .footer-copyright .content > div {
    order: initial;
    width: initial;
  }
  .footer-copyright .content > div.copyright {
    order: initial;
  }
  .footer-copyright .content > div.designedby {
    order: initial;
  }
  .footer-copyright .content > div:first-child {
    text-align: left;
    padding-top: 8px;
  }
  .footer-copyright .content > div:last-child {
    text-align: right;
    padding-right: 80px;
    padding-top: 8px;
  }
  .footer-copyright .content > div .payment-options {
    display: initial;
  }
  .footer-copyright .content > div .payment-options-small {
    display: none;
  }
}
.brand-color-white-bg .footer.content.row {
  font-size: 1.4rem;
}
.brand-color-white-bg .footer.content.row div img.payment-options-small {
  display: none;
}
@media all and (max-width: 767px) {
  .brand-color-white-bg .footer.content.row {
    display: flex;
    flex-wrap: wrap;
  }
  .brand-color-white-bg .footer.content.row div {
    flex-basis: 100%;
    margin-bottom: 1rem;
    order: 1;
  }
  .brand-color-white-bg .footer.content.row div.copyright,
  .brand-color-white-bg .footer.content.row div.designedby {
    font-size: 1.3rem;
    margin: 0 !important;
    order: 2;
    text-align: left;
  }
  .brand-color-white-bg .footer.content.row div.copyright .right,
  .brand-color-white-bg .footer.content.row div.designedby .right {
    float: none;
  }
  .brand-color-white-bg .footer.content.row div img.payment-options {
    display: none;
  }
  .brand-color-white-bg .footer.content.row div img.payment-options-small {
    display: block;
  }
}
@media (max-width: 768px) {
  .page-footer .address dl dt,
  .page-footer .email--footer dl dt {
    display: none;
  }
  .page-footer form {
    margin-bottom: 0 !important;
  }
  .page-footer .actions .action.primary {
    margin-bottom: 2em;
  }
  .page-footer .email--footer--inline dl {
    margin-bottom: 15px;
  }
  .page-footer .email--footer--inline a dl {
    margin-bottom: 0;
  }
  .page-footer .footer.content .block {
    width: 100%;
  }
  .page-footer .footer.content .block hr {
    width: 100%;
  }
  .page-footer .footer.content .left,
  .page-footer .footer.content .right {
    float: none;
  }
  .page-footer .footer.content .checkbox {
    width: 100%;
    margin: 1em 0;
  }
  .block.newsletter input {
    width: 100%;
  }
  .page-footer #footer-nav li {
    width: 100%;
    margin-bottom: 0.5em;
    margin-left: 0.5em !important;
  }
  .page-footer #footer-nav li.social-icon {
    width: auto;
  }
}
/*
    Footer - Layout changes
*/
.page-footer {
  text-align: center;
}
.page-footer .block:first-of-type {
  margin-bottom: 30px;
}
.page-footer .block:last-of-type {
  margin-bottom: 15px;
}
.page-footer .address-wrap {
  display: grid;
  gap: 0 15px;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 767px) {
  .page-footer .address-wrap {
    display: block;
  }
  .page-footer .address-wrap > div {
    float: none !important;
    margin-bottom: 2.5rem !important;
    width: inherit !important;
  }
}
.page-footer .address-wrap > div {
  margin-bottom: 0.5rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-footer .address-wrap {
    display: block;
  }
  .page-footer .address-wrap > div {
    float: left;
    width: 33.33%;
  }
  .page-footer .address-wrap > div:first-of-type {
    width: 100%;
  }
}
.page-footer .address-wrap .sub-heading {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  margin: 2.5rem 0 0;
}
.page-footer .address-wrap .name {
  border-bottom: 1px solid white;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0.5rem 0 1rem;
}
.page-footer .address-wrap address {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.page-footer .address-wrap dl {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
}
.page-footer .address-wrap dl dt {
  display: inline-block;
  padding: 0 5px;
}
.page-footer .address-wrap dl dt img {
  height: auto;
  width: 28px;
}
.page-footer .address-wrap dl dd {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
.page-footer .email--footer {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .page-footer .email--footer {
    display: block;
    margin: auto;
    max-width: 260px;
  }
}
.page-footer .email--footer dl {
  align-items: center;
  display: inline-flex;
  font-size: 1.5rem;
  padding: 0 15px;
  justify-content: center;
  line-height: 1.2;
  text-align: left;
}
@media all and (max-width: 1023px) {
  .page-footer .email--footer dl {
    display: flex;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 763px) {
  .page-footer .email--footer dl {
    justify-content: left;
    padding: 0;
  }
}
@media all and (max-width: 1023px) {
  .page-footer .email--footer dl dd {
    text-align: left;
    word-break: break-all;
  }
  .page-footer .email--footer dl dd a {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .page-footer .email--footer dl dt {
    display: inline-block !important;
  }
}
@media all and (max-width: 1023px) {
  .page-footer .email--footer dl dt {
    padding-right: 0.4rem;
  }
}
.page-footer .email--footer dl dt img {
  width: 28px;
}
.page-footer #footer-nav {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-footer #footer-nav li {
  float: none !important;
}
.page-footer #footer-nav li.accreditations-img {
  flex-basis: 55%;
  text-align: center;
  padding-top: 1rem;
}
.page-footer #footer-nav li.accreditations-img img {
  display: inline;
  float: none;
}
.page-footer #footer-nav li.nav-wrap {
  flex-basis: 100%;
}
.page-footer #footer-nav li.nav-wrap .block {
  margin: 0;
  padding: 0px;
}
.page-footer #footer-nav li.social-icon {
  align-items: center;
  display: flex;
  margin-top: 0;
}
.page-footer #footer-nav li ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
.page-footer #footer-nav li ul li {
  align-items: stretch;
  display: flex;
  flex-basis: auto;
  margin: 0 1rem;
  text-align: center;
}
.page-footer #footer-nav li ul li a {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
@media all and (max-width: 767px) {
  .page-footer #footer-nav li.accreditations-img {
    order: 3;
  }
  .page-footer #footer-nav li.nav-wrap {
    flex-basis: 100%;
    order: 2;
    padding-top: 2.5rem;
  }
  .page-footer #footer-nav li.social-icon {
    order: 1;
  }
  .page-footer #footer-nav li ul {
    display: block;
  }
  .page-footer #footer-nav li ul li {
    display: block;
    margin: 0 0 1rem !important;
  }
  .page-footer #footer-nav li ul li a {
    display: block;
    text-align: center;
  }
}
.page-footer .heading {
  border-bottom: 2px solid white;
  display: inline-block;
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
}
/**
 * TODO
 * - add logo-large to mobile nav
 */
.nav-toggle {
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .nav-open .nav-toggle:before {
    content: "\e616";
  }
  .nav-open .nav-toggle:after {
    height: 0px;
  }
  .nav-open .nav-sections {
    background-color: #003a78;
    width: 100%;
  }
  .nav-open .nav-sections:after {
    background-image: linear-gradient(#00224d, rgba(0, 0, 0, 0));
    content: "";
    height: 247px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-title {
    display: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content {
    clear: both;
    display: block !important;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .logo-mobile {
    display: block;
    text-align: center;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .logo-mobile img {
    height: auto;
    margin: 20px auto 0;
    width: 250px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation {
    background: none;
    color: white;
    position: relative;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu {
    border-bottom: 2px solid #00224d;
    margin-top: 20px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li {
    border: none;
    border-top: 2px solid #00224d;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li .toggle-menu {
    display: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li a,
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li span {
    color: white;
    font-size: 1.6rem;
    text-transform: uppercase;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li a.active,
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li span.active {
    background: #63a22d;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li .active {
    background: #63a22d;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > a:before {
    content: "\e608";
    display: block;
    font-family: "luma-icons";
    position: absolute;
    right: 10px;
    top: 14px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > ul > li > ul > li > ul > li {
    font-weight: normal;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > ul > li > ul > li > ul > li strong {
    font-weight: inherit;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > ul > li > ul > li > ul > li strong a {
    font-weight: inherit;
    padding: 0px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > ul > li > ul > li > ul > li strong a span {
    font-weight: inherit;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > ul > li > ul > li > ul > li a {
    font-weight: inherit;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > ul > li > ul > li > ul > li a span {
    font-weight: inherit;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > ul > li > ul > li > ul > li:first-of-type,
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown > ul > li > ul > li > ul > li.active {
    border: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown.active > a {
    padding-left: 70px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown.active > a:before {
    content: "\e617";
    font-family: "luma-icons";
    left: 40px;
    right: initial;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown.active > ul {
    display: block;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown.active > ul > li > ul {
    display: block;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown.active > ul > li > ul > li > ul {
    display: block;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul {
    padding-left: 0px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li > div {
    margin: 0px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li ul li {
    border-top: 2px solid #00224d;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li ul li strong {
    display: block;
    font-weight: normal;
    padding: 15px 40px;
    position: relative;
    cursor: pointer;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li ul li strong:before {
    content: "\e608";
    display: block;
    font-family: "luma-icons";
    font-size: 1.6rem;
    position: absolute;
    right: 10px;
    top: 14px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li ul li ul {
    display: none;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li ul li.active strong {
    padding-left: 70px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li ul li.active strong:before {
    content: "\e617";
    left: 40px;
    right: initial;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li ul li.active ul {
    display: block;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu nav.navigation ul#mainMenu > li.dropdown ul > li li a {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 43px;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .header.links li a {
    display: block;
    font-size: 1.6rem;
    padding: 0.8rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
  }
  .nav-open .nav-sections .nav-sections-items .nav-sections-item-content .header.links li a.btn--lowlight {
    border-top: 2px solid #acacac;
  }
  .nav-open .nav-sections .nav-sections-items #store\.links {
    display: block;
  }
  .nav-open .nav-sections .nav-sections-items .active div ul li a {
    background-color: #002d67;
  }
  .nav-open .nav-sections .nav-sections-items .active .active li a {
    background-color: #002d67;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .nav-sections {
    background: none !important;
    margin: 0 !important;
    padding-top: 1rem;
    display: flex;
    align-items: center;
  }
  .nav-sections .logo-mobile {
    display: none !important;
  }
  .nav-sections .navigation-megamenu {
    z-index: 99999;
  }
  .nav-sections .navigation-megamenu nav.navigation {
    background: none;
    position: initial;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu {
    margin: 0px auto;
    width: auto;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.mega-menu-item-products ul.dropdown-menu li .block-static-block > ul {
    grid-gap: 0 4%;
    grid-template-columns: 37% 17% 17% 17%;
    margin: 0;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.mega-menu-item-products ul.dropdown-menu li .block-static-block > ul li strong span {
    display: block;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.mega-menu-item-products ul.dropdown-menu li .block-static-block > ul li:first-of-type ul {
    column-count: 2;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.ui-menu-item--highlight a {
    background: #dd052b;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.ui-menu-item--highlight a span {
    display: block;
    padding: 0.5em 0.75em;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.ui-menu-item--highlight a:hover,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.ui-menu-item--highlight a:focus {
    background: white;
    color: #00224d;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.ui-menu-item--highlight a:hover:after,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.ui-menu-item--highlight a:focus:after {
    display: none;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li > a {
    color: white;
    font-size: 1.5rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li > a:hover,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li > a:focus {
    color: white;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li > a:hover:after,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li > a:focus:after {
    left: 0;
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li > a:hover .dropdown-menu,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li > a:focus .dropdown-menu {
    display: grid;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li > a:after {
    background: white;
    bottom: -1rem;
    content: "";
    height: 2px;
    left: 9em;
    opacity: 0;
    position: absolute;
    right: 9em;
    top: inherit;
    transition: all 0.5s;
    visibility: hidden;
    width: auto;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li .active {
    color: white;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li .active:after {
    background: white;
    bottom: -1rem;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    right: 0;
    visibility: visible;
    position: absolute;
    top: inherit;
    transition: all 0.5s;
    width: auto;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li .active:hover:after {
    background: white;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.dropdown {
    position: inherit !important;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.dropdown a {
    margin: 0;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.dropdown:hover,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li.dropdown:focus {
    background: #00224d;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li .toggle-menu {
    display: none;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu {
    background: #00224d;
    border: none;
    color: #fff;
    padding: 3rem;
    right: 0;
    top: 110px;
    z-index: 99;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu > li > p {
    display: none;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu > li div.block-static-block > ul > li.level-0 > ul > li > ul li:last-of-type {
    font-size: 1.1rem;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu > li div.block-static-block > ul > li.level-0 > ul > li > ul li:last-of-type a {
    font-size: inherit;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu > li div.block-static-block > ul > li.level-0 > ul > li > ul li:last-of-type a.active {
    color: #63a22d;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu > li div.block-static-block > ul > li.level-0 > ul > li > ul li:last-of-type a span {
    font-size: inherit;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li {
    display: block;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li strong {
    display: block;
    font-size: 1.4rem;
    position: relative;
    text-transform: uppercase;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li strong a {
    display: block;
    font-weight: bold;
    margin: 0 !important;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li strong a:hover,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li strong a:focus {
    text-decoration: none !important;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li strong a.active:after {
    display: none;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li strong span {
    border-bottom: 2px solid white;
    display: block;
    font-weight: 700;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0 4%;
    margin-bottom: 2em;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul a {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul a:focus,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul a:hover {
    text-decoration: none;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul ul {
    display: block;
    margin-top: 12px;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul ul li a {
    font-weight: normal;
    margin-bottom: 1em;
    display: block;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul ul li a:after {
    display: none;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul ul li a:focus,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu li ul ul li a:hover {
    text-decoration: underline;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu a {
    color: white;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu a:hover,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu a:focus {
    text-decoration: underline;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu div {
    margin: 0;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul#dropdown--products li a {
    font-weight: normal;
    margin-bottom: 0.5em;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul#dropdown--products li a:after {
    display: none;
  }
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul#dropdown--products li a:focus,
  .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul#dropdown--products li a:hover {
    text-decoration: underline;
  }
  .checkout-index-index .nav-sections {
    display: flex !important;
  }
}
body.page-sticky .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu > li ul.dropdown-menu {
  top: 86px;
}
@media screen and (min-width: 768px) {
  body.page-sticky .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu .mega-menu-item-single-column {
    padding: 0px 11px;
    position: relative !important;
  }
  body.page-sticky .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu .mega-menu-item-single-column ul.dropdown-menu {
    top: 50px;
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  body.page-sticky .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu .mega-menu-item-single-column ul.dropdown-menu ul {
    display: block;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 1024px) {
  body.page-sticky .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu .mega-menu-item-single-column ul.dropdown-menu {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  body .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu .mega-menu-item-single-column {
    position: relative !important;
  }
  body .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu .mega-menu-item-single-column ul.dropdown-menu {
    top: 50px;
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  body .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu .mega-menu-item-single-column ul.dropdown-menu ul {
    display: block;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 1024px) {
  body .nav-sections .navigation-megamenu nav.navigation ul.megamenu-mainmenu .mega-menu-item-single-column ul.dropdown-menu {
    width: 200px;
  }
}
.page-header {
  transition: all 0.5s;
  background: #003a78;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  padding: 0;
}
.page-header::after {
  background-image: linear-gradient(#00224d, rgba(0, 0, 0, 0));
  bottom: 25%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.page-header .panel.wrapper {
  background: none;
  border: none;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  z-index: 9999;
}
.page-header .header.content {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 100%;
  padding: 1rem 1rem 2rem 4em;
  position: relative;
}
.page-header .header.content::before,
.page-header .header.content::after {
  display: none;
}
.page-header .header.content .nav-toggle {
  left: initial;
  right: 15px;
}
@media (min-width: 480px) {
  .page-header .header.content .nav-toggle {
    right: 40px;
  }
}
.page-header .header.content .nav-toggle::before {
  color: white;
  position: relative;
  z-index: 2;
}
.page-header .header.content .nav-toggle:hover::before {
  color: white;
}
.page-header .header.content .logo {
  background-image: url("../images/logo-desktop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: none !important;
  height: 120px;
  margin: 0 !important;
  max-width: 293px !important;
  overflow: hidden;
  text-indent: -999rem;
  transition: all .5s;
  width: 100% !important;
}
@media (max-width: 768px) {
  .page-header .header.content .logo {
    background-image: url("../images/logo-mobile.png");
    background-position: bottom center;
    background-size: 85%;
    height: 129px;
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) {
  .page-header .header.content {
    grid-gap: 15px;
  }
}
.page-header .header.content .block-search {
  margin: auto;
  width: 100%;
}
.page-header .header.content .block-search .block-title {
  display: none;
}
.page-header .header.content .block-search .block-content {
  width: 100%;
}
.page-header .header.content .block-search .block-content .minisearch {
  margin: auto;
  max-width: 320px;
}
.page-header .header.content .block-search .block-content .minisearch .field.search {
  background-color: white;
  border: white solid 1px;
  color: #003a78;
  position: relative;
}
.page-header .header.content .block-search .block-content .minisearch .field.search .label {
  background: #003a78;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-header .header.content .block-search .block-content .minisearch .field.search .label:before {
  color: inherit;
  font-size: 1.8rem;
  padding: 0.2rem 0.7rem;
  margin: 0;
}
.page-header .header.content .block-search .block-content .minisearch .field.search .label:hover:before,
.page-header .header.content .block-search .block-content .minisearch .field.search .label:active:before,
.page-header .header.content .block-search .block-content .minisearch .field.search .label:focus:before {
  color: inherit;
}
.page-header .header.content .block-search .block-content .minisearch .field.search .control {
  border: none;
  margin: 0;
  padding: 0;
}
.page-header .header.content .block-search .block-content .minisearch .field.search .control input#search {
  border: none;
  height: 32px;
  left: 0;
  margin: 0;
  position: initial;
}
@media screen and (min-width: 768px) {
  .page-header .header.content {
    grid-template-columns: 30% auto;
  }
  .page-header .header.content .logo {
    height: 140px;
  }
  .page-header .header.content .block-search {
    display: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-header .header.content {
    grid-template-columns: 30% auto;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .page-header .header.content {
    grid-template-columns: 30% auto;
  }
}
.page-header .header.links a {
  display: inline-block;
  background: white;
  padding: 1rem 1.5rem;
  color: #003a78 !important;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: all 0.5s;
}
.page-header .header.links a:hover,
.page-header .header.links a:focus {
  text-decoration: none !important;
  background: #bfbfbf;
}
.page-header .header.links a.btn--highlight {
  background: #f3be34;
  color: #003a78;
  padding-left: 30px;
  position: relative;
}
.page-header .header.links a.btn--highlight::before {
  content: "";
  background-image: url("../images/Lubricant_Finder_MASTER_Logo-black-100px.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 38px;
  width: 38px;
  float: left;
  z-index: 99;
  position: absolute;
  left: -18px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .page-header .header.links a.btn--highlight::before {
    display: none;
  }
}
.page-header .header.links a.btn--lowlight {
  background: #d8d8d8;
  color: #003a78;
}
.page-header .header.links a.btn--logo {
  background: inherit;
  background-image: url("../images/motul-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 38px;
  padding: 0;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .page-header .header.links a.btn--logo {
    margin: auto;
    border: 0;
  }
}
.page-header .header.links:hover a,
.page-header .header.links:focus a {
  background: #bfbfbf;
}
.page-header .header.links:hover a.btn--highlight,
.page-header .header.links:focus a.btn--highlight {
  background: #f3be34;
}
.page-header .header.links:hover a.btn--logo,
.page-header .header.links:focus a.btn--logo {
  background: inherit !important;
  background-image: url("../images/motul-logo.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .page-header .header.links:hover a.btn--logo,
  .page-header .header.links:focus a.btn--logo {
    border: 0;
    margin: auto;
  }
}
.page-header .header.links:hover a:hover,
.page-header .header.links:focus a:hover,
.page-header .header.links:hover a:focus,
.page-header .header.links:focus a:focus {
  background: white;
}
.page-header .header.icons {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .page-header .header.icons {
    left: 3.5rem;
    margin-left: 0.5rem;
    float: right;
    left: initial;
    top: initial;
    position: initial;
  }
}
.page-header .header.icons > li {
  display: inline-block;
  margin: 1.3rem 0.5rem 0;
  vertical-align: top;
}
.page-header .header.icons > li > .account-link {
  background-image: url("../images/icons/account.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  overflow: hidden;
  text-indent: -999em;
  width: 18px;
  transition: all 0.5s;
}
.page-header .header.icons > li > .account-link:hover,
.page-header .header.icons > li > .account-link:focus {
  opacity: 1;
}
.page-header .header.icons > li.search > a,
.page-header .header.icons > li.authorization-link > a {
  background-image: url("../images/icons/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  overflow: hidden;
  text-indent: -999em;
  width: 18px;
  transition: all 0.5s;
}
.page-header .header.icons > li.search > a:hover,
.page-header .header.icons > li.authorization-link > a:hover,
.page-header .header.icons > li.search > a:focus,
.page-header .header.icons > li.authorization-link > a:focus {
  opacity: 1;
}
.page-header .header.icons > li.search {
  display: none;
}
.page-header .header.icons > li > .account-link > a,
.page-header .header.icons > li.authorization-link > a {
  background-image: url("../images/icons/account.svg");
}
.page-header .header.icons > li.basket {
  margin-top: 3px;
}
.page-header .header.icons > li.basket .minicart-wrapper {
  color: #003a78;
  display: block;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  float: none;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart {
  text-indent: 0;
  display: inline-block;
  transition: all 0.5s;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart::before,
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart:before {
  display: none;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart:hover,
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart:focus {
  opacity: 1;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart .text {
  display: none;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart .counter.qty {
  background: #ffffff url("../images/icons/basket-green.svg") no-repeat left 7px center;
  background-size: 18px 18px;
  border-radius: 30px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3px 6px 3px 28px;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart .counter.qty .counter-label {
  display: none;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart .counter.qty .counter-number {
  color: #63a22d;
  text-shadow: none;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart .counter.qty.empty {
  background: transparent url("../images/icons/basket.svg") no-repeat left center !important;
  border-radius: 0px;
  display: block;
  height: 18px;
  margin-top: 8px;
  padding: 0px;
  width: 18px;
}
.page-header .header.icons > li.basket .minicart-wrapper a.action.showcart .counter.qty.empty .counter-number {
  display: none;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart {
  left: -62px;
  right: initial;
  visibility: hidden;
  z-index: -1;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart::after {
  left: 64px;
  right: initial;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart::before {
  left: 64px;
  right: initial;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-title {
  display: block;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .items-total {
  text-transform: uppercase;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .subtotal {
  text-transform: uppercase;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary {
  margin-right: 0px;
  margin-left: 0px;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.primary,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.primary,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.secondary,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.secondary {
  background-color: #003a78;
  border: none;
  border-radius: 26px !important;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.primary:hover,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.primary:hover,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.secondary:hover,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.secondary:hover,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.primary:focus,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.primary:focus,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.secondary:focus,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.secondary:focus {
  background-color: #63a22d;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.viewcart,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.viewcart {
  border: 1px solid #003a78;
  background-color: white;
  border-radius: 26px !important;
  color: #003a78;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.viewcart:hover,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.viewcart:hover,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .primary .action.viewcart:focus,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .actions .secondary .action.viewcart:focus {
  background-color: #003a78;
  color: white;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .subtitle {
  padding: 0px;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product {
  border: none;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product a {
  opacity: 1 !important;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product:hover a,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product:focus a {
  opacity: 1 !important;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product .product-item-details .product-item-name {
  border: none;
  text-transform: uppercase;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product .product-item-details .options .toggle {
  color: #919191;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product .product-item-details .actions .action.edit::before,
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product .product-item-details .actions .action.delete::before {
  color: #003a78;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper ol.minicart-items li.product + li {
  border-top: 1px solid #acacac;
}
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content input[type="text"],
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content input[type="password"],
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content input[type="url"],
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content input[type="tel"],
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content input[type="search"],
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content input[type="number"],
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content input[type="datetime"],
.page-header .header.icons > li.basket .minicart-wrapper .block-minicart .block-content input[type="email"] {
  padding: 0 !important;
  font-size: 0.91em;
  color: black;
}
@media (min-width: 768px) {
  .page-header .header.icons > li.basket .minicart-wrapper .block-minicart {
    left: initial;
    right: -10px;
  }
  .page-header .header.icons > li.basket .minicart-wrapper .block-minicart::after {
    left: initial;
    right: 12px;
  }
  .page-header .header.icons > li.basket .minicart-wrapper .block-minicart::before {
    left: initial;
    right: 12px;
  }
  .page-header .header.icons > li.basket .minicart-wrapper.active .block-minicart {
    visibility: visible;
    z-index: 101;
  }
}
.page-header .header.icons:hover li > a,
.page-header .header.icons:focus li > a,
.page-header .header.icons:hover li > div > a,
.page-header .header.icons:focus li > div > a {
  opacity: 0.5;
}
.page-header .header.icons:hover li:hover > a,
.page-header .header.icons:focus li:hover > a,
.page-header .header.icons:hover li:focus > a,
.page-header .header.icons:focus li:focus > a,
.page-header .header.icons:hover li:hover > div > a,
.page-header .header.icons:focus li:hover > div > a,
.page-header .header.icons:hover li:focus > div > a,
.page-header .header.icons:focus li:focus > div > a {
  opacity: 1;
}
.page-header .header.panel {
  padding-top: 0;
  padding-bottom: 0;
}
.page-header .swoosh {
  /* nothing to show on mobile */
}
@media (min-width: 768px) {
  .page-header .swoosh {
    background: url("../images/swoosh-2020.svg") top -20px center no-repeat;
    background-size: 125% auto;
    display: block;
    left: 0;
    height: 160px;
    margin: auto;
    max-width: 1280px;
    position: absolute;
    opacity: 1;
    right: 0;
    text-align: center;
    top: 120px;
    transition: opacity 0.3s ease, top 0.3s ease, height 0s ease 0.3s;
    z-index: -1;
  }
  .page-header .header.icons li.search {
    display: inline-block;
  }
}
#sticky-placeholder {
  min-height: 170px;
}
.page-sticky #sticky-placeholder {
  min-height: 0px;
}
@media (max-width: 767px) {
  .page-header .header.content {
    padding: 1rem 4rem 1.5rem;
  }
  #sticky-placeholder {
    min-height: 231px;
  }
  .page-header .swoosh {
    background: url("../images/Header-Mobile-Swoosh-v3.svg") top 0px center no-repeat;
    background-size: 100% 100%;
    display: block;
    left: 0;
    height: 50px;
    margin: auto;
    position: absolute;
    opacity: 1;
    right: 0;
    text-align: center;
    top: 205px;
    transition: opacity 0.3s ease, top 0.3s ease, height 0s ease 0.3s;
    z-index: -1;
  }
}
@media (min-width: 968px) {
  .page-header .swoosh {
    background: url("../images/swoosh-2020.svg") top -39px center no-repeat !important;
  }
}
@media (min-width: 768px) and (max-width: 968px) {
  .page-header .swoosh {
    height: 100px !important;
  }
}
body.page-sticky .page-wrapper .page-header .header.content .logo {
  height: 90px;
}
@media (max-width: 768px) {
  body.page-sticky .page-wrapper .page-header .header.content .logo {
    background-size: 80%;
    margin-top: 8% !important;
  }
}
body.page-sticky .page-wrapper .page-header .header.content .logo .logo-small {
  opacity: 1;
  z-index: 1;
}
body.page-sticky .page-wrapper .page-header .header.content .logo .logo-large {
  opacity: 0;
  z-index: 0;
}
body.page-sticky .page-wrapper .page-header .swoosh {
  height: 0px;
  opacity: 0;
  top: 110px;
  transition: opacity 0.3s ease, top 0.3s ease,
                        height 0s ease 0s;
  z-index: -1;
}
.widget.widget-carousel {
  box-sizing: border-box;
  margin: auto;
  max-width: 85%;
  padding: 0;
  position: relative;
}
.widget.widget-carousel * {
  box-sizing: content-box;
}
.widget.widget-carousel .owl-stage-outer .owl-stage .owl-item .slide {
  background-color: white;
  border: none;
}
.widget.widget-carousel .owl-nav button {
  background: url("../images/icons/less-than.svg") center center / 44% no-repeat;
  bottom: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  transition: background 0.3s ease;
  width: 50px;
}
.widget.widget-carousel .owl-nav button:hover {
  background-size: 51%;
}
.widget.widget-carousel .owl-nav button span {
  display: none;
}
.widget.widget-carousel .owl-nav button.owl-prev {
  left: -50px;
}
.widget.widget-carousel .owl-nav button.owl-next {
  background-image: url("../images/icons/greater-than.svg");
  right: -50px;
}
.widget.widget-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.widget.widget-carousel .owl-dots .owl-dot {
  box-shadow: none;
}
.widget.widget-carousel .owl-dots .owl-dot span {
  background: #ACACAC;
  border-radius: 100%;
  box-shadow: none;
  display: inline-block;
  height: 13px;
  width: 13px;
}
.widget.widget-carousel .owl-dots .owl-dot.active span {
  background-color: #63a22d;
}
.widget.widget-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 11px;
}
body[class*="-motul"] .widget.widget-carousel .owl-nav button {
  background-image: url("../images/icons/left-arrow-white.svg");
}
body[class*="-motul"] .widget.widget-carousel .owl-nav button.owl-next {
  background-image: url("../images/icons/right-arrow-white.svg");
}
.swatch-opt,
div[class*="swatch-opt-"] {
  font-size: 1.4rem;
  float: none;
  margin-top: 0px;
}
.swatch-opt .swatch-attribute + .swatch-attribute,
div[class*="swatch-opt-"] .swatch-attribute + .swatch-attribute {
  margin-top: 10px;
}
.swatch-opt .swatch-attribute .swatch-attribute-label,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-label {
  display: block;
  padding-bottom: 14px;
  text-transform: uppercase;
}
.swatch-opt .swatch-attribute .swatch-attribute-description,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-description {
  display: block;
  margin-top: -4px;
  padding-bottom: 14px;
}
.swatch-opt .swatch-attribute .swatch-attribute-selected-option,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}
.swatch-opt .swatch-attribute .swatch-attribute-options,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options {
  margin-bottom: 0px;
  margin-top: 0px;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option {
  background: #003a78;
  border-radius: inherit;
  border: none;
  box-shadow: none;
  color: white;
  font-size: 0.9em;
  height: auto;
  margin-bottom: 10px;
  outline: none;
  max-height: inherit;
  max-width: inherit;
  min-height: inherit;
  min-width: inherit;
  padding: 0.5em 1em 0.25em;
  text-transform: uppercase;
  transition: background 0.3s ease;
  width: auto;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:hover,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option:hover,
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:active,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option:active,
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:focus,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option:focus {
  background-color: #63a22d;
  border: 0;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background-color: #63a22d !important;
  border: 0;
  outline: none;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .option-label,
div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .option-label {
  display: none;
}
body.page-products div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option {
  background-color: #003a78;
}
body.page-products div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option:hover,
body.page-products div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option:active,
body.page-products div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option:focus {
  background-color: #63a22d;
}
body.page-products div[class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background-color: #63a22d !important;
}
.swatch-option-tooltip {
  display: none !important;
  visibility: hidden !important;
}
.widget-tile {
  overflow: hidden;
  position: relative;
}
.widget-tile::after {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.widget-tile img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.widget-tile img.widget-tile__img-image_vertical,
.widget-tile img.widget-tile__img-image_horizontal,
.widget-tile img.widget-tile__img-image_square {
  display: none;
}
.widget-tile .content {
  color: white;
  padding: 1em;
}
.widget-tile .content h1,
.widget-tile .content h2,
.widget-tile .content h3,
.widget-tile .content h4,
.widget-tile .content h5,
.widget-tile .content h6,
.widget-tile .content .title {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 0.35em;
  margin-top: 0px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .widget-tile .content h1,
  .widget-tile .content h2,
  .widget-tile .content h3,
  .widget-tile .content h4,
  .widget-tile .content h5,
  .widget-tile .content h6,
  .widget-tile .content .title {
    font-size: 1.7rem;
  }
}
.widget-tile .content p {
  font-size: 1.6rem;
  text-transform: initial;
}
.widget-tile.widget-tile-bottom-link > a {
  background-color: #003a78;
  bottom: 0;
  color: white;
  font-size: 1.6rem;
  padding: 8px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.widget-tile.widget-tile-bottom-link > a:hover,
.widget-tile.widget-tile-bottom-link > a:active {
  color: white;
}
.widget-timeline {
  -ms-grid-columns: 1fr 6fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 6fr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .widget-timeline {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .widget-timeline:after {
    display: none;
  }
  .widget-timeline .date {
    -ms-grid-row: 1;
  }
  .widget-timeline .content {
    -ms-grid-row: 2;
  }
}
.widget-timeline:before {
  background: #00224d;
  content: "";
  height: 5px;
  left: 40px;
  position: absolute;
  right: 1px;
  top: 67px;
}
.widget-timeline + .component--timeline {
  margin-top: -25px;
}
.widget-timeline:last-of-type .content {
  margin-bottom: 0;
}
.widget-timeline .date {
  -ms-grid-column: 1;
  margin-bottom: 0;
}
.widget-timeline .date em {
  align-items: center;
  background: #00224d;
  border-radius: 100%;
  color: white;
  display: flex;
  font-size: 20px;
  font-style: normal;
  height: 100px;
  justify-content: center;
  margin: 20px auto 0;
  position: relative;
  width: 100px;
  z-index: 1;
}
.widget-timeline .date span {
  background: #00224d;
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative;
  top: -120px;
  width: 5px;
}
@media screen and (max-width: 767px) {
  .widget-timeline .date em {
    font-style: normal;
    margin: 20px 20px -30px;
  }
  .widget-timeline .date span {
    display: none;
  }
}
.widget-timeline .content {
  -ms-grid-column: 2;
  -ms-grid-columns: 1fr 3fr;
  background: #f2f2f2;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 3fr;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .widget-timeline .content {
    display: block;
  }
}
.widget-timeline .content .images {
  -ms-grid-column: 1;
}
.widget-timeline .content .text {
  -ms-grid-column: 2;
  padding: 2rem 3rem;
}
.widget-timeline .content .text header h1,
.widget-timeline .content .text header h2,
.widget-timeline .content .text header h3,
.widget-timeline .content .text header h4,
.widget-timeline .content .text header h5,
.widget-timeline .content .text header h6,
.widget-timeline .content .text header strong {
  background: #00224d;
  color: white;
  display: inline-block;
  font-size: 2rem;
  padding: 1rem 4rem 1rem 1rem;
  margin-top: 1rem;
}
@font-face {
  font-family: "quattrocento";
  src: url("../fonts/quattrocentosans-bold-webfont.woff2") format("woff2"), url("../fonts/quattrocentosans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: "quattrocento";
  src: url("../fonts/quattrocentosans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/quattrocentosans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "quattrocento";
  src: url("../fonts/quattrocentosans-italic-webfont.woff2") format("woff2"), url("../fonts/quattrocentosans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "quattrocento";
  src: url("../fonts/quattrocentosans-regular-webfont.woff2") format("woff2"), url("../fonts/quattrocentosans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
p {
  line-height: 2.6rem;
}
p:empty {
  display: none;
}
.transition-all-global {
  transition: all 0.5s;
}
.block-promo .button.more {
  font-size: 1.8rem;
  background-image: none;
  background: #003a78;
  padding: 7px 15px;
  color: #fff;
  border: 1px solid #003a78;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-decoration: none;
  padding: 10px 15px;
}
.btn.btn--secondary {
  display: inline-block;
  background: white;
  padding: 1rem 1.5rem;
  color: #003a78 !important;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: all 0.5s;
}
.btn.btn--secondary:hover,
.btn.btn--secondary:focus {
  text-decoration: none !important;
  background: #bfbfbf;
}
.brand-gradient {
  background-color: #00224d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00224d), to(#003a78));
  background-image: -webkit-linear-gradient(#00224d, #003a78);
  background-image: -o-linear-gradient(#00224d, #003a78);
  background-image: linear-gradient(#00224d, #003a78);
  color: white;
  position: relative;
}
.text-center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.action.submit {
  background: white;
  border: 1px solid #00224d;
  border-radius: inherit !important;
  color: white;
  background: #00224d;
  font-family: "quattrocento", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  font-size: 1.5em;
  padding: 0.5em 2em;
  margin: 0 auto;
  box-shadow: none;
}
.action.submit:hover,
.action.submit:focus {
  background: white;
  color: #00224d;
}
.control:before {
  display: none !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: none;
  color: white;
  border-color: white;
  padding: 1rem !important;
  height: inherit;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="datetime"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder {
  color: white;
}
input[type="text"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="datetime"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder {
  color: white;
}
input[type="text"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="datetime"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder {
  color: white;
}
input[type="text"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="number"] :-moz-placeholder,
input[type="datetime"] :-moz-placeholder,
input[type="email"] :-moz-placeholder {
  color: white;
}
section.row,
div.row,
aside.row,
header.row,
span.row,
ol.row,
ul.row,
li.row,
dl.row,
dt.row,
dd.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
section.row .row,
div.row .row,
aside.row .row,
header.row .row,
span.row .row,
ol.row .row,
ul.row .row,
li.row .row,
dl.row .row,
dt.row .row,
dd.row .row {
  width: auto;
  margin-left: -30px;
  margin-right: -30px;
}
section.row:before,
div.row:before,
aside.row:before,
header.row:before,
span.row:before,
ol.row:before,
ul.row:before,
li.row:before,
dl.row:before,
dt.row:before,
dd.row:before,
section .row:after,
div .row:after,
aside .row:after,
header .row:after,
span .row:after,
ol .row:after,
ul .row:after,
li .row:after,
dl .row:after,
dt .row:after,
dd .row:after {
  content: " ";
  display: table;
}
section.row:after,
div.row:after,
aside.row:after,
header.row:after,
span.row:after,
ol.row:after,
ul.row:after,
li.row:after,
dl.row:after,
dt.row:after,
dd.row:after {
  clear: both;
}
section.col,
div.col,
aside.col,
header.col,
span.col,
ol.col,
ul.col,
li.col,
dl.col,
dt.col,
dd.col {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
section.col.large-1,
div.col.large-1,
aside.col.large-1,
header.col.large-1,
span.col.large-1,
ol.col.large-1,
ul.col.large-1,
li.col.large-1,
dl.col.large-1,
dt.col.large-1,
dd.col.large-1 {
  width: 8.33333%;
}
section.col.large-2,
div.col.large-2,
aside.col.large-2,
header.col.large-2,
span.col.large-2,
ol.col.large-2,
ul.col.large-2,
li.col.large-2,
dl.col.large-2,
dt.col.large-2,
dd.col.large-2 {
  width: 16.66667%;
}
section.col.large-3,
div.col.large-3,
aside.col.large-3,
header.col.large-3,
span.col.large-3,
ol.col.large-3,
ul.col.large-3,
li.col.large-3,
dl.col.large-3,
dt.col.large-3,
dd.col.large-3 {
  width: 25%;
}
section.col.large-4,
div.col.large-4,
aside.col.large-4,
header.col.large-4,
span.col.large-4,
ol.col.large-4,
ul.col.large-4,
li.col.large-4,
dl.col.large-4,
dt.col.large-4,
dd.col.large-4 {
  width: 33.33333%;
}
section.col.large-5,
div.col.large-5,
aside.col.large-5,
header.col.large-5,
span.col.large-5,
ol.col.large-5,
ul.col.large-5,
li.col.large-5,
dl.col.large-5,
dt.col.large-5,
dd.col.large-5 {
  width: 41.66667%;
}
section.col.large-6,
div.col.large-6,
aside.col.large-6,
header.col.large-6,
span.col.large-6,
ol.col.large-6,
ul.col.large-6,
li.col.large-6,
dl.col.large-6,
dt.col.large-6,
dd.col.large-6 {
  width: 50%;
}
section.col.large-7,
div.col.large-7,
aside.col.large-7,
header.col.large-7,
span.col.large-7,
ol.col.large-7,
ul.col.large-7,
li.col.large-7,
dl.col.large-7,
dt.col.large-7,
dd.col.large-7 {
  width: 58.33333%;
}
section.col.large-8,
div.col.large-8,
aside.col.large-8,
header.col.large-8,
span.col.large-8,
ol.col.large-8,
ul.col.large-8,
li.col.large-8,
dl.col.large-8,
dt.col.large-8,
dd.col.large-8 {
  width: 66.66667%;
}
section.col.large-9,
div.col.large-9,
aside.col.large-9,
header.col.large-9,
span.col.large-9,
ol.col.large-9,
ul.col.large-9,
li.col.large-9,
dl.col.large-9,
dt.col.large-9,
dd.col.large-9 {
  width: 75%;
}
section.col.large-10,
div.col.large-10,
aside.col.large-10,
header.col.large-10,
span.col.large-10,
ol.col.large-10,
ul.col.large-10,
li.col.large-10,
dl.col.large-10,
dt.col.large-10,
dd.col.large-10 {
  width: 83.33333%;
}
section.col.large-11,
div.col.large-11,
aside.col.large-11,
header.col.large-11,
span.col.large-11,
ol.col.large-11,
ul.col.large-11,
li.col.large-11,
dl.col.large-11,
dt.col.large-11,
dd.col.large-11 {
  width: 91.66667%;
}
section.col.large-12,
div.col.large-12,
aside.col.large-12,
header.col.large-12,
span.col.large-12,
ol.col.large-12,
ul.col.large-12,
li.col.large-12,
dl.col.large-12,
dt.col.large-12,
dd.col.large-12 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hide-small {
    display: none !important;
  }
  section.col.small-1,
  div.col.small-1,
  aside.col.small-1,
  header.col.small-1,
  span.col.small-1,
  ul.col.small-1,
  ol.col.small-1,
  li.col.small-1,
  dl.col.small-1,
  dt.col.small-1,
  dd.col.small-1 {
    width: 8.33333%;
  }
  section.col.small-2,
  div.col.small-2,
  aside.col.small-2,
  header.col.small-2,
  span.col.small-2,
  ul.col.small-2,
  ol.col.small-2,
  li.col.small-2,
  dl.col.small-2,
  dt.col.small-2,
  dd.col.small-2 {
    width: 16.66667%;
  }
  section.col.small-3,
  div.col.small-3,
  aside.col.small-3,
  header.col.small-3,
  span.col.small-3,
  ul.col.small-3,
  ol.col.small-3,
  li.col.small-3,
  dl.col.small-3,
  dt.col.small-3,
  dd.col.small-3 {
    width: 25%;
  }
  section.col.small-4,
  div.col.small-4,
  aside.col.small-4,
  header.col.small-4,
  span.col.small-4,
  ul.col.small-4,
  ol.col.small-4,
  li.col.small-4,
  dl.col.small-4,
  dt.col.small-4,
  dd.col.small-4 {
    width: 33.33333%;
  }
  section.col.small-5,
  div.col.small-5,
  aside.col.small-5,
  header.col.small-5,
  span.col.small-5,
  ul.col.small-5,
  ol.col.small-5,
  li.col.small-5,
  dl.col.small-5,
  dt.col.small-5,
  dd.col.small-5 {
    width: 41.66667%;
  }
  section.col.small-6,
  div.col.small-6,
  aside.col.small-6,
  header.col.small-6,
  span.col.small-6,
  ul.col.small-6,
  ol.col.small-6,
  li.col.small-6,
  dl.col.small-6,
  dt.col.small-6,
  dd.col.small-6 {
    width: 50%;
  }
  section.col.small-7,
  div.col.small-7,
  aside.col.small-7,
  header.col.small-7,
  span.col.small-7,
  ul.col.small-7,
  ol.col.small-7,
  li.col.small-7,
  dl.col.small-7,
  dt.col.small-7,
  dd.col.small-7 {
    width: 58.33333%;
  }
  section.col.small-8,
  div.col.small-8,
  aside.col.small-8,
  header.col.small-8,
  span.col.small-8,
  ul.col.small-8,
  ol.col.small-8,
  li.col.small-8,
  dl.col.small-8,
  dt.col.small-8,
  dd.col.small-8 {
    width: 66.66667%;
  }
  section.col.small-9,
  div.col.small-9,
  aside.col.small-9,
  header.col.small-9,
  span.col.small-9,
  ul.col.small-9,
  ol.col.small-9,
  li.col.small-9,
  dl.col.small-9,
  dt.col.small-9,
  dd.col.small-9 {
    width: 75%;
  }
  section.col.small-10,
  div.col.small-10,
  aside.col.small-10,
  header.col.small-10,
  span.col.small-10,
  ul.col.small-10,
  ol.col.small-10,
  li.col.small-10,
  dl.col.small-10,
  dt.col.small-10,
  dd.col.small-10 {
    width: 83.33333%;
  }
  section.col.small-11,
  div.col.small-11,
  aside.col.small-11,
  header.col.small-11,
  span.col.small-11,
  ul.col.small-11,
  ol.col.small-11,
  li.col.small-11,
  dl.col.small-11,
  dt.col.small-11,
  dd.col.small-11 {
    width: 91.66667%;
  }
  section.col.small-12,
  div.col.small-12,
  aside.col.small-12,
  header.col.small-12,
  span.col.small-12,
  ul.col.small-12,
  ol.col.small-12,
  li.col.small-12,
  dl.col.small-12,
  dt.col.small-12,
  dd.col.small-12 {
    width: 100%;
  }
}
body {
  background: white;
  font-family: "quattrocento", sans-serif;
  font-size: 1.6rem;
  /*&[class*="page-layout-product-category-offline"] {
        background: #d8d8d8;
    }*/
}
@media (max-width: 767px) {
  body {
    padding-top: 0 !important;
  }
}
body[class*="-motul"] {
  background: #1d1d1b url("../images/motorsport-grey-texture.jpg") top center repeat fixed;
}
body[class*="-motul"]::after {
  background-image: linear-gradient(to bottom, rgba(29, 29, 27, 0), #1d1d1b);
  bottom: 0px;
  content: "";
  height: 60%;
  left: 0px;
  position: fixed;
  right: 0;
  z-index: -1;
}
body[class*="-motul"] h1.page-title {
  color: white;
}
body[class*="-motul"] .page-content h1,
body[class*="-motul"] .page-content h2,
body[class*="-motul"] .page-content h3,
body[class*="-motul"] .page-content h4,
body[class*="-motul"] .page-content h5,
body[class*="-motul"] .page-content h6,
body[class*="-motul"] .page-content a {
  color: white;
}
blockquote {
  color: white;
  font-family: "quattrocento", sans-serif;
  border: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #00224d;
  letter-spacing: 1px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: none;
  color: white;
  border-color: #acacac;
  padding: 1rem !important;
  height: inherit;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="datetime"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder {
  color: white;
}
input[type="text"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="datetime"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder {
  color: white;
}
input[type="text"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="datetime"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder {
  color: white;
}
input[type="text"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="number"] :-moz-placeholder,
input[type="datetime"] :-moz-placeholder,
input[type="email"] :-moz-placeholder {
  color: white;
}
@media (min-width: 768px), print {
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
  }
  .navigation,
  .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;
  }
}
ul.tab-content {
  border: 1px solid #00224d;
  color: #00224d;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.tab-content.visible {
  display: block;
}
ul.tab-content--brand-color-8 {
  background: #f2f2f2 !important;
  color: #003a78 !important;
}
ul.tab-content li {
  overflow: hidden;
}
ul.tab-content p {
  font-size: 1.16em;
}
ul.tab-content .action {
  margin-bottom: 1em;
  margin-top: 1em;
}
ul.tab-content ul.tab-content__results {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.tab-content ul.tab-content__results .tab-content__result {
  border-bottom: 1px solid #00224d;
  padding-top: 20px;
  padding-bottom: 15px;
}
ul.tab-content ul.tab-content__results .tab-content__result:last-of-type {
  border: none;
}
.page-content {
  color: #003a78;
}
.page-content.padding-top {
  padding-top: 2.5rem;
}
.page-content--news p:first-of-type {
  font-weight: bold;
  font-size: 1.7rem;
}
.page-content--news img {
  width: 100%;
  margin: 1em 0;
}
.page-content a {
  text-decoration: underline;
}
.page-content a:hover,
.page-content a:focus {
  text-decoration: none;
}
.actions .action.primary,
.actions .action.secondary,
.actions .action.viewcart,
.actions .action.tocart,
.actions .action.checkout {
  transition: all 0.5s;
  background: #63a22d;
  border-radius: 26px !important;
  border: none;
  color: white;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
  text-transform: uppercase;
}
.actions .action.primary:hover,
.actions .action.secondary:hover,
.actions .action.viewcart:hover,
.actions .action.tocart:hover,
.actions .action.checkout:hover,
.actions .action.primary:active,
.actions .action.secondary:active,
.actions .action.viewcart:active,
.actions .action.tocart:active,
.actions .action.checkout:active,
.actions .action.primary:focus,
.actions .action.secondary:focus,
.actions .action.viewcart:focus,
.actions .action.tocart:focus,
.actions .action.checkout:focus {
  background-color: #003a78;
  color: white;
  text-decoration: none;
}
.action.primary,
.action.secondary {
  background: #63a22d;
  border: 0;
  border: 1px solid white;
  border-radius: inherit !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  transition: all 0.5s;
}
.action {
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: all 0.5s;
}
.action.checkout:before {
  z-index: 1;
}
.action.checkout span {
  z-index: 1;
  position: relative;
}
.action.secondary {
  display: inline-block;
  background: #003a78;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.16em;
  padding: 1rem 6rem;
  text-decoration: none;
}
.action.secondary:hover,
.action.secondary:focus,
.action.secondary.selected {
  text-decoration: none;
  background: white;
  color: #00224d;
}
.action.secondary--brand-color-3 {
  background: #acacac;
}
.action.tertiary,
.action.update,
.action.apply {
  display: inline-block;
  background: #003a78;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.16em;
  padding: 1rem 3rem;
}
.action.tertiary:hover,
.action.update:hover,
.action.apply:hover,
.action.tertiary:focus,
.action.update:focus,
.action.apply:focus,
.action.tertiary.selected,
.action.update.selected,
.action.apply.selected {
  text-decoration: none;
  background: white;
  color: #003a78;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #63a22d;
  border: 0;
  border: 1px solid white;
  border-radius: inherit !important;
  letter-spacing: 0.1rem;
  position: relative;
  transition: all 0.5s;
  display: inline-block;
  background: #003a78;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.16em;
  padding: 1rem 6rem;
  text-decoration: none;
  padding: 1rem 3rem;
}
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.abs-revert-to-action-secondary:focus,
.paypal-review .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.block-compare .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.cancel:focus,
.abs-revert-to-action-secondary.selected,
.paypal-review .block .actions-toolbar .action.primary.selected,
.abs-discount-block .actions-toolbar .action.primary.selected,
.abs-discount-block .actions-toolbar .action.cancel.selected,
.block-compare .action.primary.selected,
.cart-summary .block .actions-toolbar > .primary .action.primary.selected,
.cart-summary .form.giftregistry .fieldset .action.primary.selected,
.paypal-review-discount .actions-toolbar .action.primary.selected,
.paypal-review-discount .actions-toolbar .action.cancel.selected,
.cart-discount .actions-toolbar .action.primary.selected,
.cart-discount .actions-toolbar .action.cancel.selected {
  text-decoration: none;
  background: white;
  color: #00224d;
}
.abs-revert-to-action-secondary--brand-color-3,
.paypal-review .block .actions-toolbar .action.primary--brand-color-3,
.abs-discount-block .actions-toolbar .action.primary--brand-color-3,
.abs-discount-block .actions-toolbar .action.cancel--brand-color-3,
.block-compare .action.primary--brand-color-3,
.cart-summary .block .actions-toolbar > .primary .action.primary--brand-color-3,
.cart-summary .form.giftregistry .fieldset .action.primary--brand-color-3,
.paypal-review-discount .actions-toolbar .action.primary--brand-color-3,
.paypal-review-discount .actions-toolbar .action.cancel--brand-color-3,
.cart-discount .actions-toolbar .action.primary--brand-color-3,
.cart-discount .actions-toolbar .action.cancel--brand-color-3 {
  background: #acacac;
}
.block-title strong {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.6rem !important;
  padding: 0 0 2.4rem;
  font-weight: bold !important;
  color: #00224d;
  letter-spacing: 1px;
}
.block-title strong:after {
  content: "";
  position: relative;
  width: 50%;
  margin: 1.5rem auto 0;
  display: block;
  height: 0.2rem;
  background: #00224d;
}
.block-products-list .block-title strong {
  font-size: 3.6rem !important;
}
.utility.content {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px), print {
  .block-promo-hp .block-promo {
    border-left: 8px solid white !important;
    border-right: 8px solid white !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 640px), print {
  .block-promo-wrapper .block-promo {
    float: left;
    border-right: 16px solid white;
  }
}
.page-main {
  box-sizing: border-box;
  max-width: 1240px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .page-main {
    padding-top: 8vw;
  }
}
.block-promo-wrapper:hover .block-promo:after,
.block-promo-wrapper:focus .block-promo:after {
  opacity: 1;
  visibility: visible;
}
.block-promo-hp {
  margin: 0 -28px !important;
  overflow: hidden;
}
@media (max-width: 1275px) {
  .block-promo-hp {
    margin: 0 !important;
  }
}
.block-promo-hp .block-promo {
  border-left-width: 2px;
  border-right-width: 2px;
}
.block-promo-hp .block-promo .title {
  font-size: 2.5rem;
}
.block-promo .title {
  font-weight: bold;
  display: block;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.block-promo .info {
  display: block;
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-promo img {
  max-width: none !important;
}
.block-promo-hp-banner {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -50px;
  overflow: hidden;
  padding-top: 2.5vw;
}
.block-promo-hp-banner .block-promo .content {
  bottom: 4px;
  right: 60%;
  background-image: linear-gradient(0.25turn, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  padding: 1em 4em;
}
.block-promo-hp-banner .block-promo .content .vert-align {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.block-promo-hp-banner .block-promo .content .info {
  text-transform: initial;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .block-promo-hp-banner {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: none;
    padding-top: 0;
  }
  .block-promo-hp-banner .block-promo .content {
    position: relative;
    background-image: none;
    background: white;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    padding: 2em 4em;
    color: #00224d;
  }
  .block-promo-hp-banner .block-promo .content .vert-align {
    transform: none;
    top: inherit;
  }
}
.block-promo {
  margin-bottom: 4px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  color: #333 !important;
}
.block-promo.home-main {
  margin-left: -20px;
  margin-right: -20px;
}
.block-promo.block-promo--news {
  position: relative;
}
.block-promo.block-promo--news:hover .action,
.block-promo.block-promo--news:focus .action {
  background: white;
  color: #003a78;
}
.block-promo.block-promo--news .content .title {
  font-size: 1.125em;
  text-transform: initial;
}
.block-promo.block-promo--news .action {
  box-shadow: none;
  border: none;
  background: #003a78;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  transition: all 0.5s;
}
.block-promo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: 99;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.block-promo:hover:after,
.block-promo:focus:after {
  opacity: 0 !important;
  visibility: hidden !important;
}
.block-promo.block-promo--shop-online,
.block-promo.block-promo--news-var-1 {
  height: 752px;
}
.block-promo.block-promo--shop-online img,
.block-promo.block-promo--news-var-1 img {
  height: 100%;
}
.block-promo.block-promo--latest-products,
.block-promo.block-promo--news-var-2 {
  height: 372px;
}
.block-promo.block-promo--in-the-field,
.block-promo.block-promo--news-var-3 {
  height: 365px;
}
.block-promo.block-promo--motorsport {
  height: 365px;
}
.block-promo.block-promo--in-the-news {
  height: 365px;
}
.block-promo.block-promo--why-use-witham {
  height: 365px;
}
.block-promo .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  text-transform: uppercase;
  padding: 2em;
  background-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.block-promo .content .grid {
  display: grid;
}
.block-promo .content .grid .grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-promo .content .grid .grid__item .title {
  margin-bottom: 0;
}
.block-promo .title {
  letter-spacing: 0.1rem;
}
.block-promo .icon {
  max-width: 66px !important;
  margin-right: 1.25em;
}
.block-promo .button.more {
  background: none !important;
  color: white;
  text-transform: uppercase;
  position: relative;
  border: none !important;
  cursor: pointer;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .block-promo .button.more {
    color: #00224d !important;
  }
}
.block-promo .button.more:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9em;
  width: 50%;
  height: 2px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.block-promo .button.more:after {
  content: "";
  position: absolute;
  right: -9em;
  bottom: 0;
  width: 50%;
  height: 2px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.block-promo .button.more:hover,
.block-promo .button.more:focus {
  background: none;
  border: none;
}
.block-promo .button.more:hover:before,
.block-promo .button.more:focus:before {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.block-promo .button.more:hover:after,
.block-promo .button.more:focus:after {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.block-promo:hover .content .button {
  background: none;
  border: none;
}
.block-promo:hover .content .button:before {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.block-promo:hover .content .button:after {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.block-promo img {
  object-fit: cover;
}
@media (min-width: 768px), print {
  .block-promo.block-promo--shop-online,
  .block-promo.block-promo--news-var-1 {
    width: 33.33333%;
  }
  .block-promo.block-promo--latest-products,
  .block-promo.block-promo--news-var-2 {
    width: 66.66667%;
  }
  .block-promo.block-promo--in-the-field,
  .block-promo.block-promo--news-var-3 {
    width: 33.33333%;
  }
  .block-promo.block-promo--motorsport {
    width: 33.33333%;
  }
  .block-promo.block-promo--in-the-news {
    width: 66.66667%;
  }
  .block-promo.block-promo--why-use-witham {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  .block-promo {
    height: auto !important;
  }
  .block-promo.block-promo--shop-online .image img {
    height: auto;
  }
  .block-promo img {
    width: 100%;
  }
  .block-promo:after {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .block-promo .button.more {
    color: #dd052b;
    margin-top: 1rem;
  }
  .block-promo .button.more:before {
    background: #00224d;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .block-promo .button.more:after {
    background: #00224d;
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .block-promo .button.more:hover {
    color: #dd052b;
  }
}
.review-control-vote label:before {
  color: #00224d;
}
.reviews-actions a {
  color: #acacac;
  text-transform: uppercase;
}
#product_addtocart_form input[type="text"],
#product_addtocart_form input[type="password"],
#product_addtocart_form input[type="url"],
#product_addtocart_form input[type="tel"],
#product_addtocart_form input[type="search"],
#product_addtocart_form input[type="number"],
#product_addtocart_form input[type="datetime"],
#product_addtocart_form input[type="email"] {
  color: #00224d;
}
.page-layout-1column .product.media {
  width: 100%;
}
.page-layout-1column .product-info-main {
  position: relative;
  width: 100%;
}
.product-info-main .page-title-wrapper.product,
.product-info-main .product-info-price {
  width: 75%;
}
.product-info-main .product-info-price .price-box {
  color: #666666;
  width: auto;
}
@media (min-width: 768px), print {
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
}
@media (max-width: 768px), print {
  .product-info-main .page-title-wrapper.product,
  .product-info-main .product-info-price,
  .size div {
    width: 100%;
  }
}
.product-options-wrapper {
  overflow: hidden;
}
.promo-flash {
  background-color: #dd052b;
  background: linear-gradient(#dd052b, #a1041f);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 62px;
  width: 185px;
}
.promo-flash::before,
.promo-flash:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.promo-flash .promo-container {
  bottom: 50%;
  box-sizing: border-box;
  color: white;
  padding: 1em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(50%);
  width: 100%;
}
.promo-flash .promo-container strong {
  display: block;
  font-size: 2.2em;
  line-height: 1;
}
.promo-flash .promo-container small {
  font-size: 15px;
}
.promo-panel {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  margin-top: 2em;
}
.promo-panel.promo-panel--brand-color-2 {
  background: #003a78;
  color: white;
}
.promo-panel.promo-panel--brand-color-2 .action {
  border: 1px solid white;
  background: #003a78;
  transition: all 0.5s;
}
.promo-panel.promo-panel--brand-color-2 .action:hover,
.promo-panel.promo-panel--brand-color-2 .action:focus {
  background: white;
}
.promo-panel.promo-panel--brand-color-3 {
  border: 0.2rem solid #acacac;
  color: #00224d;
  position: relative;
}
.promo-panel.promo-panel--brand-color-3 .heading {
  display: block;
  text-align: center;
}
.promo-panel.promo-panel--brand-color-3 hr {
  margin: 0 auto;
}
.promo-panel.promo-panel--brand-color-3 img {
  width: 125px;
  margin-right: -3em;
  margin-top: -5.5em;
}
.promo-panel.promo-panel--brand-color-3 .action {
  border: 1px solid white;
  background: #acacac;
  transition: all 0.5s;
}
.promo-panel.promo-panel--brand-color-3 .action:hover,
.promo-panel.promo-panel--brand-color-3 .action:focus {
  background: #63a22d;
  color: white;
}
.promo-panel.promo-panel--brand-color-4 {
  border: 0.2rem solid #dd052b;
  color: #00224d;
}
.promo-panel.promo-panel--brand-color-4 img {
  width: 125px;
  margin-right: -2em;
  z-index: 99;
  position: relative;
}
.promo-panel.promo-panel--brand-color-4 .action {
  border: 1px solid white;
  background: #dd052b;
  transition: all 0.5s;
}
.promo-panel.promo-panel--brand-color-4 .action:hover,
.promo-panel.promo-panel--brand-color-4 .action:focus {
  background: white;
  color: #dd052b;
}
.promo-panel .right {
  margin: -6em -6em 0 0;
}
.promo-panel .heading {
  font-size: 1.66em;
  text-transform: uppercase;
  font-weight: bold;
}
.promo-panel hr {
  width: 35%;
  margin-left: 0;
  margin-top: 10px;
  border-width: 2px;
}
.promo-panel p {
  font-size: 1.33em;
  margin: 1em 0;
}
.promo-panel .action {
  display: block;
  text-align: center;
  font-size: 1.5em;
}
.product.data.items > .item.title > .switch {
  border-color: #003a78;
  background: #003a78;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
}
.product.data.items > .item.title > .switch:visited {
  color: white;
}
.product.data.items > .item.title > .switch:hover,
.product.data.items > .item.title > .switch:focus {
  color: #003a78;
}
@media only screen and (max-width: 768px) {
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title > .switch:hover,
  .product.data.items > .item.title > .switch:focus {
    color: white !important;
  }
  .product.data.items > .item.title.active > .switch:after,
  .product.data.items > .item.title.active > .switch:focus:after,
  .product.data.items > .item.title.active > .switch:hover:after,
  .product.data.items > .item.title > .switch:hover:after,
  .product.data.items > .item.title > .switch:focus:after {
    display: none;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
}
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #003a78;
}
.product.data.items > .item.content {
  border-color: #003a78;
  color: #00224d;
  font-size: 1.33em;
}
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #00224d;
  z-index: 9999;
}
#toTop:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/icons/down-arrow-white.svg) no-repeat center center;
  position: relative;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
#toTop:hover,
#toTop:focus {
  text-decoration: none;
}
.block.newsletter input {
  width: 40%;
  margin: 1.5em 0 1em;
}
.block.newsletter input#newsletter {
  margin-top: 0;
}
@media (max-width: 900px) {
  .page-footer .form .actions .checkbox .checkbox__text {
    width: 100%;
    float: none;
  }
  #footer-nav {
    display: block;
  }
  #footer-nav li {
    float: left;
  }
}
#address-nav {
  display: none;
  overflow: hidden;
}
#address-nav li {
  float: left;
  width: 33.33%;
}
#address-nav a {
  display: block;
  padding: 0.5em;
  border: 1px solid white;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
}
#address-nav a:hover,
#address-nav a:focus,
#address-nav a.selected {
  text-decoration: none;
  background: white;
  color: #00224d;
}
@media (max-width: 768px) {
  #address-nav {
    display: block;
  }
}
.accreditations-img img {
  max-width: 250px;
  width: 100%;
  margin: 0;
}
.address,
.email--footer {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.address .name,
.email--footer .name {
  font-weight: bold;
  text-transform: uppercase;
}
.address address,
.email--footer address {
  margin: 10px 0;
}
.address dl,
.email--footer dl {
  margin: 0;
}
.address dl dt,
.email--footer dl dt {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.25em;
  min-width: 30px;
}
.address dl dt img,
.email--footer dl dt img {
  width: 18px;
  position: relative;
  top: 3px;
}
.address dl dd,
.email--footer dl dd {
  display: inline-block;
  margin-bottom: 0;
}
.email--footer {
  width: 100%;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
}
.email--footer.email--footer--inline dl {
  display: inline-block;
  margin-right: 1em;
}
.email--footer a:hover,
.email--footer a:focus {
  text-decoration: underline;
}
.email--footer a:after {
  display: none;
}
@media (min-width: 768px) {
  .address {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .footer .address {
    display: none;
    border: 1px solid white;
    padding: 1rem 2rem 2rem;
    width: 100% !important;
    box-sizing: border-box;
  }
  .footer .address:first-of-type {
    display: block;
  }
}
ul.social-icons {
  margin: 0 -2.5px 12px 0 !important;
}
ul.social-icons:hover a,
ul.social-icons:focus a {
  opacity: 0.5;
}
ul.social-icons a {
  transition: all 0.5s;
}
ul.social-icons a:hover,
ul.social-icons a:focus {
  opacity: 1;
}
ul.social-icons li {
  display: inline-block;
  padding: 0 2.5px;
}
ul.social-icons img {
  width: 30px;
}
.mpblog-post-index.page-layout-2columns-left .sidebar,
.mpblog-category-view.page-layout-2columns-left .sidebar {
  width: 100%;
}
.mpblog-post-index.page-layout-2columns-left .sidebar .sidebar-ads,
.mpblog-category-view.page-layout-2columns-left .sidebar .sidebar-ads {
  display: none;
}
.meta {
  color: #acacac;
  margin-bottom: 0.5em;
}
.meta a {
  color: #dd052b;
}
.page-layout-2columns-left .page-title,
.page-layout-2columns-left-about .page-title,
.page-layout-2columns-left-service .page-title,
.catalog-category-view.page-layout-product-category .page-title,
.catalog-category-view.page-layout-product-category-offline .page-title {
  margin-bottom: 10px;
}
.page-layout-2columns-left.mpblog-post-view .sidebar .product.data.items,
.page-layout-2columns-left-about.mpblog-post-view .sidebar .product.data.items,
.page-layout-2columns-left-service.mpblog-post-view .sidebar .product.data.items,
.catalog-category-view.page-layout-product-category.mpblog-post-view .sidebar .product.data.items,
.catalog-category-view.page-layout-product-category-offline.mpblog-post-view .sidebar .product.data.items {
  display: none;
}
ul.menu-categories.block-content {
  display: none;
  padding-left: 0;
}
ul.menu-categories.block-content li {
  border-bottom: 1px solid #003a78;
}
ul.menu-categories.block-content li:first-of-type {
  border-top: 1px solid #003a78;
}
ul.menu-categories.block-content li i {
  display: none;
}
ul.menu-categories.block-content li a.list-categories {
  background: white;
  margin: 0;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px;
  color: #003a78;
}
ul.menu-categories.block-content li a.list-categories:hover,
ul.menu-categories.block-content li a.list-categories:focus {
  background: #003a78;
  color: white;
}
.filter-select {
  border: none;
  border-bottom: 1px solid #00224d;
  border-top: 1px solid #00224d;
  color: #00224d;
}
.filter-select option {
  background: #00224d;
  color: white;
}
.block-mp-sidebar-heading {
  display: none;
}
/*****
 * Page columns
 * @todo more this into own stylesheet
 **/
.page-products .sidebar-main #layered-filter-block {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-products .column.main {
    padding-left: 0;
  }
  .page-products .page-title {
    margin-bottom: 0.25em;
  }
}
/*
.navigation-megamenu {
    ul.megamenu-mainmenu {
        display: block;
        li.mega-menu-item, li.static-menu {
            display: inline-block;
            padding: 0;
            &:first-of-type {
                display: none;
            }
            a {
                line-height: 47px;
                padding: 0 12px;
                text-decoration: none;
                box-sizing: border-box;
                position: relative;
                &:hover, &:focus {
                    color: white;
                }

                &:after {
                    content: '';
                    transition: all .5s;
                    opacity: 0;
                    visibility: hidden;
                    position: absolute;
                    bottom: 0;
                    left: 9em;
                    right: 9em;
                    height: 2px;
                    background: white;
                }
            }
        }
    }
}
*/
.navigation-megamenu .megamenu-mainmenu a:hover,
.navigation-megamenu .megamenu-mainmenu a:focus {
  color: white;
}
@media (max-width: 767px) {
  #dropdown--industry > ul {
    margin-left: 10px;
  }
}
#dropdown--industry ul ul ul {
  line-height: 1.16;
}
#dropdown--industry ul ul ul li:last-of-type {
  line-height: 1.19;
  margin: 1.5em 0 0;
}
@media (max-width: 1024px) {
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu {
    margin-top: -1rem;
    float: right;
  }
}
@media (max-width: 900px) {
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.91rem;
  }
}
@media (max-width: 767px) {
  .section-item-title {
    display: none !important;
  }
  .section-item-content {
    margin-top: 0;
    padding-top: 0;
  }
  .nav-open .nav-sections {
    border: none;
    padding: 15px 0 !important;
  }
  .nav-open .nav-sections a {
    color: white;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li > a {
    font-size: 14px;
    padding: 15px 40px;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li.dropdown {
    position: relative !important;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li.dropdown .dropdown-menu {
    padding-top: 0;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li.dropdown .dropdown-menu ul {
    display: block;
    margin: 0;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li.dropdown .dropdown-menu ul li a {
    font-size: 12px;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li .toggle-menu {
    display: block;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li .toggle-menu > a {
    font-size: 30px;
    line-height: 50px;
    width: 30px;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li.ui-menu-item--highlight a span {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-sections-item-title {
    background: #00224d;
    border: 1px solid white;
  }
  .nav-sections-item-title.active {
    background: white;
  }
  .nav-sections-item-title.active a {
    color: #00224d;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu {
    float: none;
    width: 100%;
  }
  .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu a:after {
    display: none;
  }
}
.form {
  padding-top: 1em;
  padding-bottom: 1em;
}
.form legend {
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  color: #00224d;
  padding: 0.5em 0;
}
.form fieldset {
  border: none;
  padding: 0 0.5em 1em;
  margin: 0;
}
.form .required {
  color: #dd052b;
}
.form label {
  font-size: 1.16em;
  text-transform: capitalize;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="url"],
.form input[type="tel"],
.form input[type="search"],
.form input[type="number"],
.form input[type="datetime"],
.form input[type="email"],
.form .input-text,
.form select {
  border-color: #00224d;
  color: #acacac;
  background-color: white;
}
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="url"]:focus,
.form input[type="tel"]:focus,
.form input[type="search"]:focus,
.form input[type="number"]:focus,
.form input[type="datetime"]:focus,
.form input[type="email"]:focus,
.form .input-text:focus,
.form select:focus {
  outline: 0;
}
.form .checkbox {
  width: 100%;
  display: block;
}
.form .gdpr-mergeRow p {
  font-size: 1.5rem;
}
.map iframe {
  height: 400px;
  margin-bottom: 2em;
  max-width: 100%;
  width: 100%;
}
#searching {
  display: none;
}
@media screen and (min-width: 768px) {
  #searching {
    display: block;
    background-image: linear-gradient(#00224d, #003a78);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100vh);
    transition: all 0.5s;
  }
  #searching input[type="text"] {
    background: none;
    border: none;
    border-bottom: 4px solid white;
    font-size: 3.5rem;
    width: auto;
    max-width: 100%;
    padding-left: 0;
  }
  #searching input[type="text"]::-webkit-input-placeholder {
    color: white;
  }
  #searching input[type="text"]:focus {
    outline: none;
  }
  #searching .results {
    display: block;
    text-align: right;
    font-size: 2.4rem;
    color: white;
    margin-top: 3rem;
  }
  #searching .results span {
    display: block;
    margin: 1.25rem 0;
  }
  #searching #close-search {
    width: 28px;
    height: 28px;
    background: url("../images/icons/close.svg") no-repeat center center;
    background-size: cover;
    color: white;
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    box-shadow: none;
  }
}
.block.newsletter {
  width: 100%;
}
.block.newsletter * {
  box-sizing: border-box;
}
.block.newsletter .title {
  display: block;
  margin: 0 0 2rem 0;
}
.block.newsletter .title strong {
  color: #003a78;
  font-size: 2.5rem;
}
.block.newsletter .content form {
  margin-bottom: 2rem;
}
.block.newsletter .content form.subscribe {
  background-color: #6b747f;
  color: #003a78;
  padding: 3rem 4rem;
}
.block.newsletter .content form.subscribe .fieldset .field {
  margin: 0;
}
.block.newsletter .content form.subscribe .fieldset .field .control input {
  margin: 0;
  width: 100%;
}
.block.newsletter .content form.subscribe .fieldset .field + .field {
  margin-top: 2rem;
}
.block.newsletter .content form.subscribe .actions {
  margin-top: 2rem;
}
.block.newsletter .content form.subscribe .actions .primary {
  font-size: 1.6rem;
  padding: 1.7rem 2.6rem;
}
#shopping-basket-breadcrumb {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0 -1.5em 2.5rem;
  position: relative;
  float: left;
}
#shopping-basket-breadcrumb li {
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #00224d;
  padding: 0 1.5em;
}
#shopping-basket-breadcrumb li.selected .cls-1 {
  fill: #dd052b;
}
#shopping-basket-breadcrumb li .img {
  width: 80px;
  margin: 0 auto 0.5em;
  position: relative;
  z-index: 99;
}
#shopping-basket-breadcrumb li .title {
  font-size: 1.6rem;
}
#shopping-basket-breadcrumb:before {
  content: "";
  height: 2px;
  background: #00224d;
  position: absolute;
  left: 1.5em;
  right: 1.5em;
  top: 35%;
}
#shopping-basket-breadcrumb + .page-title-wrapper {
  clear: both;
}
.block.crosssell {
  width: 100%;
  padding: 0;
}
.page-layout-checkout .page-header {
  padding: 1em 0 2.5em;
  margin: 0 0 2.5em;
}
.page-layout-checkout .page-header .logo {
  left: 0;
  position: relative;
}
.page-layout-checkout .form fieldset {
  padding-left: 0;
  padding-right: 0;
}
.minicart-items .product-item {
  padding: 2em !important;
}
.minicart-items .product-item .product-item-name {
  border-top: none;
}
.opc-progress-bar-item._active:before {
  background: #00224d;
  border-color: #00224d;
}
.opc-progress-bar-item._active > span:after {
  border-color: #00224d;
}
.opc-progress-bar-item._active > span:before {
  background: #00224d;
  border-color: #00224d;
}
.opc-wrapper #checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item {
  border-color: #003a78;
}
.opc-wrapper #checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item::after,
.opc-wrapper #checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item:after {
  background: #003a78;
}
.fotorama--fullscreen {
  z-index: 10000 !important;
}
.sidebar-main {
  padding-right: 0px;
}
.sidebar-main .block-title strong {
  color: black;
  font-size: 1.4rem !important;
  font-weight: normal !important;
  padding: 0.75rem 1rem;
}
.sidebar-main .block-title strong:after {
  display: none;
}
.sidebar-main .filter.active .filter-title strong {
  padding: 0;
  top: 0;
}
.sidebar-main .filter.active .filter-title strong:after {
  background: white;
  height: auto;
  margin: 0;
  padding: 0;
  right: 10px;
  text-align: right;
  width: 100%;
}
.category-description p a,
.category-description ul li a,
.category-description ol li a {
  color: #00224d;
  text-decoration: underline;
}
.category-description p a:hover,
.category-description ul li a:hover,
.category-description ol li a:hover,
.category-description p a:focus,
.category-description ul li a:focus,
.category-description ol li a:focus {
  color: #00224d;
  text-decoration: none;
}
.cms-page-view .main p a,
.cms-page-view .main li a {
  color: #00224d;
  text-decoration: underline;
}
.cms-page-view .main p a:hover,
.cms-page-view .main li a:hover,
.cms-page-view .main p a:focus,
.cms-page-view .main li a:focus {
  text-decoration: none;
}
.block-promo .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 66px;
  max-width: 66px !important;
  width: 66px;
}
.block-promo a.grid__item {
  color: white;
}
.block-promo a.grid__item .icon {
  text-indent: -999em;
}
.block-promo a.grid__item .title {
  font-size: 25px;
  width: 75%;
}
.agricultural-lubricants-block .icon {
  background-image: url("../images/icons/agricultural-lubricants.svg");
}
.automotive-and-passenger-car-block .icon {
  background-image: url("../images/icons/automotive-passenger-car.svg");
}
.plant-and-off-road-block .icon {
  background-image: url("../images/icons/plant-off-road.svg");
}
.haulage-block .icon {
  background-image: url("../images/icons/haulage.svg");
}
.classic-and-vintage-block .icon {
  background-image: url("../images/icons/classic-vintage.svg");
}
.marine-block .icon {
  background-image: url("../images/icons/marine.svg");
}
.horticultural-block .icon {
  background-image: url("../images/icons/horticultural.svg");
}
.motorsport-and-motul-block .icon {
  background-image: url("../images/icons/motorsport-motul.svg");
}
.anti-freeze-and-coolants-block .icon {
  background-image: url("../images/icons/anti-freeze-coolants.svg");
}
.environmental-and-food-safe-block .icon {
  background-image: url("../images/icons/environmental-food-safe.svg");
}
.workshop-and-cleaning-block .icon {
  background-image: url("../images/icons/workshop-cleaning.svg");
}
.paint-finishes-block .icon {
  background-image: url("../images/icons/pain-finishes.svg");
}
.view-more {
  color: white !important;
  font-size: 11px !important;
  text-transform: uppercase;
}
.view-more strong {
  display: inline-block;
  position: relative;
}
.view-more span.right-arrow {
  background: url("../images/icons/right-arrow-white.svg") no-repeat center center !important;
  background-size: cover;
  display: inline-block;
  height: 10px;
  width: 20px;
}
/* new additions by @ollybradshaw May 20th 2019 */
.product-items-offline .product-item {
  padding: 0 !important;
}
.product-items-offline .product-item:hover,
.product-items-offline .product-item:active,
.product-items-offline .product-item:focus {
  border-color: #fff !important;
}
.product-items-offline .product-item + .product-item {
  margin-top: 3rem !important;
}
/**
 * Base layout for columns
 */
.page-main .columns {
  display: block;
}
.page-main .columns .column.main {
  width: 100%;
  padding-bottom: 0px;
}
.page-main .columns .sidebar {
  float: left;
  width: 20%;
}
.page-main .columns .sidebar.sidebar-additional {
  clear: both;
  width: 100%;
}
.page-main .columns.columns-two .column.main {
  float: right;
  width: 80%;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .page-main .columns.columns-two .column.main {
    width: 100%;
    padding-left: 0;
  }
}
.page-main .columns:after {
  order: 99;
}
.account .columns .sidebar .btn-show-hide-submenu {
  display: none;
}
.sidebar.sidebar-main {
  font-size: 1.4rem;
}
.sidebar.sidebar-main > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar.sidebar-main > ul > li .block.block-cms-link {
  margin: 0;
}
.sidebar.sidebar-main > ul > li > div a,
.sidebar.sidebar-main > ul > li > span a {
  background: #f2f2f2;
  border-radius: 23px;
  color: #919191;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 13px 40px 13px 15px;
  position: relative;
  text-transform: uppercase;
  transition: background ease 0.3s;
}
.sidebar.sidebar-main > ul > li > div a:hover,
.sidebar.sidebar-main > ul > li > span a:hover {
  background-color: #63a22d;
  color: white;
  text-decoration: none;
}
.sidebar.sidebar-main > ul > li > div a.active,
.sidebar.sidebar-main > ul > li > span a.active {
  background-color: #63a22d;
  color: white;
  text-decoration: none;
}
.sidebar.sidebar-main > ul > li ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.sidebar.sidebar-main > ul > li ul li a {
  color: #003064;
  display: block;
  margin: 0;
  padding-left: 30px;
  position: relative;
  transition: all 0.5s ease;
}
.sidebar.sidebar-main > ul > li ul li a:hover,
.sidebar.sidebar-main > ul > li ul li a:focus,
.sidebar.sidebar-main > ul > li ul li a:active {
  background: none;
  color: #63a22d;
  text-decoration: none;
}
.sidebar.sidebar-main > ul > li ul li a:hover::before,
.sidebar.sidebar-main > ul > li ul li a:focus::before,
.sidebar.sidebar-main > ul > li ul li a:active::before {
  background: #63a22d;
}
.sidebar.sidebar-main > ul > li ul li a::before {
  background: #f2f2f2;
  border-radius: 100%;
  content: "";
  height: 9px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  width: 9px;
}
.sidebar.sidebar-main > ul > li ul li a.active {
  background: none;
  color: #63a22d;
  text-decoration: none;
}
.sidebar.sidebar-main > ul > li ul li a.active::before {
  background: #63a22d;
}
#block-summary {
  display: none;
}
form fieldset {
  padding: 0;
}
form .field._required label.label::after,
form .field.required label.label::after,
form .field._required label.label:after,
form .field.required label.label:after {
  font-size: 2rem;
}
aside.modal-popup {
  z-index: 10000;
}
aside.modal-popup + .modal-overlay {
  z-index: 9999;
}
body.account main#maincontent,
body[class*="checkout"] main#maincontent {
  margin-top: 120px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  body.account main#maincontent,
  body[class*="checkout"] main#maincontent {
    margin-top: 40px;
  }
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  text-transform: capitalize;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="url"],
.form input[type="tel"],
.form input[type="search"],
.form input[type="number"],
.form input[type="datetime"],
.form input[type="email"],
.form .input-text,
.form select {
  color: #333 !important;
}
.authentication-wrapper {
  margin-top: 0px;
}
#onepage-checkout-shipping-method-additional-load {
  margin-top: 40px;
}
.opc-block-summary .minicart-items-wrapper {
  max-height: initial;
}
#mess {
  margin-bottom: 20px !important;
}
.widget .text table {
  border: none;
}
.widget .text table td {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .widget .text table td {
    display: table-cell;
    width: initial;
    max-width: initial;
    min-width: initial;
  }
}
.authentication-wrapper .action.action-auth-toggle {
  background: #003a78;
  border-radius: 26px !important;
  color: white;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 22px;
  padding: 14px 17px;
  text-decoration: none;
  text-transform: uppercase;
}
.authentication-wrapper .action.action-auth-toggle:hover,
.authentication-wrapper .action.action-auth-toggle:active,
.authentication-wrapper .action.action-auth-toggle:focus {
  text-decoration: none;
  background-color: #63a22d;
}
.authentication-wrapper .authentication-dropdown {
  margin-top: 10px;
}
.authentication-wrapper .authentication-dropdown .action.action-login {
  border-radius: 26px !important;
}
.authentication-wrapper .authentication-dropdown .action.action-login:hover,
.authentication-wrapper .authentication-dropdown .action.action-login:active,
.authentication-wrapper .authentication-dropdown .action.action-login:focus {
  background: #63a22d;
  color: white;
}
.product.info.detailed {
  background-color: #f2f2f2;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  font-size: 1.6rem;
  padding: 30px;
}
.product.info.detailed .product.data.items {
  margin: 0px;
}
.product.info.detailed .product.data.items .item.title {
  margin-right: 10px;
}
.product.info.detailed .product.data.items .item.title a {
  background: white;
  border-radius: 26px;
  border: none;
  color: #003a78;
  display: inline-block;
  font-size: 1.5rem;
  transition: background 0.3s ease;
}
.product.info.detailed .product.data.items .item.title a span {
  color: inherit;
  font: inherit;
}
.product.info.detailed .product.data.items .item.title.active a {
  background: #003a78;
  color: white;
}
.product.info.detailed .product.data.items .item.content {
  background: none;
  border: none;
  font-size: 1.6rem;
  padding: 25px 0px 0px 0px;
}
.product.info.detailed .product.data.items .item.content a {
  text-decoration: underline;
}
.product.info.detailed .product.data.items .item.content a:hover,
.product.info.detailed .product.data.items .item.content a:focus {
  text-decoration: none;
}
.product.info.detailed .product.data.items .item.content .review-fieldset .review-legend {
  font-size: 2.2rem;
}
.product.info.detailed .product.data.items .item.content .review-fieldset .review-legend span,
.product.info.detailed .product.data.items .item.content .review-fieldset .review-legend strong {
  display: block;
}
.product.info.detailed .product.data.items .item.content .review-fieldset .review-legend span {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tab-panel {
  margin-bottom: 30px;
}
.tab-panel > strong {
  background: #00224d;
  color: white;
  display: inline-block;
  font-size: 2.2rem;
  padding: 10px 20px;
  text-transform: uppercase;
}
.tab-panel > div {
  background: #003a78;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 100%;
  padding: 20px;
}
.tab-panel > div > div {
  color: white;
  padding: 20px;
}
.tab-panel > div > div.tab-panel--image {
  padding: 0;
  text-align: center;
}
.tab-panel > div > div .action {
  border-radius: 26px !important;
  border: 1px solid white;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .tab-panel > div > div[class*="col-text-"] {
    column-count: 2;
    column-gap: 4rem;
  }
  .tab-panel > div > div.col-text-1 {
    column-count: 1;
  }
  .tab-panel > div > div.col-text-2 {
    column-count: 2;
  }
  .tab-panel > div > div.col-text-3 {
    column-count: 3;
  }
  .tab-panel > div > div.col-text-4 {
    column-count: 4;
  }
}
@media screen and (min-width: 768px) {
  .tab-panel.tab-panel--with_image > div {
    grid-template-columns: auto 75%;
  }
}
.cart-container .action,
#checkout .action,
#contact-form .action,
#payment .action,
#shipping .action,
.cart-discount .action,
.login-container .action,
.checkout-success .action,
.password.forget .action,
.password.reset .action {
  border-radius: 100px !important;
}
.cart-container .action.update,
#checkout .action.update,
#contact-form .action.update,
#payment .action.update,
#shipping .action.update,
.cart-discount .action.update,
.login-container .action.update,
.checkout-success .action.update,
.password.forget .action.update,
.password.reset .action.update,
.cart-container .action.primary,
#checkout .action.primary,
#contact-form .action.primary,
#payment .action.primary,
#shipping .action.primary,
.cart-discount .action.primary,
.login-container .action.primary,
.checkout-success .action.primary,
.password.forget .action.primary,
.password.reset .action.primary {
  background-color: #003a78;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 26px;
}
.cart-container .action.update:hover,
#checkout .action.update:hover,
#contact-form .action.update:hover,
#payment .action.update:hover,
#shipping .action.update:hover,
.cart-discount .action.update:hover,
.login-container .action.update:hover,
.checkout-success .action.update:hover,
.password.forget .action.update:hover,
.password.reset .action.update:hover,
.cart-container .action.primary:hover,
#checkout .action.primary:hover,
#contact-form .action.primary:hover,
#payment .action.primary:hover,
#shipping .action.primary:hover,
.cart-discount .action.primary:hover,
.login-container .action.primary:hover,
.checkout-success .action.primary:hover,
.password.forget .action.primary:hover,
.password.reset .action.primary:hover,
.cart-container .action.update:active,
#checkout .action.update:active,
#contact-form .action.update:active,
#payment .action.update:active,
#shipping .action.update:active,
.cart-discount .action.update:active,
.login-container .action.update:active,
.checkout-success .action.update:active,
.password.forget .action.update:active,
.password.reset .action.update:active,
.cart-container .action.primary:active,
#checkout .action.primary:active,
#contact-form .action.primary:active,
#payment .action.primary:active,
#shipping .action.primary:active,
.cart-discount .action.primary:active,
.login-container .action.primary:active,
.checkout-success .action.primary:active,
.password.forget .action.primary:active,
.password.reset .action.primary:active,
.cart-container .action.update:focus,
#checkout .action.update:focus,
#contact-form .action.update:focus,
#payment .action.update:focus,
#shipping .action.update:focus,
.cart-discount .action.update:focus,
.login-container .action.update:focus,
.checkout-success .action.update:focus,
.password.forget .action.update:focus,
.password.reset .action.update:focus,
.cart-container .action.primary:focus,
#checkout .action.primary:focus,
#contact-form .action.primary:focus,
#payment .action.primary:focus,
#shipping .action.primary:focus,
.cart-discount .action.primary:focus,
.login-container .action.primary:focus,
.checkout-success .action.primary:focus,
.password.forget .action.primary:focus,
.password.reset .action.primary:focus {
  background-color: #63a22d;
  border-color: #63a22d;
  color: white;
}
.cart-container .action.update,
.cart-container .action.primary {
  background-color: #63a22d;
  border: none;
}
.form.password.reset .actions-toolbar {
  margin-top: 20px;
}
.form.password.forget .fieldset:after {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cart-discount .actions-toolbar {
  padding-left: 2rem;
}
.cart-discount .actions-toolbar .action {
  border-radius: 26px !important;
}
.cart-discount .actions-toolbar .action.primary {
  background-color: #003a78;
  border-radius: 26px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 26px;
}
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.primary:focus {
  background-color: #63a22d;
  border-color: #63a22d;
  color: white;
}
.shipping-information {
  display: block;
  grid-template-columns: auto auto;
  line-height: 1.6;
  padding-bottom: 2rem;
}
.shipping-information .ship-to .shipping-information-title > span,
.shipping-information .ship-via .shipping-information-title > span {
  font-size: 2.6rem;
}
.shipping-information .ship-to .shipping-information-title button,
.shipping-information .ship-via .shipping-information-title button {
  background-color: #003a78;
  border-radius: 26px;
  color: white;
  float: right;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 20px;
  margin-top: 4px;
  padding: 6px 14px;
}
.shipping-information .ship-to .shipping-information-title button:hover,
.shipping-information .ship-via .shipping-information-title button:hover,
.shipping-information .ship-to .shipping-information-title button:active,
.shipping-information .ship-via .shipping-information-title button:active,
.shipping-information .ship-to .shipping-information-title button:focus,
.shipping-information .ship-via .shipping-information-title button:focus {
  background-color: #63a22d;
  border-color: #63a22d;
  color: white;
}
#coupon_code {
  color: #003a78;
}
label[for="newsletter-subscribe"] {
  font-size: 1.4rem;
}
.free-shipping-bar > span a {
  background: url("../images/icons/close-dark.svg") no-repeat center center;
  background-size: 50% 50%;
  border-radius: 100%;
  border: 1px solid #666;
  display: inline-block;
  color: #666;
  height: 2.4rem;
  margin-top: 5px !important;
  text-align: center;
  text-indent: -99999%;
  width: 2.4rem;
}
.free-shipping-bar > span a:hover,
.free-shipping-bar > span a:focus {
  text-decoration: underline;
}
.page.messages,
.messages {
  color: #666;
  font-size: 1.6rem;
}
.messages .message.error {
  font-size: 1.6rem;
}
.totals-tax-details {
  display: table-row !important;
}
@keyframes submenu-slide-in {
  from {
    transform: translateX(-100vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes submenu-slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
@media (min-width: 768px) {
  .cms-page-view .page-main .columns.columns-two .sidebar-main ul li.back-submenu,
  .cms-page-view .page-main .columns.columns-two .sidebar-main ul li.back-submenu {
    display: none;
  }
}
.product-sectors-list {
  display: none;
}
@media (max-width: 767px) {
  body.cms-page-view .page-main .columns.columns-two .sidebar-main,
  body.page-products .page-main .columns.columns-two .sidebar-main,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main {
    float: none;
    width: 100%;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul,
  body.page-products .page-main .columns.columns-two .sidebar-main ul,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul {
    background: #003a78;
    bottom: 0;
    display: block;
    left: 0;
    margin-top: 0;
    opacity: 0;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100vw);
    z-index: 2;
    /*ul {
                            height: 0;
                            //overflow: hidden;
                            position: relative;
                        }*/
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.hide,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.hide,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.hide {
    /*animation-duration: .5s;
                            animation-name: submenu-slide-out;
                            animation-fill-mode: forwards;*/
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show {
    height: auto;
    opacity: 1;
    position: absolute !important;
    transform: translateX(0vw);
    padding-top: 250px;
    transition: none;
    height: 100%;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show:before,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show:before,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show:before {
    background-image: linear-gradient(#003a78, rgba(0, 0, 0, 0));
    bottom: 25%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li {
    margin-bottom: 0;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li div a,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li div a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li div a,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li span a,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li span a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li span a {
    background: none;
    border-bottom: 1px solid #003a78;
    border-radius: unset;
    color: white;
    display: block;
    font-size: 1.6rem;
    padding: 15px 40px;
    text-transform: uppercase;
    border-top: 2px solid #00224d;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li div a:hover,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li div a:hover,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li div a:hover,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li span a:hover,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li span a:hover,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li span a:hover,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li div a:focus,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li div a:focus,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li div a:focus,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li span a:focus,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li span a:focus,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li span a:focus {
    background: none;
    color: white;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li div a:before,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li div a:before,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li div a:before,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li span a:before,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li span a:before,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li span a:before {
    display: none;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li div a:active,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li div a:active,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li div a:active,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li span a:active,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li span a:active,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li span a:active,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li div a.active,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li div a.active,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li div a.active,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li span a.active,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li span a.active,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li span a.active {
    background: #63a22d;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li.back-submenu div a,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li.back-submenu div a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li.back-submenu div a,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li.back-submenu span a,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li.back-submenu span a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li.back-submenu span a {
    background: url("../images/icons/left-arrow-white.svg") no-repeat 3rem center;
    background-color: #003a78;
    background-size: 1rem;
    padding-left: 70px;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li ul div a,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li ul div a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li ul div a,
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li ul span a,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li ul span a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li ul span a {
    font-weight: normal;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li li,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li li,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li li {
    background-color: #002d67;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show li li div a,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show li li div a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show li li div a {
    padding: 10px 15px 10px 30px !important;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main ul.show .has-submenu > div a,
  body.page-products .page-main .columns.columns-two .sidebar-main ul.show .has-submenu > div a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main ul.show .has-submenu > div a {
    background: url("../images/icons/right-arrow-white.svg") no-repeat 92% center;
    background-size: 1rem;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main .close-submenu,
  body.page-products .page-main .columns.columns-two .sidebar-main .close-submenu,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main .close-submenu {
    position: relative;
  }
  body.cms-page-view .page-main .columns.columns-two .sidebar-main .close-submenu a,
  body.page-products .page-main .columns.columns-two .sidebar-main .close-submenu a,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .sidebar-main .close-submenu a {
    background: url("../images/icons/close.svg") no-repeat 92% center;
    background-color: #003a78;
    background-size: 2rem;
    display: block;
    padding: 1.5rem 0;
  }
  body.cms-page-view .page-main .columns.columns-two .column.main,
  body.page-products .page-main .columns.columns-two .column.main,
  body.page-layout-catalog-product-offline .page-main .columns.columns-two .column.main {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  body.page-products .columns.columns-two {
    padding-top: 0;
  }
  .cms-page-view.page-sticky .page-main .columns.columns-two .sidebar-main ul.show {
    padding-top: 200px;
    height: 100%;
  }
  .cms-page-view #maincontent,
  .cms-page-view .page-main {
    position: inherit;
  }
  .mega-menu-item-single-column.active .dropdown-menu strong {
    display: none !important;
  }
  .mega-menu-item-single-column.active .dropdown-menu ul {
    display: block !important;
    margin-top: -2px !important;
  }
  .active-last > a {
    color: #63a22d !important;
  }
}
.btn-show-hide-submenu {
  background: #63a22d;
  border: none;
  border-radius: 23px;
  color: white;
  display: none;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
  padding: 13px 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .btn-show-hide-submenu {
    display: block;
  }
}
.btn-show-hide-submenu:hover,
.btn-show-hide-submenu:focus {
  background: #f2f2f2;
  color: #acacac;
  text-decoration: none;
}
.btn-show-hide-submenu:visited {
  color: white;
}
.action.submit {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 26px;
}
label.hide {
  display: none !important;
}
#searching input[type="text"] {
  color: white !important;
  width: 50%;
}
@media (max-width: 649px) {
  .column.main .product-items tr:nth-child(even) {
    border-bottom: 30px solid;
    border-color: transparent;
  }
  .column.main .product-items tr th,
  .column.main .product-items tr td {
    display: block;
    max-width: initial !important;
    width: initial !important;
    border: 0px;
  }
  .column.main .product-items tr td:nth-child(2),
  .column.main .product-items tr td:nth-child(3) {
    text-align: center;
    padding: 20px;
  }
  .column.main .product-items tr th:nth-child(n + 2) {
    display: none;
  }
  .column.main .product-items tr td ul {
    display: block !important;
  }
  .column.main .product-items tr td ul li {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .page-products .sorter {
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .filter.active .filter-options {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .products-related .owl-carousel .owl-nav button.owl-prev,
  .products-related .owl-carousel .owl-nav button.owl-next {
    width: 25px;
  }
  .products-related .owl-carousel .owl-nav button.owl-prev {
    left: -15%;
  }
  .products-related .owl-carousel .owl-nav button.owl-next {
    right: -15%;
  }
}
@media only screen and (max-width: 768px) {
  .page-with-filter #maincontent {
    position: inherit;
  }
  .page-with-filter .page-main .columns {
    position: inherit;
  }
  .page-products .page-main .columns.columns-two .column.main {
    width: 100% !important;
    padding-left: 0px !important;
  }
}
#hero-slider {
  max-width: 100%;
}
#hero-slider .item {
  position: relative;
}
#checkout .continue-shopping,
.cart-container .continue-shopping {
  text-align: center;
}
#checkout .continue-shopping a,
.cart-container .continue-shopping a {
  background: #f5f5f5;
  border-radius: 26px !important;
  color: #00224d;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 22px;
  padding: 14px 26px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
#checkout .continue-shopping a:hover,
.cart-container .continue-shopping a:hover {
  background: #63a22d;
  color: white;
}
.cart-summary-outer {
  width: 100%;
}
.cart-summary-outer #block-discount {
  margin-bottom: 20px;
}
.cart-summary-outer #block-discount .primary {
  width: 100%;
}
.cart-summary-outer #block-discount .primary button {
  width: 100%;
}
.cart-summary-outer .cart-summary {
  width: 100%;
}
.cart-summary-outer #discount-coupon-form .label {
  display: none;
}
@media screen and (min-width: 768px) {
  .cart-summary-outer {
    width: 25%;
    float: right;
  }
  .cart-summary-outer .cart-summary {
    width: 100%;
    z-index: 1;
  }
}
#checkout #block-discount-heading,
.cart-container #block-discount-heading {
  padding-bottom: 10px;
  color: #003a78;
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  border-radius: 0 !important;
  text-align: center;
  cursor: pointer;
}
#checkout #block-discount-heading:hover,
.cart-container #block-discount-heading:hover {
  text-decoration: underline;
}
#checkout #block-discount-heading::after,
.cart-container #block-discount-heading::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#checkout ._active #block-discount-heading::after,
.cart-container ._active #block-discount-heading::after {
  content: '\e621';
}
#checkout #opc-sidebar #block-discount-heading {
  padding-bottom: 10px;
  color: #003a78;
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  border-radius: 0 !important;
  text-align: center;
  cursor: pointer;
}
#checkout #opc-sidebar #block-discount-heading:hover {
  text-decoration: underline;
}
#checkout #opc-sidebar #block-discount-heading::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#checkout #opc-sidebar ._active #block-discount-heading::after {
  content: '\e621';
}
#checkout .shipping-information .ship-to .action-edit,
#checkout .shipping-information .ship-via .action-edit {
  margin: 0;
  margin-top: -10px;
}
#checkout .shipping-information .ship-to .action-edit::before,
#checkout .shipping-information .ship-via .action-edit::before {
  color: white;
}
.cart-container .action.update {
  background-color: #003a78 !important;
}
.cart-container .action.update:hover {
  background-color: #63a22d !important;
}
#checkout-step-shipping_method .action.continue,
#checkout-step-shipping_method .action.checkout {
  background-color: #63a22d !important;
}
#checkout-step-shipping_method .action.continue:hover,
#checkout-step-shipping_method .action.checkout:hover {
  background-color: #003a78 !important;
}
#payment .action.checkout,
#checkout-step-shipping_method .action.checkout {
  background-color: #63a22d !important;
}
#payment .action.checkout:hover,
#checkout-step-shipping_method .action.checkout:hover {
  background-color: #003a78 !important;
}
#registration .action.primary {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 100px !important;
}
#registration .action.primary:hover {
  background-color: #003a78;
}
.payment-option.discount-code {
  display: none;
  visibility: hidden;
}
#opc-sidebar .discount-form {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .custom-slide_show #opc-sidebar {
    padding-top: 250px;
  }
  .cart.table-wrapper .item-info .item .col.item,
  .cart.table-wrapper .item-info .col.qty,
  .cart.table-wrapper .item-info .col.price,
  .cart.table-wrapper .item-info .col.subtotal,
  .cart.table-wrapper .item-info .col.msrp {
    box-sizing: inherit;
    display: table-cell;
    float: revert;
    white-space: initial;
    width: auto;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .cart.table-wrapper .item-info .col.item {
    padding: 20px 11px 10px;
  }
  .cart.table-wrapper .item-info .col.item .product-image-photo {
    display: none;
  }
}
.hero-slider {
  width: 100% !important;
  padding: 0 !important;
  margin-top: -10px !important;
}
.hero-slider .owl-dots {
  position: absolute;
  margin-top: 0 !important;
  box-shadow: 0 0 black;
  width: 100%;
  bottom: 30px;
}
.hero-slider .block-promo-hp-banner {
  margin-left: 0;
  margin-right: 0;
}
.hero-slider .owl-nav button.owl-prev {
  left: 0px !important;
  background: url(../images/icons/left-arrow-white.svg) center center / 44% no-repeat !important;
  transform: scale(0.8);
}
.hero-slider .owl-nav button.owl-next {
  right: 0px !important;
  background: url(../images/icons/right-arrow-white.svg) center center / 44% no-repeat !important;
  transform: scale(0.8);
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .hero-slider .hero-image img {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-slider .owl-dots {
    bottom: 0px;
  }
  .hero-slider .owl-nav button.owl-prev {
    left: -30px !important;
    background: url(../images/icons/less-than.svg) center center / 44% no-repeat !important;
  }
  .hero-slider .owl-nav button.owl-next {
    right: -30px !important;
    background: url(../images/icons/greater-than.svg) center center / 44% no-repeat !important;
  }
  .hero-slider .owl-nav button.owl-prev,
  .hero-slider .owl-nav button.owl-next {
    width: 30px;
  }
  .hero-slider .hero-block .hero-container {
    width: 95%;
  }
}
.active-last > a {
  color: #63a22d !important;
}
/* product back links */
.action.secondary.product-back-link {
  display: inline-flex;
  align-items: center;
  border-radius: 50px !important;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0.8rem 2.5rem;
  font-weight: 300;
  background: #003a78 !important;
  color: #fff !important;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .action.secondary.product-back-link {
    margin-top: 25px;
  }
}
.action.secondary.product-back-link:before {
  content: url(../images/icons/left-arrow-white.svg);
  display: block;
  width: 9px;
  height: 15px;
  margin-right: 1rem;
}
/* Create account form */
.customer-account-create h1,
.customer-account-create h2,
.customer-account-create h3,
.customer-account-create h4,
.customer-account-create h5,
.customer-account-create h6 {
  margin-bottom: 10px;
}
.customer-account-create .submit {
  border-radius: 100px !important;
}
.account .action {
  border-radius: 100px !important;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 26px;
}
/* Sidebar show/hide css */
@media screen and (min-width: 768px) {
  .page-layout-2columns-left .has-submenu.show ul {
    display: inherit;
  }
  .page-layout-2columns-left .has-submenu.show > .block-cms-link a {
    background: #63a22d;
    color: white;
  }
  .page-layout-2columns-left .has-submenu.hide ul {
    display: none;
  }
}
.hidden-on-desktop-show-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hidden-on-desktop-show-mobile {
    display: block !important;
  }
}
.show-on-desktop {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .show-on-desktop {
    display: none !important;
  }
}
.show-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .show-on-mobile {
    display: block !important;
  }
}