/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Bold';
  src: url('../fonts/Barlow/Barlow-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Semi-Bold';
  src: url('../fonts/Barlow/Barlow-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Magenable
 *
 * @category    Magenable
 * @package     Magenable_TopBarNotification
 * @copyright   Copyright (c) Magenable (https://magenable.com.au/)
 */
.top-bar-notification {
  position: relative;
}
.top-bar-notification.tbn-type-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0;
}
.top-bar-notification.tbn-type-html {
  min-height: 30px;
}
.top-bar-notification.hidden {
  display: none;
}
.top-bar-notification .tbn-close-btn {
  background: url('..//Magenable_TopBarNotification/images/icon-close.png') no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/**
 * 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%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Barlow";
}
label {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
input[type="text"],
input[type="email"],
select,
input[type="password"],
input[type="tel"] {
  height: 50px !important;
  border-radius: 5px;
  border: 1px solid #e0e0e0 !important;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  select,
  input[type="password"],
  input[type="tel"] {
    height: 42px !important;
  }
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  outline: none;
  box-shadow: none !important;
}
input[type="checkbox"],
input[type="radio"] {
  height: auto !important;
  accent-color: #c4143b;
  width: 15px;
  height: 15px;
  top: 3px;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
  box-shadow: none;
}
/* Top notification bar */
.top-bar-notification {
  background-color: #c4143b;
  color: #fff;
  text-align: center;
  padding: 9px 12px;
  position: relative;
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.top-bar-notification .top-bar-container {
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  /* Link styling */
  /* Close button */
}
.top-bar-notification .top-bar-container a.signup-top-bar {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}
.top-bar-notification .top-bar-container .tbn-close-btn {
  display: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  background: url(../images/close-icon.png) no-repeat;
  width: 20px;
  height: 20px;
}
.page-wrapper .page-header .header.content {
  background-color: #231f20;
  /* Dark gray/black background */
  margin: 0;
  padding: 0 80px;
  max-width: 1480px;
  width: 100%;
  max-width: 100%;
}
.page-wrapper .page-header .header.content .wespac-header {
  display: flex;
  align-items: center;
  position: relative;
  max-height: 80px;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  /* Logo styles */
  /* Search */
  /*authorization */
}
.page-wrapper .page-header .header.content .wespac-header .logo {
  width: auto;
  height: 100%;
  max-height: 120px;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 30px;
  position: static;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink {
  display: flex;
  align-items: center;
  gap: 20px;
  /* Shop Category link */
  /*Other links */
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections {
  background: none;
  margin-bottom: 0;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation {
  background: none;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu {
  padding: 0;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item a.ui-menu-item-wrapper {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item:last-child {
  margin-right: 16px;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu {
  border-radius: 5px;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu ul {
  left: 101% !important;
  right: auto;
  width: auto;
  top: 0 !important;
  min-width: initial;
  max-width: 160px;
  width: 100%;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu li.ui-menu-item a.ui-menu-item-wrapper {
  color: #000 !important;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul li {
  margin-right: 20px;
  margin-bottom: 0;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul li a:hover {
  text-decoration: underline;
}
.page-wrapper .page-header .header.content .wespac-header .block-search {
  max-width: 270px;
  width: 100% !important;
  margin-right: 13px;
}
.page-wrapper .page-header .header.content .wespac-header .block-search .form.minisearch .field.search input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 62px;
  background: #f9f9f9;
  padding: 10px;
  width: 100%;
  padding: 12px 16px;
  height: 48px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 500;
  padding-left: 40px;
  margin-top: -4px;
  padding: 8px 16px;
  height: 45px;
  padding-left: 48px;
}
.page-wrapper .page-header .header.content .wespac-header .block-search .form.minisearch .field.search input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrapper .page-header .header.content .wespac-header .block-search .form.minisearch .actions .action.search {
  opacity: 1 !important;
  position: absolute;
  left: 31px;
  width: auto;
  right: auto;
  text-align: left;
  top: 5px !important;
}
.page-wrapper .page-header .header.content .wespac-header .block-search .form.minisearch .actions .action.search::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.7958 20.2041L17.3436 15.75C18.6785 14.0104 19.3018 11.8282 19.0869 9.64607C18.872 7.4639 17.8352 5.44516 16.1866 3.99937C14.538 2.55357 12.4013 1.78899 10.2097 1.86071C8.01817 1.93244 5.93595 2.8351 4.38546 4.38559C2.83497 5.93608 1.93231 8.0183 1.86058 10.2098C1.78886 12.4014 2.55344 14.5382 3.99924 16.1867C5.44503 17.8353 7.46377 18.8722 9.64594 19.087C11.8281 19.3019 14.0103 18.6787 15.7499 17.3438L20.2058 21.8006C20.3105 21.9053 20.4347 21.9883 20.5714 22.0449C20.7081 22.1016 20.8547 22.1307 21.0027 22.1307C21.1507 22.1307 21.2972 22.1016 21.434 22.0449C21.5707 21.9883 21.6949 21.9053 21.7996 21.8006C21.9042 21.696 21.9872 21.5717 22.0439 21.435C22.1005 21.2983 22.1296 21.1517 22.1296 21.0037C22.1296 20.8558 22.1005 20.7092 22.0439 20.5725C21.9872 20.4358 21.9042 20.3115 21.7996 20.2069L21.7958 20.2041ZM4.12487 10.5C4.12487 9.23915 4.49876 8.0066 5.19925 6.95824C5.89975 5.90988 6.89539 5.09278 8.06026 4.61027C9.22514 4.12776 10.5069 4.00151 11.7436 4.2475C12.9802 4.49348 14.1161 5.10064 15.0077 5.9922C15.8992 6.88376 16.5064 8.01967 16.7524 9.2563C16.9984 10.4929 16.8721 11.7747 16.3896 12.9396C15.9071 14.1045 15.09 15.1001 14.0416 15.8006C12.9933 16.5011 11.7607 16.875 10.4999 16.875C8.80965 16.8733 7.18915 16.2011 5.99398 15.0059C4.79882 13.8107 4.12661 12.1902 4.12487 10.5Z" fill="black" fill-opacity="0.4"/></svg>');
  width: 24px;
  height: 24px;
  background-position: left top;
  margin-top: 5px;
}
.page-wrapper .page-header .header.content .wespac-header .minicart-wrapper {
  right: 35px;
}
.page-wrapper .page-header .header.content .wespac-header .minicart-wrapper .action.showcart:before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M7.34973 5.83333H24.5L22.1667 14H8.60616M23.3333 18.6667H9.33333L7 3.5H3.5M10.5 23.3333C10.5 23.9777 9.97767 24.5 9.33333 24.5C8.689 24.5 8.16667 23.9777 8.16667 23.3333C8.16667 22.689 8.689 22.1667 9.33333 22.1667C9.97767 22.1667 10.5 22.689 10.5 23.3333ZM23.3333 23.3333C23.3333 23.9777 22.811 24.5 22.1667 24.5C21.5223 24.5 21 23.9777 21 23.3333C21 22.689 21.5223 22.1667 22.1667 22.1667C22.811 22.1667 23.3333 22.689 23.3333 23.3333Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 28px;
  height: 28px;
  background-size: 100%;
  color: #fff;
}
.page-wrapper .page-header .header.content .wespac-header .minicart-wrapper .action.showcart .counter.qty {
  background: #c4143b;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.page-wrapper .page-header .header.content .wespac-header .link.authorization-link {
  list-style: none;
  order: 5;
  margin-top: 2px;
}
.page-wrapper .page-header .header.content .wespac-header .link.authorization-link .account-dropdown {
  position: absolute;
  right: -50px;
  background-color: #fff;
  z-index: 99;
  top: 100%;
  border: 1px solid #c4143b;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(196, 20, 59, 0.2);
  min-width: 150px;
  padding: 15px 5px;
}
@media (max-width: 1479px) {
  .page-wrapper .page-header .header.content .wespac-header .link.authorization-link .account-dropdown {
    right: -13px;
  }
}
@media (max-width: 1199px) {
  .page-wrapper .page-header .header.content .wespac-header .link.authorization-link .account-dropdown {
    top: 45px;
  }
}
@media (max-width: 479px) {
  .page-wrapper .page-header .header.content .wespac-header .link.authorization-link .account-dropdown {
    top: 45px;
    padding: 8px 0;
  }
}
.page-wrapper .page-header .header.content .wespac-header .link.authorization-link .account-dropdown .dropdown-content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 7px;
  border: 0;
  width: 100%;
}
.page-wrapper .page-header .header.content .wespac-header .link.authorization-link .account-dropdown .dropdown-content a.dropdown-link {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3px 16px;
}
@media (max-width: 479px) {
  .page-wrapper .page-header .header.content .wespac-header .link.authorization-link .account-dropdown .dropdown-content a.dropdown-link {
    font-size: 16px;
  }
}
.navigation .level0 .submenu li.parent > a > .ui-menu-icon {
  right: 20px !important;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  border-radius: 50%;
  right: -10px;
  top: -8px;
  width: 20px;
  height: 20px;
  line-height: normal;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
/* Responsive adjustments */
@media (max-width: 1469px) {
  .top-bar-notification {
    padding: 9px 0;
  }
  .page-wrapper .page-header .header.content {
    padding: 0 15px;
  }
  .page-wrapper .page-header .header.content .wespac-header {
    /* authorization */
  }
  .page-wrapper .page-header .header.content .wespac-header .link.authorization-link {
    margin-left: 0;
  }
}
@media (max-width: 1365px) {
  .page-wrapper .page-header .header.content .wespac-header .block-search {
    max-width: 260px;
  }
}
@media (max-width: 1199px) {
  .page-wrapper .page-header .minicart-wrapper {
    position: absolute !important;
    right: 38px !important;
    margin-top: 0 !important;
    top: 26px;
  }
  .page-wrapper .page-header .link.authorization-link {
    top: 22px;
    position: absolute;
    right: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header {
    display: block;
    /* Logo styles */
    /*Other links */
    /* minicart */
    /* Search */
  }
  .page-wrapper .page-header .header.content .wespac-header .logo {
    max-width: 120px;
    margin-top: 0px;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink {
    padding-top: 25px;
  }
  .page-wrapper .page-header .header.content .wespac-header .westpac-other-links ul li {
    margin-right: 10px;
  }
  .page-wrapper .page-header .header.content .wespac-header .minicart-wrapper {
    margin-left: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header .block-search {
    margin-top: 50px;
    background: none;
    border-radius: 30px;
    padding-right: 0;
    max-width: 100%;
    margin-top: 40px;
    position: relative;
    margin-right: 0;
    z-index: 1;
  }
  .page-wrapper .page-header .header.content .wespac-header .block-search .block.block-content .form.minisearch .field.search .control {
    border: none;
    margin: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header .block-search .block.block-content .form.minisearch .field.search .control input {
    position: relative;
    top: -30px;
    left: auto;
    padding-left: 45px;
    margin-bottom: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header .block-search .block.block-content .form.minisearch .actions .action.search {
    top: -25px !important;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item {
    line-height: normal;
    height: auto;
  }
}
@media (max-width: 991px) {
  .page-wrapper .page-header {
    margin-bottom: 0;
    border-bottom: none;
  }
  .page-wrapper .page-header .header.content {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .page-wrapper .page-header .header.content .wespac-header {
    display: block;
    /* minicart */
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink {
    display: flex;
    align-items: center;
    gap: 20px;
    /* Shop Category link */
    /*Other links */
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections {
    background: none;
    margin-bottom: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content {
    padding-top: 0;
    margin-left: -30px;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation {
    background: none;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu {
    padding: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item {
    height: auto;
    line-height: auto;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item a.ui-menu-item-wrapper {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item:last-child {
    margin-right: 16px;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu {
    transition: all ease-in-out 0.4s;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu li.ui-menu-item a.ui-menu-item-wrapper {
    color: #000 !important;
    font-weight: 400;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul li {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul li a:hover {
    text-decoration: underline;
  }
  .page-wrapper .page-header .header.content .wespac-header .minicart-wrapper {
    position: absolute;
    right: 0;
    top: 24px;
  }
}
@media (max-width: 769px) {
  .top-bar-notification {
    font-size: 12px;
    padding: 12px;
  }
  .top-bar-notification .top-bar-container .tbn-close-btn {
    display: none;
  }
  .page-wrapper .page-header .header.content {
    padding-bottom: 45px;
  }
  .page-wrapper .page-header .header.content .wespac-header {
    /* logo */
    /* Navigation and other links */
    /* authorization */
    /* minicart */
  }
  .page-wrapper .page-header .header.content .wespac-header .action.nav-toggle::before {
    color: #fff;
  }
  .page-wrapper .page-header .header.content .wespac-header .logo {
    float: none;
    margin: 0 auto !important;
  }
  .page-wrapper .page-header .header.content .wespac-header .logo img {
    margin: 0 auto;
    margin-top: 9px;
    max-width: 100px;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 0;
    /*Other links */
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections {
    background: #c4143b;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content {
    padding-top: 50px;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item:last-child {
    height: auto;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu li.ui-menu-item a.ui-menu-item-wrapper {
    color: #fff !important;
    border: none;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu li.ui-menu-item .submenu.ui-menu.level1 {
    padding-left: 20px;
    max-width: 100%;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu ul {
    left: auto !important;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item.level0 {
    border-bottom: 1px solid #ff8989;
    padding: 14px 0;
    margin-bottom: 0;
    border-top: none !important;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .custom-mobile-menus {
    display: none;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .custom-mobile-menus .mobile-links li {
    border-bottom: 1px solid #ff8989;
    padding: 20px 0;
    margin-bottom: 0;
    border-top: none !important;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .custom-mobile-menus .mobile-links li a {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-left: 12px;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links {
    display: none;
  }
  .page-wrapper .page-header .header.content .wespac-header .block.block-search {
    margin-top: 15px;
    max-width: 100%;
    background: none;
    border-radius: 30px;
    padding-right: 0;
    position: relative;
    margin-right: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header .block.block-search .form.minisearch .field.search .label {
    float: none;
  }
  .page-wrapper .page-header .header.content .wespac-header .block.block-search .form.minisearch .field.search .label:before {
    z-index: 3;
    position: absolute;
    left: 30px;
    margin-top: -10px;
    content: "";
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.7958 20.2041L17.3436 15.75C18.6785 14.0104 19.3018 11.8282 19.0869 9.64607C18.872 7.4639 17.8352 5.44516 16.1866 3.99937C14.538 2.55357 12.4013 1.78899 10.2097 1.86071C8.01817 1.93244 5.93595 2.8351 4.38546 4.38559C2.83497 5.93608 1.93231 8.0183 1.86058 10.2098C1.78886 12.4014 2.55344 14.5382 3.99924 16.1867C5.44503 17.8353 7.46377 18.8722 9.64594 19.087C11.8281 19.3019 14.0103 18.6787 15.7499 17.3438L20.2058 21.8006C20.3105 21.9053 20.4347 21.9883 20.5714 22.0449C20.7081 22.1016 20.8547 22.1307 21.0027 22.1307C21.1507 22.1307 21.2972 22.1016 21.434 22.0449C21.5707 21.9883 21.6949 21.9053 21.7996 21.8006C21.9042 21.696 21.9872 21.5717 22.0439 21.435C22.1005 21.2983 22.1296 21.1517 22.1296 21.0037C22.1296 20.8558 22.1005 20.7092 22.0439 20.5725C21.9872 20.4358 21.9042 20.3115 21.7996 20.2069L21.7958 20.2041ZM4.12487 10.5C4.12487 9.23915 4.49876 8.0066 5.19925 6.95824C5.89975 5.90988 6.89539 5.09278 8.06026 4.61027C9.22514 4.12776 10.5069 4.00151 11.7436 4.2475C12.9802 4.49348 14.1161 5.10064 15.0077 5.9922C15.8992 6.88376 16.5064 8.01967 16.7524 9.2563C16.9984 10.4929 16.8721 11.7747 16.3896 12.9396C15.9071 14.1045 15.09 15.1001 14.0416 15.8006C12.9933 16.5011 11.7607 16.875 10.4999 16.875C8.80965 16.8733 7.18915 16.2011 5.99398 15.0059C4.79882 13.8107 4.12661 12.1902 4.12487 10.5Z" fill="black" fill-opacity="0.4"/></svg>');
    width: 24px;
    height: 24px;
    background-position: left top;
  }
  .page-wrapper .page-header .header.content .wespac-header .block.block-search .form.minisearch .field.search input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 62px;
    background: #f9f9f9;
    padding: 10px;
    width: 100%;
    padding: 12px 16px;
    height: 48px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    margin-top: -4px;
    padding: 8px 16px;
    height: 45px;
    padding-left: 48px;
  }
  .page-wrapper .page-header .header.content .wespac-header .block.block-search .form.minisearch .field.search input::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .page-wrapper .page-header .header.content .wespac-header .link.authorization-link {
    top: 22px;
    position: absolute;
    right: 0;
  }
  .page-wrapper .page-header .header.content .wespac-header .minicart-wrapper {
    position: absolute !important;
    top: 24px;
    margin-top: 0;
    right: 35px;
  }
}
@media (max-width: 769px) and (max-width: 768px) {
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .custom-mobile-menus {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  body .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu {
    min-width: initial;
    max-width: 100%;
  }
  body .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu li {
    width: 100%;
  }
  body .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu.ui-menu li a {
    background: none;
    padding: 10px 20px !important;
    font-weight: 600;
    font-size: 16px;
  }
  body .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .close-button-mob {
    display: block;
    text-align: right;
    padding: 10px 25px;
    margin-top: 14px;
    margin-right: 10px;
    right: 50px;
  }
  body .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .nav-sections .nav-sections-items .close-button-mob i.fa.fa-close::before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M7 7L21 21M21 7L7 21" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 7px;
    right: 6px;
  }
}
footer.page-footer {
  background-color: #121212;
  color: #fff;
  padding: 50px 0px;
}
@media (max-width: 1199px) {
  footer.page-footer {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  footer.page-footer {
    margin-top: 0;
  }
}
footer.page-footer .footer.content {
  display: block;
  text-align: center;
  padding: 0;
}
footer.page-footer .footer.content .footer-logo {
  min-width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer.page-footer .footer.content .footer-logo {
    margin-bottom: 30px;
    border-bottom: none;
  }
}
footer.page-footer .footer.content .footer-logo img {
  max-width: 171px;
  margin-bottom: 15px;
  max-height: 90px;
}
@media (max-width: 768px) {
  footer.page-footer .footer.content .footer-logo img {
    max-height: 80px;
  }
}
footer.page-footer .footer.content .footer-logo .footer-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
footer.page-footer .footer.content .footer-quick-links {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer.page-footer .footer.content .footer-quick-links {
    margin-bottom: 30px;
    border-bottom: none;
  }
}
footer.page-footer .footer.content .footer-quick-links .footer-link-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 0;
}
footer.page-footer .footer.content .footer-quick-links ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1199px) {
  footer.page-footer .footer.content .footer-quick-links ul {
    flex-wrap: wrap;
  }
}
footer.page-footer .footer.content .footer-quick-links ul li {
  margin-bottom: 10px;
}
footer.page-footer .footer.content .footer-quick-links ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: color 0.3s;
}
footer.page-footer .footer.content .footer-quick-links ul li a:hover {
  color: #fff;
}
footer.page-footer .footer.content .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}
footer.page-footer .footer.content .social-icons .social-icon {
  width: 30px;
  height: 30px;
  background-color: #292929;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.copyright {
  background: #292929;
  color: #7D7D7D;
  text-align: center;
  font-family: Barlow;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links a.active-link {
  color: #C4143B;
  text-decoration: underline;
}
.my-custom-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.my-custom-container .breadcrumbs {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}
.my-custom-container .breadcrumbs a {
  color: #231F20;
}
.my-custom-container .breadcrumbs ul li {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.my-custom-container .breadcrumbs ul li::after {
  line-height: 23px !important;
}
@media (max-width: 768px) {
  .my-custom-container .breadcrumbs {
    display: block;
  }
}
@media (max-width: 375px) {
  .my-custom-container .breadcrumbs {
    width: 52%;
  }
}
.cms-index-index #maincontent .columns .column.main {
  padding-bottom: 0;
}
.cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-poster-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-poster-content .westpac-banner-one-content {
  position: relative;
  max-width: 730px;
  /* Main heading */
}
.cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-poster-content .westpac-banner-one-content h3 {
  color: #fff;
  font-family: "Barlow Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-poster-content .westpac-banner-one-content p {
  color: #f9f9f9;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 30px 0;
}
.cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-poster-content .pagebuilder-slide-button.pagebuilder-button-primary {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 161px;
  max-height: 60px;
  padding: 13px 23px;
  border-radius: 5px;
  border: 2px solid #fff;
  background: #c4143b;
  color: #f9f9f9;
  margin-top: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.cms-index-index #maincontent .columns .column.main .westpac-services-container {
  width: 100%;
  background-color: #c4143b;
  padding: 50px 80px;
}
.cms-index-index #maincontent .columns .column.main .westpac-services-container .services-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex: 1 0 0;
  color: #fff;
}
.cms-index-index #maincontent .columns .column.main .westpac-services-container .services-wrapper .service-item {
  flex: 1;
  text-align: center;
  padding: 0 15px;
}
.cms-index-index #maincontent .columns .column.main .westpac-services-container .services-wrapper .service-item .service-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-index-index #maincontent .columns .column.main .westpac-services-container .services-wrapper .service-item .service-title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.cms-index-index #maincontent .columns .column.main .westpac-services-container .services-wrapper .service-item .service-description {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container {
  background: #f6f6f6;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-section-header {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 550px;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-section-header .category-section-title {
  color: #231f20;
  text-align: center;
  font-family: "Barlow Bold";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-section-header .category-section-title .highlight {
  color: #c4143b;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-section-header .category-section-description {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1365px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid {
    padding: 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid {
    grid-template-columns: 2fr 2fr;
  }
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  display: block;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item .category-name {
  position: absolute;
  top: 50%;
  left: 30px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  word-break: break-word;
  transform: translateY(-50%);
  bottom: auto;
  max-width: 300px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item {
    height: 170px !important;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item {
    height: 170px !important;
    width: 414px;
  }
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item1 {
  grid-column: span 1;
  grid-row: span 2;
  height: 420px !important;
  width: 414px;
  border-radius: 10px !important;
  overflow: hidden !important;
}
@media (max-width: 1365px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item1 {
    width: auto;
  }
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item1 .category-name {
  top: 30px;
  left: 30px;
  transform: initial;
  max-width: 250px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item1 {
    grid-column: initial;
    grid-row: initial;
    height: 170px !important;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item1 {
    grid-column: initial;
    grid-row: initial;
    height: 170px !important;
    width: 100%;
  }
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item2 {
  grid-column: span 2;
  grid-row: span 1;
  width: 100%;
  height: 230px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item2 img {
  object-position: right;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item2 .category-name {
  max-width: 300px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item2 {
    grid-column: initial;
    grid-row: initial;
    height: 170px !important;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item2 {
    grid-column: initial;
    grid-row: initial;
    height: 170px !important;
    width: 100%;
  }
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item3 {
  grid-column: span 2;
  grid-row: span 1;
  width: 100%;
  height: 170px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item3 .category-name {
  max-width: 300px;
}
@media (max-width: 1365px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item3 {
    width: 386px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item3 {
    grid-column: initial;
    grid-row: initial;
    height: 170px !important;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item3 {
    grid-column: initial;
    grid-row: initial;
    height: 170px !important;
    width: 100%;
  }
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item4,
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item5,
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item6,
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item7,
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item8,
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item9 {
  width: 414px;
  height: 170px !important;
  border-radius: 10px !important;
}
@media (max-width: 1365px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item4,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item5,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item6,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item7,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item8,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item9 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item4,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item5,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item6,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item7,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item8,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item9 {
    height: 170px !important;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item4,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item5,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item6,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item7,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item8,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item9 {
    height: 170px !important;
    width: 100%;
    margin-top: 0;
  }
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.hidden-category {
  display: none;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .actions.view-more-main {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .actions.view-more-main .cat-view-more-btn {
  font-family: "Barlow Semi-Bold";
  border-radius: 5px;
  border: 1px solid #c4143b;
  background: #f6f6f6;
  max-width: 200px;
  max-height: 50px;
  color: #231f20;
  font-size: 16px;
  padding: 13px 23px;
  width: 100%;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .actions.view-more-main .cat-view-more-btn:hover {
  background: #c4143b;
  color: #fff;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .actions.view-more-main .cat-view-less-btn {
  font-family: "Barlow Semi-Bold";
  border-radius: 5px;
  border: 1px solid #c4143b;
  background: #f6f6f6;
  max-width: 200px;
  max-height: 50px;
  color: #231f20;
  font-size: 16px;
  padding: 13px 23px;
  width: 100%;
}
.cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .actions.view-more-main .cat-view-less-btn:hover {
  background: #c4143b;
  color: #fff;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group h2.homepage-slider-title {
  color: #231f20;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: "Barlow Bold";
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-button-section .pagebuilder-button-primary {
  font-family: "Barlow Semi-Bold";
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #231f20;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 13px 23px;
  cursor: pointer;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-button-section .pagebuilder-button-primary:after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.1665 10H15.8332M15.8332 10L10.8332 5M15.8332 10L10.8332 15" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
  background-position: right center;
  margin-right: 0;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-button-section .pagebuilder-button-primary:hover {
  background: #c4143b;
  color: #fff;
  border: 1px solid #c4143b;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-button-section .pagebuilder-button-primary:hover:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.1665 10H15.8332M15.8332 10L10.8332 5M15.8332 10L10.8332 15" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider {
  margin-bottom: 54px;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: rgba(196, 20, 59, 0.1);
  opacity: 1;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow:before {
  font-size: 20px;
  color: #000;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow:hover {
  background: #fff;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow:hover:before {
  color: #000;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-prev.slick-arrow {
  left: 30px;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-next.slick-arrow {
  right: 30px;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list {
  padding-left: 0 !important;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item {
  opacity: 1;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info {
  padding: 10px;
  text-align: center;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper img:hover {
  transform: scale(1.03);
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  margin-top: 15px;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .product-item-name a {
  color: #c4143b;
  font-size: 16px;
  font-weight: 700;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .price-box {
  display: none;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .product-item-inner {
  display: none;
}
.cms-index-index #maincontent .columns .column.main .finishing-products-slider,
.cms-index-index #maincontent .columns .column.main .accessories-products-slider {
  margin-top: 50px;
}
.cms-index-index #maincontent .columns .column.main .cornerbeads-and-trims-products-slider {
  background: #f6f6f6;
  padding: 80px 0;
  margin-bottom: 50px;
}
.cms-index-index #maincontent .columns .column.main .cornerbeads-and-trims-products-slider .homepage-slick-products-slider {
  margin-bottom: 0;
}
.cms-index-index #maincontent .columns .column.main .cornerbeads-and-trims-products-slider .homepage-slick-products-slider .slick-arrow {
  background: rgba(35, 31, 32, 0.2) !important;
}
.cms-index-index #maincontent .columns .column.main .cornerbeads-and-trims-products-slider .homepage-slick-products-slider .slick-arrow:hover {
  background: #fff !important;
}
.cms-index-index #maincontent .columns .column.main .cornerbeads-and-trims-products-slider .homepage-slick-products-slider .slick-arrow:hover:before {
  color: #000 !important;
}
.cms-index-index #maincontent .columns .column.main .cornerbeads-and-trims-products-slider .homepage-slick-products-slider .slick-arrow::before {
  color: #fff !important;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section {
  background-color: #231f20;
  color: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  max-height: 480px;
  height: 100%;
  padding: 20px 140px;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content {
  margin-right: 100px;
  justify-content: center;
  width: 60%;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content h2 {
  color: #fff;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content p {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content .download-catalog-button .pagebuilder-button-primary {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #c4143b;
  padding: 13px 23px;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content .download-catalog-button .pagebuilder-button-primary span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content .download-catalog-button .pagebuilder-button-primary:after {
  content: "" !important;
  background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 16L12.5 20M12.5 20L16.5 16M12.5 20V8M4.5 4H20.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-image {
  text-align: right;
}
.cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-image img {
  max-width: 350px;
  max-height: 350px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cms-index-index #maincontent .columns .column.main .google-map-image {
  max-height: 480px;
  height: 100%;
}
@media (max-width: 1469px) {
  .cms-index-index .block-search {
    max-width: 395px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-materials-banners .westpac-banner-one-content {
    padding: 0 !important;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-slide-button.pagebuilder-button-primary {
    margin-left: 0 !important;
  }
  .cms-index-index .homepage-category-slider .slick-arrow.slick-prev {
    left: -120px;
  }
  .cms-index-index .homepage-category-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
/* Responsive design */
@media (max-width: 1199px) {
  .cms-index-index #maincontent .columns .column.main .westpac-materials-banners .banner-content .pagebuilder-slide-wrapper {
    background-position: right top;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider {
    padding-left: 0 !important;
  }
}
/* Responsive design */
@media (max-width: 991px) {
  .category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .category-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Responsive design */
@media (max-width: 768px) {
  .services-wrapper {
    flex-direction: column;
  }
  .service-item {
    margin-bottom: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-poster-content .westpac-banner-one-content {
    max-width: 380px;
    /* Main heading */
  }
  .cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-poster-content .westpac-banner-one-content h3 {
    margin-top: 0;
    font-size: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-materials-banners .pagebuilder-poster-content .westpac-banner-one-content p {
    font-size: 14px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group h2.homepage-slider-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group .homepage-slider-button-section .pagebuilder-button-primary {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider {
    margin: 0 20px;
    padding-left: 0 !important;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list {
    padding: 0 !important;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container {
    height: 100%;
    width: 100%;
    max-width: 200px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details {
    width: 100%;
    max-width: 200px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow::before {
    font-size: 16px;
    padding-right: 3px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-prev {
    position: absolute;
    bottom: -30px;
    left: 45% !important;
    top: auto;
    transform: translateX(-50%);
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow.slick-next {
    position: absolute;
    bottom: -30px;
    right: 41% !important;
    top: auto;
    transform: translateX(-50%);
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .pagebuilder-button-primary {
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
    max-width: 150px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .pagebuilder-button-primary::after {
    width: 16px;
    height: 16px;
  }
  .cms-index-index #maincontent .columns .column.main .finishing-products-slider,
  .cms-index-index #maincontent .columns .column.main .accessories-products-slider {
    padding-bottom: 140px;
  }
  .cms-index-index #maincontent .columns .column.main .cornerbeads-and-trims-products-slider {
    padding-bottom: 140px;
    padding-top: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-image {
    width: 100% !important;
    flex-basis: 100% !important;
    text-align: center !important;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content {
    max-width: 100% !important;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content h2 {
    font-size: 26px !important;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content p {
    font-size: 14px !important;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container {
    padding-left: 0;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-section-header {
    padding: 50px 0 30px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item .category-name {
    bottom: 20px;
    max-width: 160px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item1 .category-name,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item2 .category-name,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item3 .category-name {
    max-width: 140px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .actions.view-more-main {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 28px;
  }
  .category-item {
    height: 180px;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-prev {
    left: 43% !important;
    bottom: -20px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow.slick-next {
    right: 37% !important;
    bottom: -20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item img {
    object-position: right;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item .category-name {
    max-width: 190px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item1 .category-name,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item2 .category-name,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item3 .category-name {
    max-width: 160px;
    max-height: 85px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item4 .category-name,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item5 .category-name,
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item6 .category-name {
    max-width: 150px;
    height: 50%;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item.item7 .category-name {
    max-width: 140px;
  }
}
/* Responsive design */
@media (max-width: 479px) {
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list {
    padding: 0 !important;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container {
    height: 100%;
    width: 100%;
    max-width: 165px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details {
    width: 100%;
    max-width: 165px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-prev {
    left: 40% !important;
    bottom: -20px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-arrow.slick-next {
    right: 32% !important;
    bottom: -20px;
  }
  .cms-index-index #maincontent .columns .column.main .finishing-products-slider,
  .cms-index-index #maincontent .columns .column.main .accessories-products-slider {
    padding-bottom: 120px;
  }
  .cms-index-index #maincontent .columns .column.main .cornerbeads-and-trims-products-slider {
    padding-bottom: 120px;
    padding-top: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-image {
    width: 100%;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content h2 {
    font-size: 26px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-item.item9 .category-name {
    max-width: 150px;
  }
}
.catalog-category-view .page-wrapper,
.catalogsearch-result-index .page-wrapper {
  background: #f6f6f6;
}
.catalog-category-view .page-wrapper .category-view,
.catalogsearch-result-index .page-wrapper .category-view {
  position: relative;
}
.catalog-category-view .page-wrapper .category-view .category-description,
.catalogsearch-result-index .page-wrapper .category-view .category-description {
  margin-bottom: 0;
}
.catalog-category-view .page-wrapper .category-view .breadcrumbs,
.catalogsearch-result-index .page-wrapper .category-view .breadcrumbs {
  position: absolute;
  top: 78%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .category-view .breadcrumbs,
  .catalogsearch-result-index .page-wrapper .category-view .breadcrumbs {
    display: block;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .category-view .breadcrumbs .items,
  .catalogsearch-result-index .page-wrapper .category-view .breadcrumbs .items {
    color: #231f20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.catalog-category-view .page-wrapper .category-view .breadcrumbs .items .item,
.catalogsearch-result-index .page-wrapper .category-view .breadcrumbs .items .item {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .category-view .breadcrumbs .items .item,
  .catalogsearch-result-index .page-wrapper .category-view .breadcrumbs .items .item {
    font-size: 14px;
  }
}
.catalog-category-view .page-wrapper .category-view .breadcrumbs .items .item a,
.catalogsearch-result-index .page-wrapper .category-view .breadcrumbs .items .item a {
  color: #231f20;
}
.catalog-category-view .page-wrapper .category-view .breadcrumbs .items .item::after,
.catalogsearch-result-index .page-wrapper .category-view .breadcrumbs .items .item::after {
  line-height: 22px;
}
.catalog-category-view .page-wrapper .category-view .page-title-wrapper,
.catalogsearch-result-index .page-wrapper .category-view .page-title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.catalog-category-view .page-wrapper .category-view .page-title-wrapper h1,
.catalogsearch-result-index .page-wrapper .category-view .page-title-wrapper h1 {
  color: #231f20;
  text-align: center;
  font-family: "Barlow Bold";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .category-view .page-title-wrapper h1,
  .catalogsearch-result-index .page-wrapper .category-view .page-title-wrapper h1 {
    font-size: 26px;
    margin-top: 15px;
  }
}
.catalog-category-view .page-wrapper .columns,
.catalogsearch-result-index .page-wrapper .columns {
  display: flex;
  flex-wrap: nowrap;
  padding: 36px 0 50px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns,
  .catalogsearch-result-index .page-wrapper .columns {
    padding-top: 0;
  }
}
.catalog-category-view .page-wrapper .columns .column.main,
.catalogsearch-result-index .page-wrapper .columns .column.main {
  float: none;
  padding: 0;
}
.catalog-category-view .page-wrapper .columns .column.main .category-tabs,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  /* auto | thin | none */
  scrollbar-color: #d9d9d9 #f1f1f1;
  /* thumb color, track color */
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .category-tabs,
  .catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs {
    display: none;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar {
  height: 2px;
}
.catalog-category-view .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar-track,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.catalog-category-view .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar-thumb,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #d9d9d9;
}
.catalog-category-view .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar-thumb:hover,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar-thumb:hover {
  background-color: #d9d9d9;
}
.catalog-category-view .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar:vertical,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs::-webkit-scrollbar:vertical {
  display: none;
}
.catalog-category-view .page-wrapper .columns .column.main .category-tabs li a,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs li a {
  color: #231f20;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.catalog-category-view .page-wrapper .columns .column.main .category-tabs li.active a,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs li.active a,
.catalog-category-view .page-wrapper .columns .column.main .category-tabs li a:hover,
.catalogsearch-result-index .page-wrapper .columns .column.main .category-tabs li a:hover {
  border-bottom: 1px solid #c4143b;
  padding-bottom: 2px;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list {
  margin-top: 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list {
    margin-top: 10px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container {
  display: flex;
  justify-content: end;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary {
  border-radius: 5px;
  background: #f6f6f6;
  border: 1px solid #c4143b;
  padding: 8px 12px;
  position: relative;
  color: black;
  font-weight: bolder;
  text-decoration: none;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary:hover,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary:hover {
  background-color: #c4143b;
  color: #fff;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a {
  color: #231F20;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a:hover,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a:hover {
  text-decoration: none;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a span,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a span {
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a span,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a span {
    font-size: 14px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a::after,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 17H15.5M9.5 13H15.5M9.5 9H10.5M13.5 3H8.7C7.5799 3 7.01984 3 6.59202 3.21799C6.21569 3.40973 5.90973 3.71569 5.71799 4.09202C5.5 4.51984 5.5 5.0799 5.5 6.2V17.8C5.5 18.9201 5.5 19.4802 5.71799 19.908C5.90973 20.2843 6.21569 20.5903 6.59202 20.782C7.01984 21 7.5799 21 8.7 21H16.3C17.4201 21 17.9802 21 18.408 20.782C18.7843 20.5903 19.0903 20.2843 19.282 19.908C19.5 19.4802 19.5 18.9201 19.5 17.8V9M13.5 3L19.5 9M13.5 3V7.4C13.5 7.96005 13.5 8.24008 13.609 8.45399C13.7049 8.64215 13.8578 8.79513 14.046 8.89101C14.2599 9 14.5399 9 15.1 9H19.5" stroke="%23231F20" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 10px;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (max-width: 435px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a::after,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .quote-button-container .action.raq.secondary a::after {
    right: 8px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items {
    margin-top: 10px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item {
    padding: 20px 15px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo {
  padding: 0;
  max-width: 350px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo {
    width: 50%;
    float: left;
  }
}
@media (max-width: 479px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo {
    text-align: center;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container {
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 155px;
    max-height: 155px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-width: 155px;
    max-height: 155px;
  }
}
@media (max-width: 1199px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details {
    display: block;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table {
    margin-bottom: 15px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead {
  background-color: #f6f6f6;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead th,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead th {
  border: 1px solid #e1e1e1;
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead th,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead th {
    font-size: 12px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr {
  border: 1px solid #e1e1e1;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr td,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr td {
  border: 1px solid #e1e1e1;
  color: #7d7d7d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr td,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr td {
    font-size: 12px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .product-item-details,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .product-item-details {
  max-width: 440px;
  width: 100%;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 14px;
  margin: 20px 0;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .custom-btn-container,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .custom-btn-container {
  display: flex;
  gap: 14px;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .custom-btn-container a,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .custom-btn-container a {
  border-radius: 5px;
  border: 1px solid #c4143b;
  background: #fff;
  padding: 9px 24px;
  color: black;
  font-weight: bolder;
  text-decoration: none;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .custom-btn-container a:hover,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .custom-btn-container a:hover {
  background-color: #c4143b;
  color: #fff;
}
@media (max-width: 479px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions {
    justify-content: center;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .field.qty.listing-qty,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .field.qty.listing-qty {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: end;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .field.qty.listing-qty .control .input-text-qty,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .field.qty.listing-qty .control .input-text-qty {
  width: 70px;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 8px 12px;
  position: relative;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text {
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text {
    font-size: 14px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text .price-box.price-final_price,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text .price-box.price-final_price {
  margin: 0;
  width: 100%;
  max-width: 55px;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary span,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-right: 20px;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary::after,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.29977 5H21L19 12H7.37671M20 16H8L6 3H3M9 20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19C8.55228 19 9 19.4477 9 20ZM20 20C20 20.5523 19.5523 21 19 21C18.4477 21 18 20.5523 18 20C18 19.4477 18.4477 19 19 19C19.5523 19 20 19.4477 20 20Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 10px;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (max-width: 435px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary::after,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .actions-primary .action.tocart.primary::after {
    right: 8px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 8px 12px;
  position: relative;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary a,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary a {
  color: #fff;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary a:hover,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary a:hover {
  text-decoration: none;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary a .notloggedin-text,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary a .notloggedin-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary a .notloggedin-text,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .product-item-actions .action.notloggedin.primary a .notloggedin-text {
    font-size: 14px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary {
  border-radius: 5px;
  background: #FFF0F3;
  border: none;
  padding: 8px 12px;
  position: relative;
  margin-top: 10px;
  float: right;
  width: 80%;
  display: none;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a {
  color: #231F20;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a:hover,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a:hover {
  text-decoration: none;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a span,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a span {
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a span,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a span {
    font-size: 14px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a::after,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 13L12.5 16M12.5 16L15.5 13M12.5 16V8M21.5 12C21.5 16.9706 17.4706 21 12.5 21C7.52944 21 3.5 16.9706 3.5 12C3.5 7.02944 7.52944 3 12.5 3C17.4706 3 21.5 7.02944 21.5 12Z" stroke="%23C4143B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (max-width: 435px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a::after,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .product-item-info .holding-content .btn-container .product-item-inner .action.downcata.secondary a::after {
    right: 8px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details {
    margin: 15px 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details {
    float: right;
    width: 50%;
    margin: 0 !important;
    padding: 0 20px;
  }
}
@media (max-width: 1365px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-name,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-name {
    margin: 0 0 15px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-name .product-item-link,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-name .product-item-link {
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-name .product-item-link,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-name .product-item-link {
    font-size: 16px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-sku span,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-sku span {
  font-weight: bolder;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description p,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description p {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description p,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description p {
    font-size: 14px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description ul,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description ul {
  list-style: none;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description ul li,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description ul li {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description ul li,
  .catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description ul li {
    font-size: 14px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description ul li::before,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description ul li::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_389_1074)"><path d="M0 12.4927C0.0585366 5.84475 5.3122 0.514673 11.9707 0.50003C18.6585 0.485387 23.9854 5.81547 24 12.4781C24 19.17 18.6585 24.5293 11.9707 24.5147C5.32683 24.5 0.0439024 19.1846 0 12.5074L0 12.4927ZM1.74146 12.4927C1.74146 18.1303 6.32195 22.7575 11.9122 22.7721C17.6634 22.7721 22.2732 18.2182 22.2732 12.5366C22.2732 6.84048 17.6927 2.24256 12 2.22791C6.35122 2.22791 1.74146 6.82584 1.74146 12.4927Z" fill="%23C4143B"/><path d="M6.6875 11.9213C6.71677 11.5845 6.86311 11.3209 7.18506 11.1598C7.52165 10.9988 7.82896 11.0427 8.10701 11.2916C8.29726 11.4527 8.45823 11.6284 8.63384 11.8041C9.30701 12.4777 9.99482 13.1513 10.6534 13.8395C10.8143 14.0006 10.9021 14.0006 11.0485 13.8395C12.4973 12.2434 13.946 10.6473 15.3948 9.05124C15.5412 8.89016 15.6729 8.74373 15.8192 8.5973C16.1704 8.24587 16.6973 8.23122 17.0338 8.55337C17.3851 8.87552 17.3997 9.40267 17.0777 9.76875C16.5948 10.3105 16.0973 10.8523 15.6143 11.3941C14.268 12.8731 12.9363 14.3374 11.5899 15.8163C11.1802 16.2703 10.668 16.2849 10.229 15.8603C9.14604 14.7913 8.07774 13.7077 6.99482 12.6388C6.80457 12.4484 6.70213 12.2288 6.6875 11.9506V11.9213Z" fill="%23C4143B"/></g><defs><clipPath id="clip0_389_1074"><rect width="24" height="24" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-category-view .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description .action.more,
.catalogsearch-result-index .page-wrapper .columns .column.main .products.products-list .products.product-items .product.product-item .container-pdp .product-basic-details .product-item-description .action.more {
  display: none;
}
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products {
    margin-bottom: 0;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages {
  float: none !important;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages {
    float: none !important;
    margin-bottom: 0;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items li.item .page,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items li.item .page {
  border: 1px solid #e1e1e1;
  background: #fff;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items li.item .page,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items li.item .page {
    max-width: 32px;
    max-height: 32px;
    font-size: 12px;
    padding: 5px 12px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items li.item .page span,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items li.item .page span {
  color: #7d7d7d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items li.item .page span,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items li.item .page span {
    font-size: 12px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous,
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next {
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous,
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next {
    font-size: 12px;
  }
}
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.previous,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.previous,
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.previous,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.previous,
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.next,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.next,
.catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.next,
.catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.next {
  border: 1px solid #e1e1e1;
  background: #fff;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 12px;
  margin-left: 0;
  border-radius: unset;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.previous,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.previous,
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.previous,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.previous,
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.next,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.next,
  .catalog-category-view .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.next,
  .catalogsearch-result-index .page-wrapper .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.next {
    max-width: 32px;
    max-height: 32px;
    font-size: 12px;
    padding: 5px 7px;
  }
}
.catalog-category-view .page-wrapper .columns .sidebar-main,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main {
  float: none;
  width: 100%;
  max-width: 305px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-wrapper .columns .sidebar-main,
  .catalogsearch-result-index .page-wrapper .columns .sidebar-main {
    display: none;
  }
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 20px;
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block h3,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block h3 {
  color: #231f20;
  font-family: "Barlow Bold";
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul {
  list-style: none;
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li {
  position: relative;
  padding-left: 15px;
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li::before,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li a,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li a {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Barlow Semi-Bold";
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul {
  padding-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li {
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li::before,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 7px;
  background: none;
}
.catalog-category-view .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li a,
.catalogsearch-result-index .page-wrapper .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li a {
  font-weight: 400;
  font-family: "Barlow";
}
.catalogsearch-result-index .filter-content {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .catalog-category-view .page-wrapper {
    background: #f6f6f6;
  }
  .catalog-category-view .page-wrapper .category-view {
    position: relative;
  }
  .catalog-category-view .page-wrapper .category-view .category-description {
    margin-bottom: 0;
  }
  .catalog-category-view .page-wrapper .category-view .breadcrumbs {
    top: 85%;
  }
}
@media (min-width: 375px) {
  .catalog-category-view .page-wrapper .product-custom-details {
    overflow-x: auto;
  }
}
.catalog-product-view .breadcrumbs {
  margin-top: 30px;
  margin-bottom: 20px;
  align-content: center;
}
@media (max-width: 768px) {
  .catalog-product-view .breadcrumbs {
    display: block;
    text-align: center;
  }
}
.catalog-product-view .breadcrumbs .items {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-product-view .breadcrumbs .items {
    font-size: 14px;
  }
}
.catalog-product-view .breadcrumbs .items .item a {
  color: #231f20;
}
.catalog-product-view .breadcrumbs .items .item:not(:last-child):after {
  line-height: 23px;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main {
    padding-bottom: 0;
  }
}
.catalog-product-view #maincontent .column.main .product.media {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product.media {
    width: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product.media .fotorama__stage {
    margin: 0 auto;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main {
  width: 50%;
  background: #f6f6f6;
  padding: 20px;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main {
    width: 100%;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .page-title-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .page-title-wrapper {
    margin-bottom: 20px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .page-title-wrapper h1.page-title {
  color: #231f20;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .page-title-wrapper h1.page-title {
    font-size: 26px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-info-price {
  color: #c4143b;
  border-bottom: none;
  margin-bottom: 0;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-info-price .price-box.price-final_price {
  padding-bottom: 0;
  display: block;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-info-price .price-box.price-final_price .price-wrapper {
  color: #c4143b;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-info-price .price-box.price-final_price .price-wrapper .price {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-info-price .price-box.price-final_price .price-wrapper .price {
    font-size: 20px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-shipping-weight {
  margin: 10px 0;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-shipping-weight strong {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-shipping-weight span {
  font-size: 16px;
}
.catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview {
    margin-top: 20px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview p {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview p {
    font-size: 14px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview ul {
  list-style: none;
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview ul {
    font-size: 14px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview ul li:first-child {
  margin-top: 20px;
}
.catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview ul li {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview ul li {
    font-size: 14px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview ul li::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_389_1074)"><path d="M0 12.4927C0.0585366 5.84475 5.3122 0.514673 11.9707 0.50003C18.6585 0.485387 23.9854 5.81547 24 12.4781C24 19.17 18.6585 24.5293 11.9707 24.5147C5.32683 24.5 0.0439024 19.1846 0 12.5074L0 12.4927ZM1.74146 12.4927C1.74146 18.1303 6.32195 22.7575 11.9122 22.7721C17.6634 22.7721 22.2732 18.2182 22.2732 12.5366C22.2732 6.84048 17.6927 2.24256 12 2.22791C6.35122 2.22791 1.74146 6.82584 1.74146 12.4927Z" fill="%23C4143B"/><path d="M6.6875 11.9213C6.71677 11.5845 6.86311 11.3209 7.18506 11.1598C7.52165 10.9988 7.82896 11.0427 8.10701 11.2916C8.29726 11.4527 8.45823 11.6284 8.63384 11.8041C9.30701 12.4777 9.99482 13.1513 10.6534 13.8395C10.8143 14.0006 10.9021 14.0006 11.0485 13.8395C12.4973 12.2434 13.946 10.6473 15.3948 9.05124C15.5412 8.89016 15.6729 8.74373 15.8192 8.5973C16.1704 8.24587 16.6973 8.23122 17.0338 8.55337C17.3851 8.87552 17.3997 9.40267 17.0777 9.76875C16.5948 10.3105 16.0973 10.8523 15.6143 11.3941C14.268 12.8731 12.9363 14.3374 11.5899 15.8163C11.1802 16.2703 10.668 16.2849 10.229 15.8603C9.14604 14.7913 8.07774 13.7077 6.99482 12.6388C6.80457 12.4484 6.70213 12.2288 6.6875 11.9506V11.9213Z" fill="%23C4143B"/></g><defs><clipPath id="clip0_389_1074"><rect width="24" height="24" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview .action.more {
  display: none;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form {
  padding-top: 0;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart {
  margin-bottom: 0;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  max-height: 56px;
  height: 100%;
}
@media (max-width: 480px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset {
    display: block;
    max-height: initial;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  width: 40%;
  justify-content: start;
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .label {
  display: none;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 480px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
    font-size: 14px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .mage-error {
  margin-top: 1px;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions {
  width: 60%;
}
@media (max-width: 480px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: 100%;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 16px 20px;
  position: relative;
  height: 56px;
  margin: 0;
  width: 100%;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart span {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart span {
    font-size: 14px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.29977 5H21L19 12H7.37671M20 16H8L6 3H3M9 20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19C8.55228 19 9 19.4477 9 20ZM20 20C20 20.5523 19.5523 21 19 21C18.4477 21 18 20.5523 18 20C18 19.4477 18.4477 19 19 19C19.5523 19 20 19.4477 20 20Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 23px;
}
@media (max-width: 480px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart::after {
    background-size: 20px;
    top: 18px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .action.notloggedin.primary {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 13px 23px;
  width: 100%;
}
.catalog-product-view #maincontent .column.main .product-info-main .action.notloggedin.primary .notloggedin-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .action.notloggedin.primary .notloggedin-text {
    font-size: 14px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-raq-info {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-raq-info {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-raq-info .action.raq.secondary {
  border-radius: 5px;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding: 13px 23px;
  position: relative;
  width: 100%;
}
.catalog-product-view #maincontent .column.main .product-info-main .product-raq-info .action.raq.secondary a span {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-raq-info .action.raq.secondary a span {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-raq-info .action.raq.secondary a span {
    font-size: 14px;
  }
}
.catalog-product-view #maincontent .column.main .product-info-main .product-raq-info .action.raq.secondary a::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 17H15.5M9.5 13H15.5M9.5 9H10.5M13.5 3H8.7C7.5799 3 7.01984 3 6.59202 3.21799C6.21569 3.40973 5.90973 3.71569 5.71799 4.09202C5.5 4.51984 5.5 5.0799 5.5 6.2V17.8C5.5 18.9201 5.5 19.4802 5.71799 19.908C5.90973 20.2843 6.21569 20.5903 6.59202 20.782C7.01984 21 7.5799 21 8.7 21H16.3C17.4201 21 17.9802 21 18.408 20.782C18.7843 20.5903 19.0903 20.2843 19.282 19.908C19.5 19.4802 19.5 18.9201 19.5 17.8V9M13.5 3L19.5 9M13.5 3V7.4C13.5 7.96005 13.5 8.24008 13.609 8.45399C13.7049 8.64215 13.8578 8.79513 14.046 8.89101C14.2599 9 14.5399 9 15.1 9H19.5" stroke="%23231F20" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  background-repeat: no-repeat;
  background-size: 23px;
}
@media (max-width: 768px) {
  .catalog-product-view #maincontent .column.main .product-info-main .product-raq-info .action.raq.secondary a::after {
    background-size: 20px;
  }
}
.catalog-product-view .page-main-description.product-full-width-section {
  display: none;
}
.catalog-product-view .page-main.page-main-details {
  max-width: 100%;
  padding: 0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details {
    margin-top: 20px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main {
  padding-bottom: 0;
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details {
  background: #f6f6f6;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .product-custom-details {
    background: transparent;
    padding-bottom: 30px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container h2 {
  color: #231f20;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container h2 {
    font-size: 26px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table {
  overflow-x: auto;
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table {
  width: 1240px;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table {
    margin-bottom: 15px;
    width: 768px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table thead {
  background-color: #f6f6f6;
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table thead th {
  border: 1px solid #e1e1e1;
  color: #231f20;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table thead th {
    font-size: 14px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table tbody {
  background-color: #fff;
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table tbody tr {
  border: 1px solid #e1e1e1;
}
.catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table tbody tr td {
  border: 1px solid #e1e1e1;
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .product-custom-details .product-container .product-attribute-table table.product-attribute-table tbody tr td {
    font-size: 14px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section {
  background-color: #231f20;
  color: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  max-height: 480px;
  height: 100%;
  padding: 20px 140px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section {
    padding: 20px 20px;
    max-height: initial;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content {
  margin-right: 100px;
  justify-content: center;
  width: 60%;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content h2 {
  color: #fff;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content h2 {
    font-size: 26px;
    margin: 0 0 15px 0;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content p {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content p {
    font-size: 14px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content .download-catalog-button .pagebuilder-button-primary {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #c4143b;
  padding: 13px 23px;
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content .download-catalog-button .pagebuilder-button-primary span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-content .download-catalog-button .pagebuilder-button-primary:after {
  content: "" !important;
  background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 16L12.5 20M12.5 20L16.5 16M12.5 20V8M4.5 4H20.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-image {
  text-align: right;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-image {
    width: 100% !important;
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .westpac-catalog-section .pagebuilder-column-line .westpac-catalog-image img {
  max-width: 350px;
  max-height: 350px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related {
  margin: 50px 30px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related {
    margin: 30px 20px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-title.title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-title.title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-title.title h2 {
  color: #231f20;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-title.title h2 {
    font-size: 26px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content {
  margin-bottom: 0;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related {
  margin: 0;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider {
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider {
    position: relative;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-arrow {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: rgba(196, 20, 59, 0.1);
  opacity: 1;
  top: 43%;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-arrow:before {
  font-size: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-arrow:before {
    font-size: 16px;
    padding-right: 3px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-arrow:hover {
  background: #fff;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-arrow:hover:before {
  color: #000;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-prev.slick-arrow {
  left: 30px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-prev.slick-arrow {
    left: 40%;
    bottom: -40px;
  }
}
@media (min-width: 479px) and (max-width: 575px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-prev.slick-arrow {
    left: 43%;
    bottom: -40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-prev.slick-arrow {
    bottom: -30px;
    left: 45%;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-prev.slick-arrow {
    position: absolute;
    top: auto;
    transform: translateX(-50%);
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-next.slick-arrow {
  right: 40px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-next.slick-arrow {
    right: 32%;
    bottom: -40px;
  }
}
@media (min-width: 479px) and (max-width: 575px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-next.slick-arrow {
    right: 37%;
    bottom: -40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-next.slick-arrow {
    bottom: -30px;
    right: 41%;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-next.slick-arrow {
    position: absolute;
    top: auto;
    transform: translateX(-50%);
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list {
  padding-left: 0 !important;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item {
  opacity: 1;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info {
  padding: 10px;
  text-align: center;
  max-width: 260px;
  width: 100%;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info:hover {
  box-shadow: none;
  border: none;
  margin: 0;
  z-index: 0;
  position: initial;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 165px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper img:hover {
  transform: scale(1.03);
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 0;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .product-item-name a {
  color: #c4143b;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 14px;
  }
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .price-box {
  display: none;
}
.catalog-product-view .page-main.page-main-details .column.main .block.related .block-content.content .products-related .products.items.slick-slider .slick-list .slick-slide .product-item .product-item-info .product-item-details .product-item-inner {
  display: none;
}
@media (max-width: 768px) {
  .catalog-product-view .page-main.page-main-details .column.main .map-section {
    margin-top: 50px;
  }
}
.catalogsearch-result-index .page-wrapper {
  background: #f6f6f6;
}
.catalogsearch-result-index .page-wrapper .breadcrumbs {
  margin-top: 30px;
  margin-bottom: 20px;
  align-content: center;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .breadcrumbs {
    display: block;
  }
}
.catalogsearch-result-index .page-wrapper .breadcrumbs .items {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .breadcrumbs .items {
    font-size: 14px;
  }
}
.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item a {
  color: #231f20;
}
.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item:not(:last-child):after {
  line-height: 23px;
}
.catalogsearch-result-index .page-wrapper .page-main .page-title-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .page-title-wrapper {
    margin-bottom: 20px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .page-title-wrapper h1.page-title {
  color: #231f20;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .page-title-wrapper h1.page-title {
    font-size: 26px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns {
  display: flex;
  flex-wrap: nowrap;
  padding: 36px 0 50px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns {
    padding-top: 0;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main {
  float: none;
  padding: 0;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .block {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .block .title {
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  position: relative;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .block .title::after {
  content: ":";
  font-size: 16px;
  position: absolute;
  margin-right: -12px;
}
@media (max-width: 435px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .block .title::after {
    right: 8px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .block .item a {
  color: #231F20;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list {
  margin-top: 0;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .quote-button-container {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .quote-button-container button {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 8px 12px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .quote-button-container button a {
  color: white;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .quote-button-container button a:hover {
  text-decoration: none;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items {
  margin-top: 0;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items {
    margin-top: 0;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item {
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo {
  padding: 0;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo {
    width: 50%;
    float: left;
  }
}
@media (max-width: 479px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 155px;
    max-height: 155px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-width: 155px;
    max-height: 155px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details {
  margin: 0 30px;
  max-width: 300px;
}
@media (max-width: 575px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details {
    margin: 15px 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details {
    float: right;
    width: 50%;
    margin: 0 !important;
    padding: 0 20px;
  }
}
@media (max-width: 1365px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-name {
    margin: 0 0 15px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-name .product-item-link {
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-name .product-item-link {
    font-size: 16px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description p {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description p {
    font-size: 14px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description ul {
  list-style: none;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description ul li {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description ul li {
    font-size: 14px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description ul li::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_389_1074)"><path d="M0 12.4927C0.0585366 5.84475 5.3122 0.514673 11.9707 0.50003C18.6585 0.485387 23.9854 5.81547 24 12.4781C24 19.17 18.6585 24.5293 11.9707 24.5147C5.32683 24.5 0.0439024 19.1846 0 12.5074L0 12.4927ZM1.74146 12.4927C1.74146 18.1303 6.32195 22.7575 11.9122 22.7721C17.6634 22.7721 22.2732 18.2182 22.2732 12.5366C22.2732 6.84048 17.6927 2.24256 12 2.22791C6.35122 2.22791 1.74146 6.82584 1.74146 12.4927Z" fill="%23C4143B"/><path d="M6.6875 11.9213C6.71677 11.5845 6.86311 11.3209 7.18506 11.1598C7.52165 10.9988 7.82896 11.0427 8.10701 11.2916C8.29726 11.4527 8.45823 11.6284 8.63384 11.8041C9.30701 12.4777 9.99482 13.1513 10.6534 13.8395C10.8143 14.0006 10.9021 14.0006 11.0485 13.8395C12.4973 12.2434 13.946 10.6473 15.3948 9.05124C15.5412 8.89016 15.6729 8.74373 15.8192 8.5973C16.1704 8.24587 16.6973 8.23122 17.0338 8.55337C17.3851 8.87552 17.3997 9.40267 17.0777 9.76875C16.5948 10.3105 16.0973 10.8523 15.6143 11.3941C14.268 12.8731 12.9363 14.3374 11.5899 15.8163C11.1802 16.2703 10.668 16.2849 10.229 15.8603C9.14604 14.7913 8.07774 13.7077 6.99482 12.6388C6.80457 12.4484 6.70213 12.2288 6.6875 11.9506V11.9213Z" fill="%23C4143B"/></g><defs><clipPath id="clip0_389_1074"><rect width="24" height="24" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-basic-details .product-item-description .action.more {
  display: none;
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details {
    display: block;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table {
    margin-bottom: 15px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead {
  background-color: #f6f6f6;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead th {
  border: 1px solid #e1e1e1;
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table thead th {
    font-size: 12px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr {
  border: 1px solid #e1e1e1;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr td {
  border: 1px solid #e1e1e1;
  color: #7d7d7d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-custom-details table.product-attribute-table tbody tr td {
    font-size: 12px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.raq.secondary {
  border-radius: 5px;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding: 8px 12px;
  position: relative;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.raq.secondary a {
  color: #231F20;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.raq.secondary a:hover {
  text-decoration: none;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.raq.secondary a span {
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.raq.secondary a span {
    font-size: 14px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.raq.secondary a::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 17H15.5M9.5 13H15.5M9.5 9H10.5M13.5 3H8.7C7.5799 3 7.01984 3 6.59202 3.21799C6.21569 3.40973 5.90973 3.71569 5.71799 4.09202C5.5 4.51984 5.5 5.0799 5.5 6.2V17.8C5.5 18.9201 5.5 19.4802 5.71799 19.908C5.90973 20.2843 6.21569 20.5903 6.59202 20.782C7.01984 21 7.5799 21 8.7 21H16.3C17.4201 21 17.9802 21 18.408 20.782C18.7843 20.5903 19.0903 20.2843 19.282 19.908C19.5 19.4802 19.5 18.9201 19.5 17.8V9M13.5 3L19.5 9M13.5 3V7.4C13.5 7.96005 13.5 8.24008 13.609 8.45399C13.7049 8.64215 13.8578 8.79513 14.046 8.89101C14.2599 9 14.5399 9 15.1 9H19.5" stroke="%23231F20" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 10px;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (max-width: 435px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.raq.secondary a::after {
    right: 8px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 8px 12px;
  position: relative;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text {
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text {
    font-size: 14px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary .tocart-text .price-box.price-final_price {
  margin: 0;
  width: 100%;
  max-width: 55px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-right: 20px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.29977 5H21L19 12H7.37671M20 16H8L6 3H3M9 20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19C8.55228 19 9 19.4477 9 20ZM20 20C20 20.5523 19.5523 21 19 21C18.4477 21 18 20.5523 18 20C18 19.4477 18.4477 19 19 19C19.5523 19 20 19.4477 20 20Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 10px;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (max-width: 435px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary::after {
    right: 8px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.notloggedin.primary {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 8px 12px;
  position: relative;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.notloggedin.primary a {
  color: #fff;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.notloggedin.primary a:hover {
  text-decoration: none;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.notloggedin.primary a .notloggedin-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.notloggedin.primary a .notloggedin-text {
    font-size: 14px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .search.results .products.products-list .products.product-items .product.product-item .product-item-info .product-item-details .product-item-inner button.action.downcata.secondary {
  display: none;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products {
    margin-bottom: 0;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages {
  float: none !important;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages {
    float: none !important;
    margin-bottom: 0;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items li.item .page {
  border: 1px solid #e1e1e1;
  background: #fff;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items li.item .page {
    max-width: 32px;
    max-height: 32px;
    font-size: 12px;
    padding: 5px 12px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items li.item .page span {
  color: #7d7d7d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items li.item .page span {
    font-size: 12px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous,
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next {
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next {
    font-size: 12px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.previous,
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.previous,
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.next,
.catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.next {
  border: 1px solid #e1e1e1;
  background: #fff;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 12px;
  margin-left: 0;
  border-radius: unset;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.previous,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.previous,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-previous .action.next,
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .pages .items.pages-items .pages-item-next .action.next {
    max-width: 32px;
    max-height: 32px;
    font-size: 12px;
    padding: 5px 7px;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main {
  float: none;
  width: 100%;
  max-width: 305px;
}
@media (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main {
    display: none;
  }
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 20px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block h3 {
  color: #231f20;
  font-family: "Barlow Bold";
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block ul {
  list-style: none;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li {
  position: relative;
  padding-left: 15px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block ul > li a {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Barlow Semi-Bold";
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul {
  padding-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li {
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 7px;
  background: none;
}
.catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main .subcategory-sidebar .subcategory-block ul li ul li a {
  font-weight: 400;
  font-family: "Barlow";
}
.customer-account-login #maincontent {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent {
    padding-top: 50px;
  }
}
.customer-account-login #maincontent h1 {
  color: #231f20;
  font-family: "Barlow Bold";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent h1 {
    font-size: 26px;
    margin-top: 15px;
    text-align: left;
  }
}
.customer-account-login #maincontent .block-title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent .block-title {
    font-size: 14px;
  }
}
.customer-account-login #maincontent .block-title strong {
  margin-top: 15px;
  color: #231f20;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent .block-title strong {
    font-size: 14px;
  }
}
.customer-account-login #maincontent .form-login .fieldset.login::after {
  display: none;
}
.customer-account-login #maincontent .form-login .fieldset.login .note {
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent .form-login .fieldset.login .note {
    font-size: 14px;
  }
}
.customer-account-login #maincontent .form-login .fieldset.login .field .label span {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent .form-login .fieldset.login .field .label span {
    font-size: 14px;
  }
}
.customer-account-login #maincontent .form-login .fieldset.login .field .label::after {
  position: absolute;
  margin-left: 5px;
  font-size: 14px;
}
.customer-account-login #maincontent .form-login .fieldset.login .field .control {
  width: 100%;
}
.customer-account-login #maincontent .form-login .fieldset.login .field .control input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
}
.customer-account-login #maincontent .form-login .fieldset.login .choice {
  display: flex;
  align-items: center;
}
.customer-account-login #maincontent .form-login .fieldset.login .choice .label {
  margin-top: 4px;
}
.customer-account-login #maincontent .form-login .fieldset.login .choice input {
  height: auto;
  accent-color: #C4143B;
  border: 1px solid #231F20;
  margin-right: 10px;
  margin-top: 0;
}
.customer-account-login #maincontent .form-login .fieldset.login .actions-toolbar .primary {
  float: none;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent .form-login .fieldset.login .actions-toolbar .primary {
    width: 100%;
  }
}
.customer-account-login #maincontent .form-login .fieldset.login .actions-toolbar .secondary {
  float: none;
}
.customer-account-login #maincontent .form-login .fieldset.login .actions-toolbar .secondary .action.remind {
  color: #231F20;
  margin-top: 0;
  text-decoration: underline;
}
.customer-account-login #maincontent .form-login .fieldset.login .actions-toolbar .secondary .action.remind span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent .form-login .fieldset.login .actions-toolbar .secondary .action.remind span {
    font-size: 14px;
  }
}
.customer-account-login #maincontent .form-login .fieldset.login .actions-toolbar .secondary .action.remind:hover {
  color: #c4143b;
}
.customer-account-login #maincontent .block-new-customer .block-content p {
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent .block-new-customer .block-content p {
    font-size: 14px;
  }
}
.customer-account-login #maincontent .block-new-customer .block-content .actions-toolbar {
  margin-top: 0;
}
.customer-account-login #maincontent .actions-toolbar .action.primary {
  border-radius: 5px;
  background: #C4143B;
  border: none;
  padding: 8px 15px;
  position: relative;
}
.customer-account-login #maincontent .actions-toolbar .action.primary span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 768px) {
  .customer-account-login #maincontent .actions-toolbar .action.primary span {
    font-size: 14px;
  }
}
.customer-account-logoutsuccess .page-title-wrapper h1 {
  font-size: 36px;
  font-family: 'Barlow Bold';
}
@media (max-width: 767px) {
  .customer-account-logoutsuccess .page-title-wrapper h1 {
    font-size: 28px;
  }
}
.customer-account-logoutsuccess .page-main {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .customer-account-logoutsuccess .page-main {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .customer-account-logoutsuccess .page-main {
    padding-top: 50px;
  }
}
.customer-account-logoutsuccess .column.main {
  padding-bottom: 100px;
  min-height: initial;
}
@media (max-width: 1199px) {
  .customer-account-logoutsuccess .column.main {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .customer-account-logoutsuccess .column.main {
    padding-bottom: 30px;
  }
}
.customer-account-logoutsuccess .column.main p {
  font-size: 16px;
}
.customer-account-create #maincontent {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .customer-account-create #maincontent {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .customer-account-create #maincontent {
    padding-top: 50px;
  }
}
.customer-account-create #maincontent .page-title-wrapper {
  text-align: center;
}
.customer-account-create #maincontent .page-title-wrapper h1 {
  color: #231f20;
  font-family: "Barlow Bold";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .customer-account-create #maincontent .page-title-wrapper h1 {
    font-size: 26px;
    margin-top: 15px;
    text-align: left;
  }
}
.customer-account-create #maincontent .column.main {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .customer-account-create #maincontent .column.main {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .customer-account-create #maincontent .column.main {
    padding-bottom: 30px;
  }
}
.customer-account-create #maincontent .column.main .form-create-account {
  margin: 0 auto;
}
.customer-account-create #maincontent .column.main .form-create-account .fieldset.create legend {
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.customer-account-create #maincontent .column.main .form-create-account .fieldset.create legend span {
  margin-top: 15px;
  color: #231f20;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.customer-account-create #maincontent .column.main .form-create-account .fieldset.create .field {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .customer-account-create #maincontent .column.main .form-create-account .fieldset.create .field {
    margin-bottom: 10px;
  }
}
.customer-account-create #maincontent .column.main .form-create-account .fieldset.create .field .label span {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customer-account-create #maincontent .column.main .form-create-account .fieldset.create .field .label span {
    font-size: 14px;
  }
}
.customer-account-create #maincontent .column.main .form-create-account .fieldset.create .field .label::after {
  position: absolute;
  margin-left: 5px;
  font-size: 14px;
}
.customer-account-create #maincontent .column.main .form-create-account .fieldset.create .choice input {
  height: auto;
  margin-right: 5px;
}
.customer-account-create #maincontent .column.main .form-create-account .fieldset.create.account {
  margin-bottom: 0;
}
.customer-account-create #maincontent .column.main .form-create-account .fieldset.create.account:after {
  display: none;
}
@media (max-width: 767px) {
  .customer-account-create #maincontent .column.main .form-create-account .actions-toolbar .primary {
    display: inline-block;
  }
}
.customer-account-create #maincontent .column.main .form-create-account .actions-toolbar .primary button {
  border-radius: 5px;
  background: #C4143B;
  border: none;
  padding: 8px 15px;
  margin-right: 0;
  color: #FFF;
}
.customer-account-create #maincontent .column.main .form-create-account .actions-toolbar .primary button:hover {
  color: #C4143B;
}
.customer-account-create #maincontent .column.main .form-create-account .actions-toolbar .primary button span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.customer-account-forgotpassword #maincontent {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent {
    padding-top: 50px;
  }
}
.customer-account-forgotpassword #maincontent .page-title-wrapper {
  text-align: center;
}
.customer-account-forgotpassword #maincontent .page-title-wrapper h1 {
  color: #231f20;
  font-family: "Barlow Bold";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .page-title-wrapper h1 {
    font-size: 26px;
    margin-top: 15px;
    text-align: left;
  }
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget {
  margin: 0 auto;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset::after {
  display: none;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .note {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .note {
    font-size: 14px;
  }
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .label span {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .label span {
    font-size: 14px;
  }
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .control {
  width: 100%;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .control input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .control .nested .control.captcha-image {
  display: flex;
  gap: 20px;
  max-height: 40px;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .control .nested .control.captcha-image .captcha-img {
  margin: 0;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .control .nested .control.captcha-image .action.reload.captcha-reload {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 8px 15px;
  position: relative;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .control .nested .control.captcha-image .action.reload.captcha-reload span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .column.main .form.password.forget .fieldset .field .control .nested .control.captcha-image .action.reload.captcha-reload span {
    font-size: 14px;
  }
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .actions-toolbar {
  text-align: center;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .actions-toolbar .primary {
  float: none;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .actions-toolbar .primary .action.primary {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 12px 15px;
  position: relative;
  margin: 0;
}
.customer-account-forgotpassword #maincontent .column.main .form.password.forget .actions-toolbar .primary .action.primary span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 768px) {
  .customer-account-forgotpassword #maincontent .column.main .form.password.forget .actions-toolbar .primary .action.primary span {
    font-size: 14px;
  }
}
.customer-account-createpassword #maincontent {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .customer-account-createpassword #maincontent {
    padding-top: 50px;
  }
}
.customer-account-createpassword #maincontent .page-title-wrapper {
  text-align: center;
}
.customer-account-createpassword #maincontent .page-title-wrapper h1 {
  color: #231f20;
  font-family: "Barlow Bold";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  .customer-account-createpassword #maincontent .page-title-wrapper h1 {
    font-size: 26px;
    margin-top: 15px;
    text-align: left;
  }
}
.customer-account-createpassword #maincontent .column.main .form.password.reset {
  margin: 0 auto;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .fieldset {
  margin-bottom: 20px;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .fieldset .note {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customer-account-createpassword #maincontent .column.main .form.password.reset .fieldset .note {
    font-size: 14px;
  }
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .fieldset .field .label span {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customer-account-createpassword #maincontent .column.main .form.password.reset .fieldset .field .label span {
    font-size: 14px;
  }
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .fieldset .field .control {
  width: 100%;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .fieldset .field .control input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .choice {
  display: flex;
  align-items: center;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .choice .label {
  margin-top: 4px;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .choice input {
  height: auto;
  accent-color: #c4143b;
  border: 1px solid #231f20;
  margin-right: 10px;
  margin-top: 0;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .actions-toolbar {
  text-align: center;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .actions-toolbar .primary {
  float: none;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .actions-toolbar .primary .action.primary {
  border-radius: 5px;
  background: #c4143b;
  border: none;
  padding: 12px 15px;
  position: relative;
  margin: 0;
  float: none;
}
.customer-account-createpassword #maincontent .column.main .form.password.reset .actions-toolbar .primary .action.primary span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 768px) {
  .customer-account-createpassword #maincontent .column.main .form.password.reset .actions-toolbar .primary .action.primary span {
    font-size: 14px;
  }
}
/*MINICART CSS*/
.minicart-wrapper .block-minicart {
  margin-top: 20px;
  border-radius: 10px;
  padding: 50px 20px 10px;
}
.minicart-wrapper .block-minicart .items-total {
  font-size: 16px;
}
.minicart-wrapper .block-minicart .actions .primary button {
  background: #C4143B;
  border: 1px solid #C4143B;
  border-radius: 5px;
  transition: all ease-in-out 0.4s;
}
.minicart-wrapper .block-minicart .actions .primary button:hover {
  background: #fff;
  color: #C4143B;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 575px) {
  .minicart-wrapper .block-minicart .actions .primary button {
    font-size: 16px;
    padding: 8px 20px;
  }
}
.minicart-wrapper .block-minicart .actions a:before {
  color: #c4143b !important;
}
.minicart-wrapper .block-minicart .block-content > .actions a {
  color: #c4143b;
}
.minicart-wrapper .block-minicart .block-content > .actions a span {
  color: #c4143b;
  font-weight: 700;
}
.minicart-wrapper .action.close {
  right: 10px;
  top: 12px;
}
.minicart-wrapper .price-container {
  margin-top: 5px;
}
.minicart-wrapper .minicart-items .product-item-name a {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.minicart-wrapper .minicart-items .item-qty {
  border-radius: 5px;
}
@media (max-width: 768px) {
  .minicart-wrapper .product .actions {
    float: right !important;
    margin: -28px 0 0 !important;
  }
}
.minicart-wrapper .minicart-items-wrapper {
  max-height: 250px;
}
.checkout-cart-index .page-main {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .checkout-cart-index .page-main {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .page-main {
    padding-top: 50px;
  }
}
.checkout-cart-index .page-main .cart-summary {
  border-radius: 10px;
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items .action.primary.checkout {
  background: #c4143b;
  border: 1px solid #c4143b;
  border-radius: 5px;
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #fff;
  color: #c4143b;
}
@media (max-width: 479px) {
  .checkout-cart-index .page-main .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 16px;
    padding: 10px;
  }
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items .multicheckout {
  color: #c4143b;
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items .multicheckout:hover {
  text-decoration: underline;
}
.checkout-cart-index .page-main .cart-summary strong {
  font-family: "Barlow Bold";
  margin-bottom: 20px;
}
.checkout-cart-index .page-main .cart-summary form .field label {
  font-size: 13px;
}
.checkout-cart-index .page-main .cart-summary .fieldset:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .checkout-cart-index .page-main .cart-summary .block .title strong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index .page-main .cart-summary .block .item-options .field .radio {
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index .page-main .cart-summary .cart-totals .totals.shipping th {
    padding-bottom: 15px;
  }
}
.checkout-cart-index .page-main .actions-toolbar button {
  background: #c4143b;
  border: 1px solid #c4143b;
  border-radius: 5px;
}
.checkout-cart-index .page-main .actions-toolbar button:hover {
  background: #fff;
  color: #c4143b;
}
.checkout-cart-index .page-main .column.main {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .checkout-cart-index .page-main .column.main {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .page-main .column.main {
    padding-bottom: 30px;
  }
}
.checkout-cart-index h1 {
  display: block;
  font-size: 46px;
  font-family: "Barlow Bold";
}
@media (max-width: 1199px) {
  .checkout-cart-index h1 {
    font-size: 38px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  font-size: 18px;
}
.checkout-cart-index .cart.table-wrapper .cart tbody tr td {
  vertical-align: middle !important;
}
.checkout-cart-index .cart.table-wrapper .cart tbody tr td .product-image-container {
  width: 80px;
  border: 1px solid #e6e6e6;
  padding: 5px;
}
.checkout-cart-index .cart.table-wrapper .cart tbody tr td .towishlist.action-towishlist {
  display: none;
}
@media (max-width: 991px) {
  .checkout-cart-index .cart.table-wrapper .cart tbody tr td {
    display: table-cell !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper .cart tbody tr td {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .checkout-cart-index .cart.table-wrapper .cart tbody tr td {
    padding-left: 15px;
  }
}
.checkout-cart-index .cart.table-wrapper .product-item-name,
.checkout-cart-index .cart.table-wrapper .cart-price span {
  font-size: 14px;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  border-radius: 5px;
}
.checkout-cart-index .cart.table-wrapper .item-actions {
  position: relative;
  top: -20px;
  left: 12%;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar a:before {
  color: #c4143b;
  opacity: 0.9;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar a:hover:before {
  opacity: 1;
}
@media (max-width: 991px) {
  .checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
    margin-top: 20px;
  }
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  vertical-align: middle;
  width: 100%;
  padding: 0;
}
.checkout-cart-index .cart.table-wrapper .product-item-details strong a {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    margin-top: 22px;
  }
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  margin: 0;
}
.checkout-cart-index .cart-container .form-cart .actions.main button {
  background: #c4143b;
  border: 1px solid #c4143b;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px 12px;
  border-radius: 5px;
}
.checkout-cart-index .cart-container .form-cart .actions.main button:hover {
  background: #fff;
  color: #c4143b;
}
@media (max-width: 991px) {
  .checkout-cart-index .cart-discount {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-discount {
    margin-top: 60px;
  }
}
.checkout-cart-index .cart-discount .block > .title strong {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  margin-top: 0;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-discount .block > .title strong {
    font-size: 18px;
  }
}
.checkout-cart-index .cart-discount .discount {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  float: none !important;
  padding: 20px;
}
@media (max-width: 991px) {
  .checkout-cart-index .cart-discount .discount .title {
    border-top: none;
    padding: 0;
  }
}
.checkout-cart-index .cart-discount .discount .title:after {
  display: none;
}
@media (max-width: 991px) {
  .checkout-cart-index .cart-discount .discount .title strong {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.checkout-cart-index .cart-discount .discount .content {
  display: block !important;
  padding: 0;
}
.checkout-cart-index .cart-discount #discount-coupon-form .control input {
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
}
.checkout-cart-index .cart-discount #discount-coupon-form .actions-toolbar button {
  height: 50px;
  border-radius: 5px !important;
  margin-left: 10px !important;
  background: #c4143b;
  border: 1px solid #c4143b;
  color: #fff;
  box-shadow: none;
  margin: 0;
  transition: all ease-in-out 0.4s;
}
.checkout-cart-index .cart-discount #discount-coupon-form .actions-toolbar button:hover {
  background: #fff;
  color: #c4143b;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-discount #discount-coupon-form .actions-toolbar button {
    height: 42px;
  }
}
.checkout-index-index .page-main {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .checkout-index-index .page-main {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .page-main {
    padding-top: 50px;
  }
}
.checkout-index-index .page-main .actions-toolbar button {
  background: #c4143b;
  border: 1px solid #c4143b;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 20px;
  transition: all ease-in-out 0.4s;
}
.checkout-index-index .page-main .actions-toolbar button:hover {
  background: #fff;
  color: #c4143b;
  transition: all ease-in-out 0.4s;
}
.checkout-index-index .opc-progress-bar {
  text-align: center;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #c4143b;
  border-color: #c4143b;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span {
  color: #333;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span:before {
  background: #c4143b;
  border-color: #c4143b;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
  color: #c4143b;
}
@media (max-width: 991px) {
  .checkout-index-index .opc-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-wrapper {
    margin-bottom: 0;
  }
}
.checkout-index-index .opc-wrapper .step-title {
  font-size: 36px;
  font-family: "Barlow Bold";
  margin-bottom: 30px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  font-size: 16px;
  line-height: 26px;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #c4143b;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #c4143b;
}
.checkout-index-index .opc-wrapper .shipping-address-item a {
  color: #c4143b;
}
.checkout-index-index .opc-wrapper .new-address-popup button {
  background: #c4143b;
  border: 1px solid #c4143b;
  padding: 12px 15px;
  font-size: 16px;
  color: #fff;
}
.checkout-index-index .opc-wrapper .new-address-popup button:hover {
  background: #fff;
  color: #c4143b;
}
.checkout-index-index .opc-wrapper .step-content {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .actions-toolbar .action.primary.button {
  margin-top: 0;
  padding: 10px 15px;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method {
  margin-top: 20px;
}
.checkout-index-index .opc-wrapper .form-login {
  max-width: 100%;
}
@media (max-width: 767px) {
  .checkout-index-index .opc-wrapper .methods-shipping {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .opc-wrapper .step-title {
    margin-bottom: 0;
  }
}
.checkout-index-index .opc-block-summary {
  border-radius: 10px;
}
.checkout-index-index .opc-block-summary .checkout-methods-items .action.primary.checkout {
  background: #c4143b;
  border: 1px solid #c4143b;
  border-radius: 5px;
}
.checkout-index-index .opc-block-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #fff;
  color: #c4143b;
}
@media (max-width: 479px) {
  .checkout-index-index .opc-block-summary .checkout-methods-items .action.primary.checkout {
    font-size: 16px;
    padding: 10px;
  }
}
.checkout-index-index .opc-block-summary .checkout-methods-items .multicheckout {
  color: #c4143b;
}
.checkout-index-index .opc-block-summary .checkout-methods-items .multicheckout:hover {
  text-decoration: underline;
}
.checkout-index-index .opc-block-summary form .field label {
  font-size: 13px;
}
.checkout-index-index .opc-block-summary .fieldset:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .checkout-index-index .opc-block-summary .block .title strong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .opc-block-summary .block .item-options .field .radio {
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .opc-block-summary .cart-totals .totals.shipping th {
    padding-bottom: 15px;
  }
}
.checkout-index-index .opc-block-summary .title {
  font-family: "Barlow Bold";
}
.checkout-index-index .opc-block-summary .items-in-cart .title strong {
  font-size: 14px;
}
.checkout-index-index #customer-email-fieldset {
  margin-bottom: 0;
}
.checkout-index-index .form-shipping-address {
  max-width: 100% !important;
}
.checkout-index-index .admin__control-fields span {
  font-size: 16px;
}
.checkout-index-index tbody td {
  font-size: 16px;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  margin: 0 auto !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .checkout-index-index .discount-code {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .discount-code {
    margin-top: 60px;
  }
}
.checkout-index-index .discount-code .action.action-toggle span {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  margin-top: 0;
}
@media (max-width: 767px) {
  .checkout-index-index .discount-code .action.action-toggle span {
    font-size: 18px;
  }
}
.checkout-index-index .discount-code .action.action-toggle:after {
  display: none;
}
.checkout-index-index .discount-code .form-discount {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  float: none !important;
  padding: 20px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .checkout-index-index .discount-code .form-discount .title {
    border-top: none;
    padding: 0;
  }
}
.checkout-index-index .discount-code .form-discount .title:after {
  display: none;
}
@media (max-width: 991px) {
  .checkout-index-index .discount-code .form-discount .title strong {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.checkout-index-index .discount-code .payment-option-inner .control input {
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
}
.checkout-index-index .discount-code .payment-option-content {
  display: block !important;
  padding: 0;
}
.checkout-index-index .discount-code .actions-toolbar button {
  height: 50px;
  border-radius: 5px !important;
  margin-left: 10px !important;
  background: #c4143b !important;
  border: 1px solid #c4143b !important;
  color: #fff !important;
  box-shadow: none !important;
  margin: 0;
  transition: all ease-in-out 0.4s;
}
.checkout-index-index .discount-code .actions-toolbar button:hover {
  background: #fff !important;
  color: #c4143b !important;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 767px) {
  .checkout-index-index .discount-code .actions-toolbar button {
    height: 42px;
  }
}
.checkout-index-index .checkout-billing-address .billing-address-details {
  font-size: 16px;
}
.checkout-index-index .checkout-billing-address .billing-address-details a {
  color: #c4143b;
}
@media (max-width: 1199px) {
  .checkout-index-index .opc-progress-bar {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .checkout-index-index .checkout-container {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .checkout-index-index .opc-wrapper .methods-shipping {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .opc-wrapper .checkout-payment-method .payment-method-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .opc-wrapper .checkout-payment-method .billing-address-same-as-shipping-block {
    padding-left: 20px;
  }
}
.checkout-index-index .opc-sidebar .shipping-information-title span {
  font-size: 20px;
  font-weight: 600;
}
.checkout-index-index .opc-sidebar .shipping-information-title button:before {
  color: #c4143b;
}
.checkout-index-index .opc-sidebar .shipping-information-content {
  font-size: 16px;
}
.checkout-index-index .opc-sidebar .shipping-information-content a {
  color: #c4143b;
}
@media (max-width: 991px) {
  .checkout-index-index .opc-payment .actions-toolbar {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.new-shipping-address-modal .modal-header h1 {
  font-family: 'Barlow Bold';
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.new-shipping-address-modal .form-shipping-address {
  max-width: 100% !important;
}
.new-shipping-address-modal .modal-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.new-shipping-address-modal .modal-footer .action-save-address {
  background: #c4143b;
  border: 1px solid #c4143b;
  color: #fff;
  padding: 10px 20px 12px;
  font-size: 16px;
}
.new-shipping-address-modal .modal-footer .action-save-address:hover {
  background: #fff;
  color: #c4143b;
}
.new-shipping-address-modal .modal-footer .action-hide-popup {
  color: #c4143b !important;
  text-decoration: none !important;
  font-size: 16px;
}
.authentication-wrapper button {
  color: #c4143b;
  font-size: 16px;
}
.authentication-wrapper button:hover {
  text-decoration: underline;
  color: #c4143b;
}
.authentication-dropdown {
  border-radius: 5px;
  top: 30px !important;
}
.authentication-dropdown .block-authentication .block-title strong {
  font-family: 'Barlow Bold';
}
.authentication-dropdown .actions-toolbar .secondary a {
  color: #c4143b;
}
.authentication-dropdown .actions-toolbar .secondary a:hover {
  text-decoration: underline;
}
.checkout-onepage-success .page-main {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .checkout-onepage-success .page-main {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .checkout-onepage-success .page-main {
    padding-top: 50px;
  }
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title {
  font-size: 36px;
  font-family: 'Barlow bold';
}
.checkout-onepage-success .page-main .page-title-wrapper a.action.print {
  border-radius: 5px;
  background: #C4143B;
  border: none;
  padding: 8px 15px;
  margin-right: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.checkout-onepage-success .page-main .checkout-success p {
  font-size: 16px;
}
.checkout-onepage-success .page-main .checkout-success p a {
  color: #c4143b;
}
.checkout-onepage-success .page-main .checkout-success .actions-toolbar {
  margin-top: 20px;
}
.checkout-onepage-success .page-main .checkout-success .actions-toolbar .action {
  background: #c4143b;
  border: 1px solid #c4143b;
  color: #fff;
  padding: 10px 20px 12px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 0;
}
.checkout-onepage-success .page-main .checkout-success .actions-toolbar .action:hover {
  background: #fff;
  color: #c4143b;
}
.checkout-onepage-success .column.main {
  min-height: initial;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .checkout-onepage-success .column.main {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .checkout-onepage-success .column.main {
    padding-bottom: 50px;
  }
}
.cart-empty {
  font-size: 16px;
}
.cart-empty p a {
  color: #c4143b;
}
@media (max-width: 769px) {
  .block-customer-login {
    margin-bottom: 20px !important;
  }
}
.quickrfq-index-index .page-main {
  padding-top: 100px;
  max-width: 700px;
}
@media (max-width: 1199px) {
  .quickrfq-index-index .page-main {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .quickrfq-index-index .page-main {
    padding-top: 50px;
  }
}
.quickrfq-index-index .page-main .page-title-wrapper .page-title {
  font-family: "Barlow Bold";
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
}
.quickrfq-index-index .page-main .column.main {
  padding-bottom: 100px;
  min-height: initial;
}
@media (max-width: 1199px) {
  .quickrfq-index-index .page-main .column.main {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .quickrfq-index-index .page-main .column.main {
    padding-bottom: 30px;
  }
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset {
  margin-bottom: 0;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .legend {
  color: #231F20;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field label {
  font-weight: 400;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field p {
  font-size: 16px;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.budget .input-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 6px;
}
@media (max-width: 480px) {
  .quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.budget .input-box {
    display: block;
  }
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.budget .input-box .input-budget-item {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.budget .input-box .input-budget-item {
    margin-top: 6px;
    font-size: 14px;
  }
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.prd .input-box {
  margin-top: 20px;
  display: block;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.prd .input-box p {
  margin-top: 10px;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.prd .input-box input#prd {
  margin-top: 0;
  position: relative;
  top: 2px;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.prd .input-box input#prd::-webkit-file-upload-button {
  background-color: #c4143b;
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.prd .input-box input#prd::-webkit-file-upload-button:hover {
  background-color: #a31132;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .fieldset .field.prd .input-box input[type="file"]::file-selector-button {
  background-color: #c4143b;
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .actions-toolbar button {
  background: #c4143b;
  border: 1px solid #c4143b;
  color: #fff;
  padding: 10px 20px 12px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 0;
}
.quickrfq-index-index .page-main .column.main .form.quickrfq .actions-toolbar button:hover {
  background: #fff;
  color: #c4143b;
}
.account .page-main {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .account .page-main {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .account .page-main {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .account .page-main {
    padding-top: 140px !important;
  }
}
.account .page-main .sidebar ul {
  list-style: none;
}
@media (max-width: 768px) {
  .account .page-main .sidebar .block-collapsible-nav {
    top: 70px;
  }
}
.account .page-main .sidebar .block-collapsible-nav .item {
  font-size: 16px;
}
.account .page-main .sidebar .block-collapsible-nav .item.current > strong {
  border-color: #c4143b;
}
.account .page-main .sidebar .block-collapsible-nav .item a:hover {
  background: #ffebed;
}
.account .page-main .sidebar .actions-toolbar button {
  background: #c4143b;
  border: 1px solid #c4143b;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px 12px;
  border-radius: 5px;
}
.account .page-main .sidebar .actions-toolbar button:hover {
  background: #fff;
  color: #c4143b;
}
.account .page-main .sidebar .actions-toolbar .secondary .action {
  color: #c4143b;
}
.account .page-main .sidebar .block-title strong {
  font-weight: 600;
}
.account .column.main {
  padding-bottom: 100px;
  min-height: initial;
}
@media (max-width: 1199px) {
  .account .column.main {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .account .column.main {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .account .column.main {
    padding-bottom: 30px;
  }
}
.account .column.main p {
  font-size: 16px;
}
.account .column.main .box-actions a {
  color: #c4143b;
  font-weight: 600;
}
.account .column.main a {
  color: #c4143b;
  font-weight: 600;
}
.account .column.main .table-wrapper table th {
  font-size: 16px;
}
.account h1 {
  font-size: 36px;
  font-family: 'Barlow bold';
  margin-right: 0 !important;
  display: block !important;
}
@media (max-width: 768px) {
  .account h1 {
    font-size: 28px;
  }
}
.account .toolbar {
  margin-bottom: 0;
}
.account .toolbar select {
  background-color: #ffebed;
  border: 1px solid #ffebed !important;
  box-shadow: none;
  height: auto !important;
}
.account .actions-toolbar button {
  background: #c4143b !important;
  border: 1px solid #c4143b !important;
  padding: 12px 20px !important;
  font-size: 16px;
  border-radius: 5px;
}
.account .actions-toolbar button:hover {
  background: transparent !important;
  color: #c4143b !important;
}
.account .form-edit-account fieldset {
  width: 100% !important;
  margin-bottom: 20px;
}
.account .form-edit-account .choice {
  margin-bottom: 10px;
}
.account .form-edit-account input {
  font-weight: 400;
  font-family: 'Barlow';
  font-size: 16px;
}
.account .page-title-wrapper .order-status {
  border: none;
  padding: 0;
  margin: 0;
  color: red;
  font-weight: 600;
  margin-bottom: 30px;
}
.account .page-title-wrapper .actions-toolbar .actions {
  display: flex;
  justify-content: end;
}
.account .page-title-wrapper .actions-toolbar .actions a {
  background: #c4143b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #c4143b;
  margin-right: 15px;
}
.account .page-title-wrapper .actions-toolbar .actions a:last-child {
  margin-right: 0;
}
.account .page-title-wrapper .actions-toolbar .actions a:hover {
  text-decoration: none;
  background: #fff;
  color: #c4143b;
}
.account .order-links {
  list-style: none;
  margin-bottom: 0;
}
.account .order-links li {
  font-size: 16px;
  font-family: 'Barlow Bold';
}
.account .order-links li strong {
  border-radius: 5px;
}
@media (max-width: 768px) {
  .account .order-links li strong {
    font-size: 18px;
  }
}
.account .order-details-items {
  border-radius: 5px;
  border-top-left-radius: 0;
  margin-top: -2px;
}
.account .order-details-items .product-item-name {
  font-size: 16px;
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .account .order-details-items .product-item-name {
    font-size: 14px;
  }
}
.account .order-details-items td {
  font-size: 16px;
  font-family: 'Barlow';
  font-weight: 400;
}
@media (max-width: 1199px) {
  .account .order-details-items td {
    font-size: 14px;
  }
}
.account .order-details-items .price-excluding-tax span {
  font-size: 16px;
  font-family: 'Barlow';
  font-weight: 400 !important;
}
@media (max-width: 1199px) {
  .account .order-details-items .price-excluding-tax span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .account .order-details-items {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .account .order-details-items .order-title strong {
    font-size: 20px;
  }
}
.account .block-order-details-view .block-content {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .account .block-order-details-view .block-content {
    flex-wrap: wrap;
  }
}
.account .block-order-details-view .block-content .box {
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 15px;
  float: none !important;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .account .block-order-details-view .block-content .box {
    width: 49%;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .account .block-order-details-view .block-content .box {
    width: 48%;
  }
}
@media (max-width: 479px) {
  .account .block-order-details-view .block-content .box {
    width: 100%;
  }
}
.account .block-order-details-view .block-content:before,
.account .block-order-details-view .block-content:after {
  display: none !important;
}
@media (max-width: 1199px) {
  .account .block-order-details-view {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .account .sidebar-additional {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .account .block-compare {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .account .pager {
    display: flex;
    justify-content: space-between;
  }
}
.contact-index-index .page-main {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.contact-index-index .page-main .column.main {
  padding-bottom: 0;
}
.contact-index-index .page-main .column.main .contact-us-main {
  position: relative;
}
.contact-index-index .page-main .column.main .contact-us-main::after {
  content: "";
  position: absolute;
  max-width: 30%;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #c4143b;
  z-index: -1;
}
@media (min-width: 769px) and (max-width: 1198px) {
  .contact-index-index .page-main .column.main .contact-us-main::after {
    max-width: 100%;
    width: 100%;
    height: 100%;
    right: 110%;
    top: 80%;
    z-index: -1;
    left: 0%;
  }
}
@media (max-width: 768px) {
  .contact-index-index .page-main .column.main .contact-us-main::after {
    max-width: 100%;
    width: 100%;
    height: 145px;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container {
    padding-left: 20px;
    padding-right: 20px;
    margin: 30px auto 0;
  }
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container {
  padding-bottom: 50px;
  padding-top: 40px;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .breadcrumbs {
  margin-bottom: 20px;
  align-content: center;
  padding-left: 0;
}
@media (max-width: 768px) {
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .breadcrumbs {
    display: block;
  }
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .breadcrumbs .items {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .breadcrumbs .items {
    font-size: 14px;
  }
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .breadcrumbs .items .item a {
  color: #231f20;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .breadcrumbs .items .item:not(:last-child):after {
  line-height: 23px;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form .page-title-wrapper h1 {
  color: #231f20;
  text-align: start;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form form {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form form .form-header {
  display: none;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form form .fieldset {
  margin-bottom: 20px;
  margin-top: 30px;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form form .fieldset input,
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form form .fieldset select {
  height: 50px;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form form .actions-toolbar .primary {
  width: 100%;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form form .actions-toolbar .primary button {
  height: 50px;
  background: #c4143b;
  border: 1px solid #c4143b;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form form .actions-toolbar .primary button span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-info {
  display: flex;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: flex-start;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-item {
  display: flex;
  gap: 15px;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-item .info-section-icon {
  padding-top: 8px;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-title {
  color: #000;
  font-family: Barlow;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  /* 153.846% */
  letter-spacing: 0.26px;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-detail {
  color: #dd5471;
  font-family: Barlow;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.26px;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-detail a {
  color: #dd5471;
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container {
  max-width: 522px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container {
    max-width: 100%;
  }
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container .map-section {
  height: 100%;
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container .map-section {
    max-height: 220px;
    padding: 30px 20px;
  }
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container .map-section img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container .map-section img {
    max-height: 220px;
  }
}
.contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container .map-section .map-shadow-block {
  display: none;
}
@media (min-device-width: 769px) and (max-device-width: 1198px) {
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container {
    flex-direction: column;
  }
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container {
    padding: 30px;
  }
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form {
    padding-top: 60px;
  }
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form .form.contact {
    width: 100%;
  }
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-info {
    justify-content: center;
  }
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container {
    margin: 0 auto;
    max-width: 920px;
  }
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-map-container .map-section {
    padding: 0 0 50px;
  }
}
@media (min-device-width: 769px) and (max-device-width: 1198px) and (max-width: 768px) {
  .contact-index-index .page-footer {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .contact-index-index .page-main {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-index-index .column.main .contact-us-main .contact-us-container {
    flex-direction: column;
    gap: 30px;
  }
  .contact-index-index .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form {
    padding-top: 0;
  }
  .contact-index-index .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form .page-title-wrapper h1 {
    font-size: 26px;
  }
  .contact-index-index .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form .actions-toolbar .primary button {
    border-radius: 8px;
  }
  .contact-index-index .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-info {
    padding-top: 20px;
    justify-content: center;
    padding-bottom: 0;
  }
  .contact-index-index .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-info .info-section-item {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .contact-index-index .column.main .contact-us-main .contact-us-container .contact-map-container .map-section {
    height: 100%;
  }
}
@media (max-width: 479px) {
  .contact-index-index .page-main .column.main .contact-us-main .contact-us-container .contact-form-container .contact-form-info .info-section-info {
    flex-direction: column;
  }
}
.cms-about-us .columns .column.main {
  padding-bottom: 0;
}
.cms-about-us .columns .column.main .pagebuilder-poster-content h1 {
  color: #231f20;
  text-align: center;
  font-family: "Barlow Bold";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cms-about-us .columns .column.main .media-container {
  margin: 50px 0;
}
.cms-about-us .columns .column.main .media-container .image-with-text-about-us-section .pagebuilder-column-line .content-text {
  gap: 30px;
}
.cms-about-us .columns .column.main .media-container .image-with-text-about-us-section .pagebuilder-column-line .content-text h3 {
  font-size: 46px;
}
.cms-about-us .columns .column.main .media-container .image-with-text-about-us-section .pagebuilder-column-line .content-text .text-area-image-with-text-section {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.cms-about-us .columns .column.main .row-media-about-us {
  background: #f6f6f6;
}
.cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us {
  margin: 50px 0;
}
.cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .feature-text {
  margin-left: 130px;
}
.cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .feature-text h3 {
  color: #231f20;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .feature-text .text-area-media-feature {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
.cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .feature-text .with-icon-about-us {
  display: flex;
  gap: 10px;
}
.cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .feature-text .with-icon-about-us:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_462_1074)'%3E%3Cpath d='M0 11.9927C0.0585366 5.34475 5.3122 0.0146732 11.9707 3.00988e-05C18.6585 -0.014613 23.9854 5.31547 24 11.9781C24 18.67 18.6585 24.0293 11.9707 24.0147C5.32683 24 0.0439024 18.6846 0 12.0074L0 11.9927ZM1.74146 11.9927C1.74146 17.6303 6.32195 22.2575 11.9122 22.2721C17.6634 22.2721 22.2732 17.7182 22.2732 12.0366C22.2732 6.34048 17.6927 1.74256 12 1.72791C6.35122 1.72791 1.74146 6.32584 1.74146 11.9927Z' fill='%23C4143B'/%3E%3Cpath d='M6.6875 11.4215C6.71677 11.0847 6.86311 10.8212 7.18506 10.6601C7.52165 10.499 7.82896 10.5429 8.10701 10.7919C8.29726 10.9529 8.45823 11.1287 8.63384 11.3044C9.30701 11.978 9.99482 12.6515 10.6534 13.3398C10.8143 13.5008 10.9021 13.5008 11.0485 13.3398C12.4973 11.7437 13.946 10.1476 15.3948 8.55148C15.5412 8.39041 15.6729 8.24398 15.8192 8.09755C16.1704 7.74611 16.6973 7.73147 17.0338 8.05362C17.3851 8.37576 17.3997 8.90291 17.0777 9.26899C16.5948 9.81078 16.0973 10.3526 15.6143 10.8944C14.268 12.3733 12.9363 13.8376 11.5899 15.3166C11.1802 15.7705 10.668 15.7852 10.229 15.3605C9.14604 14.2916 8.07774 13.208 6.99482 12.139C6.80457 11.9487 6.70213 11.729 6.6875 11.4508V11.4215Z' fill='%23C4143B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_462_1074'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  font-size: 1em;
  content: "";
  height: 10px;
  padding: 10px 4px 5px 20px;
  background-repeat: no-repeat;
}
.cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .feature-text .divider-about-us hr {
  margin: 10px 0;
}
.cms-about-us .columns .column.main .our-services-about-us {
  background: #c4143b;
}
.cms-about-us .columns .column.main .our-services-about-us .container-content {
  margin: 50px 80px;
}
.cms-about-us .columns .column.main .our-services-about-us .container-content .pagebuilder-column-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex: 1 0 0;
}
.cms-about-us .columns .column.main .our-services-about-us .container-content .pagebuilder-column-line .content-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 305px !important;
}
.cms-about-us .columns .column.main .our-services-about-us .container-content .pagebuilder-column-line .content-column h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}
.cms-about-us .columns .column.main .our-services-about-us .container-content .pagebuilder-column-line .content-column .text-area-content-column {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cms-about-us .columns .column.main .two-column-block-about-us .pagebuilder-column-line .image-side .img-height img {
  height: 100% !important;
}
.cms-about-us .columns .column.main .two-column-block-about-us .pagebuilder-column-line .text-side {
  background: #121212;
  color: #ffffff;
  padding: 50px;
}
.cms-about-us .columns .column.main .two-column-block-about-us .pagebuilder-column-line .text-side h3 {
  color: #fff;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cms-about-us .columns .column.main .two-column-block-about-us .pagebuilder-column-line .text-side .paragraph-text-side {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .cms-about-us .columns .column.main .two-column-block-about-us .pagebuilder-column-line .text-side .heading-text-side {
    font-size: 38px;
  }
}
@media (max-width: 1100px) {
  .cms-about-us .columns .column.main .media-container {
    padding: 0 20px;
  }
  .cms-about-us .columns .column.main .media-container .pagebuilder-column-line {
    gap: 30px;
  }
  .cms-about-us .columns .column.main .row-media-about-us {
    padding: 0 20px;
  }
  .cms-about-us .columns .column.main .row-media-about-us .feature-text {
    margin-left: 100px;
  }
  .cms-about-us .columns .column.main .two-column-block-about-us .pagebuilder-column-line .text-side .heading-text-side {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .cms-about-us .columns .column.main .media-container {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .cms-about-us .columns .column.main .media-container .image-with-text-about-us-section .pagebuilder-column-line {
    gap: 30px;
  }
  .cms-about-us .columns .column.main .media-container .image-with-text-about-us-section .pagebuilder-column-line .content-text h3 {
    font-size: 38px;
  }
  .cms-about-us .columns .column.main .row-media-about-us .row-full-width-inner {
    padding: 0 20px;
  }
  .cms-about-us .columns .column.main .row-media-about-us .row-full-width-inner .media-feature-about-us .feature-text {
    margin-left: 60px;
  }
  .cms-about-us .columns .column.main .row-media-about-us .row-full-width-inner .media-feature-about-us .feature-text h3 {
    font-size: 38px;
  }
  .cms-about-us .columns .column.main .our-services-about-us .container-content .pagebuilder-column-line {
    gap: 20px;
  }
  .cms-about-us .columns .column.main .two-column-block-about-us .pagebuilder-column-line .text-side {
    padding: 20px 30px;
  }
  .cms-about-us .columns .column.main .two-column-block-about-us .pagebuilder-column-line h3 {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .cms-about-us .columns .column.main .pagebuilder-poster-content h1 {
    font-size: 26px;
  }
  .cms-about-us .columns .column.main h3 {
    font-size: 26px !important;
  }
  .cms-about-us .columns .column.main .media-container {
    padding: 0 20px;
    margin: 40px 0 0;
  }
  .cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us {
    margin: 30px 0;
  }
  .cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .pagebuilder-column-line {
    gap: 30px;
    flex-wrap: wrap-reverse;
  }
  .cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .pagebuilder-column-line .feature-text {
    margin-left: 0px !important;
  }
  .cms-about-us .columns .column.main .row-media-about-us .media-feature-about-us .pagebuilder-column-line .feature-text .text-area-media-feature {
    margin-bottom: 10px;
  }
  .cms-about-us .columns .column.main .our-services-about-us .container-content {
    margin: 50px 20px;
  }
}
@media (max-width: 479px) {
  .cms-about-us .row-media-about-us .row-full-width-inner {
    padding: 0 !important;
  }
}
.cms-industry-link .page-wrapper {
  background: #f6f6f6;
}
.cms-industry-link .page-wrapper .my-custom-container .breadcrumbs {
  top: 50px;
}
.cms-industry-link .page-wrapper .columns .column.main .industry-link-page {
  margin-top: 89px;
}
.cms-industry-link .page-wrapper .columns .column.main .industry-link-page h1 {
  color: #231f20;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
.cms-industry-link .page-wrapper .columns .column.main .industry-link-page .pagebuilder-column-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cms-industry-link .page-wrapper .columns .column.main .industry-link-page .pagebuilder-column-group .pagebuilder-column-line {
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.cms-industry-link .page-wrapper .columns .column.main .industry-link-page .pagebuilder-column-group .pagebuilder-column-line .industry-container {
  display: flex;
  padding: 30px 15px;
  width: 100% !important;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  background: #fff;
  /* shadow */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.cms-industry-link .page-wrapper .columns .column.main .industry-link-page .pagebuilder-column-group .pagebuilder-column-line .industry-container .industry-text {
  color: #231f20;
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  text-transform: capitalize;
}
.cms-industry-link .page-wrapper .columns .column.main .industry-link-page .pagebuilder-column-group .pagebuilder-column-line .industry-container .industry-text a {
  color: #231f20;
}
@media (max-width: 1199px) {
  .cms-industry-link .columns .column.main {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 575px) {
  .cms-industry-link .page-wrapper .columns .column.main .industry-link-page .pagebuilder-column-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cms-industry-link .my-custom-container .breadcrumbs {
    top: 30px;
  }
  .cms-industry-link .columns .column.main {
    padding: 0 20px;
  }
  .cms-industry-link .columns .column.main .industry-link-page {
    margin-top: 55px;
  }
  .cms-industry-link .columns .column.main .industry-link-page h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cms-industry-link .columns .column.main .industry-link-page .pagebuilder-column-group {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .cms-industry-link .page-wrapper .columns .column.main .industry-link-page .pagebuilder-column-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cms-technical-data .my-custom-container .breadcrumbs {
  top: 170px;
}
.cms-technical-data .columns .column.main {
  padding-bottom: 0;
}
.cms-technical-data .columns .column.main .technical-data-banner {
  position: relative;
}
.cms-technical-data .columns .column.main .technical-data-banner h1.technical-data-h1 {
  color: #231f20;
  font-family: "Barlow Bold";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 50px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.cms-technical-data .columns .column.main .leed-reports-section,
.cms-technical-data .columns .column.main .bulletins-section {
  margin: 50px 0;
}
.cms-technical-data .columns .column.main .leed-reports-section .pagebuilder-column-line .pagebuilder-column figure img,
.cms-technical-data .columns .column.main .bulletins-section .pagebuilder-column-line .pagebuilder-column figure img {
  height: 100% !important;
}
.cms-technical-data .columns .column.main .leed-reports-section .pagebuilder-column-line .pagebuilder-column .technical-content,
.cms-technical-data .columns .column.main .bulletins-section .pagebuilder-column-line .pagebuilder-column .technical-content {
  color: #231f20;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cms-technical-data .columns .column.main .leed-reports-section .pagebuilder-column-line .pagebuilder-column .view-all-button .btn-see-all a:hover,
.cms-technical-data .columns .column.main .bulletins-section .pagebuilder-column-line .pagebuilder-column .view-all-button .btn-see-all a:hover {
  background: #c4143b;
  color: #fff;
}
.cms-technical-data .columns .column.main .leed-reports-section .pagebuilder-column-line .pagebuilder-column .view-all-button .btn-see-all .pagebuilder-button-primary,
.cms-technical-data .columns .column.main .bulletins-section .pagebuilder-column-line .pagebuilder-column .view-all-button .btn-see-all .pagebuilder-button-primary {
  border-radius: 5px;
  border: 1px solid #c4143b;
  background: #fff;
  width: 200px;
  height: 50px;
  padding: 13px 23px;
  color: #231f20;
}
.cms-technical-data .columns .column.main .leed-reports-section .pagebuilder-column-line .pagebuilder-column .view-all-button .btn-see-all .pagebuilder-button-primary:hover span,
.cms-technical-data .columns .column.main .bulletins-section .pagebuilder-column-line .pagebuilder-column .view-all-button .btn-see-all .pagebuilder-button-primary:hover span {
  color: white;
}
.cms-technical-data .columns .column.main .leed-reports-section .pagebuilder-column-line .pagebuilder-column .view-all-button .btn-see-all span,
.cms-technical-data .columns .column.main .bulletins-section .pagebuilder-column-line .pagebuilder-column .view-all-button .btn-see-all span {
  color: #231f20;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.cms-technical-data .columns .column.main .bulletins-section {
  background: #f6f6f6;
}
.cms-leed-report .my-custom-container .breadcrumbs,
.cms-submittals .my-custom-container .breadcrumbs,
.cms-safety_data_sheets .my-custom-container .breadcrumbs,
.cms-tech_bulletins .my-custom-container .breadcrumbs {
  top: 50px;
}
.cms-leed-report .column.main .reports-pdf-pages,
.cms-submittals .column.main .reports-pdf-pages,
.cms-safety_data_sheets .column.main .reports-pdf-pages,
.cms-tech_bulletins .column.main .reports-pdf-pages {
  margin-top: 80px;
}
.cms-leed-report .column.main .reports-pdf-pages h1,
.cms-submittals .column.main .reports-pdf-pages h1,
.cms-safety_data_sheets .column.main .reports-pdf-pages h1,
.cms-tech_bulletins .column.main .reports-pdf-pages h1 {
  color: #231f20;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cms-leed-report .column.main .reports-pdf-pages .leed-block,
.cms-submittals .column.main .reports-pdf-pages .leed-block,
.cms-safety_data_sheets .column.main .reports-pdf-pages .leed-block,
.cms-tech_bulletins .column.main .reports-pdf-pages .leed-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cms-leed-report .column.main .reports-pdf-pages .leed-block .pdf-container,
.cms-submittals .column.main .reports-pdf-pages .leed-block .pdf-container,
.cms-safety_data_sheets .column.main .reports-pdf-pages .leed-block .pdf-container,
.cms-tech_bulletins .column.main .reports-pdf-pages .leed-block .pdf-container {
  flex-direction: unset !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  background: #fff;
  padding: 10px;
  align-items: center;
}
.cms-leed-report .column.main .reports-pdf-pages .leed-block .pdf-container .btn-leed,
.cms-submittals .column.main .reports-pdf-pages .leed-block .pdf-container .btn-leed,
.cms-safety_data_sheets .column.main .reports-pdf-pages .leed-block .pdf-container .btn-leed,
.cms-tech_bulletins .column.main .reports-pdf-pages .leed-block .pdf-container .btn-leed {
  width: 100%;
}
.cms-leed-report .column.main .reports-pdf-pages .leed-block .pdf-container .btn-leed a.pagebuilder-button-link,
.cms-submittals .column.main .reports-pdf-pages .leed-block .pdf-container .btn-leed a.pagebuilder-button-link,
.cms-safety_data_sheets .column.main .reports-pdf-pages .leed-block .pdf-container .btn-leed a.pagebuilder-button-link,
.cms-tech_bulletins .column.main .reports-pdf-pages .leed-block .pdf-container .btn-leed a.pagebuilder-button-link {
  max-width: 279px;
  width: 100%;
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  text-align: start !important;
  margin: 0 10px 0 !important;
  padding: 0;
}
@media screen and (max-width: 1360px) {
  .cms-leed-report .column.main .reports-pdf-pages,
  .cms-submittals .column.main .reports-pdf-pages,
  .cms-safety_data_sheets .column.main .reports-pdf-pages,
  .cms-tech_bulletins .column.main .reports-pdf-pages {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .cms-technical-data .columns .column.main .leed-reports-section,
  .cms-technical-data .columns .column.main .bulletins-section {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .cms-technical-data .columns .column.main .technical-data-banner h1.technical-data-h1 {
    font-size: 26px;
  }
  .cms-technical-data .columns .column.main .leed-reports-section,
  .cms-technical-data .columns .column.main .bulletins-section {
    padding: 30px 20px;
    margin: 0;
  }
  .cms-technical-data .columns .column.main .leed-reports-section .row-full-width-inner .pagebuilder-column-line,
  .cms-technical-data .columns .column.main .bulletins-section .row-full-width-inner .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .cms-technical-data .columns .column.main .leed-reports-section .row-full-width-inner .pagebuilder-column-line .pagebuilder-column figure,
  .cms-technical-data .columns .column.main .bulletins-section .row-full-width-inner .pagebuilder-column-line .pagebuilder-column figure {
    text-align: center;
  }
  .cms-technical-data .columns .column.main .leed-reports-section .row-full-width-inner .pagebuilder-column-line .pagebuilder-column h2,
  .cms-technical-data .columns .column.main .bulletins-section .row-full-width-inner .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cms-leed-report .column.main .reports-pdf-pages h1,
  .cms-submittals .column.main .reports-pdf-pages h1,
  .cms-safety_data_sheets .column.main .reports-pdf-pages h1,
  .cms-tech_bulletins .column.main .reports-pdf-pages h1 {
    font-size: 26px;
  }
  .cms-leed-report .column.main .reports-pdf-pages .leed-block,
  .cms-submittals .column.main .reports-pdf-pages .leed-block,
  .cms-safety_data_sheets .column.main .reports-pdf-pages .leed-block,
  .cms-tech_bulletins .column.main .reports-pdf-pages .leed-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1480px) {
  .cms-technical-data .my-custom-container .breadcrumbs {
    top: 140px;
  }
}
@media (max-width: 1100px) {
  .cms-technical-data .my-custom-container .breadcrumbs {
    top: 107px;
  }
}
@media (max-width: 768px) {
  .cms-technical-data .my-custom-container .breadcrumbs {
    top: 230px;
  }
}
@media (max-width: 575px) {
  .cms-technical-data .my-custom-container .breadcrumbs {
    top: 184px;
  }
}
@media (max-width: 479px) {
  .cms-technical-data .my-custom-container .breadcrumbs {
    top: 160px;
  }
}
@media (max-width: 375px) {
  .cms-technical-data .my-custom-container .breadcrumbs {
    top: 138px;
  }
}
.cms-return-policy .page-main,
.cms-privacy-policy-cookie-restriction-mode .page-main,
.cms-terms-of-services .page-main {
  padding-top: 110px;
}
.cms-return-policy .page-main .page-title-wrapper,
.cms-privacy-policy-cookie-restriction-mode .page-main .page-title-wrapper,
.cms-terms-of-services .page-main .page-title-wrapper {
  margin-top: 40px;
}
.cms-return-policy .page-main .page-title-wrapper .page-title,
.cms-privacy-policy-cookie-restriction-mode .page-main .page-title-wrapper .page-title,
.cms-terms-of-services .page-main .page-title-wrapper .page-title {
  font-size: 35px;
  font-weight: 700;
}
.cms-return-policy .page-main h2,
.cms-privacy-policy-cookie-restriction-mode .page-main h2,
.cms-terms-of-services .page-main h2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
.cms-return-policy .my-custom-container,
.cms-privacy-policy-cookie-restriction-mode .my-custom-container,
.cms-terms-of-services .my-custom-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.cms-return-policy .my-custom-container .breadcrumbs,
.cms-privacy-policy-cookie-restriction-mode .my-custom-container .breadcrumbs,
.cms-terms-of-services .my-custom-container .breadcrumbs {
  text-align: left;
  transform: initial;
  left: 0;
  top: 90px;
}
.cms-return-policy .cms-content ul,
.cms-privacy-policy-cookie-restriction-mode .cms-content ul,
.cms-terms-of-services .cms-content ul {
  list-style: none;
}
.cms-return-policy .cms-content ul li,
.cms-privacy-policy-cookie-restriction-mode .cms-content ul li,
.cms-terms-of-services .cms-content ul li {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  line-height: 24px;
}
.cms-return-policy .cms-content ul li:before,
.cms-privacy-policy-cookie-restriction-mode .cms-content ul li:before,
.cms-terms-of-services .cms-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  top: 11px;
}
.cms-return-policy p,
.cms-privacy-policy-cookie-restriction-mode p,
.cms-terms-of-services p {
  font-size: 16px;
  line-height: 24px;
}
.cms-return-policy a,
.cms-privacy-policy-cookie-restriction-mode a,
.cms-terms-of-services a {
  color: #C4143B;
  font-weight: 700;
}
.cms-return-policy a:hover,
.cms-privacy-policy-cookie-restriction-mode a:hover,
.cms-terms-of-services a:hover {
  text-decoration: underline;
}
.cms-return-policy .data-table tbody tr td,
.cms-privacy-policy-cookie-restriction-mode .data-table tbody tr td,
.cms-terms-of-services .data-table tbody tr td {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .cms-return-policy .page-main,
  .cms-privacy-policy-cookie-restriction-mode .page-main,
  .cms-terms-of-services .page-main {
    padding-top: 80px;
  }
  .cms-return-policy .my-custom-container .breadcrumbs,
  .cms-privacy-policy-cookie-restriction-mode .my-custom-container .breadcrumbs,
  .cms-terms-of-services .my-custom-container .breadcrumbs {
    top: 70px;
  }
}
@media (max-width: 991px) {
  .cms-return-policy .page-main .page-title-wrapper .page-title,
  .cms-privacy-policy-cookie-restriction-mode .page-main .page-title-wrapper .page-title,
  .cms-terms-of-services .page-main .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .cms-return-policy .page-main h2,
  .cms-privacy-policy-cookie-restriction-mode .page-main h2,
  .cms-terms-of-services .page-main h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cms-page-view .page-main {
    padding-top: 80px !important;
  }
}
.columns .column.main .map-section {
  height: 100%;
}
.columns .column.main .map-section img {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
}
.columns .column.main .map-section .map-height {
  height: 100%;
}
.columns .column.main .map-section .map-shadow-block {
  position: relative;
}
.columns .column.main .map-section .map-shadow-block .map-box {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
  max-width: 320px;
  background: #fff;
  padding: 20px;
  box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.columns .column.main .map-section .map-shadow-block .map-box .inner-box-1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 257px;
}
.columns .column.main .map-section .map-shadow-block .map-box .inner-box-1 h2 {
  color: #C4143B;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
.columns .column.main .map-section .map-shadow-block .map-box .inner-box-1 p {
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  width: 190px;
}
.columns .column.main .map-section .map-shadow-block .map-box .inner-box-2 h5 {
  color: #231F20;
  font-size: 16px;
  margin: 0 0 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.columns .column.main .map-section .map-shadow-block .map-box .inner-box-2 .time-zone p {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.columns .column.main .map-section .map-shadow-block .map-box .inner-box-2 .time-zone span {
  padding-left: 10px;
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.columns .column.main .map-section .map-shadow-block .map-box .inner-box-3 button {
  display: flex;
  height: 45px;
  padding: 13px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
.columns .column.main .map-section .map-shadow-block .map-box .inner-box-3 button p {
  margin: 0;
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .columns .column.main .map-section .map-shadow-block .map-box {
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .columns .column.main .map-section .map-shadow-block .map-box {
    bottom: 15px;
    gap: 15px;
  }
  .columns .column.main .map-section .map-shadow-block .map-box .inner-box-1 h2 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .columns .column.main .map-section {
    flex-direction: column-reverse !important;
  }
  .columns .column.main .map-section .map-shadow-block {
    position: static;
  }
  .columns .column.main .map-section .map-shadow-block .map-box {
    position: static;
    gap: 20px;
    max-width: 100%;
    box-shadow: 0 0 0 0;
  }
  .columns .column.main .map-section .map-shadow-block .map-box .inner-box-1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .columns .column.main .map-section .map-shadow-block .map-box .inner-box-1 h2 {
    font-size: 26px;
    width: 100%;
  }
  .columns .column.main .map-section .map-shadow-block .map-box .inner-box-1 p {
    font-size: 14px;
    width: 100%;
  }
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider .slick-list .slick-slide .product-item {
  padding: 20px 0px !important;
}
.cms-index-index #maincontent .columns .column.main .homepage-category-slider.wall-textures-products-slider .homepage-slider-header-group h2.homepage-slider-title {
  margin-bottom: 30px;
}
.page-wrapper .page-header .header.content .wespac-header .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item {
  height: 80px;
  line-height: 80px;
  /*margin-top: 22px;*/
}
.page-wrapper .page-header .header.content .wespac-header .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu li {
  height: auto;
  line-height: normal;
  margin-top: 0;
}
.page-wrapper .page-header .header.content .wespac-header .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item .submenu li:last-child {
  margin-right: 0;
}
.page-wrapper .page-header .header.content .wespac-header .nav-sections .nav-sections-items .nav-sections-item-content .navigation ul.ui-menu li.ui-menu-item:last-child {
  margin-right: 0 !important;
}
.page-wrapper .page-header .header.content .wespac-header .block-search {
  padding-right: 30px;
}
.navigation .level0 .submenu a {
  padding: 12px 20px;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-width: 0 !important;
}
.minicart-wrapper {
  position: absolute;
  right: 26px;
}
.page-wrapper .page-header .header.content .wespac-header .minicart-wrapper {
  position: absolute;
  margin-right: 12px;
}
@media (max-width: 1199px) {
  .cms-index-index #maincontent .item1,
  .cms-index-index #maincontent .item3,
  .cms-index-index #maincontent .item4 {
    width: 320px;
    margin-left: 0;
  }
  .cms-index-index #maincontent .item2 {
    margin-left: 0;
  }
  .cms-index-index #maincontent .item3,
  .cms-index-index #maincontent .item4 {
    width: 300px;
  }
  .cms-index-index #maincontent .shop-by-category-container {
    padding-left: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-section-header .category-section-title {
    font-size: 38px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item .category-name {
    font-size: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .actions.view-more-main {
    margin: 20px 0 50px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group h2.homepage-slider-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider {
    padding-left: 80px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .accessories-slider-container .slick-prev.slick-arrow {
    left: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section {
    padding: 20px 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content h2 {
    font-size: 38px;
  }
  .cms-index-index #maincontent .item8,
  .cms-index-index #maincontent .item9 {
    margin-top: 30px;
  }
  .page-wrapper .page-header .header.content .wespac-header {
    justify-content: center;
  }
  .page-wrapper .page-header .header.content .wespac-header .combine-menu-otherlink .westpac-other-links ul li {
    margin-right: 14px;
  }
  .page-wrapper .page-header .header.content .wespac-header .minicart-wrapper {
    margin-right: 0;
  }
  footer.page-footer {
    padding: 20px 20px;
  }
  footer.page-footer .subscribe .newsletter {
    float: none !important;
    margin-bottom: 10px !important;
  }
  footer.page-footer .subscribe .actions {
    float: none !important;
  }
}
@media (max-width: 991px) {
  .nav-toggle:hover:before {
    color: #fff;
  }
  .navigation .category-item {
    height: auto;
  }
  .nav-toggle {
    left: 0;
  }
  .nav-sections-item-content {
    margin-top: 0px !important;
  }
  .nav-sections-item-content ul li {
    margin-right: 0 !important;
  }
  .navigation a,
  .navigation a:hover {
    color: #fff !important;
  }
  .navigation .parent .level-top:after {
    top: 9px !important;
    right: 15px !important;
  }
  .navigation li.level0:last-child {
    border-top: none;
  }
  .navigation .submenu .active > a {
    border-color: #fff !important;
    border-width: 0 0 0 4px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #fff !important;
    border-width: 0 0 0 4px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .nav-sections-item-title {
    display: none;
  }
  .cms-index-index #maincontent .item1,
  .cms-index-index #maincontent .item3,
  .cms-index-index #maincontent .item4 {
    width: 240px;
    margin-left: 0;
  }
  .cms-index-index #maincontent .item2 {
    margin-left: 0;
  }
  .cms-index-index #maincontent .item3,
  .cms-index-index #maincontent .item4 {
    width: 224px;
  }
  .cms-index-index #maincontent .shop-by-category-container {
    padding-left: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-section-header .category-section-title {
    font-size: 38px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .category-grid .category-item .category-name {
    font-size: 18px;
    bottom: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-shop-category-container .shop-by-category-container .actions.view-more-main {
    margin: 20px 0 50px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group h2.homepage-slider-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider {
    padding-left: 80px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .accessories-slider-container .slick-prev.slick-arrow {
    left: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .accessories-slider-container .slick-next.slick-arrow {
    right: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section {
    padding: 20px 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content h2 {
    font-size: 32px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section {
    max-height: 420px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content {
    margin-right: 0;
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-image {
    width: 40%;
    flex-basis: 50%;
  }
  .cms-index-index #maincontent .item8,
  .cms-index-index #maincontent .item9 {
    margin-top: 0;
  }
  .westpac-materials-banners {
    min-height: initial !important;
  }
  .homepage-slider-header-group .pagebuilder-column {
    flex-basis: initial;
  }
  .footer.content {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .category-grid {
    display: block;
  }
  .cms-index-index #maincontent .columns .column.main .finishing-products-slider {
    margin-top: 30px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-services-container {
    padding: 30px 15px;
  }
  .cms-index-index #maincontent .pagebuilder-overlay,
  .cms-index-index #maincontent .pagebuilder-slide-wrapper {
    min-height: 440px !important;
  }
  .cms-index-index #maincontent .westpac-materials-banners {
    min-height: initial !important;
  }
  .cms-index-index #maincontent .westpac-materials-banners .pagebuilder-slider {
    min-height: initial !important;
  }
  .cms-index-index .westpac-services-container .services-wrapper {
    gap: 0 !important;
  }
  .cms-index-index .westpac-shop-category-container .shop-by-category-container .category-section-header {
    padding: 50px 20px 30px;
  }
  .cms-index-index .westpac-shop-category-container .shop-by-category-container .category-section-header .category-section-title {
    font-size: 26px !important;
  }
  .cms-index-index .westpac-shop-category-container .row-full-width-inner {
    padding: 0 20px;
  }
  .cms-index-index #maincontent .category-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section {
    padding: 20px 20px;
    max-height: initial;
    height: auto;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .westpac-catalog-content {
    width: 100%;
    margin: 0;
  }
  .cms-index-index #maincontent .columns .column.main .westpac-catalog-section .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  .cms-index-index .homepage-category-slider {
    position: relative;
  }
  .cms-index-index .homepage-category-slider .pagebuilder-column.homepage-slider-button-section {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cms-index-index .homepage-category-slider .pagebuilder-column.homepage-slider-button-section .homepage-slider-button {
    text-align: center;
  }
  footer.page-footer {
    padding: 50px 20px;
  }
  .nav-sections-item-title {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
    padding-left: 20px;
    height: 40px !important;
    padding-top: 0 !important;
    line-height: 40px !important;
  }
  .section-item-title .nav-sections-item-switch {
    color: #fff;
    font-size: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .wall-textures-products-slider {
    padding-bottom: 150px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group .homepage-slider-button-section .pagebuilder-button-primary {
    bottom: 40px;
    width: 100%;
    max-width: 170px;
  }
  .cms-index-index .homepage-category-slider.finishing-products-slider {
    padding-bottom: 140px !important;
  }
  footer.page-footer .footer.content {
    display: block;
  }
  footer.page-footer .footer.content .block.newsletter .form.subscribe {
    display: block;
  }
  .block.newsletter .actions {
    margin-top: 12px;
    display: block;
  }
  .footer-quick-links,
  .footer-logo,
  .footer-other-links {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 10px;
  }
  .footer.content {
    border-top: none;
  }
  .footer-logo {
    padding-bottom: 20px;
  }
  .cms-index-index #maincontent .columns .column.main .wall-textures-products-slider {
    padding-bottom: 140px;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group .homepage-slider-button-section .pagebuilder-button-primary {
    bottom: 30px;
  }
  .finishing-products-slider .pagebuilder-column-line {
    display: block !important;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group {
    margin: 0 !important;
  }
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slider-header-group .pagebuilder-column {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-index-index #maincontent .columns .column.main .homepage-category-slider .homepage-slick-products-slider {
    padding-left: 0 !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .storecredit .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .storecredit .block: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),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .storecredit .block: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),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .storecredit .block: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) + *,
  .magento-payments-review-discount .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 .magento-payments-review .actions-toolbar,
  .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,
  .block-search .label,
  .modes-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,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .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,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form: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-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;
  }
  .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;
  }
  .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,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .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%;
  }
  .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;
  }
  .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: ')';
  }
  .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: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -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;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .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;
  }
  .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: 'Barlow Semi-Bold', '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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@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;
  }
}
