/**
 * 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.
 */
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
._am-visually-hidden-reset {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}
._word-break {
  word-break: break-all;
  word-break: break-word;
}
._am-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
}
._am-checkbox:hover {
  border-color: #026bb3;
}
._am-checkbox-arrow {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
._am-cross-icon {
  position: relative;
}
._am-cross-icon:before,
._am-cross-icon:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
._am-cross-icon:before {
  transform: rotate(45deg);
}
._am-cross-icon:after {
  transform: rotate(-45deg);
}
._am-cross-icon:hover:before,
._am-cross-icon:focus:before,
._am-cross-icon:active:before,
._am-cross-icon:hover:after,
._am-cross-icon:focus:after,
._am-cross-icon:active:after {
  background: #504d58;
}
._am-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ConfiguableGridView
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2023 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bss-tablet-hide {
    display: none;
  }
  .bss-tier-detailed {
    max-width: 200px;
  }
  .table-tier {
    padding: 0 20px;
    border: 1px solid #c1c1c1;
  }
  .table-tier table tbody tr td {
    border-bottom: 1px solid #c1c1c1;
  }
  .table-tier table tbody tr:last-child td {
    border-bottom: 0;
  }
  .product-add-form .configu-table {
    padding: 30px 0 0;
    margin-bottom: 80px;
  }
  .product-add-form .configu-table .content-config {
    margin: 0;
  }
  .product-add-form .total-area,
  .product-add-form .box-cart-new {
    border: 0;
  }
  .box-tocart .action.tocart {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .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: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.btn {
  border: 1px solid #444444;
  background: #444444;
  height: auto;
  padding: 12px 31px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 10px;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn:focus {
  opacity: 0.8;
}
.btn:active {
  opacity: 0.8;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "muli", sans-serif;
  font-weight: 400;
  line-height: 100%;
  color: #1E2023;
}
body p {
  color: #1E2023;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  body p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body a {
  color: #444444;
  text-decoration: underline;
}
body a:focus {
  outline: 0px !important;
  outline-offset: 0px;
}
body a:hover {
  color: #444444;
  text-decoration: none;
  text-decoration: underline;
}
body a:visited,
body a:active,
body .alink:visited {
  color: #444444;
  text-decoration: none;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: "muli", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body h1 {
  font-size: 40px;
  font-weight: 700;
}
body h2 {
  font-size: 32px;
}
body h3 {
  font-size: 26px;
}
body h4 {
  font-size: 20px;
}
body h5 {
  font-size: 18px;
}
body h6 {
  font-size: 16px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #1E2023;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row.container {
  margin: auto;
}
@media (min-width: 1819px) {
  .container {
    max-width: 1819px;
    width: 100%;
  }
}
@media (max-width: 1819px) {
  .container {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.action.primary {
  background: #192023;
  border: 1px solid #192023;
  border-radius: 10px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "muli", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
}
.action.primary:hover {
  background: #192023;
  border: 1px solid #192023;
  opacity: 0.9;
}
.action.primary:active {
  background: #192023;
  border: 1px solid #192023;
  opacity: 0.9;
}
.action.primary:focus {
  background: #192023;
  border: 1px solid #192023;
  opacity: 0.9;
}
.label {
  color: #444444;
}
.btn {
  text-decoration: none;
  background: #FCE907;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1E2023 !important;
  padding: 15px 25px 11px;
  border-radius: 10px;
  line-height: initial;
  margin-top: 10px;
  display: inline-block;
  border: 0;
}
@media (max-width: 1440px) {
  .btn {
    font-size: 16px;
    padding: 15px 25px 12px;
  }
}
.btn:hover {
  background: #01A8A7;
  opacity: 0.8;
}
.btn:focus {
  background: #01A8A7;
  opacity: 0.8;
}
.btn:active {
  background: #01A8A7;
  opacity: 0.5;
}
.btn-outline .pagebuilder-button-primary {
  border-radius: #1E2023;
  background: transparent;
}
.btn-outline .pagebuilder-button-primary span {
  color: #1E2023;
  font-weight: 900;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: "muli", sans-serif;
}
.breadcrumbs .items .item {
  padding-right: 5px;
  text-transform: inherit !important;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .breadcrumbs .items .item {
    padding-right: 3px;
  }
}
.breadcrumbs .items .item::after {
  content: "/";
  display: inline;
  color: #fff;
  position: relative;
  top: -3px;
  padding-left: 5px;
  font-size: 19px;
}
@media (max-width: 1440px) {
  .breadcrumbs .items .item::after {
    padding-left: 3px;
  }
}
@media (max-width: 1440px) {
  .breadcrumbs .items .item {
    font-size: 12px;
  }
}
.breadcrumbs .items .item:last-child::after {
  display: none;
}
.breadcrumbs .items .item strong {
  text-transform: inherit !important;
}
.page-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1200px) {
  .page-wrapper {
    display: flex;
  }
}
.topAccount {
  color: #fff !important;
}
.topAccount i {
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 1440px) {
  .topAccount i {
    font-size: 22px!important;
  }
}
.minicart-wrapper .action.close {
  opacity: 1!important;
  color: #1E2023 !important;
}
.header-bar {
  background: #f6f6f6;
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
}
.header-bar .col div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header-bar .col div {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header-bar .slick-slide > div > div > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-bar p {
  color: #000;
  text-transform: lowercase;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "muli", sans-serif !important;
  text-align: left;
  margin: 0 auto;
}
.header-bar .cta_text {
  padding: 7px 0 0 0;
  display: inline-table;
}
.header-bar .cta_text a {
  font-family: "muli", sans-serif !important;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 400;
}
.header-bar .cta_text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .header-bar {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .header-bar br {
    display: none;
  }
}
.header-bar span {
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .header-bar p .cta_text {
    padding: 4px 0 0 0 !important;
  }
}
.header-bar i {
  color: #3c3c3d;
  font-size: 20px;
  margin-right: 10px;
}
.header-bar img {
  width: 28px;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .header-bar img {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header-bar [data-element="main"] {
    text-align: center;
  }
  .header-bar .cta_text {
    text-align: center;
  }
  .header-bar img {
    float: none;
  }
}
@media screen and (max-width: 576px) {
  .header-bar img {
    float: none;
    margin-right: 10px;
  }
  .header-bar .cta_text a {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  .header-bar .container {
    padding: 0;
  }
  .header-bar .container .col-xs-5,
  .header-bar .container .col-xs-7 {
    padding: 0 5px;
  }
  .header-bar img {
    float: none;
    margin-right: 10px;
  }
  .header-bar .cta_text a {
    font-size: 12px;
  }
}
.header-bar.slick-slider {
  display: none;
}
.header-bar.slick-initialized {
  display: block;
}
.header-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
  position: inherit;
}
.header-middle .logo {
  float: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin: auto;
  padding: 10px;
  max-width: 100%;
}
.header-middle .logo img {
  margin: 0;
  width: 100%;
  max-width: 30%;
}
@media screen and (max-width: 1200px) {
  .header-middle .action.nav-toggle {
    display: block;
    position: absolute;
    top: auto;
    left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .header-middle .logo img {
    margin: auto;
    width: 100%;
    max-width: 70%;
  }
}
@media screen and (max-width: 440px) {
  .header-middle .logo img {
    margin: auto;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 380px) {
  .header-middle .logo img {
    margin: auto;
    width: 100%;
    max-width: 180px;
  }
}
.form.minisearch .control {
  opacity: 0;
  padding-bottom: 0;
}
.form.minisearch.active .control {
  opacity: 1;
}
.form.minisearch.active .control {
  opacity: 1;
}
.headerphone {
  float: right;
  text-align: right;
  justify-content: flex-end;
  width: 216px;
  padding-left: 0;
  padding-right: 0;
  border-right: 0 !important;
}
.headerphone .phonenumberhed {
  margin-bottom: 0;
  padding-top: 5px;
}
.headerphone .phonenumberhed a,
.headerphone .phonenumberhed span {
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px!important;
}
@media (max-width: 1440px) {
  .headerphone .phonenumberhed a,
  .headerphone .phonenumberhed span {
    font-size: 16px!important;
  }
}
.headerphone .phonenumberhed a:hover,
.headerphone .phonenumberhed span:hover {
  color: #FCE907 !important;
}
.headerphone .phonenumberhed i {
  display: none;
}
@media (max-width: 1440px) {
  .headerphone .phonenumberhed i {
    color: #1E2023;
    font-weight: 800;
    font-size: 24px;
    margin-right: 5px;
  }
}
/* ==========================================================
   HEADER SEARCH OVERLAY
   ========================================================== */
section.row.container {
  position: relative;
}
.header-right {
  position: static;
}
.header-right .head-search {
  /* Keep your icon label behaviour */
}
.header-right .head-search .label.active + .control input {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  transform: none !important;
}
.header-right .head-search .block-search {
  position: static;
}
.header-right .head-search form.form.minisearch.active {
  position: absolute;
  z-index: 99999;
  left: 16.6667%;
  right: 0;
  top: 18px;
  padding: 0 20px;
  margin: 0;
  width: auto;
}
.header-right .head-search form.form.minisearch.active .field.search,
.header-right .head-search form.form.minisearch.active .field.search .control {
  width: 100%;
  max-width: none;
  position: relative;
}
.header-right .head-search form.form.minisearch.active .field.search .control input {
  width: 100%;
  box-sizing: border-box;
  position: static;
  display: block;
  padding-right: 52px;
}
.header-right .head-search form.form.minisearch.active .actions {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.header-right .head-search form.form.minisearch.active .actions .action.search {
  position: static;
  background: none;
  border: 0;
  padding: 0;
  line-height: 1;
}
.header-right .head-search label {
  overflow: inherit;
  clip: inherit;
}
.header-right .head-search label span {
  font-size: 22px;
  color: red !important;
  z-index: 999;
  position: relative;
  clip: initial;
  height: 100%;
  width: 100%;
}
.header-right .head-search .search .label {
  position: relative;
  left: -25px;
  top: 9px;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .header-right .head-search .search .label {
    left: -40px;
  }
}
.header-right .head-search .search .label.active {
  top: 0;
}
.header-right .head-search .search .label::before {
  display: none;
}
.header-right .head-search .search .label i {
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 300 !important;
  color: #fff;
}
.header-right .head-search {
  /* keep it full width inside overlay */
}
.header-right .head-search form.form.minisearch .actions {
  display: none;
}
.header-right .head-search form.form.minisearch.active {
  position: absolute;
  z-index: 99999;
  left: 16.6667%;
  right: 340px;
  top: 30px;
  padding: 0 20px;
}
.header-right .head-search form.form.minisearch.active .actions {
  display: block;
}
.header-right .head-search form.form.minisearch.active .actions button:before {
  color: #1E2023 !important;
}
.header-right .head-search form.form.minisearch.active input {
  border-radius: 10px!important;
  border: 0!important;
}
.header-right .head-search form.form.minisearch.active .field.search,
.header-right .head-search form.form.minisearch.active .field.search .control {
  width: 100%;
}
.header-right .head-search form.form.minisearch.active .field.search .control input {
  width: 100%;
  box-sizing: border-box;
  padding-right: 52px;
  position: static;
}
.header-right .head-search form.form.minisearch.active .actions {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
/* Breakpoints: as screen shrinks, reserve less (icons wrap) */
@media (max-width: 1366px) {
  .header-right .head-search form.form.minisearch.active {
    right: 14vw;
    top: 20px;
  }
}
@media (max-width: 1200px) {
  .header-right .head-search form.form.minisearch.active {
    right: 240px;
  }
}
@media (max-width: 992px) {
  .header-right .head-search form.form.minisearch.active {
    left: 0;
    right: 0;
  }
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
@media (max-width: 1366px) {
  .header-right {
    justify-content: flex-end;
  }
}
.header-right.bright {
  border-right: 1px solid #575656 !important;
  padding-right: 30px;
  margin: auto;
  height: fit-content;
}
@media (max-width: 1366px) {
  .header-right.bright {
    border-right: 0 !important;
    padding-right: 0;
    margin: auto 0;
    flex-grow: 1;
  }
}
.header-right .header-account {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
}
@media screen and (min-width: 1201px) {
  .header-right .header-account {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
  }
}
@media (max-width: 1366px) {
  .header-right .header-account {
    width: fit-content;
  }
}
@media screen and (min-width: 1201px) {
  .header-right .header-account.head-search {
    width: 80%;
  }
}
@media (max-width: 1366px) {
  .header-right .header-account.head-search {
    width: 20%;
  }
}
.header-right .header-account .amsearch-wrapper-block {
  width: 100%;
  margin-top: 0;
}
.header-right .header-account .amsearch-input-wrapper {
  width: 80%;
}
.header-right .header-account .amsearch-input-wrapper .amsearch-input {
  height: 45px;
  border: 1px solid #969696;
  padding: 10px 20px;
}
.header-right .header-account .headLink img {
  text-align: center;
  margin: 0 auto 6px auto;
  display: block;
}
.header-right .header-account .headLink.block {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .headLink.block {
    margin: 0px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .headLink.block {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .headLink.block.phonenumberhed {
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width: 764px) {
  .header-right .header-account .headLink.block.phonenumberhed {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .headLink.minicart-wrapper {
    margin: 0px;
    padding: 5px 30px 5px 10px;
  }
}
@media (max-width: 1366px) {
  .header-right .header-account .headLink.minicart-wrapper {
    padding: 5px 20px 5px 10px;
  }
}
@media (max-width: 1200px) {
  .header-right .header-account .headLink.minicart-wrapper {
    padding: 5px 20px 5px 10px;
  }
}
@media (max-width: 764px) {
  .header-right .header-account .headLink.minicart-wrapper {
    padding: 5px 10px 5px 10px;
  }
}
.header-right .header-account .nav-toggle-block {
  display: none;
}
.header-right .header-account .switcher-dropdown {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-right .header-account .switcher-dropdown li {
  margin: 0px;
  padding: 0px;
}
.header-right .header-account .block {
  margin: 0px!important;
}
.header-right .header-account .block h6 {
  display: none;
}
.header-right .header-account .block > a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.header-right .header-account .block > a i {
  font-size: 24px;
}
@media (max-width: 1440px) {
  .header-right .header-account .block > a i {
    font-size: 22px!important;
  }
}
.header-right .header-account .minicart-wrapper {
  margin-top: 0px;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .minicart-wrapper {
    position: static;
  }
}
.header-right .header-account .minicart-wrapper .action.showcart .text {
  height: auto;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right .header-account .minicart-wrapper .action.showcart .text i {
  color: #FCE907;
  font-weight: 300;
  margin-right: 5px;
}
@media (max-width: 764px) {
  .header-right .header-account .minicart-wrapper .action.showcart .text i {
    margin-right: 0;
  }
}
.header-right .header-account .minicart-wrapper .action.showcart:before {
  display: none;
}
.header-right .header-account .minicart-wrapper .action.showcart .counter.qty {
  background: #FCE907;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: 20px;
  right: auto;
  color: #1E2023;
  height: 18px;
  width: 18px;
  line-height: 1.5;
  margin-top: 0px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right .header-account .minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.header-right .header-account .minicart-wrapper .block-minicart {
  border: 1px solid #636363;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .minicart-wrapper .block-minicart {
    top: 36px;
  }
}
.header-right .header-account .minicart-wrapper .block-minicart:after,
.header-right .header-account .minicart-wrapper .block-minicart:before {
  right: 11.5%;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .topSearch {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .topSearch.active {
    background: #fff;
  }
}
.header-right .header-account .topSearch a {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .topAccount {
    position: relative;
  }
}
.header-right .header-account .topAccount ul {
  display: none;
  background: #fff;
  list-style: none;
  margin: 0px;
  border: 1px solid #636363;
  width: 200px;
  padding: 20px;
}
.header-right .header-account .topAccount ul li {
  text-align: center;
}
.header-right .header-account .topAccount ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.header-right .header-account .topAccount ul li a:hover {
  text-decoration: underline;
}
.header-right .header-account .topAccount ul.active {
  display: block;
  position: absolute;
  top: 29px;
  left: 0px;
  z-index: 500;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .topAccount ul.active {
    top: 36px;
    width: 100%;
  }
}
.header-right .header-account .topAccount ul.active i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.header-right .header-account .topAccount.active {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .topAccount.active {
    position: static !important;
  }
}
.header-right .header-account .topAccount a span.text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.header-right .header-account .topAccount a span.text i {
  font-weight: 300;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .topAccount a span.text i {
    margin-right: 5px;
  }
}
@media (max-width: 1366px) {
  .header-right .header-account .topAccount a span.text i {
    margin-right: 0;
  }
}
.header-right .header-account .topCurrency .dropdown-menu {
  border: 1px solid #000;
  border-radius: 0px 0px;
  min-width: auto;
  padding: 5px 10px;
}
.header-right .header-account .topCurrency .dropdown-item {
  font-size: 16px;
}
.header-right .header-account .topCurrency i {
  margin-top: 1px;
}
.header-right .header-account .topWishlist a span.text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .topWishlist a span.text i {
    margin-right: 5px;
  }
}
.amsearch-button.-loupe {
  display: none;
}
.header-main {
  z-index: 1;
}
.header-main .amsearch-button.-loupe {
  display: block;
}
@media (max-width: 1200px) {
  .amsearch-full_width-title {
    display: none;
  }
  .amsearch-wrapper-block {
    width: 100%;
    margin-top: 0;
  }
  .amsearch-input-wrapper {
    width: 100%;
  }
  .amsearch-input-wrapper .amsearch-input {
    height: 45px;
    border: 1px solid #969696;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .top-navigation-dropdown {
    display: none;
  }
  .nav-sections {
    margin-bottom: 0px !important;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: transparent;
  }
  .nav-sections .section-items {
    display: flex;
    height: 100%;
  }
  .nav-sections .section-items .section-items-item-content {
    display: flex;
    height: 100%;
  }
  .navigation {
    min-height: auto !important;
    background: #fff;
    margin: 0px 0px;
    z-index: 100 !important;
  }
  .navigation .navbar-collapse > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    position: initial;
    height: 100%;
  }
  .navigation li.parent:hover > .top-navigation-dropdown {
    width: 100%;
    border: 0px;
    background: #fff;
    padding: 0;
    z-index: 5000;
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-box-shadow: -1px 6px 12px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -1px 6px 12px -2px rgba(0, 0, 0, 0.37);
    box-shadow: -1px 6px 12px -2px rgba(0, 0, 0, 0.37);
    margin-top: 0 !important;
    top: 100%;
  }
  .navigation li.parent:hover > .top-navigation-dropdown .col-md-12 {
    padding: 0!important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul {
    display: flex;
    flex-flow: row wrap;
    border: 0px;
    box-shadow: 0px 0px;
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li {
    margin-right: 0%;
    width: 25%;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li a {
    width: max-content;
    text-decoration: none !important;
    font-weight: 500;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li .ui-menu-icon {
    display: none !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li .ui-menu-icon:after {
    display: none !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li.view-all {
    display: none;
  }
  .navigation li.parent:hover > .top-navigation-dropdown .nav-promo-banner {
    background-color: #e8e9e9 !important;
    width: 100% !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown .nav-promo-banner p {
    padding: 10px 30px;
  }
  .navigation li.level0 {
    margin: 0px;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .navigation li.level0:hover {
    position: static;
    border: 0;
  }
  .navigation li.level0:hover .level-top {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .navigation li.level0:hover .level-top span {
    color: #fff !important;
  }
  .navigation li.level0:hover .level-top .first_span {
    border-bottom: 2px solid #FCE907;
  }
  .navigation li.level0 .level1.submenu {
    padding: 20px 0;
  }
  .navigation li.level0 .submenu {
    border: 0;
    box-shadow: initial;
    position: initial;
    left: initial;
    min-width: initial;
  }
  .navigation li.level0.active a {
    border: none;
  }
  .navigation li.level0 > a {
    text-transform: inherit;
    font-weight: 500;
    padding: 20px 18px !important;
    font-size: 18px;
  }
  .navigation li.level0 > a.level-top {
    padding: 41px 30px 36px 30px!important;
    line-height: 1.1;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .navigation li.level0 > a.level-top .ui-menu-icon {
    display: none !important;
  }
  .navigation li.level0:first-child > a {
    border-left: 0px;
  }
  .navigation li ul.level2 {
    display: none !important;
  }
  .navigation li a {
    text-decoration: none !important;
  }
  .navigation li a:after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    transform: scale(0);
  }
  .navigation li .desktop-view-all-category {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    clear: both;
    float: left;
  }
  .navigation li .desktop-view-all-category a {
    width: 100% !important;
    background: #1E2023;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .navigation li .desktop-view-all-category a:after {
    display: none;
  }
  .navigation li .desktop-view-all-category a:hover {
    background: #7d7d7d !important;
  }
}
@media screen and (min-width: 1201px) and (min-width: 768px) {
  .navigation li.level0 li {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .navigation li.level0 > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .nav-sections {
    display: none;
    background: #fff;
    margin-bottom: 0px;
  }
  .top-navigation-dropdown {
    display: none;
  }
  .nav-open .header-navigation .header-nav .desktop-view-all-category {
    display: none;
  }
  .nav-open .header-navigation .header-nav .collapse:not(.show) {
    display: block;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-title {
    width: 50%;
    position: relative;
    z-index: 1000;
    display: block;
    background: #1E2023;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-title.active {
    background: #fff;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-title.active a {
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav > .piranha {
    display: none;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content {
    position: relative;
    top: 0px;
    margin-top: 68px;
    padding: 0px;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content > .navigation {
    padding: 0px;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content .nav-section-content-box {
    padding: 15px 15px 0px 15px;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content .nav-section-content-box h4 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content .nav-section-content-box ul li a {
    text-decoration: none;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-switch {
    text-decoration: none;
  }
  .nav-open .header-navigation .header-nav .nav-sections {
    display: block;
  }
  .nav-open .header-navigation .header-nav .navigation {
    background: #fff;
  }
  .nav-open .header-navigation .header-nav .navigation .navbar-collapse {
    padding: 0px;
  }
  .nav-open .header-navigation .header-nav .navigation ul {
    top: 0px;
    position: relative;
    padding: 0px;
    border-top: 1px solid #575656;
  }
  .nav-open .header-navigation .header-nav .navigation ul li {
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #575656;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.parent > a:after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: auto;
    left: 5px;
    top: auto;
    content: '\f054';
    font-size: 20px;
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.parent.active > a:after {
    content: '\f078';
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.parent.active > .top-navigation-dropdown {
    display: block !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.parent.active > .top-navigation-dropdown > ul {
    display: block !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.active > a {
    background: #400002;
    color: #fff;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.active > a span {
    font-weight: 500;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level1.parent > a:after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    left: auto;
    top: auto;
    content: '\f078';
    font-size: 15px;
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level1.parent.active > a:after {
    content: '\f077';
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level1.active > a {
    background: #1E2023;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level1.active > a span {
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul li a {
    padding: 10px 15px 10px 35px !important;
    border: 0px;
    text-transform: none;
    font-weight: 300;
  }
  .nav-open .header-navigation .header-nav .navigation ul li a span {
    margin: 0px !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li a.active span {
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul li ul > li a {
    padding: 10px 15px 10px 35px !important;
    color: #636363;
  }
  .nav-open .header-navigation .header-nav .navigation ul li ul > li.active ul li {
    display: block !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li ul > li ul li {
    display: none !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li ul > li ul li a {
    padding: 5px 15px 5px 35px !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.active {
    border-bottom: 5px solid #575656;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.active > ul {
    display: block !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul.level2.parent > a:after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0px;
    left: auto;
    top: auto;
    content: '\f054';
    font-size: 20px;
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul.level2.parent.active > a:after {
    content: '\f078';
  }
  .header-left.active {
    display: block !important;
  }
  .header-main .row {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
  }
  .header-main .row .header-left {
    order: 1;
    width: 100%;
  }
  .header-main .row .header-middle {
    order: 1;
    width: 80%;
  }
  .header-main .row .header-right {
    order: 2;
    width: 20%;
  }
}
@media (max-width: 1366px) {
  .header-main .headerphone {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-main {
    background-color: #1e2023;
  }
  .header-main .header-left {
    display: flex !important;
    justify-content: center;
  }
  .header-main .header-left .nav-toggle {
    display: none;
  }
  .header-main .row .header-middle {
    order: 1;
    width: 100%;
  }
  .header-main .row .header-middle .logo img {
    max-width: 220px;
  }
  .header-main .row .header-middle .nav-toggle {
    display: none;
  }
  .header-main .row .header-right {
    order: 2;
    width: 30% !important;
    position: absolute;
    right: 4vw;
    z-index: 9999999;
    padding-right: 0;
    top: 18px;
  }
  .header-main .row .header-right .topSearch .text {
    padding-left: 0;
    padding-right: 0;
  }
  .header-account {
    justify-content: flex-end !important;
  }
}
@media (max-width: 550px) {
  .header-main .row .header-middle .logo img {
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  .header-main .row .header-middle .logo img {
    max-width: 120px;
  }
}
.navigation .level0.active > .level-top {
  border: none !important;
}
.header-main {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .header-main {
    background: #1E2023;
  }
}
.header-main .row {
  display: flex;
  padding: 0px !important;
}
.header-main .row .header-left {
  padding-left: 0;
}
.header-main .row .header-left .logo {
  max-width: 195px;
  margin: 0;
  padding: 5px 0;
}
@media (max-width: 1660px) {
  .header-main .row .header-left .logo {
    max-width: 175px;
  }
}
@media (max-width: 1440px) {
  .header-main .row .header-left .logo {
    max-width: 155px;
  }
}
@media (max-width: 550px) {
  .header-main .row .header-left .logo {
    max-width: 145px;
  }
}
@media (max-width: 380px) {
  .header-main .row .header-left .logo {
    max-width: 135px;
  }
}
@media screen and (min-width: 1201px) {
  .header-main .row .header-left {
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
@media screen and (max-width: 1200px) {
  .header-main .row .header-left {
    padding: 0px !important;
  }
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 35px;
  line-height: 40px;
  height: 40px;
  background: none;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input:focus {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header-main .row .header-left .amsearch-wrapper-block .amsearch-input-wrapper {
    width: 90%;
    margin: auto;
  }
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block {
  justify-content: normal;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block .amsearch-button.-loupe {
  background: none;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block .amsearch-button.-loupe:after {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  top: 2px;
  content: '\f002';
  font-size: 20px;
  color: #444444;
  font-weight: 500;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block.-opened .amsearch-button.-loupe:after {
  right: 0px;
}
@media screen and (min-width: 1201px) {
  .header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block {
    justify-content: center;
  }
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-item-container .amsearch-item .amsearch-link,
.header-main .row .header-left .amsearch-wrapper-block .amsearch-products-section .amsearch-link,
.header-main .row .header-left .amsearch-wrapper-block .amsearch-highlight {
  color: #7d7d7d;
}
@media screen and (min-width: 1201px) {
  .header-main .row .header-left .amsearch-wrapper-block .amsearch-result-section {
    left: 340px;
  }
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-products-section .action.tocart {
  padding: 10px 9px;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-wrapper-inner .rrp-price .price {
  text-decoration: line-through;
}
.amsearch-overlay-block {
  display: none !important;
}
@media screen and (min-width: 1201px) {
  .navigation .collapse:not(.show) {
    display: block !important;
  }
  .navigation ul {
    position: relative;
    padding: 0px;
  }
}
.header-message {
  background: #c7c9c9;
  text-align: center;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.header-message ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-message ul li {
  margin-bottom: 0;
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 16px;
  font-family: 'Armata', sans-serif;
  font-weight: 800;
  color: #424040;
}
.header-message ul li img {
  margin-right: 10px;
}
@media (max-width: 1150px) {
  .header-message ul {
    display: block;
  }
}
.breadcrumbs {
  margin-bottom: 10px;
}
/* Header CSS */
.header-bar a {
  text-decoration: none;
}
.header-bar ul {
  display: flex;
  list-style-type: none;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 0;
}
.header-bar ul li {
  padding-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .navbar {
    border: 0 !important;
    border-radius: 0 !important;
  }
  .navbar [data-content-type='html'] {
    display: flex;
  }
  .header-navigation {
    background-color: #1E2023;
    display: flex;
    height: 100%;
  }
  .header-navigation .header-nav {
    display: flex;
    align-items: center;
  }
  .header-navigation .contactus .first_span:after {
    display: none !important;
  }
  .piranha {
    background-color: #1E2023 !important;
    display: flex!important;
    align-items: center!important;
    height: 100% !important;
  }
  .piranha #navbarSupportedContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: inherit;
    display: flex!important;
    align-items: center!important;
    height: 100% !important;
  }
  .top-navigation-dropdown .col-md-9 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-navigation-dropdown .level1.parent {
    padding: 10px 0 0 0;
  }
  .top-navigation-dropdown .level1 a {
    font-weight: 800 !important;
    text-transform: inherit;
    color: #1E2023 !important;
    font-size: 16px;
  }
  .top-navigation-dropdown .level1 .ui-menu-icon {
    display: none !important;
  }
  .top-navigation-dropdown .level2 {
    width: 100% !important;
  }
  .top-navigation-dropdown .level2.submenu {
    position: initial !important;
    border: 0;
    box-shadow: initial;
    margin: 0 0 0 10px !important;
    display: block !important;
  }
  .top-navigation-dropdown .level2.submenu a {
    padding: 4px 8px;
    text-transform: initial;
    font-weight: initial !important;
    letter-spacing: initial !important;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
    left: 0;
    bottom: -13px;
    margin: 0 auto;
    text-align: center;
  }
  .top-level-nav-bg .first_span {
    border-bottom: 2px solid #1E2023;
  }
  .top-level-nav-bg .first_span:hover {
    color: #fff !important;
    border-bottom: 2px solid #FCE907;
  }
  .navigation .kb_hover_parent {
    color: #fff !important;
    border-bottom: 2px solid #FCE907;
  }
  .navigation .kb_hover_parent a {
    color: #1E2023 !important;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: block !important;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .view-all1 {
    display: none !important;
  }
  .block-search {
    width: 90%;
    margin: 10px 0 !important;
  }
  .block-search form {
    margin-right: 25px !important;
    cursor: pointer;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    height: 48px;
    padding: 3px 0 0 12px;
    color: #1E2023 !important;
  }
  .block-search .action.search {
    top: 8px !important;
    margin-right: 45px !important;
    padding: 0!important;
  }
  .block-search .action.search:before {
    font-size: 24px !important;
    line-height: 30px!important;
    font-weight: 300 !important;
    color: #fff !important;
    content: '\f002' !important;
    font-family: 'Font Awesome 6 Pro' !important;
  }
  .block-search .action.search[disabled] {
    opacity: 1 !important;
  }
  .navigation .level0:hover:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    width: 0 !important;
    height: calc(100% + 3px) !important;
    z-index: 1 !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
  .block-search form {
    margin-right: 0!important;
  }
}
.block-search input::placeholder {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}
.nav-open .header-navigation .header-nav .navigation .contactus a:after {
  display: none;
}
.nav-open .header-navigation .header-nav .navigation .contactus a span:after {
  display: none;
}
.jquerymovesearch {
  background-color: #1E2023;
}
.jquerymovesearch .block-search {
  width: 80%;
  margin: 0 auto;
}
.jquerymovesearch .block-search input {
  position: relative;
  left: 0;
  padding: 10px !important;
  height: auto;
}
.jquerymovesearch .block-search .label {
  display: none;
}
.jquerymovesearch .block-search .control {
  border-top: inherit;
}
.jquerymovesearch .block-search .search {
  background-color: #fff;
}
.jquerymovesearch .head-search .block-search .control input {
  padding: 10px !important;
}
.jquerymovesearch .head-search .block-search .actions .search {
  padding: 14px 20px;
  background-color: #1E2023;
  opacity: 1;
  color: #fff;
  border: 0 !important;
}
@media screen and (max-width: 1200px) {
  .header-main .row.head-search,
  .head-search {
    display: none !important;
    padding: 10px !important;
  }
  .header-main .row.head-search.active,
  .head-search.active {
    display: flex !important;
  }
  .header-main .row.head-search .block-search,
  .head-search .block-search {
    position: relative;
  }
  .header-main .row.head-search .block-search .control input,
  .head-search .block-search .control input {
    margin: 0px !important;
    padding: 0px !important;
  }
  .header-main .row.head-search .block-search .actions,
  .head-search .block-search .actions {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 111;
  }
  .header-main .row.head-search .block-search .actions .search,
  .head-search .block-search .actions .search {
    display: block !important;
  }
  .header-right .header-account .topSearch.active {
    background: none !important;
  }
  .header-message br {
    display: none;
  }
  .top-navigation-dropdown .container {
    padding: 0;
  }
  .top-navigation-dropdown .col-md-9 {
    padding: 0 !important;
  }
  .top-navigation-dropdown .nav-promo-banner {
    padding: 20px;
  }
  .header-right .header-account:first-child {
    flex: 1 100%;
    flex-flow: row wrap;
  }
  .header-right .header-account:last-child {
    flex: 1 100%;
  }
  .header-right .block-search input {
    font-size: 16px;
    left: initial;
    margin: 15px 0;
    position: initial;
  }
  .header-right .block-search .control {
    border-top: 0;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px;
  }
  .header-right .block-search label {
    display: none;
  }
}
.header-right .header-account .topAccount ul {
  margin: 0;
  padding: 30px 0 0 0;
}
.header-right .header-account .topAccount ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #7d7d7d;
}
.header-right .header-account .topAccount ul li:last-child {
  border-bottom: 0;
}
.header-right .header-account .topAccount ul li a {
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  padding-left: 10px;
}
.header-right .header-account .topAccount ul li a:hover {
  text-decoration: none;
  background-color: #7d7d7d;
  color: #fff;
}
@media screen and (min-width: 1201px) and (min-width: 768px) {
  .navigation li.level0 li {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navigation .level0 .submenu a {
    padding: 5px 8px 5px 8px;
  }
  .navigation li.level0 li.single {
    padding: 3px 0;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    color: #00847B !important;
    background-color: transparent !important;
  }
}
@media (max-width: 1200px) {
  .fa-search:before {
    color: #fff;
    font-weight: 300;
  }
}
/* Mobile Navigation */
@media (max-width: 350px) {
  .navbar-toggler.collapsed {
    top: -55px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 0px;
  }
  .navigation ul {
    padding: 60px 0px 0px 0px;
  }
  /* Base */
  .navigation ul li {
    margin-bottom: 0px;
    padding: 3px 5px !important;
    margin: 0px !important;
    position: relative;
  }
  .navigation ul li.parent:after {
    position: absolute;
    right: 10px;
    top: 7px;
    content: '\f078' !important;
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #fff !important;
  }
  .navigation ul li.parent.nowactive:after {
    content: '\f077' !important;
  }
  /* Level 0 */
  .navigation li.level0 {
    padding: 8px 0px !important;
    margin: 0px !important;
  }
  .navigation li.level0 > a {
    font-size: 16px;
    padding: 5px 10px;
    font-weight: normal;
    text-transform: uppercase;
  }
  .navigation li.nowactive {
    background: #1E2023;
  }
  .navigation ul.level0 {
    padding: 0px !important;
    margin: 0px !important;
    background: #1E2023;
  }
  .navigation ul.level0 > li {
    padding: 0px !important;
    margin: 0px !important;
    background: #1E2023;
  }
  .navigation ul.level0 li > a {
    font-size: 14px;
    padding: 3px 10px;
    font-weight: normal;
  }
  .navigation ul.level0 li.parent:after {
    top: 0px;
  }
  /* Level 1 */
  .submenu .submenu {
    display: none !important;
  }
  .navigation li.level1 {
    padding: 0px !important;
    margin: 0px !important;
    background: #1E2023;
  }
  .navigation li.level1 > a {
    font-size: 14px;
    padding: 3px 10px;
    font-weight: normal;
  }
  .navigation ul.level1 {
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    background: #1E2023;
    display: block;
  }
  .navigation ul.level1 > li {
    padding: 0px !important;
    margin: 0px !important;
    background: #1E2023;
  }
  .navigation ul.level1 li > a {
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .navigation ul.level0 > li.all-category {
    background: #1E2023;
  }
  .navigation ul.level0 > li.all-category a {
    width: 100%;
  }
}
/* Navigation Bootstrap START */
.offcanvas-header {
  display: none;
}
@media (min-width: 1201px) {
  .pirbeskpokenav {
    display: none;
  }
}
@media (max-width: 1200px) {
  .mobilenavigationcontainer {
    position: absolute;
    top: 110px;
  }
  .navbar.navigation {
    display: none;
  }
  .header-middle .nav-toggle {
    display: none !important;
  }
  .navbar-nav.showparent .nav-item.dropdown:first-child .nav-link {
    padding-top: 0;
  }
  .pirbeskpokenav {
    min-height: inherit;
    margin-bottom: 0;
    display: block;
  }
  .pirbeskpokenav .navbar-toggler {
    left: 0;
    top: -93px;
    border: 0;
    background-color: inherit;
    font-size: 26px;
    z-index: 30;
    position: absolute;
    padding: 10px 15px;
  }
  .pirbeskpokenav .navbar-toggler i {
    font-weight: 300;
  }
  .pirbeskpokenav li {
    width: 100%;
    font-size: 22px;
    margin-bottom: 0;
    list-style: none;
  }
  .pirbeskpokenav li a {
    text-decoration: none;
    display: block;
    padding: 20px 20px;
  }
  .pirbeskpokenav li .dropdown-menu {
    position: relative;
    left: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0 !important;
    box-shadow: none;
    overflow: hidden;
  }
  .pirbeskpokenav li .dropdown-menu.show .mu-backbutton {
    z-index: 99999;
  }
  .pirbeskpokenav li .dropdown-menu li {
    padding-bottom: 0;
  }
  .pirbeskpokenav li .dropdown-menu li:last-child {
    border-bottom: 0px;
  }
  .pirbeskpokenav .nav-link {
    text-transform: uppercase;
  }
  .pirbeskpokenav .nav-link,
  .pirbeskpokenav li .dropdown-menu li a {
    padding: 10px 20px !important;
  }
  .pirbeskpokenav .nav-link {
    padding-bottom: 15px;
    color: #1E2023 !important;
  }
  .navbar-nav {
    padding-top: 88px !important;
  }
  .navbar-nav.showparent .nav-item.dropdown.showparent-inner > .nav-link {
    z-index: 9999;
    display: block;
    position: relative;
  }
  .showparent-inner .backbutton {
    display: block;
    position: absolute;
    top: 0;
    background: #1E2023;
    width: 100%;
    padding: 17px calc(4vw + 15px) 15px;
    font-size: 16px;
    color: #fff;
    z-index: 99999;
  }
  .pirbeskpokenav .dropdown-menu.showparent-inner .view-all a {
    padding-top: 10px !important;
  }
  .pirbeskpokenav .dropdown-menu.show a.dropdown-toggle {
    background-color: #575656;
    color: #fff;
  }
  .pirbeskpokenav .dropdown-menu li {
    margin-bottom: 0;
  }
  .pirbeskpokenav .dropdown-menu li .dropdown-item {
    padding: 0;
    font-size: 16px;
    white-space: initial;
    color: #1E2023;
  }
  .pirbeskpokenav .dropdown-menu li .dropdown-item a {
    padding: 6px 0 !important;
  }
  .pirbeskpokenav .mu-backbutton {
    position: absolute;
    top: -90px;
    left: 20px;
    font-size: 16px;
  }
  .pirbeskpokenav .btn-close {
    float: left;
    position: absolute;
    left: 4vw;
    z-index: 999999999999;
    color: #444444 !important;
    background: inherit;
    border: inherit;
    font-size: 32px !important;
    top: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px!important;
    margin-top: 0;
    line-height: 1;
  }
  .pirbeskpokenav .navbar-nav {
    padding: 0 0 0 0;
    margin: 0;
    width: 100%;
  }
  .backbutton {
    display: none;
  }
  .offcanvas-header {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -100vw;
    width: 100vw;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    z-index: 9999999999;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .navbar-collapse.show {
    visibility: visible;
    padding: 0;
    left: 0;
    z-index: 9999999999;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  /* .showparent .nav-item {
        display: none;
   } */
  .showparent .showparent-inner {
    display: block !important;
  }
  .offcanvas-active .header-account {
    display: none;
    width: 100%;
    z-index: 99;
    top: 0;
  }
  .offcanvas-active.searchshow .header-account {
    top: 60px;
  }
  .offcanvas-active.searchshow .navbar-collapse {
    top: 96px;
  }
  .searchshow .pirbeskpokenav .navbar-toggler {
    top: 118px;
  }
  .contactarea a {
    border: 0;
    font-size: 18px;
    border-bottom: 0 !important;
  }
  .contactarea a i {
    position: relative;
    top: 0px;
    margin-right: 5px;
  }
  .mainmenu-title {
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: 800;
    top: 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-bottom: 8px;
  }
  .showparent-inner .mainmenu-title {
    border-bottom: 0;
  }
}
.navbar {
  border: 0px;
  position: inherit;
}
@media (max-width: 550px) {
  .pirbeskpokenav .navbar-toggler {
    left: 0;
    top: -86px;
  }
  .header-main .row .header-right {
    top: 16px;
  }
  .navbar-nav {
    padding-top: 73px !important;
  }
  .pirbeskpokenav .btn-close {
    top: 14px;
  }
}
@media (max-width: 380px) {
  .pirbeskpokenav .navbar-toggler {
    left: 0;
    top: -88px !important;
  }
  .header-main .row .header-right {
    top: 14px;
  }
  .navbar-nav {
    padding-top: 66px !important;
  }
  .pirbeskpokenav .btn-close {
    top: 10px;
  }
}
/* Third Level Additions */
@media (max-width: 1200px) {
  /* First Level */
  .navbar-nav.showparent .nav-item.first-level.dropdown.showparent-inner > .dropdown-toggle {
    padding-top: 63px !important;
    background-color: #575656;
    color: #fff !important;
  }
  .navbar-nav.showparent .nav-item.first-level.dropdown.showparent-inner > .dropdown-toggle:after {
    display: none;
  }
  .pirbeskpokenav li.hide {
    display: none;
  }
  /* Seccond Level Links */
  .pirbeskpokenav li .dropdown-menu.seccond-level {
    display: none !important;
  }
  .pirbeskpokenav li.showparent-inner .dropdown-menu.seccond-level {
    display: block !important;
  }
  .navbar-nav.showparent .nav-item.seccond-level.dropdown.showparent-inner > .nav-link {
    padding-top: 0px !important;
  }
  .pirbeskpokenav .nav-link,
  .pirbeskpokenav li .dropdown-menu li a {
    padding: 17px calc(4vw + 15px) 14px !important;
    line-height: 1.1;
    font-size: 16px;
    text-transform: initial;
    font-weight: 800;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
  }
  .pirbeskpokenav .nav-item.tel .nav-link {
    justify-content: flex-start;
  }
  .pirbeskpokenav .nav-item.tel .nav-link i {
    margin-right: 5px;
  }
  .pirbeskpokenav .seccond-level .dropdown .nav-link::after {
    font-size: 25px;
  }
  .showit {
    display: block !important;
  }
  .pirbeskpokenav ul > li.view-all > a:after {
    display: none !important;
  }
  /*  Third Level */
  .pirbeskpokenav li.first-level > ul > li.seccond-level > ul > li.third-level {
    background: #f9f9f9;
  }
  .pirbeskpokenav li.first-level > ul > li.seccond-level > ul > li.third-level > a.nav-link {
    font-size: 18px;
    padding: 8px 20px 8px 20px !important;
    padding-top: 8px !important;
    text-transform: none;
  }
  .pirbeskpokenav li.first-level > ul > li.seccond-level > ul > li.third-level > a.nav-link:after {
    display: none !important;
  }
  .pirbeskpokenav .dropdown .dropdown-toggle::after {
    content: '\f054' !important;
    font-family: 'Font Awesome 5 Pro' !important;
  }
  .pirbeskpokenav .dropdown.showparent-inner .first-level > .dropdown-toggle::after {
    content: '\f077' !important;
  }
  .pirbeskpokenav .dropdown.showparent-inner .seccond-level > .dropdown-toggle::after {
    content: '\f078' !important;
  }
  .pirbeskpokenav .dropdown.showparent-inner .seccond-level.show > .nav-link::after {
    content: '\f077' !important;
  }
  /* Styles: */
  .pirbeskpokenav li.first-level > ul > li.seccond-level.show {
    background: #f9f9f9;
    border-top: 5px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    padding: 5px 0px;
  }
  .pirbeskpokenav li.first-level > ul > li.seccond-level.show .dropdown-toggle {
    font-weight: 800;
  }
}
@media (max-width: 550px) {
  .mobilenavigationcontainer {
    position: absolute;
    top: 100px;
  }
  .header-right .header-account .topAccount a span.text {
    padding: 20px 8px;
  }
}
@media (max-width: 400px) {
  .header-right .header-account .topAccount a span.text {
    padding: 20px 3px;
  }
  .pirbeskpokenav .navbar-toggler {
    position: absolute;
    left: 0;
    top: -84px;
    border: 0;
    background-color: inherit;
    font-size: 26px;
    z-index: 9999999999;
  }
}
/* Nav Bootstrap END */
@media (min-width: 1201px) {
  .navigation {
    position: initial !important;
  }
}
.header-top > .header-main > .row.container {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media screen and (max-width: 1660px) {
  .header-top > .header-main > .row.container {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }
}
.breadcrumbs.container-fluid .container {
  padding-left: 6vw !important;
  padding-right: 6vw !important;
  max-width: 100% !important;
}
@media screen and (max-width: 1819px) {
  .breadcrumbs.container-fluid .container {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
@media screen and (min-width: 1201px) {
  .navigation li.level0 > a.level-top {
    height: 106px;
    padding: 41px 30px 36px 30px!important;
  }
}
@media (max-width: 1440px) {
  .navigation li.level0 > a.level-top {
    height: 85px;
    padding: 32px 25px 20px 25px !important;
  }
}
.header-main {
  transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
  will-change: transform;
}
.product-info-price.is-sticky-price {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  border: 1px solid #EFEFEF;
  padding: 5px 20px !important;
}
.product-info-price.is-sticky-price .product.attribute.sku {
  display: none !important;
}
.product-info-price.is-sticky-price .price-box {
  margin-bottom: 0px;
}
.product-info-price.is-sticky-price .price-box .price-container {
  margin-bottom: 0px !important;
}
.header-main {
  z-index: 25;
}
.header-main.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .header-main.is-sticky .row.container {
    display: flex;
    align-items: center;
  }
  .header-main.is-sticky .row.container .header-left {
    width: 50% !important;
    justify-content: flex-start;
  }
  .header-main.is-sticky .row.container .header-left .logo {
    max-width: 100px;
  }
  .header-main.is-sticky .row.container .header-right {
    width: 50% !important;
  }
  .header-main.is-sticky .row.container .header-right .topSearch {
    display: none;
  }
}
/* animation entry state */
.header-main.is-sticky.is-animating {
  transform: translateY(-12px);
}
.sticky-header-spacer {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pirbeskpokenav li {
    clear: both;
    border-top: 1px solid #e5e5e5;
  }
}
body.nav-overlay-active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease;
  z-index: 22;
}
.navigation.old-nav {
  display: none !important;
}
.header-right.bright .header-account .phonenumberhed {
  display: none;
}
@media screen and (max-width: 1366px) {
  .header-right.bright .header-account .phonenumberhed {
    display: block;
    order: 4;
    border-left: 1px solid #575656 !important;
  }
  .header-right.bright .header-account .phonenumberhed i {
    font-size: 22px !important;
    font-weight: 300;
    color: #fff;
  }
  .header-right.bright .header-account .phonenumberhed a span {
    display: none;
  }
}
.header-right.headerphone .phonenumberhed {
  display: block;
  padding-left: 20px;
}
@media screen and (max-width: 1366px) {
  .header-right.headerphone .phonenumberhed {
    display: none;
  }
}
@media (max-width: 1200px) {
  .pirbeskpokenav .navbar-toggler i {
    color: #fff !important;
  }
  .block.headLink.topSearch {
    display: none;
  }
  .head-search {
    display: block !important;
  }
}
.navbar-nav .head-search {
  padding: 0px calc(4vw + 15px) 0px calc(4vw + 15px) !important;
  margin-bottom: 50px;
}
.navbar-nav .head-search .block-search {
  padding: 0px !important;
}
.navbar-nav .head-search .block-search .form.minisearch.active .label {
  display: none;
}
.navbar-nav .head-search .block-search .form.minisearch .label {
  display: none;
}
.navbar-nav .head-search .block-search .form.minisearch .label:before {
  display: none;
}
.navbar-nav .head-search .block-search .form.minisearch .control {
  opacity: 1;
  margin: 0px;
}
.navbar-nav .head-search .block-search .form.minisearch .control .search-autocomplete {
  margin-top: 31px;
  position: absolute;
  z-index: 3;
  left: 0px;
  font-size: 14px;
}
.navbar-nav .head-search .block-search .form.minisearch .control .search-autocomplete li {
  padding-left: 15px;
  font-size: 16px;
}
.navbar-nav .head-search .block-search .form.minisearch .control input {
  left: 0px;
  position: absolute;
  top: 0px;
  border: 1px solid #e5e5e5;
  padding: 0px 15px !important;
}
.navbar-nav .head-search .block-search .form.minisearch .control input:focus {
  box-shadow: 0px 0px;
}
.navbar-nav .head-search .block-search .form.minisearch .actions .action.search {
  background: none;
  border: none;
}
.navbar-nav .head-search .block-search .form.minisearch .actions .action.search span {
  display: none;
}
.navbar-nav .head-search .block-search .form.minisearch .actions .action.search:active {
  box-shadow: 0px 0px;
}
.navbar-nav .head-search .block-search .form.minisearch .actions .action.search:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f002";
}
.pirbeskpokenav,
.customer-cat {
  background: #000 !important;
}
.pirbeskpokenav:hover,
.customer-cat:hover {
  background: #000 !important;
}
.pirbeskpokenav:hover .nav-link,
.customer-cat:hover .nav-link,
.pirbeskpokenav:hover a,
.customer-cat:hover a {
  color: #fff !important;
}
.pirbeskpokenav .nav-link,
.customer-cat .nav-link,
.pirbeskpokenav a,
.customer-cat a {
  color: #fff !important;
}
@media (min-width: 1200px) {
  .navigation li.parent:hover > .top-navigation-dropdown {
    z-index: 2;
  }
}
.footer {
  margin-top: 0px;
  background: #1E2023;
}
.footer .container {
  padding: 0;
}
.footer.content {
  margin: 0px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer .footer-topblock img {
  width: 100%;
}
@media (max-width: 1200px) {
  .footer .footer-topblock .pagebuilder-column {
    width: 100%;
    flex-basis: auto;
  }
}
.footer .footer-wrap {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.footer .footer-wrap .container {
  padding: 0 6vw!important;
  max-width: 100%!important;
}
@media (max-width: 1819px) {
  .footer .footer-wrap .container {
    padding: 0 4vw!important;
    max-width: 100%!important;
  }
}
.footer .footer-wrap .container td {
  font-family: "muli", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
}
.footer .footer-wrap .container .row {
  max-width: 100%;
  margin: auto;
}
.footer .footer-wrap .container .row .pagebuilder-column {
  width: 22%!important;
  flex: 0 22%;
  max-width: 22%;
}
.footer .footer-wrap .container .row .pagebuilder-column:first-of-type li a {
  font-weight: 800;
}
.footer .footer-wrap .container .row .pagebuilder-column:first-of-type li em {
  font-weight: 800;
  color: #FCE907;
  font-style: normal;
}
@media (max-width: 1366px) {
  .footer .footer-wrap .container .row .pagebuilder-column {
    width: 25%!important;
    flex: 0 25%!important;
    max-width: 25%!important;
  }
}
@media (max-width: 1199px) {
  .footer .footer-wrap .container .row .pagebuilder-column {
    width: 33.333% !important;
    flex: 0 33.333% !important;
    max-width: 33.333% !important;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .pagebuilder-column {
    width: 100%!important;
    flex: 0 100%!important;
    max-width: 100%!important;
  }
}
.footer .footer-wrap .container .row .pagebuilder-column:nth-child(3) {
  width: 16%!important;
  flex: 0 16%!important;
  max-width: 16%!important;
}
@media (max-width: 1199px) {
  .footer .footer-wrap .container .row .pagebuilder-column:nth-child(3) {
    width: 33.333% !important;
    flex: 0 33.333% !important;
    max-width: 33.333% !important;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .pagebuilder-column:nth-child(3) {
    width: 100%!important;
    flex: 0 100%!important;
    max-width: 100%!important;
  }
}
.footer .footer-wrap .container .row .pagebuilder-column:last-of-type {
  width: 40%;
  flex: 0 40%;
  max-width: 40%;
}
@media (max-width: 1366px) {
  .footer .footer-wrap .container .row .pagebuilder-column:last-of-type {
    width: 35%!important;
    flex: 0 35%!important;
    max-width: 35%!important;
  }
}
@media (max-width: 1199px) {
  .footer .footer-wrap .container .row .pagebuilder-column:last-of-type {
    width: 100%!important;
    flex: 0 100%!important;
    max-width: 100%!important;
    display: flex;
    flex-direction: row!important;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .footer .footer-wrap .container .row .pagebuilder-column:last-of-type {
    flex-flow: row wrap;
  }
}
@media (max-width: 1199px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup {
    padding-top: 20px!important;
  }
}
.footer .footer-wrap .container .row .footer-block .footer-signup img {
  width: 190px;
}
@media (max-width: 1660px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup img {
    width: 170px;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup img {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup img {
    width: 130px;
  }
}
@media (max-width: 440px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup img {
    width: 110px;
  }
}
.footer .footer-wrap .container .row .footer-block .footer-signup p {
  font-weight: 800 !important;
  padding-top: 10px;
  line-height: 1.2;
}
@media (max-width: 1660px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup p {
    font-size: 16px;
    display: block;
    padding-right: 0;
  }
}
@media (max-width: 440px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup p {
    font-size: 14px;
    display: block;
    padding-right: 0;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup [data-content-type="text"] {
    flex-grow: 1;
    width: min-content;
  }
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block-static-block {
  float: left !important;
  width: 100%;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter {
  float: left;
  max-width: 100%;
  position: relative;
  width: 100%;
  margin: 15px 0px;
}
@media (max-width: 1199px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter {
    width: 70%;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter {
    width: 100%;
  }
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .form.subscribe .control label {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .form.subscribe .control input {
  width: 100%;
  margin: 0px;
  padding: 14px 20px 10px 20px;
  line-height: 120%;
  border-radius: 10px;
  color: #575656;
  font-weight: 400;
  height: 60px;
  font-size: 18px;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .form.subscribe .control input:placeholder {
  font-weight: 400;
}
@media (max-width: 1660px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .form.subscribe .control input {
    font-size: 16px;
    height: 54px;
    padding: 12px 15px 7px 16px;
  }
}
@media (max-width: 550px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .form.subscribe .control input {
    font-size: 16px;
    height: 50px;
    padding: 12px 15px 7px 16px;
  }
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .actions {
  position: absolute;
  right: 6px;
  top: 6px;
  width: auto;
}
@media (max-width: 1660px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .actions {
    right: 3px;
    top: 3px;
  }
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .actions button {
  height: 48px;
  border-radius: 10px !important;
  background: #575656 !important;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px 7px 20px;
}
@media (max-width: 550px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .actions button {
    font-size: 16px;
    height: 44px;
  }
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .actions button span {
  font-size: 18px;
  padding: 20px;
  position: relative;
  top: 4px;
}
@media (max-width: 550px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .actions button span {
    font-size: 16px;
  }
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .field .control:before {
  display: none;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .field.newsletter {
  max-width: 100%;
  margin-right: 0!important;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .field.newsletter label {
  width: 100%;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .field.newsletter label input {
  margin-right: 0px;
  padding: 17px 0 17px 15px;
  height: auto;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  border: 0;
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter {
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-wrap .container .row .footer-block {
    margin-bottom: 20px;
  }
  .footer .footer-wrap .container .row .footer-block img {
    max-width: 300px !important;
  }
}
.footer .footer-wrap .container .row .footer-block.footer-bottom {
  border-top: 0;
  margin: 0;
  padding: 50px 0;
}
@media (max-width: 1366px) {
  .footer .footer-wrap .container .row .footer-block.footer-bottom {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .footer .footer-wrap .container .row .footer-block.footer-bottom {
    padding: 30px 0 20px 0;
  }
}
@media (max-width: 440px) {
  .footer .footer-wrap .container .row .footer-block.footer-bottom {
    padding: 20px 0 20px 0;
  }
}
.footer .footer-wrap .container .row .footer-block.footer-bottom p {
  margin-bottom: 0px;
}
.footer .footer-wrap .container .row .footer-block h4 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 1199px) {
  .footer .footer-wrap .container .row .footer-block h4 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block h4 {
    margin-bottom: 0px;
    border-top: 1px solid #fff;
    padding: 16px 0 12px 0;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .pagebuilder-column:first-of-type h4 {
    border-top: 0;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .pagebuilder-column:first-of-type li:last-child {
    padding-bottom: 15px;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .pagebuilder-column:nth-child(3) h4 {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .pagebuilder-column:nth-child(3) > .show h4 {
    border-bottom: 0;
  }
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .pagebuilder-column:nth-child(3) > .show li:last-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 13px;
  }
}
.footer .footer-wrap .container .row .footer-block p {
  color: #fff;
  font-weight: 300;
}
.footer .footer-wrap .container .row .footer-block a {
  color: #fff;
  width: min-content;
  text-decoration: none;
  font-weight: 300;
}
.footer .footer-wrap .container .row .footer-block ul li {
  color: #fff;
}
.footer .footer-wrap .container .row .footer-block label {
  color: #595959;
  margin-left: 5px;
}
.footer .footer-wrap .container .row .footer-block .btn {
  background: #444444;
  border-radius: 0px;
}
.footer .footer-wrap .container .row .footer-block ul li {
  color: #fff;
  margin-bottom: 18px;
}
.footer .footer-wrap .container .row .footer-block ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-wrap .container .row .footer-block ul li a:hover {
  background: none !important;
  color: #FCE907;
}
.footer .footer-wrap .container .row .footer-block .social-links ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer .footer-wrap .container .row .footer-block .social-links ul li a {
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .footer-wrap .container .row .footer-block .social-links ul li a:hover {
  background: #7d7d7d !important;
}
.footer .footer-wrap .container .row .footer-block .social-links ul li a:after {
  display: none;
}
.footer .footer-wrap .container .row .footer-block .delivery-box img {
  width: 110px;
}
.footer .footerbottom-block p {
  font-size: 12px;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}
.footer .footerbottom-block p a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1830px) {
  .footer .footerbottom-block {
    padding: 10px 15px;
  }
}
@media (max-width: 1200px) {
  .footer .pagebuilder-column {
    flex-basis: 25%;
  }
}
@media (max-width: 990px) {
  .footer .pagebuilder-column {
    flex-basis: 50%;
  }
}
@media (max-width: 990px) {
  .footer .pagebuilder-column {
    flex-basis: 100%;
  }
}
@media (max-width: 990px) {
  .footer h4::after {
    content: "+";
    display: inline;
    float: right;
  }
  .footer p {
    display: none;
  }
  .footer ul {
    display: none;
  }
  .footer .show p {
    display: block;
  }
  .footer .show ul {
    display: block;
  }
  .footer .show h4::after {
    content: "-";
    display: inline;
    float: right;
  }
}
.footer .second-footer h6 {
  color: #595959;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  margin-top: 20px;
}
.footer .copyright-row {
  margin-top: 20px;
}
.footer .copyright-row p {
  font-size: 14px;
}
.footerbottom-block {
  padding: 20px 6vw!important;
  max-width: 100%!important;
}
@media (max-width: 1819px) {
  .footerbottom-block {
    padding: 20px 4vw!important;
  }
}
@media (max-width: 1199px) {
  .footerbottom-block {
    padding: 15px 4vw!important;
  }
}
@media (max-width: 990px) {
  .footerbottom-block {
    padding: 10px 4vw!important;
  }
}
@media (max-width: 1199px) {
  .footerbottom-block .pagebuilder-column {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .footerbottom-block .pagebuilder-column {
    flex-basis: 100%;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .footerbottom-block .pagebuilder-column p {
    text-align: left;
  }
}
.keep_in_touch {
  background-color: #7d7d7d;
  padding: 60px 0;
}
.keep_in_touch h5 {
  text-align: center;
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
.keep_in_touch h3 {
  color: #fff !important;
  text-align: center;
  font-size: 32px;
  padding-top: 16px;
}
.keep_in_touch p {
  text-align: center;
  color: #fff;
}
.keep_in_touch form .col-md-12 {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .keep_in_touch form .col-md-12 {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 990px) {
  .keep_in_touch form .col-md-12 {
    align-items: center;
    justify-content: center;
  }
}
.keep_in_touch .email_input {
  display: flex;
  justify-content: center;
}
.keep_in_touch .email_input .field.newsletter {
  max-width: 100%;
  margin-right: 0;
}
.keep_in_touch .email_input .field.newsletter input {
  margin-right: 35px;
  padding: 15px 30px 12px 15px;
  height: auto;
  font-weight: 400;
  font-size: 17px;
  border: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.keep_in_touch .email_input .actions {
  width: auto;
}
.keep_in_touch .email_input .action.subscribe {
  padding: 17.8px 10px;
  width: auto;
  width: 150px;
  background: #9e9e9c;
  border: 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
@media (max-width: 440px) {
  .keep_in_touch .email_input .action.subscribe {
    width: 90px;
    font-size: 13px;
  }
}
.keep_in_touch .block.newsletter {
  margin: 0 auto;
}
.keep_in_touch .hp_checkbox .control {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 440px) {
  .keep_in_touch .hp_checkbox .control {
    width: 100%;
  }
}
.keep_in_touch .hp_checkbox input {
  margin-right: 14px;
}
.keep_in_touch .hp_checkbox label {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.page-main > .category-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-main > .category-title:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #1E2023;
    visibility: visible;
    z-index: 10;
  }
}
.page-main > .category-title .row {
  padding: 45px 0px;
  position: relative;
  z-index: 20;
}
.page-main > .category-title .row .col .breadcrumbs {
  margin: 0px;
}
.page-main > .category-title .row .col .breadcrumbs ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
  width: max-content;
}
.page-main > .category-title .row .col .breadcrumbs ul li {
  font-size: 12px;
  color: #fff;
}
.page-main > .category-title .row .col .breadcrumbs ul li strong {
  color: #fff;
}
.page-main > .category-title .row .col .breadcrumbs ul li a {
  color: #fff;
}
.page-main > .category-title .row .col .page-title-wrapper h1 {
  margin: 0px;
  padding: 15px 0px 5px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}
.page-main > .category-title .row .col.category-shortdescription div {
  color: #fff;
}
.page-main > .category-title .row .col.category-shortdescription p {
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.page-main > .category-title .row .col.category-shortdescription a {
  color: #fff;
}
.page-main .category-promotion {
  background: #fff;
}
.page-main .category-promotion .row .col {
  font-size: 16px;
  text-align: center;
}
.page-main .category-promotion .row .col > div {
  padding: 5px;
}
.page-main .category-promotion .row .col i {
  color: #636363;
  margin-right: 10px;
  font-size: 26px;
}
.page-main .category-promotion .row .col a {
  color: #444444;
  font-weight: 700;
}
.page-main .category-promotion .row .col p {
  margin-bottom: 0px;
}
@media screen and (min-width: 1201px) {
  .page-main .category-promotion .row .col p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-main .category-promotion .row .col span {
  margin-left: 5px;
}
.page-main .columns .sidebar {
  padding: 15px;
}
.page-main .columns .main .amasty-catalog-topnav {
  display: none;
}
.category-description {
  background: #1E2023;
  margin: 0px;
}
.category-description .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.category-description .row .category-description-block .category-description {
  margin-bottom: 0px;
  padding: 15px 0px;
}
.category-description .row .category-description-block .category-description h3 {
  font-size: 26px;
  text-transform: uppercase;
}
.category-description .row .category-description-image-block {
  padding: 0px !important;
  background: #fff;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .category-description .row .category-description-image-block {
    width: 100% !important;
  }
}
.category-description .row .category-description-image-block .category-image {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-description .row .category-description-image-block .category-image .image {
  max-height: 250px;
}
.sidebar.sidebar-main {
  padding-right: 0px;
}
.sidebar .filter {
  padding: 0px;
  margin: 15px 0px 15px 0px;
}
.sidebar .filter .filter-content .filter-current {
  padding: 20px 0px 0px 0px;
}
.sidebar .filter .filter-content .filter-actions {
  margin-bottom: 10px;
}
.sidebar .filter .filter-content .filter-actions .filter-clear {
  color: #444444;
}
.sidebar .filter .filter-content .filter-options .filter-options-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 0px;
  border-top: 1px solid #444444;
  margin-bottom: 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-title:last-child {
  border-bottom: 1px solid #444444;
}
.sidebar .filter .filter-content .filter-options .filter-options-title:after {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  top: 15px;
  content: '\f067';
  font-size: 20px;
  color: #444444;
  font-weight: 500;
}
.sidebar .filter .filter-content .filter-options .filter-options-title.active:after {
  content: '\f068';
}
.sidebar .filter .filter-content .filter-options .filter-options-title.active:last-child {
  border-bottom: 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content {
  display: none;
  margin: 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .item a {
  text-decoration: none;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .item a:hover {
  opacity: 0.8;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .item .label {
  font-size: 16px;
  font-weight: 500;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .item .count {
  font-size: 16px;
  font-weight: 500;
}
.sidebar .filter .filter-content .filter-options .filter-options-content.active {
  display: block !important;
  margin: 10px 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .amshopby-slider-container {
  margin-top: 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice {
  top: 2px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice:before {
  width: 20px;
  height: 20px;
  border: 2px solid #444444;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice:before:hover {
  border-color: #7d7d7d;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox']:checked + .amshopby-choice:before {
  border-color: #7d7d7d;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox']:checked + .amshopby-choice:after {
  width: 20px;
  height: 20px;
  background: none;
  color: #7d7d7d;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 0px;
  top: 0px;
  content: '\f00c';
  font-size: 20px;
  font-weight: 500;
}
.toolbar-products {
  margin: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
@media (max-width: 700px) {
  .toolbar-products {
    align-items: flex-end;
  }
}
.toolbar-products:before,
.toolbar-products:after,
.toolbar-products .modes {
  display: none;
}
.toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter {
  display: block !important;
}
@media (max-width: 768px) {
  .toolbar-products .limiter {
    display: none !important;
  }
}
.toolbar-products .pages .action,
.toolbar-products input,
.toolbar-products select {
  background: none;
  border: 1px solid #fff;
}
.toolbar-products .sorter-options {
  margin: 0px;
}
.toolbar-products .sorter {
  padding: 0px;
}
.toolbar-products .sorter .sorter-action {
  margin-left: 5px;
}
.toolbar-products .sorter .sorter-action:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
}
.toolbar-products .sorter .sorter-action.sort-asc:before {
  content: '\f063';
}
.toolbar-products .sorter .sorter-action.sort-desc:before {
  content: '\f062';
}
.toolbar-products .sorter label {
  font-weight: 500;
}
@media (max-width: 768px) {
  .toolbar-products .sorter label {
    display: none !important;
  }
}
.toolbar-products .pages .items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-products .pages .items strong {
  line-height: 34px;
}
.toolbar-products .pages .items li {
  margin-right: 4px;
  margin-top: 0;
  line-height: 34px !important;
  height: initial;
  padding: 0 5px;
}
.toolbar-products .pages .items li a,
.toolbar-products .pages .items li strong,
.toolbar-products .pages .items li a.current,
.toolbar-products .pages .items li span {
  height: auto;
  width: auto;
  line-height: 34px;
  font-size: 16px;
  color: #444444;
}
.toolbar-products .pages .items li a:hover,
.toolbar-products .pages .items li strong:hover,
.toolbar-products .pages .items li a.current:hover,
.toolbar-products .pages .items li span:hover {
  height: auto;
  width: auto;
  line-height: 34px;
}
.toolbar-products .pages .items li a {
  border: 0px;
}
.toolbar-products .pages .items li a:hover {
  color: #444444;
}
.toolbar-products .pages .items li a.action.next {
  margin-left: 0px;
}
.toolbar-products .pages .items li a.action.next:before {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  content: '>';
  height: inherit;
  position: relative;
  top: 0;
  padding-bottom: 10px;
}
.toolbar-products .pages .items li a.action.previous {
  margin-right: 0px;
  padding-right: 0;
}
.toolbar-products .pages .items li a.action.previous:before {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  content: '<';
  height: inherit;
  position: relative;
  top: 0;
  padding-bottom: 10px;
}
.toolbar-products .pages .items li.current {
  background-color: transparent;
}
.toolbar-products .pages .items li.current span {
  text-decoration: underline;
}
.toolbar-products .pages .items li span {
  font-size: 16px;
}
.category-bestsellers {
  background: #fff;
  border-top: 1px solid #F1F1F1;
  padding: 20px 0px;
}
.category-bestsellers .category-cms .bestsellers h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #636363;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list {
  padding: 0px;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide > div {
  padding: 0px 0px 0px 10px;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item {
  width: 100%;
  max-width: 100%;
  border: 1px solid #F1F1F1;
  margin-right: 10px !important;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .full-link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 20;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-photo {
  position: relative;
  width: 50%;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-photo .product-counter {
  position: absolute;
  top: 0;
  background-color: #444444;
  width: 30px;
  height: 30px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  color: #fff;
  left: 0;
  z-index: 10;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-details {
  width: 50%;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-details h6 {
  font-size: 14px;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-details .price-box .price {
  color: #444444;
  font-weight: 700;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-details .price-box .price span {
  font-weight: 500;
}
.products-grid {
  margin: 0px 0px;
}
.products-grid .products {
  display: flex;
  flex-flow: row wrap;
  margin: 0px;
}
@media screen and (max-width: 576px) {
  .products-grid .products .item {
    margin-bottom: 20px;
  }
}
.products-grid .products .item .product-item-info {
  position: relative;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-grid .products .item .product-item-info > span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  z-index: 5;
  padding: 5px 8px 5px 8px;
}
.products-grid .products .item .product-item-info .promotionSaving {
  background: #444444;
  top: 0px;
  left: 0px;
  line-height: 150%;
}
.products-grid .products .item .product-item-info .promotionRibbon {
  background: #636363;
  top: 0px;
  right: 0px;
}
.products-grid .products .item .product-item-info .list-product-code {
  text-align: center;
}
.products-grid .products .item .product-item-info .product-item-details {
  border-top: 1px solid #F6F6F6;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-name {
  padding: 0px 5px;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-name a {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 150%;
  padding-top: 10px;
}
.products-grid .products .item .product-item-info .product-item-details .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 150%;
  margin-top: auto;
  padding: 10px 0px 0 0!important;
}
@media (max-width: 1660px) {
  .products-grid .products .item .product-item-info .product-item-details .price-box {
    padding: 5px 0px 0 0 !important;
  }
}
.products-grid .products .item .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 500;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:after {
  content: "(Inc Vat)";
  color: #444444;
  padding-left: 5px;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper .price {
  font-weight: 700;
  color: #444444;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .special-price .price-label {
  display: none;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .special-price .price-wrapper:before {
  content: "Our price: ";
  color: #444444;
  font-weight: 700;
  padding-right: 5px;
  text-transform: uppercase;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .special-price .price-wrapper .price {
  color: #444444;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .old-price {
  text-decoration: none;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-label {
  display: none;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-wrapper:before {
  content: "Old price: ";
  color: #595959;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-wrapper .price {
  color: #595959;
  text-decoration: none;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .rrp-price .price-wrapper .price {
  color: #595959;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .rrp-price .price-wrapper .price > span {
  text-decoration: line-through;
  font-size: 14px;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .rrp-price .price-wrapper .price:before {
  content: "RRP:";
  color: #595959;
  font-weight: 500;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner {
  margin-top: 0px;
  margin-bottom: 0;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .stock-levels {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .stock-levels .stock span {
  font-size: 12px;
  font-weight: 500;
  color: #595959;
  text-transform: uppercase;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 10px 0px 0px 0px;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .list-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .list-buttons .col {
  flex-grow: 1;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .list-buttons .col .action.primary {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 150%;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .list-buttons .col.view-product .action.primary {
  background: #F1F1F1;
  color: #444444;
  border: 1px solid #F1F1F1;
}
.blog-posts-row {
  background: #444444;
}
.blog-posts-row .row-full-width-inner {
  max-width: 1368px !important;
  margin: 15px auto;
}
.blog-posts-row .pagebuilder-column {
  margin: 15px;
}
.blog-posts-row .pagebuilder-banner-wrapper [data-element='content'] {
  min-height: auto;
}
.blog-posts-row .pagebuilder-banner-wrapper .pagebuilder-overlay {
  padding: 0px;
}
.blog-posts-row .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: end;
}
.blog-posts-row .pagebuilder-banner-wrapper .pagebuilder-overlay h5 {
  font-weight: 700;
  text-align: center;
}
.blog-posts-row .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  background: #fff;
}
.amsearch-form-block.-opened {
  z-index: 150;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
}
.catalog-category-view .products-grid .product-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.catalogsearch-result-index .product-item .product-item-inner .enquire,
.catalog-category-view .product-item .product-item-inner .enquire {
  position: relative;
}
.catalogsearch-result-index .product-item .product-item-inner .enquire:hover,
.catalog-category-view .product-item .product-item-inner .enquire:hover {
  opacity: 0.8;
}
.catalogsearch-result-index .product-item .product-item-inner .enquire:after,
.catalog-category-view .product-item .product-item-inner .enquire:after {
  top: 0px !important;
  right: 0px;
  position: absolute !important;
}
.catalogsearch-result-index .product-item .swatch-option,
.catalog-category-view .product-item .swatch-option {
  height: 45px;
  margin-bottom: 0px;
}
/* Shared layout containers */
.catalog-category-view .container.maincontent,
.catalogsearch-result-index .container.maincontent {
  padding-left: 6vw !important;
  padding-right: 6vw !important;
  margin: 0 !important;
  max-width: 100%!important;
}
@media screen and (max-width: 1819px) {
  .catalog-category-view .container.maincontent,
  .catalogsearch-result-index .container.maincontent {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.catalog-category-view .container .col-md-6 [data-content-type='row'][data-appearance='contained'],
.catalogsearch-result-index .container .col-md-6 [data-content-type='row'][data-appearance='contained'] {
  padding-left: 0vw !important;
  padding-right: 0vw !important;
  max-width: 100% !important;
}
/* Shared titles */
.catalogsearch-result-index h1.page-title,
.catalog-category-view h1.page-title {
  max-width: 1819px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1819px) {
  .catalogsearch-result-index h1.page-title,
  .catalog-category-view h1.page-title {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
/* Shared breadcrumbs */
.catalog-category-view .category-title .breadcrumbs,
.catalogsearch-result-index .col-lg-12 .breadcrumbs,
.catalogsearch-result-index .col-lg-12 .breadcrumbs {
  max-width: 1819px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1819px) {
  .catalog-category-view .category-title .breadcrumbs,
  .catalogsearch-result-index .col-lg-12 .breadcrumbs,
  .catalogsearch-result-index .col-lg-12 .breadcrumbs {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
@media (max-width: 1200px) {
  .catalog-category-view .category-title .breadcrumbs,
  .catalogsearch-result-index .col-lg-12 .breadcrumbs,
  .catalogsearch-result-index .col-lg-12 .breadcrumbs {
    padding-left: 0px !important;
  }
}
.catalog-category-view .maincontent .main .products .item,
.catalogsearch-result-index .products-grid .product-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 1440px) {
  .catalog-category-view .maincontent .main .products .item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 33.33333% !important;
  }
}
@media (max-width: 990px) {
  .catalog-category-view .maincontent .main .products .item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 50% !important;
  }
}
@media (max-width: 700px) {
  .catalog-category-view .maincontent .main .products .item,
  .catalogsearch-result-index .products-grid .product-item {
    padding: 10px!important;
  }
}
@media (max-width: 580px) {
  .catalog-category-view .maincontent .main .products .item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 100% !important;
  }
}
.catalog-product-view .products-grid .product-item .title_image_container,
.catalogsearch-result-index .products-grid .product-item .title_image_container,
.catalog-category-view .products-grid .product-item .title_image_container {
  width: 100% !important;
}
.catalog-product-view .products-grid .product-item .title_image_container .product-image-container,
.catalogsearch-result-index .products-grid .product-item .title_image_container .product-image-container,
.catalog-category-view .products-grid .product-item .title_image_container .product-image-container {
  width: 100% !important;
}
.catalog-product-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper,
.catalog-category-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper {
  padding-bottom: 0px !important;
  height: auto !important;
  overflow: visible !important;
}
.catalog-product-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
.catalogsearch-result-index .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
.catalog-category-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo {
  max-height: 350px !important;
  width: auto !important;
  position: relative !important;
}
@media (max-width: 1660px) {
  .catalog-product-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
  .catalogsearch-result-index .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
  .catalog-category-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 300px !important;
    width: auto !important;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
  .catalogsearch-result-index .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
  .catalog-category-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 275px !important;
    width: auto !important;
  }
}
@media (max-width: 700px) {
  .catalog-product-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
  .catalogsearch-result-index .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
  .catalog-category-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 250px !important;
    width: auto !important;
  }
}
@media (max-width: 335px) {
  .catalog-product-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
  .catalogsearch-result-index .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo,
  .catalog-category-view .products-grid .product-item .title_image_container .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 225px !important;
    width: auto !important;
  }
}
.product-items .product-item .product-item-photo {
  width: 100% !important;
}
.product-items .product-item .product-item-photo .product-image-container {
  width: 100% !important;
}
.product-items .product-item .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 0px !important;
  height: auto !important;
  overflow: visible !important;
}
.product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  max-height: 350px !important;
  width: auto !important;
  position: relative !important;
}
@media (max-width: 1660px) {
  .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 300px !important;
    width: auto !important;
  }
}
@media (max-width: 1199px) {
  .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 275px !important;
    width: auto !important;
  }
}
@media (max-width: 700px) {
  .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 250px !important;
    width: auto !important;
  }
}
@media (max-width: 335px) {
  .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 225px !important;
    width: auto !important;
  }
}
.fotorama__stage {
  position: relative;
}
.fotorama__stage:after {
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  bottom: 20px;
  right: 15px;
  color: #1E2023;
  font-size: 30px;
  content: '\f00e';
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option.text {
  z-index: 10;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .qtyWrap {
  z-index: 20;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .tocart {
  z-index: 30;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap.notactive .swatch-option.text {
  position: relative;
  z-index: 20;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap.notactive .qtyWrap {
  z-index: 1;
  opacity: 0.4;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap.notactive .tocart {
  z-index: 1;
}
.message.success {
  padding: 1.8rem 3vw 1.3rem 3vw !important;
  border-top: 5px solid;
  border-bottom: 5px solid;
  font-size: 1.1em !important;
}
.message.success *:first-child:before {
  font-size: 40px;
}
.minicart-items .product > .product-item-photo {
  margin-left: 0px;
}
.minicart-items .product > .product-item-photo .product-image-container {
  width: 80% !important;
}
.product-info-main .swatch-attribute.pir_size .swatch-wrap .tocart .mob {
  display: none;
}
.product-info-main .swatch-attribute.pir_size .swatch-wrap .tocart .desk {
  display: inline-block;
}
@media screen and (max-width: 550px) {
  .product-info-main .swatch-attribute.pir_size .swatch-wrap .tocart .mob {
    display: inline-block;
  }
  .product-info-main .swatch-attribute.pir_size .swatch-wrap .tocart .desk {
    display: none;
  }
}
.catalog-product-view .page-main .product-info-main .price-box .old-price,
.catalog-category-view .product-info-main .price-box .old-price,
.catalogsearch-result-index .product-info-main .price-box .old-price,
.catalog-product-view .product-info-main .price-box .old-price {
  text-decoration: none !important;
}
.catalog-product-view .page-main .product-info-main .price-box .old-price .price-container .price-label,
.catalog-category-view .product-info-main .price-box .old-price .price-container .price-label,
.catalogsearch-result-index .product-info-main .price-box .old-price .price-container .price-label,
.catalog-product-view .product-info-main .price-box .old-price .price-container .price-label {
  display: block !important;
  color: red !important;
  font-size: 12px !important;
}
.catalog-product-view .page-main .product-info-main .price-box .old-price .price-container .price-including-tax,
.catalog-category-view .product-info-main .price-box .old-price .price-container .price-including-tax,
.catalogsearch-result-index .product-info-main .price-box .old-price .price-container .price-including-tax,
.catalog-product-view .product-info-main .price-box .old-price .price-container .price-including-tax {
  color: red !important;
  padding-left: 0px !important;
  font-size: 12px !important;
}
.catalog-product-view .page-main .product-info-main .price-box .old-price .price-container .price-including-tax:after,
.catalog-category-view .product-info-main .price-box .old-price .price-container .price-including-tax:after,
.catalogsearch-result-index .product-info-main .price-box .old-price .price-container .price-including-tax:after,
.catalog-product-view .product-info-main .price-box .old-price .price-container .price-including-tax:after {
  color: red !important;
  font-size: 12px !important;
  text-decoration: none !important;
}
.catalog-product-view .page-main .product-info-main .price-box .old-price .price-container .price-including-tax .price,
.catalog-category-view .product-info-main .price-box .old-price .price-container .price-including-tax .price,
.catalogsearch-result-index .product-info-main .price-box .old-price .price-container .price-including-tax .price,
.catalog-product-view .product-info-main .price-box .old-price .price-container .price-including-tax .price {
  color: red !important;
  text-decoration: line-through !important;
  font-size: 12px !important;
}
.catalog-product-view .page-main .product-info-main .price-box .old-price .price-container .price-including-tax .price:after,
.catalog-category-view .product-info-main .price-box .old-price .price-container .price-including-tax .price:after,
.catalogsearch-result-index .product-info-main .price-box .old-price .price-container .price-including-tax .price:after,
.catalog-product-view .product-info-main .price-box .old-price .price-container .price-including-tax .price:after {
  color: red !important;
  font-size: 12px !important;
  text-decoration: none !important;
}
@media (max-width: 1200px) {
  .block-minicart {
    width: 35vw!important;
  }
}
@media (max-width: 991px) {
  .block-minicart {
    width: 40vw!important;
  }
}
@media (max-width: 800px) {
  .block-minicart {
    width: 50vw!important;
  }
}
@media (max-width: 650px) {
  .block-minicart {
    width: 65vw!important;
  }
}
@media (max-width: 500px) {
  .block-minicart {
    width: 92vw!important;
  }
}
.block-minicart .minicart-items .update-cart-item {
  border-radius: 0px 0px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.block-minicart .product-item-name a {
  font-weight: 500;
}
.block-minicart .actions .viewcart {
  line-height: 1.1;
  padding: 14px 20px 10px!important;
  font-size: 18px;
  background: #fff;
  border: 1px solid #1E2023;
  border-radius: 10px!important;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 800!important;
  color: #000;
  text-decoration: none;
  letter-spacing: 2px;
  margin: 0 15px!important;
}
@media (max-width: 1440px) {
  .block-minicart .actions .viewcart {
    font-size: 16px;
    letter-spacing: 1px!important;
    padding: 17px 20px 12px !important;
    margin: 0 !important;
  }
}
.block-minicart .minicart-widgets {
  margin: 0px;
}
.checkout-payment-method {
  color: #1E2023 !important;
  font-size: 18px!important;
}
@media (max-width: 1440px) {
  .checkout-payment-method {
    font-size: 16px;
  }
}
.opc-sidebar {
  margin: 0px 0 20px!important;
}
#confirmBox {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
#confirmBox .amcart-message-box .added-item {
  margin: 0px;
}
#confirmBox .amcart-message-box a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
#confirmBox .amcart-message-box p {
  text-transform: uppercase;
}
#confirmBox .amcart-message-box .am-photo-container .amcart-image-success {
  width: auto;
  border: 1px solid #575656;
  background: #fff;
}
#confirmBox .amcart-confirm-buttons .button {
  width: 90%;
  box-shadow: 0px 0px;
  border-radius: 0px 0px;
  text-transform: uppercase;
  margin: 0px !important;
}
#confirmBox .amcart-confirm-buttons .button.am-btn-right {
  background: #1E2023;
  color: #fff;
  border: 1px solid #1E2023;
}
#confirmBox .amcart-confirm-buttons .button.am-btn-left {
  background: #fff;
  color: #000;
  margin-bottom: 5px !important;
  border: 1px solid #000;
}
.form-discount .action-apply {
  background-color: #1E2023;
  border: 0;
  border-radius: 10px;
  padding: 15px 20px 11px 20px;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.form-discount .action-apply span {
  font-weight: 800;
  letter-spacing: 2px;
}
.customer-account-login #maincontent,
.customer-account-forgotpassword #maincontent,
.customer-account-create #maincontent,
.checkout-cart-index #maincontent,
.catalog-product_compare-index #maincontent,
.multishipping-checkout-login #maincontent,
.checkout-onepage-success #maincontent,
.catalogsearch-result-index #maincontent {
  margin-top: 50px;
  background-color: #fff;
}
.customer-account-login #maincontent .page-title-wrapper,
.customer-account-forgotpassword #maincontent .page-title-wrapper,
.customer-account-create #maincontent .page-title-wrapper,
.checkout-cart-index #maincontent .page-title-wrapper,
.catalog-product_compare-index #maincontent .page-title-wrapper,
.multishipping-checkout-login #maincontent .page-title-wrapper,
.checkout-onepage-success #maincontent .page-title-wrapper,
.catalogsearch-result-index #maincontent .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.customer-account-login .container .column,
.customer-account-forgotpassword .container .column,
.customer-account-create .container .column,
.checkout-cart-index .container .column,
.catalog-product_compare-index .container .column,
.multishipping-checkout-login .container .column,
.checkout-onepage-success .container .column,
.catalogsearch-result-index .container .column {
  width: 100% !important;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .customer-account-login .maincontent,
  .customer-account-forgotpassword .maincontent,
  .customer-account-create .maincontent,
  .checkout-cart-index .maincontent,
  .catalog-product_compare-index .maincontent,
  .multishipping-checkout-login .maincontent,
  .checkout-onepage-success .maincontent,
  .catalogsearch-result-index .maincontent {
    max-width: initial !important;
    padding: 0 15px;
    background-color: #fff;
  }
}
.checkout-cart-index .cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: 10px;
}
.checkout-index-index .page-wrapper {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto;
}
.checkout-index-index .page-main {
  background: #fff;
}
.checkout-index-index .opc-progress-bar-item {
  width: 50%;
}
.checkout-index-index #opc-sidebar {
  margin-top: 0!important;
}
.checkout-index-index .page-header {
  text-align: center;
  margin: 0 auto;
  border: 0;
}
.checkout-index-index .header.content {
  padding: 0 !important;
}
.checkout-index-index .modal-header {
  border-bottom: 0;
  padding: 0!important;
}
.checkout-index-index .opc-block-summary {
  border-radius: 10px;
}
.checkout-index-index .opc-block-summary .ship-via {
  color: #1E2023 !important;
}
.checkout-index-index .opc-block-summary .shipping-information-content {
  color: #1E2023 !important;
}
.checkout-index-index .opc-block-summary td {
  color: #1E2023 !important;
}
.checkout-index-index .opc-block-summary th {
  color: #1E2023 !important;
}
.checkout-index-index .opc-wrapper .form-login {
  max-width: 100%;
}
.checkout-index-index .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 6px;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  border: 0;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .field .control._with-tooltip input {
  margin-right: 0;
  width: 100%;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #7d7d7d;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #7d7d7d;
}
.checkout-index-index .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.checkout-index-index .modal-content button {
  background-color: #7d7d7d;
  border: 0;
  color: #fff;
}
.checkout-index-index .logo {
  margin: 0 auto;
  text-align: center;
  float: none;
  max-width: initial;
  position: relative;
  z-index: 5;
}
.checkout-index-index .logo img {
  width: 230px;
  margin: 0 auto;
  text-align: center;
}
.checkout-index-index input {
  font-size: 18px!important;
  padding-top: 2px!important;
}
@media (max-width: 1440px) {
  .checkout-index-index input {
    font-size: 16px;
  }
}
.checkout-index-index .table-checkout-shipping-method {
  min-width: 100%;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit {
  top: -12px;
}
.checkout-index-index .minicart-wrapper .action.showcart {
  white-space: nowrap;
  background-color: #7d7d7d;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: #7d7d7d;
}
.checkout-index-index table {
  margin: 30px 0 0 0;
}
.checkout-index-index table > thead > tr > th {
  vertical-align: top;
}
.checkout-index-index table > thead > tr {
  background-color: #7d7d7d;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .checkout-index-index .page-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .street legend {
    text-align: left !important;
  }
}
.customer-account-login #maincontent {
  margin-top: 50px;
  background-color: #fff;
}
.customer-account-login #maincontent .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.customer-account-login input {
  height: 48px;
}
.customer-account-login .primary .primary {
  background-color: #1E2023;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 10px !important;
  padding: 18px 20px 14px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  font-family: muli, sans-serif !important;
  border: 0 !important;
}
@media (max-width: 1440px) {
  .customer-account-login .primary .primary {
    font-size: 16px;
  }
}
.customer-account-login .fieldset {
  font-family: "muli", sans-serif !important;
}
.customer-account-login .fieldset .legend {
  margin-left: 0;
}
.customer-account-login .fieldset .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-login .fieldset .actions-toolbar .primary button {
  background-color: #1E2023;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 10px !important;
  padding: 18px 20px 15px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  font-family: muli, sans-serif !important;
}
@media (max-width: 1440px) {
  .customer-account-login .fieldset .actions-toolbar .primary button {
    font-size: 16px;
  }
}
.customer-account-login .fieldset .label {
  padding: 6px 15px 10px 0px !important;
  text-align: left !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: left !important;
  font-size: 1em;
  font-family: "muli", sans-serif;
  font-weight: 300;
}
.customer-account-login .fieldset .field.no-label:before {
  padding: 6px 15px 0 0;
  width: 100%;
  box-sizing: border-box;
  content: ' ';
  float: left;
  height: 1px;
}
.customer-account-login .fieldset .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.customer-account-login .fieldset .spassword input[type="checkbox"] {
  margin: -10px 8px 0;
}
.customer-account-login .fieldset .field.choice.spassword:before {
  padding: 6px 15px 0 0;
  width: 0%;
  display: none;
}
.account #maincontent {
  max-width: 1370px !important;
  width: 100% !important;
  margin: 50px auto 0 auto;
  padding: 0 15px 40px 15px;
}
.account .page-main {
  background: #fff;
}
.account .page-title {
  color: #1E2023;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .account .maincontent {
    max-width: initial !important;
    padding: 0 15px;
    background-color: #fff;
  }
}
.customer-account-create .form-create-account .fieldset .field label {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.customer-account-create .form-create-account .fieldset .choice {
  display: flex;
  flex-flow: row-reverse;
  margin-left: 0 !important;
  justify-content: flex-end;
}
.customer-account-create .form-create-account .fieldset .choice label {
  padding-left: 0;
}
.customer-account-create .form-create-account input[type="checkbox"] {
  top: -2px;
}
.customer-account-create .actions-toolbar {
  margin-left: 0 !important;
}
.account .maincontent form .fieldset .field label {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.account .maincontent form .fieldset .choice {
  display: flex;
  flex-flow: row-reverse;
  margin-left: 0 !important;
  justify-content: flex-end;
}
.account .maincontent form .fieldset .choice label {
  padding-left: 0;
}
.account .maincontent form input[type="checkbox"] {
  top: -2px;
}
.account .maincontent .actions-toolbar {
  margin-left: 0 !important;
}
.cart .product-item-sku {
  margin-bottom: 3px;
}
.cart .product-item-sku small {
  font-size: 12px !important;
}
.checkout-agreement input[type="checkbox"] {
  top: -4px;
}
.minicart-wrapper .action.showcart:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f291";
  font-size: 31px;
  line-height: 40px;
}
.blog .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.blog .post-list-description {
  display: none;
}
.blog .post-list-wrapper .post-list-item .image_block {
  height: 300px;
}
.blog .post-list-wrapper .post-list-item .image_block a {
  height: 100%;
}
.blog .post-list-wrapper .post-list-item .image_block a .post-entry {
  height: 100%;
}
.blog .post-list-wrapper .post-list-item .image_block a .post-entry .post-image {
  height: 100%;
  background-position: center;
  background-size: cover;
  max-height: inherit;
}
.single-post .main .container-fluid {
  max-width: 1209px;
}
.single-post .main .content {
  padding-top: 30px;
}
.single-post .main .content .share-block {
  display: flex;
  padding-top: 60px;
}
.single-post .main .content .share-block p {
  font-weight: bold;
  padding-right: 10px;
}
.single-post .main .content .share-block ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.single-post .main .content .share-block ul li {
  padding-right: 10px;
}
.single-post .main .content .post-image {
  height: 400px;
  display: block;
  background-position: center;
  background-size: cover;
  margin-top: 30px;
}
.single-post #comments {
  max-width: 1209px;
  margin: 0 auto;
}
.single-post #comments .fieldset .legend {
  margin-left: 16px;
}
.single-post #comments .field {
  padding: 0 15px;
}
.single-post #comments .field label {
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}
.single-post #comments .field .control {
  width: 100%;
}
.single-post #comments .actions-toolbar {
  margin-left: 15px;
}
.wordpress-post-view .blogtitleblock {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}
.wordpress-post-view .post-content {
  padding-bottom: 60px;
}
.wordpress-post-view .content {
  padding-left: 0;
  padding-right: 0;
}
.wordpress-post-view .share-block {
  display: flex;
  flex-flow: row wrap;
}
.wordpress-post-view .share-block ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}
.wordpress-post-view .share-block ul li {
  padding-right: 20px;
}
.wordpress-posttype-view .breadcrumbs {
  background-color: #1E2023;
  padding: 0 !important;
}
.wordpress-posttype-view .breadcrumbs.container-fluid {
  max-width: 100% !important;
  border-top: 2px solid #575656;
}
.wordpress-posttype-view .breadcrumbs ul li {
  color: #fff;
}
.wordpress-posttype-view .breadcrumbs ul li a {
  color: #fff;
}
.wordpress-posttype-view .breadcrumbs ul li strong {
  color: #fff;
}
.wordpress-posttype-view .breadcrumbs .col-lg-12 {
  padding: 0;
}
.wordpress-posttype-view .page-title-wrapper {
  background-color: #1E2023;
  margin-bottom: 40px;
}
.wordpress-posttype-view .page-title-wrapper h1 {
  max-width: 1819px;
  margin: 0 auto !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 4px;
  color: #fff;
  margin-top: 1px;
  display: block !important;
  line-height: 47px;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.wordpress-posttype-view .page-title-wrapper h1 span {
  display: inline-block;
  padding-top: 30px;
  border-top: 4px solid #575656;
}
.wordpress-posttype-view .post-list {
  padding-top: 0px;
  display: flex;
  flex-flow: row wrap;
}
.wordpress-posttype-view .post-list .item {
  width: 24% !important;
  text-align: center;
  padding: 30px;
  clear: inherit !important;
  margin-left: 0 !important;
  border: 1px solid;
  margin: 0 1%;
  border-radius: 8px;
}
@media screen and (max-width: 1204px) {
  .wordpress-posttype-view .post-list .item {
    width: 49% !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 772px) {
  .wordpress-posttype-view .post-list .item {
    width: 49% !important;
  }
}
@media screen and (max-width: 500px) {
  .wordpress-posttype-view .post-list .item {
    width: 100% !important;
  }
}
.wordpress-posttype-view .post-list .item h2 {
  color: #1E2023;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: inherit;
  text-align: left;
}
.wordpress-posttype-view .post-list .item h2 a {
  text-decoration: none;
}
.wordpress-posttype-view .post-list .item .post-meta {
  text-align: left;
  margin: 0;
}
.wordpress-posttype-view .post-list .item .readmore {
  margin-bottom: 0;
  margin-top: auto;
}
.wordpress-posttype-view .post-list .item .readmore a {
  display: block;
  text-align: left;
  background: #dfdfdf;
}
.wordpress-posttype-view .post-list .item .readmore a::after {
  content: ">";
  float: right;
}
.wordpress-posttype-view .post-list .item .post-list-item {
  height: 100%;
}
.wordpress-posttype-view .post-list .item .post-list-item .content-area {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
}
.wordpress-post-view .maincontent {
  max-width: 1024px;
}
.page-layout-category-full-width .category-shortdescription h1 {
  color: #a9a9a8;
  padding-top: 50px !important;
}
.page-layout-category-full-width .category-shortdescription h1 span {
  color: #a9a9a8;
}
.catalog-category-view .sidebar-additional {
  display: none;
}
.catalog-category-view .category-title {
  margin-top: 50px;
}
.catalog-category-view .category-title .row {
  padding: 0 0 0 0;
  position: relative;
  z-index: 20;
  margin: 0;
  max-width: 100% !important;
}
.catalog-category-view .page-main {
  background: #fff;
}
.catalog-category-view .container {
  margin-top: 0 !important;
}
.catalog-category-view .maincontent {
  margin-top: 0 !important;
}
.catalog-category-view .maincontent {
  flex-wrap: wrap;
  display: flex;
}
.catalog-category-view .maincontent .main {
  order: 2;
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .catalog-category-view .maincontent .main {
    width: 100% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog-category-view .maincontent .sidebar-main {
  order: 1;
}
@media (min-width: 768px) {
  .catalog-category-view .maincontent .sidebar-main {
    width: 25% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog-category-view .maincontent .sidebar-main .title strong {
  font-weight: 300;
  text-transform: uppercase;
}
.catalog-category-view .maincontent .sidebar-main dt {
  text-transform: uppercase;
  font-size: 20px;
}
.catalog-category-view .maincontent .sidebar-main .options ol li {
  padding: 5px 0;
  border-bottom: 1px solid #7d7f80;
}
.catalog-category-view .maincontent .sidebar-main .options ol li .count {
  float: right;
}
.catalog-category-view .maincontent .sidebar-main .options ol li a {
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
.catalog-category-view .maincontent .sidebar-main .options ol li a:hover {
  text-decoration: none;
  color: #7d7d7d;
}
.catalog-category-view .maincontent .products-grid {
  margin-top: 0 !important;
  margin-bottom: 30px;
  border-top: 1px solid #333;
  order: 3;
}
@media (min-width: 768px) {
  .catalog-category-view .maincontent .products-grid {
    width: 100%;
  }
}
.catalog-category-view .category-title {
  background: none !important;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
}
.catalog-category-view .category-description {
  background: none !important;
  margin: 0px;
  padding: 20px 0 30px 0 !important;
}
.catalog-category-view .category-description h2 {
  margin-top: 2em;
  color: #fff;
  font-weight: 700;
  font-family: "muli", sans-serif;
}
.catalog-category-view .category-description p {
  color: #fff;
  font-weight: 300;
  width: 70%;
  margin: 0 auto !important;
}
.catalog-category-view .products-grid {
  border-top: 0 !important;
  margin-top: 40px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.catalog-category-view .products-grid .product-item {
  margin: 0 0 0 0 !important;
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid .product-item {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog-category-view .products-grid .inner_box {
  border: 1px solid #000;
}
.catalog-category-view .products-grid .title_image_container {
  width: 90%;
  margin: 0 auto;
  position: inherit;
  padding-bottom: 15p0x;
}
.catalog-category-view .products-grid .product-item-actions {
  margin: 0px 0;
  float: right;
}
.catalog-category-view .products-grid .product-item-details {
  background-color: #8e909042;
}
.catalog-category-view .products-grid .product-item-details .price-box {
  padding: 16px 0px 6px 0 !important;
}
.catalog-category-view .products-grid .product-item-details .price {
  font-size: 20px !important;
  color: #333 !important;
}
.catalog-category-view .products-grid .product-item-inner {
  padding: 15px 30px 30px;
}
.catalog-category-view .products-grid .product-item-inner .row {
  padding: 0 !important;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  color: #595959 !important;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper .price {
  color: #00847B !important;
  font-size: 16px !important;
  font-weight: 900;
}
.catalog-category-view .products-grid .product-item-name {
  font-size: 20px;
  font-weight: 300;
}
.catalog-category-view .products-grid .product-item-name a {
  padding: 0 0 0 0;
  text-decoration: none;
  font-weight: 300 !important;
  text-transform: none !important;
}
.catalog-category-view .products-grid .product-item-name a:hover {
  text-decoration: none;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  content: "";
  color: #b7ac4e;
  font-weight: 700;
  padding-right: 5px;
  text-transform: uppercase;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:after {
  content: " (Inc. VAT)";
  color: #595959;
  font-weight: 300;
  padding-right: 5px;
  text-transform: inherit;
  font-size: 12px;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .normal-price {
  text-align: left !important;
  width: 100%;
}
.catalog-category-view .price-final_price {
  margin: 0 !important;
  font-family: "muli", sans-serif;
}
.catalog-category-view .category-shortdescription {
  padding: 0 !important;
}
.catalog-category-view .product-item-inner-wish-compare {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 14px;
  display: none;
}
.catalog-category-view .page-title {
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #1E2023 !important;
  font-size: 30px !important;
  margin: 0 !important;
  letter-spacing: 1px;
  padding: 30px 0 20px 0 !important;
  line-height: inherit;
}
.catalog-category-view .page-title span {
  text-transform: initial;
  font-weight: 300;
  line-height: inherit;
}
.catalog-category-view .ov {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
}
.catalog-category-view .ov .btn {
  margin-top: auto;
}
.catalog-category-view .ov h3 {
  color: #444;
}
.catalog-category-view .sorter-options,
.catalog-category-view .limiter-options {
  border: 1px solid #444444;
  height: initial;
}
@media screen and (max-width: 1200px) {
  .catalog-category-view #maincontent .row {
    padding: 0 4vw !important;
  }
  .catalog-category-view .maincontent .main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .catalog-category-view .category-description h2 {
    margin-top: 0em;
  }
  .catalog-category-view .category-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .catalog-category-view .products-grid {
    padding: 0 !important;
  }
  .catalog-category-view .products-grid .product-item {
    margin-left: 0 !important;
  }
  .catalog-category-view .main {
    order: 2;
  }
  .catalog-category-view .sidebar-main {
    order: 1;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .catalog-category-view .products-grid .product-item {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) and (min-width: 0) {
  .catalog-category-view .main {
    width: 66.66666667% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) and (min-width: 0) {
  .catalog-category-view .sidebar-main {
    width: 33.33333333% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-category-view .sidebar-main {
    width: 100%;
  }
  .catalog-category-view .category-description p {
    color: #fff;
    font-weight: 300;
  }
  .catalog-category-view .maincontent {
    padding: 0 15px !important;
    flex-basis: 100% !important;
    flex-flow: column !important;
  }
  .catalog-category-view .maincontent .main {
    width: 100% !important;
  }
  .catalog-category-view .products-grid {
    padding: 0 !important;
  }
  .catalog-category-view .products-grid .product-item {
    max-width: initial !important;
    margin-left: 0 !important;
  }
  .catalog-category-view .sub-cat-img img {
    min-height: initial;
    width: 100%;
  }
  .catalog-category-view .footer ul {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 0) {
  .catalog-category-view .products-grid .product-item {
    width: 50% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 0) {
  .catalog-category-view ul .category {
    width: 50% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .catalog-category-view .products-grid .products {
    justify-content: center;
  }
  .catalog-category-view ul {
    margin: 0 auto !important;
  }
  .catalog-category-view .products-grid {
    padding: 0 !important;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) and (min-width: 0) {
  .catalog-category-view ul .category {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-layout-top-level-category ul {
  margin: 0;
  padding: 0;
}
.page-layout-top-level-category ul .category {
  list-style-type: none !important;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-layout-top-level-category ul .category {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .page-layout-top-level-category ul .category {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .page-layout-top-level-category ul .category {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-layout-top-level-category .message {
  display: none;
}
.page-layout-top-level-category .sub-cat-img img {
  min-height: 355px;
}
.page-layout-category-full-width .page-main {
  background: #fff;
  max-width: 100% !important;
}
.catalog-product-view .zaincontent {
  padding: 0 15px;
}
.catalog-product-view .page-main {
  background-color: #fff;
}
.catalog-product-view .product-add-form {
  width: 70%;
}
.catalog-product-view .product-info-stock-sku .stock {
  margin: 15px 0;
}
.catalog-product-view .product-info-stock-sku .stock:last-child {
  display: none;
}
.catalog-product-view .product-info-stock-sku .available span {
  color: green;
}
.catalog-product-view .price-final_price {
  margin-bottom: 20px;
}
.catalog-product-view .price-final_price .price-box .price-wrapper .price {
  font-weight: 600;
  font-size: 2.8rem !important;
  margin-bottom: 30px;
}
.catalog-product-view .product-info-main .price-box .price-wrapper .price {
  font-size: 2.8rem;
  font-weight: 700;
}
.catalog-product-view .product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.8rem;
  font-weight: 700;
}
.catalog-product-view .product-add-form {
  margin-bottom: 30px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.catalog-product-view .product-add-form .qty {
  width: 52px;
  float: left;
}
.catalog-product-view .product-add-form .qty .control {
  width: 100%;
}
.catalog-product-view .product-add-form .qty .control input {
  height: 52px !important;
  text-align: center !important;
  width: 52px !important;
}
.catalog-product-view .product-add-form .actions {
  width: 252px;
  float: left;
}
.catalog-product-view .product-add-form .actions .tocart {
  color: #fff;
  text-transform: uppercase;
  /* font-weight: 300; */
  /* letter-spacing: 1px; */
  font-size: 18px !important;
  padding: 18px 24px !important;
  border: 0;
  border-radius: 4px;
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  .product-info-main .page-title-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .column > .page-title-wrapper {
    display: none;
  }
  .level0.submenu {
    display: none;
  }
}
.page-title {
  order: 2;
}
.child-category-list .item {
  position: relative;
}
.child-category-list .item .bg-block {
  height: 286px;
  background-position: center;
  background-size: cover;
}
.catLink {
  order: 1;
  margin-bottom: 15px;
}
.catLink span {
  color: #1E2023;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.catLink a {
  color: #1E2023 !important;
  text-decoration: none !important;
  font-weight: 400;
  letter-spacing: 2px;
}
.catLink a:hover {
  text-decoration: none;
}
.page-title-wrapper {
  display: flex;
  flex-direction: column;
}
.product-info-main .page-title-wrapper {
  padding: 0px;
}
.product-info-main .page-title-wrapper .page-title {
  font-weight: 300;
  font-size: 37px;
}
.product-info-main .action {
  display: block !important;
}
.product-info-main .action.towishlist {
  background: 0px;
  border: 0px;
  margin-bottom: 14px;
  letter-spacing: 2px !important;
  padding: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "muli", sans-serif;
}
.product-info-main .action.towishlist:before {
  content: "\f004 ";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
.product-info-main .action.towishlist:hover {
  text-decoration: none;
  border: 0;
  background-color: initial;
}
.product-info-main .action.tocompare {
  background: 0px;
  border: 0px;
  margin-bottom: 14px;
  letter-spacing: 2px !important;
  padding: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "muli", sans-serif;
}
.product-info-main .action.tocompare:before {
  content: '\e0e3';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
.product-info-main .action.tocompare:hover {
  text-decoration: none;
  border: 0;
  background-color: initial;
}
.product-info-main .shareBox button {
  text-decoration: none;
  border: 0;
  background-color: initial;
  color: #333 !important;
  padding: 0;
  margin: 0;
  border: 0px;
  margin-bottom: 14px;
  letter-spacing: 2px !important;
  padding: 0px;
  font-weight: 300;
  line-height: 1.2rem;
  font-size: 1.1rem;
}
.product-info-main .product-addto-links {
  margin: 0 !important;
}
.product-info-stock-sku .stock.pir {
  display: block !important;
}
.product-social-links {
  width: 100%;
  display: block;
  text-align: center;
  text-align: left;
}
.catalog-product_compare-index .table > tbody > tr > td.info {
  background-color: initial !important;
}
.catalog-product_compare-index .action.primary,
.catalog-product_compare-index .action-primary {
  padding: 5px;
}
.child-category-list {
  overflow: hidden;
}
.toolbar-products {
  padding: 0px 15px;
}
.product-item-inner-inner {
  padding: 0;
}
.product-item-inner-inner .col-xs-6 {
  padding: 0;
}
.product-item-inner-inner .tocart {
  background-color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 10px;
  color: #000;
  text-decoration: none;
  border: 0;
}
.product-item-inner-inner .tocart:hover {
  border: 0;
}
.product-item-inner-inner .enquire_show {
  background-color: #7d7d7d;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 10px;
  color: #000 !important;
  text-decoration: none;
  border: 0;
}
.product-item-inner-inner .enquire_show:hover {
  background-color: #fff;
  border: 0;
}
.product-item-inner-inner .enquire_show_home {
  background-color: #7d7d7d;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 10px;
  color: #000;
  text-decoration: none;
  border: 0;
}
.product-item-inner-inner .enquire_show_home:hover {
  background-color: #fff;
  border: 0;
}
.enquire_show_home {
  background-color: #7d7d7d;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 10px;
  color: #000;
  text-decoration: none;
  border: 0;
}
.enquire_show_home:hover {
  background-color: #fff;
  border: 0;
}
.account .fieldset .legend {
  margin-left: 0;
}
.sidebar .filter .filter-content .block-subtitle {
  font-weight: 400;
  font-size: 20px;
  padding-left: 25px;
}
.sidebar .filter .filter-content .filter-current .remove {
  float: right;
  font-weight: 300;
}
.sidebar .filter .filter-content .filter-current .filter-value {
  color: #7d7d7d;
}
.sidebar .filter .filter-content .filter-actions {
  margin: 1em 0;
}
.sidebar .filter .filter-content .filter-actions a {
  color: red !important;
}
.sidebar .filter .filter-content .filter-options .filter-options-title {
  font-size: 16px;
  padding: 18px 0px 15px 25px;
  border-top: 1px solid #444444;
  font-weight: 300;
}
.sidebar .filter .filter-content .filter-options .filter-options-title::after {
  display: none;
}
.sidebar .filter .filter-content .filter-options .filter-options-title:before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0px;
  top: 15px;
  content: '\f0da';
  font-size: 20px;
  font-weight: 600;
}
.sidebar .filter .filter-content .filter-options .filter-options-title.active:before {
  content: '\f0d7';
}
.sidebar .filter .filter-content .filter-options-content .items {
  margin-left: 1em;
}
.sidebar .filter .filter-content .filter-options-content .items .item {
  font-weight: 300;
  color: #7d7d7d;
}
@media screen and (max-width: 1200px) {
  .form-login .fieldset > .field {
    display: block;
    clear: both;
  }
}
@media (min-width: 576px) {
  .products-grid .product-item-actions {
    margin: 10px 0 0 0;
  }
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  padding-right: 12px;
}
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before {
  display: none;
}
.product-items .action.tocompare::before,
.products.list.items .action.tocompare::before {
  display: none;
}
.page-main-details {
  display: none;
}
.pirTabs {
  clear: both;
}
.pirTabs .product.data.items .item.title .switch {
  height: 32px;
}
.pirTabs .title a {
  background-color: #1E2023;
}
.product.data.items > .item.title > .switch {
  background-color: #1E2023;
  color: #fff;
  font-size: 20px;
  height: 51px!important;
  padding: 15px 30px;
  font-weight: 300;
}
.product.data.items > .item.content {
  margin-top: 51px;
  border: 1px solid #7d7f80;
  padding: 40px 40px;
}
.breadcrumbs.container-fluid,
.breadcrumbs {
  max-width: 1818px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  overflow: hidden;
}
.breadcrumbs.container-fluid ul,
.breadcrumbs ul {
  margin: 30px 0 20px 0 !important;
}
@media (max-width: 1440px) {
  .breadcrumbs.container-fluid ul,
  .breadcrumbs ul {
    margin: 20px 0 20px 0 !important;
  }
}
.breadcrumbs.container-fluid ul li,
.breadcrumbs ul li {
  text-transform: uppercase !important;
  font-family: "muli", sans-serif !important;
  font-weight: 300 !important;
}
.breadcrumbs.container-fluid ul li strong,
.breadcrumbs ul li strong {
  text-transform: uppercase !important;
  font-family: "muli", sans-serif !important;
  font-weight: 300 !important;
}
@media screen and (max-width: 1400px) {
  /*1400px*/
}
@media screen and (max-width: 1200px) {
  /*1200px*/
  .product-item-actions .actions-secondary > .action.tocompare {
    display: inline-block;
  }
  div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    vertical-align: top;
  }
  #html-body [data-pb-style=VN3KI3L] {
    padding-right: 0 !important;
  }
  .page-layout-product-full-width .page-title-wrapper {
    padding: 0 15px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -20px;
    width: 95%;
    z-index: 5;
    margin: auto;
    right: 0;
  }
  .block-collapsible-nav .title {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
  }
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .account .main {
    margin-top: 50px ;
  }
}
@media screen and (max-width: 992px) {
  /*992px*/
  .pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    float: left;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  /*768px*/
  .catalog-category-view .sidebar-main {
    width: 100% !important;
  }
  .account .main {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 576px) {
  /*576px*/
  .pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 100% !important;
  }
  .account .main {
    margin-top: 50px !important;
  }
}
.message.success {
  font-size: 1.6rem;
  text-align: center;
}
.message.success > *:first-child:before {
  left: 0px;
  top: 6px;
  position: relative;
  text-align: center;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 100% !important;
  min-width: initial !important;
}
@media screen and (max-width: 440px) {
  #html-body [data-pb-style=PU0JEGS] {
    margin-bottom: 50px !important;
  }
  #html-body [data-pb-style=VX4C72P] {
    margin-top: 60px !important;
  }
  .single_eight_col_product_grid_hp .row:last-child {
    margin-bottom: 35px !important;
  }
}
.ctacatbaner h3 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .ctacatbaner h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.ctacatbaner p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .ctacatbaner p {
    font-size: 17px;
  }
}
.message-success {
  transition: opacity 0.3s ease;
}
body.at-top .message-success {
  opacity: 0;
  pointer-events: none;
}
.cms-index-index .container.maincontent {
  max-width: 100%;
  padding: 0;
}
.cms-index-index [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
  margin: 0 auto;
}
.cms-page-view h1,
.cms-page-view h2,
.cms-page-view h3,
.cms-page-view h4,
.cms-page-view h5,
.cms-page-view h6,
.cms-page-view strong {
  color: #1E2023;
  font-weight: 800;
}
.cms-page-view h1 {
  color: #7d7d7d;
}
.cms-page-view h3 {
  padding-top: 20px;
  margin-bottom: 3px;
}
.cms-page-view p {
  font-weight: 300;
}
.cms-page-view .container.maincontent {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cms-page-view .container.maincontent [data-content-type='row'][data-appearance='contained'] {
  max-width: 1819px;
}
.cms-page-view .container.maincontent ul {
  padding-left: 20px;
}
.cms-page-view .container.maincontent ul li {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .cms-page-view .container.maincontent ul li {
    font-size: 16px;
  }
}
.cms-page-view .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .cms-page-view .maincontent {
    max-width: initial !important;
    padding: 0 15px;
    background-color: #fff;
  }
}
.cms-page-view .breadcrumbs {
  background-color: #1E2023;
  padding: 0 !important;
}
.cms-page-view .breadcrumbs.container-fluid {
  max-width: 100% !important;
}
.cms-page-view .breadcrumbs ul li {
  color: #fff;
}
.cms-page-view .breadcrumbs ul li a {
  color: #fff;
}
.cms-page-view .breadcrumbs ul li strong {
  color: #fff;
}
.cms-page-view .breadcrumbs .col-lg-12 {
  padding: 0;
}
.cms-page-view .page-title-wrapper {
  background-color: #1E2023;
  margin-bottom: 40px;
}
.cms-page-view .page-title-wrapper h1 {
  max-width: 1819px;
  margin: 0 auto !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 4px;
  color: #fff;
  margin-top: 1px;
  display: block !important;
  line-height: 1.1;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1660px) {
  .cms-page-view .page-title-wrapper h1 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .cms-page-view .page-title-wrapper h1 {
    font-size: 32px;
    padding-bottom: 25px;
  }
}
@media (max-width: 800px) {
  .cms-page-view .page-title-wrapper h1 {
    font-size: 28px;
    padding-bottom: 20px;
    letter-spacing: 3px;
  }
}
.cms-page-view .page-title-wrapper h1 span {
  display: inline-block;
  padding-top: 20px;
  border-top: 5px solid #575656;
}
@media (max-width: 1660px) {
  .cms-page-view .page-title-wrapper h1 span {
    border-top: 4px solid #575656;
  }
}
@media (max-width: 1440px) {
  .cms-page-view .page-title-wrapper h1 span {
    padding-top: 15px;
  }
}
@media (max-width: 800px) {
  .cms-page-view .page-title-wrapper h1 span {
    padding-top: 5px;
    border-top: 3px solid #575656;
  }
}
@media (max-width: 1830px) {
  .cms-page-view .maincontent .pagebuilder-column {
    padding: 0 0px;
  }
}
.contact-index-index .fieldset {
  font-family: "muli", sans-serif !important;
  margin-bottom: 20px!important;
}
.contact-index-index .fieldset .legend {
  margin-left: 0;
}
.contact-index-index .fieldset .label {
  padding: 0px 15px 3px 0px !important;
  text-align: left !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: left !important;
  font-size: 18px;
  font-family: "muli", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E2023;
  letter-spacing: 2px;
}
@media (max-width: 1440px) {
  .contact-index-index .fieldset .label {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
  }
}
.contact-index-index .fieldset .field.no-label {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .contact-index-index .fieldset .field.no-label {
    font-size: 16px;
  }
}
.contact-index-index .fieldset .field.no-label:before {
  padding: 6px 15px 0 0;
  width: 100%;
  box-sizing: border-box;
  content: ' ';
  float: left;
  height: 1px;
}
.contact-index-index .fieldset .field {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.2;
  color: #1E2023;
}
@media (max-width: 1440px) {
  .contact-index-index .fieldset .field {
    font-size: 16px;
  }
}
.contact-index-index .fieldset .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.contact-index-index .fieldset input {
  height: 48px;
  border-radius: 10px;
  border-color: #1E2023 !important;
}
.contact-index-index .fieldset textarea {
  border-radius: 10px;
  border-color: #1E2023 !important;
}
.contact-index-index .primary {
  text-align: left;
}
.contact-index-index .primary .submit {
  background-color: #FCE907 !important;
  padding: 18px 20px 13px !important;
  width: fit-content !important;
}
@media (max-width: 1440px) {
  .contact-index-index .primary .submit {
    padding: 19px 20px 14px !important;
  }
}
.contact-index-index .primary .submit span {
  color: #1E2023;
  font-weight: 800;
  font-size: 18px;
  width: fit-content !important;
}
@media (max-width: 1440px) {
  .contact-index-index .primary .submit span {
    font-size: 16px;
  }
}
.contact-index-index .actions-toolbar {
  margin-left: 0 !important;
}
.contact-index-index .action.primary {
  border: 0;
}
.contact-index-index .contact_title {
  margin-bottom: 30px;
  font-weight: 700;
}
.contact-index-index .tel {
  padding-left: 20px;
}
.contact-index-index .tel:before {
  content: '';
  background: url('/media/wysiwyg/tel_icon.png') 0 2px no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 14px;
}
.contact-index-index .email_icon {
  padding-left: 20px;
}
.contact-index-index .email_icon:before {
  content: '';
  background: url('/media/wysiwyg/email_icon.png') 0 2px no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 14px;
}
@media screen and (max-width: 1200px) {
  .contact-index-index .field {
    overflow: hidden;
  }
}
.contact-index-index .main,
.cms-page-view .main {
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .contact-index-index .main,
  .cms-page-view .main {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .contact-index-index .main,
  .cms-page-view .main {
    padding-bottom: 30px;
  }
}
.contact-index-index .main p:last-child,
.cms-page-view .main p:last-child {
  margin-bottom: 0;
}
.cms-reviews .main .pagebuilder-column {
  padding-bottom: 20px;
}
.cms-reviews .main .pagebuilder-column > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.cms-reviews .main .pagebuilder-column > div .quote {
  background: #efefef;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  width: 49%;
}
.cms-reviews .main .pagebuilder-column > div .quote p {
  margin-bottom: 0;
}
.contact-index-index .page-title-wrapper {
  display: block;
  padding-top: 20px;
}
.contact-index-index .maincontent {
  max-width: 100%;
  padding: 0;
}
.contact-index-index .main {
  max-width: 100% !important;
}
.contact-index-index .main p {
  color: #1E2023;
}
.contact-index-index .main p strong {
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .contact-index-index .main p strong {
    letter-spacing: 1.5px;
  }
}
.contact-index-index .page-title-wrapper {
  background-color: #1E2023;
  margin-bottom: 50px;
  padding-top: 40px;
}
@media (max-width: 1440px) {
  .contact-index-index .page-title-wrapper {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .contact-index-index .page-title-wrapper {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.contact-index-index .page-title-wrapper h1 {
  margin: 0 auto !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 4px;
  color: #fff;
  margin-top: 1px;
  display: block !important;
  line-height: 1.1;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1660px) {
  .contact-index-index .page-title-wrapper h1 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .contact-index-index .page-title-wrapper h1 {
    font-size: 32px;
    padding-bottom: 25px;
  }
}
@media (max-width: 800px) {
  .contact-index-index .page-title-wrapper h1 {
    font-size: 28px;
    padding-bottom: 20px;
    letter-spacing: 3px;
  }
}
.contact-index-index .page-title-wrapper h1 span {
  display: inline-block;
  padding-top: 20px;
  border-top: 5px solid #575656;
}
@media (max-width: 1660px) {
  .contact-index-index .page-title-wrapper h1 span {
    border-top: 4px solid #575656;
  }
}
@media (max-width: 1440px) {
  .contact-index-index .page-title-wrapper h1 span {
    padding-top: 15px;
  }
}
@media (max-width: 800px) {
  .contact-index-index .page-title-wrapper h1 span {
    padding-top: 5px;
    border-top: 3px solid #575656;
  }
}
.cms-how-to-buy .tab-title {
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .cms-how-to-buy .tab-title {
    font-size: 16px;
  }
}
.cms-how-to-buy .ui-tabs-panel {
  padding: 30px;
}
.cms-how-to-buy .ui-tabs-panel ul li {
  line-height: 28px;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .cms-how-to-buy .ui-tabs-panel ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.cms-how-to-buy .ui-tabs-panel ul li ul {
  padding-top: 12px;
  padding-bottom: 4px;
}
.cms-how-to-buy .ui-tabs-panel p {
  color: #1E2023;
}
.cms-how-to-buy .ui-tabs-panel p:last-child {
  margin-bottom: 0;
}
.wordpress-posttype-view .container.maincontent {
  margin: 0px auto !important;
}
.account .page-main,
.cms-privacy-policy .page-main,
.wordpress-posttype-view .breadcrumbs.container-fluid,
.contact-index-index .post-list-wrapper.container,
.post-list-wrapper.container {
  padding: 0px !important;
}
/* Shared layout containers */
.wordpress-posttype-view .container.maincontent,
.contact-index-index .container.maincontent > .main > .row.container,
.wordpress-posttype-view .container.maincontent [data-content-type='row'][data-appearance='contained'],
.cms-page-view .container.maincontent [data-content-type='row'][data-appearance='contained'],
.contact-index-index .container.maincontent [data-content-type='row'][data-appearance='contained'] {
  padding-left: 6vw !important;
  padding-right: 6vw !important;
  max-width: 100% !important;
  margin: 0 !important;
}
@media screen and (max-width: 1819px) {
  .wordpress-posttype-view .container.maincontent,
  .contact-index-index .container.maincontent > .main > .row.container,
  .wordpress-posttype-view .container.maincontent [data-content-type='row'][data-appearance='contained'],
  .cms-page-view .container.maincontent [data-content-type='row'][data-appearance='contained'],
  .contact-index-index .container.maincontent [data-content-type='row'][data-appearance='contained'] {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.contact-index-index .container.maincontent .container .col-md-6 [data-content-type='row'][data-appearance='contained'],
.container .col-md-6 [data-content-type='row'][data-appearance='contained'],
.cms-page-view .container.maincontent {
  padding-left: 0vw !important;
  padding-right: 0vw !important;
  max-width: 100% !important;
}
.contact-index-index #maincontent .container .row.container {
  margin-left: -2vw;
  margin-right: -2vw;
}
@media (max-width: 991px) {
  .contact-index-index #maincontent .container .row.container {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px!important;
  }
}
.contact-index-index #maincontent .container .row.container .col-md-6 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  padding-left: 2vw!important;
  padding-right: 2vw!important;
}
@media (max-width: 991px) {
  .contact-index-index #maincontent .container .row.container .col-md-6:first-of-type {
    padding-bottom: 30px!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media (max-width: 991px) {
  .contact-index-index #maincontent .container .row.container .col-md-6:last-of-type {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media (max-width: 991px) {
  .contact-index-index #maincontent .container .row.container .col-md-6:last-of-type .pagebuilder-column:first-of-type {
    padding-bottom: 15px!important;
  }
}
/* Shared titles */
.wordpress-posttype-view h1.page-title,
.cms-page-view h1.page-title,
.contact-index-index h1.page-title {
  padding-left: 6vw !important;
  padding-right: 6vw !important;
  max-width: 100% !important;
  margin: 0 !important;
}
@media screen and (max-width: 1819px) {
  .wordpress-posttype-view h1.page-title,
  .cms-page-view h1.page-title,
  .contact-index-index h1.page-title {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
/* Shared breadcrumbs */
.wordpress-posttype-view .col-lg-12 .breadcrumbs,
.cms-page-view .col-lg-12 .breadcrumbs,
.contact-index-index .col-lg-12 .breadcrumbs {
  padding-left: 6vw !important;
  padding-right: 6vw !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
@media screen and (min-width: 1200px) {
  .contact-index-index .container .col-md-6 {
    padding: 0px;
  }
}
.account .sidebar .block-collapsible-nav {
  padding: 0px 1vw !important;
  width: 100% !important;
}
.account .sidebar .block-collapsible-nav .title {
  border-radius: 10px 10px;
}
.account .sidebar .block-collapsible-nav .title:after {
  top: 10px;
}
.account .maincontent {
  display: flex;
  flex-flow: row;
}
.account .maincontent .sidebar {
  width: 40%;
}
.account .maincontent .sidebar .block-collapsible-nav .item a {
  line-height: 22px;
}
.account .maincontent .sidebar-additional {
  display: none;
}
.account .maincontent form .primary .primary {
  font-size: 18px !important;
  padding: 15px 25px !important;
}
@media (max-width: 1440px) {
  .account .maincontent form .primary .primary {
    font-size: 16px;
  }
}
.customer-account-logoutsuccess .page-main,
.customer-account-createpassword .page-main {
  padding: 5% !important;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-size: 1.8em;
}
.pagebuilder-column {
  position: relative;
}
.pagebuilder-column .fulllink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.catalogsearch-result-index .column.main {
  float: none;
}
.catalogsearch-result-index #maincontent {
  margin-top: 0;
}
.catalogsearch-result-index .products-grid {
  border-top: 0 !important;
  margin-top: 40px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.catalogsearch-result-index .products-grid .product-item {
  margin: 0 0 20px 0 !important;
}
@media (min-width: 768px) {
  .catalogsearch-result-index .products-grid .product-item {
    float: left;
    width: 25%;
  }
}
.catalogsearch-result-index .products-grid .inner_box {
  border: 1px solid #000;
}
.catalogsearch-result-index .products-grid .title_image_container {
  width: 90%;
  margin: 0 auto;
  position: inherit;
  padding-bottom: 15px;
}
.catalogsearch-result-index .products-grid .product-item-actions {
  margin: 0px 0;
  float: right;
}
.catalogsearch-result-index .products-grid .product-item-details {
  background-color: #f3f1e1;
}
.catalogsearch-result-index .products-grid .product-item-details .price-box {
  padding: 16px 0px 6px 0 !important;
}
.catalogsearch-result-index .products-grid .product-item-details .price {
  font-size: 20px !important;
  color: #333 !important;
}
.catalogsearch-result-index .products-grid .product-item-inner {
  padding: 15px 30px 30px;
}
.catalogsearch-result-index .products-grid .product-item-inner .row {
  padding: 0 !important;
}
.catalogsearch-result-index .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  color: #595959 !important;
}
.catalogsearch-result-index .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper .price {
  color: #595959 !important;
}
.catalogsearch-result-index .products-grid .product-item-name {
  font-size: 20px;
  font-weight: 300;
}
.catalogsearch-result-index .products-grid .product-item-name a {
  padding: 0 0 0 0;
  text-decoration: none;
  font-weight: 300 !important;
  text-transform: none !important;
}
.catalogsearch-result-index .products-grid .product-item-name a:hover {
  text-decoration: none;
}
.catalogsearch-result-index .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  content: "";
  color: #b7ac4e;
  font-weight: 700;
  padding-right: 5px;
  text-transform: uppercase;
}
.catalogsearch-result-index .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:after {
  content: " Inc. VAT";
  color: #595959;
  font-weight: 300;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 18px;
}
.catalogsearch-result-index .products-grid .enquire {
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
}
.catalogsearch-result-index .product-item-inner-wish-compare {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 14px;
}
.catalogsearch-result-index .sorter-options,
.catalogsearch-result-index .limiter-options {
  border: 1px solid #444444;
  height: initial;
}
@media screen and (max-width: 1200px) {
  .catalogsearch-result-index #maincontent .row {
    padding: 0 !important;
  }
  .catalogsearch-result-index .maincontent .main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .catalogsearch-result-index .products-grid {
    padding: 0 !important;
  }
  .catalogsearch-result-index .products-grid .product-item {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .catalogsearch-result-index .products-grid .product-item {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 768px) {
  .catalogsearch-result-index .category-description p {
    color: #fff;
    font-weight: 300;
    padding: 0 15px !important;
  }
  .catalogsearch-result-index .maincontent {
    padding: 0 15px !important;
    flex-basis: 100% !important;
    flex-flow: column !important;
  }
  .catalogsearch-result-index .products-grid {
    padding: 0 !important;
  }
  .catalogsearch-result-index .products-grid .product-item {
    max-width: initial !important;
    float: left;
    width: 50%;
    margin-left: 0 !important;
    padding: 0px !important;
  }
}
@media screen and (max-width: 576px) {
  .catalogsearch-result-index .products-grid .products {
    justify-content: center;
  }
  .catalogsearch-result-index .products-grid {
    padding: 0 !important;
    justify-content: center;
  }
  .catalogsearch-result-index .products-grid .product-item {
    max-width: 340px !important;
    margin: 0 auto 30px auto !important;
    width: 100%;
  }
}
body {
  font-family: 'Inter', sans-serif;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4 {
  font-family: 'Inter', sans-serif;
}
h1 {
  font-family: 'Inter', sans-serif;
}
h2 {
  font-family: 'Inter', sans-serif;
}
h3 {
  font-family: 'Inter', sans-serif;
}
h4 {
  font-family: 'Inter', sans-serif;
}
h5 {
  font-family: 'Inter', sans-serif;
}
h6 {
  font-family: 'Inter', sans-serif;
}
p {
  font-family: 'Inter', sans-serif;
}
.header-main {
  background: #fff;
}
.header-main .action.showcart .counter.qty {
  color: #fff !important;
  background-color: #006876 !important;
}
.header-navigation {
  background-color: #fff;
}
.piranha #navbarSupportedContent {
  background: #fff;
}
.navigation li.level0 a.level-top {
  color: #1E2023;
}
.navigation li.level0 a:focus {
  outline: 0;
}
.topAccount i {
  color: #1E2023;
  font-weight: 800;
}
.block-search .action.search:before {
  color: #1E2023 !important;
}
.header-main {
  border-bottom: 1px dashed #1E2023;
}
.header-main .row .header-left .logo {
  max-width: 208px;
}
@media (max-width: 1440px) {
  .header-main .row .header-left .logo {
    max-width: 175px;
  }
}
@media (max-width: 1200px) {
  .header-main .row .header-left .logo {
    padding: 10px 0;
  }
}
@media (max-width: 550px) {
  .header-main .row .header-left .logo {
    max-width: 150px;
  }
}
.header-main .row .header-right .header-account .minicart-wrapper .action.showcart .text i {
  color: #01A8A7;
  font-weight: 600;
}
.header-main .row .header-right .header-account .minicart-wrapper .action.showcart .counter.qty {
  background: #01A8A7;
}
.header-main .row .header-right.headerphone .phonenumberhed a,
.header-main .row .header-right.headerphone .phonenumberhed span {
  color: #1E2023 !important;
  font-weight: 800;
  letter-spacing: 0!important;
}
.header-main .row .header-right.headerphone .phonenumberhed a:hover,
.header-main .row .header-right.headerphone .phonenumberhed span:hover {
  color: #01A8A7 !important;
}
.header-main .row .header-right.headerphone .phonenumberhed i {
  color: #1E2023;
  font-weight: 800;
  font-size: 24px;
  margin-right: 5px;
  display: none;
}
@media (max-width: 1366px) {
  .header-main .row .header-right.headerphone .phonenumberhed {
    display: inline-block;
  }
}
@media (max-width: 1366px) {
  .header-main .headerphone .phonenumberhed:hover i {
    color: #01A8A7 !important;
  }
}
.block-minicart .label {
  color: #1E2023 !important;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 0 !important;
}
.block-minicart .label::after {
  display: none;
}
.block-minicart .action.primary {
  background: #006876;
  border: 1px solid #006876;
  border-radius: 10px !important;
  text-align: center;
  text-transform: initial;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  padding: 14px 17px 11px!important;
}
.block-minicart .product-item-photo {
  margin-left: 15px;
}
.block-minicart .action.viewcart {
  border-radius: 10px !important;
  font-weight: 700 !important;
  padding: 12px 20px 12px !important;
  letter-spacing: 0;
  margin: 0 15px !important;
  text-transform: initial;
}
.block-minicart .product.options {
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  padding: 7px 5px 3px;
  margin-bottom: 10px;
}
.block-minicart .product.options .toggle {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: initial;
}
.block-minicart .product.options .product.options {
  border: 0;
  padding: 0;
  padding-top: 0px;
}
.block-minicart .product.options .product.options.list dt {
  float: left !important;
  margin-right: 5px;
  font-weight: 700 !important;
}
.block-minicart .product.options .product.options.list dd {
  margin-bottom: 6px !important;
}
.block-minicart .product.options .product.options.list dt.label {
  float: left !important;
  margin-right: 5px;
  font-weight: 700 !important;
  white-space: break-spaces;
  text-align: left;
}
.block-minicart .product-item-details {
  margin-right: 15px;
}
.block-minicart .item-qty {
  border-radius: 10px;
}
.top-level-nav-bg .first_span {
  border-bottom: 2px solid #fff;
}
.navigation .level-top > a {
  font-weight: 800!important;
}
.header-right.bright {
  border-right: 1px solid #B0B0B0 !important;
}
.navigation li.level0:hover .level-top .first_span {
  border-bottom: 2px solid #006876;
  color: #1E2023 !important;
}
.cms-how-to-buy .tabs-navigation {
  padding-left: 0!important;
}
.cms-how-to-buy .tabs-content {
  border-radius: 10px;
  border-color: #575656 !important;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .cms-how-to-buy .tabs-content {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .cms-how-to-buy .tabs-content .ui-tabs-panel {
    padding: 20px;
  }
}
.cms-how-to-buy .tab-title {
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  padding: 15px 25px 10px!important;
}
@media (max-width: 1660px) {
  .cms-how-to-buy .tab-title {
    padding: 15px 25px 8px!important;
  }
}
@media (max-width: 1440px) {
  .cms-how-to-buy .tab-title {
    font-size: 16px;
    padding: 14px 25px 6px !important;
  }
}
@media (max-width: 1024px) {
  .cms-how-to-buy .tab-title {
    padding: 12px 20px 5px !important;
  }
}
@media (max-width: 600px) {
  .cms-how-to-buy .tab-title {
    padding: 10px 15px 4px !important;
  }
}
@media (max-width: 510px) {
  .cms-how-to-buy .tab-title {
    padding: 10px 0 4px !important;
    text-align: center;
  }
}
.cms-how-to-buy .tab-title span {
  color: #575656 !important;
  padding: 0!important;
}
.cms-how-to-buy .tab-header {
  border-radius: 10px!important;
  border-color: #575656 !important;
  background-color: #fff !important;
}
@media (max-width: 510px) {
  .cms-how-to-buy .tab-header {
    width: 20%;
  }
}
.cms-how-to-buy .tab-header span {
  color: #575656 !important;
}
.cms-how-to-buy .tab-header.ui-state-active {
  border-radius: 10px!important;
  border-color: #575656 !important;
  background-color: #575656 !important;
}
.cms-how-to-buy .tab-header.ui-state-active span {
  color: #fff !important;
}
.footer {
  background-color: #fff;
}
.footer .footer-wrap {
  background-color: #fff;
  border-top: 2px dashed #1E2023;
  border-bottom: 2px dashed #1E2023;
}
.footer .footer-wrap .container .row .footer-block h4 {
  color: #1E2023;
  font-weight: 800;
  text-transform: inherit;
  letter-spacing: 0;
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block h4 {
    border-top: 1px dashed #01A8A7 !important;
  }
}
.footer .footer-wrap .container .row .footer-block ul li {
  color: #1E2023;
  margin-bottom: 12px;
}
.footer .footer-wrap .container .row .footer-block ul li strong {
  font-weight: 800;
}
.footer .footer-wrap .container .row .footer-block a {
  color: #1E2023;
  font-weight: 400;
}
.footer .footer-wrap .container .row .footer-block a:hover {
  color: #01A8A7 !important;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block-static-block .block.newsletter .field.newsletter label input {
  color: #1E2023;
  border: 1px solid #1E2023;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block-static-block .block.newsletter form .actions button {
  background: #006876 !important;
}
.footer .footer-wrap .container .row .footer-bottom p {
  color: #1E2023;
}
.footer .pagebuilder-column:first-of-type li a {
  font-weight: 400!important;
}
.footer .footerbottom-block p {
  color: #1E2023;
  font-weight: 600;
}
.footer .footerbottom-block p a {
  color: #1E2023;
}
.footer .footer-wrap .container .row .footer-block.footer-bottom p {
  font-weight: 700 !important;
}
.catalog-product-view .product-add-form .configurable-product-table tr th,
.catalog-product-view .product-add-form .configurable-product-table tr td {
  width: 20%;
  border: 0px !important;
}
.catalog-product-view .product-add-form .configurable-product-table tr td {
  height: 40px;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-add-form .configurable-product-table tr td .swatch-option.text {
  line-height: 100%;
  padding: 5px;
  height: auto;
  background: #fff;
}
.catalog-product-view .product-add-form .configurable-product-table tr td .price-box .price-wrapper .price {
  font-size: 12px;
}
.catalog-product-view .product-add-form .configurable-product-table tr th {
  text-align: center;
}
.product-add-form table thead {
  margin-bottom: 10px;
  display: inline-grid;
  width: 100%;
}
.cart.table-wrapper .items thead + .item {
  border-top: 0px !important;
}
@media screen and (min-width: 1201px) {
  .navigation .level1.submenu {
    min-width: 320px;
    column-count: 4;
    column-gap: 20px;
  }
  .navigation .level1.submenu > li {
    width: auto !important;
    float: none !important;
  }
  .navigation .level0 .submenu,
  .navigation .level0 .submenu a {
    display: inline-block !important;
  }
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  background: linear-gradient(to right, #3333338b, #ffffff00);
  align-items: unset!important;
}
#html-body [data-pb-style="PQ7CHR0"],
#html-body [data-pb-style="EJL9PR5"] {
  min-height: inherit!important;
}
@media (max-width: 440px) {
  #html-body [data-pb-style=EXOMJUI] {
    min-height: auto !important;
  }
}
[data-element='content'] em {
  position: relative;
  z-index: 999;
  font-style: inherit;
}
[data-element='content'] em::after {
  content: "";
  display: inline-block;
  height: 8%;
  width: 96%;
  background-color: #006876;
  opacity: 0.5;
  position: absolute;
  left: -4px;
  top: 40%;
  z-index: -1;
}
@media (max-width: 1660px) {
  .home-hero-slider .slick-slider {
    min-height: 500px !important;
  }
}
@media (max-width: 1440px) {
  .home-hero-slider .slick-slider {
    min-height: 450px !important;
  }
}
@media (max-width: 1280px) {
  .home-hero-slider .slick-slider {
    min-height: 400px !important;
  }
}
@media (max-width: 1024px) {
  .home-hero-slider .slick-slider {
    min-height: 330px !important;
  }
}
@media (max-width: 440px) {
  .home-hero-slider .slick-slider {
    min-height: 200px !important;
  }
}
@media (max-width: 600px) {
  .home-hero-slider .pagebuilder-slide-wrapper {
    min-height: 250px !important;
  }
}
@media (max-width: 440px) {
  .home-hero-slider .pagebuilder-slide-wrapper {
    min-height: 200px !important;
  }
}
.home-hero-slider .pagebuilder-poster-overlay {
  justify-content: left !important;
  padding: 0!important;
}
.home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
  max-width: 55vw;
  float: left;
  padding: 3vw 4vw 3vw 8vw;
}
@media (max-width: 1530px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
    max-width: 60vw;
  }
}
@media (max-width: 1199px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
    max-width: 65vw;
  }
}
@media (max-width: 1024px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
    max-width: 70vw;
  }
}
@media (max-width: 990px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
    max-width: 80vw;
  }
}
@media (max-width: 740px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
    max-width: 90vw;
  }
}
@media (max-width: 635px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
    max-width: 100vw;
  }
}
.home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h1 {
  font-size: 70px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0;
  font-weight: 800;
}
@media (max-width: 1440px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h1 {
    font-size: 60px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 380px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h1 {
    font-size: 32px;
  }
}
.home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4 {
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1660px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4 {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4 {
    font-size: 22px;
  }
}
.home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4:after {
  content: "";
  border-bottom: 2px dashed #01A8A7;
  display: block;
  width: 100%;
  margin-top: -7px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4:after {
    margin-bottom: 10px;
    margin-top: -4px;
  }
}
@media (max-width: 800px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content h4:after {
    margin-bottom: 7px;
    margin-top: -3px;
    border-bottom: 1px dashed #01A8A7;
  }
}
.home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p {
  font-size: 32px;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0px;
  margin-bottom: 0;
  font-weight: 700;
}
.home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p:last-of-type {
  margin-top: auto;
}
.home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p a {
  text-decoration: none;
  background: #006876;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  padding: 13px 25px 13px;
  border-radius: 10px;
  line-height: initial;
  margin-top: 40px;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 1440px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p a {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p a {
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p a {
    font-size: 16px;
    padding: 15px 20px 15px;
  }
}
@media (max-width: 440px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p a {
    margin-top: 10px;
  }
}
@media (max-width: 1440px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
    padding: 3vw 4vw;
  }
}
@media (max-width: 800px) {
  .home-hero-slider .pagebuilder-poster-overlay .pagebuilder-poster-content {
    padding: 30px 4vw 30px 4vw;
  }
}
@media (max-width: 660px) {
  .home-hero-slider .pagebuilder-poster-overlay {
    min-height: auto !important;
  }
}
@media (max-width: 550px) {
  .home-hero-slider .pagebuilder-slider {
    min-height: auto;
  }
}
@media (max-width: 660px) {
  .home-hero-slider div[data-content-type='slider'].slick-initialized {
    min-height: initial !important;
  }
}
.home-cats .pagebuilder-column-group {
  padding: 50px;
}
@media (max-width: 1660px) {
  .home-cats .pagebuilder-column-group {
    padding: 3vw;
  }
}
.home-cats .pagebuilder-column-group .pagebuilder-column-line {
  margin-left: -15px;
  margin-right: -15px;
  width: auto !important;
  flex-flow: row wrap!important;
}
@media (max-width: 1300px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column-line {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 1250px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column-line {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 650px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column-line {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.home-cats .pagebuilder-column-group .pagebuilder-column {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1300px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    padding: 0 10px;
  }
}
@media (max-width: 1250px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    padding: 0 15px;
  }
}
@media (max-width: 650px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    padding: 0 10px;
  }
}
.home-cats .pagebuilder-column-group .pagebuilder-column h3 {
  text-align: left;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 18px 0 0 0;
  margin-bottom: 0;
}
@media (max-width: 1750px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column h3 {
    font-size: 24px;
  }
}
@media (max-width: 1660px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column h3 {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column h3 {
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column h3 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column h3 {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column h3 {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column h3 {
    font-size: 16px;
  }
}
.home-cats .pagebuilder-column-group .pagebuilder-column img {
  width: 100%;
}
@media (max-width: 1250px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    flex-basis: inherit;
  }
}
@media (max-width: 1250px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    width: 33.333% !important;
    margin-bottom: 30px;
  }
  .home-cats .pagebuilder-column-group .pagebuilder-column img {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    width: 50% !important;
    margin-bottom: 20px;
  }
}
.home-cats .pagebuilder-column-group .pagebuilder-column figure[data-content-type='image'] {
  position: relative;
}
.home-cats .pagebuilder-column-group .pagebuilder-column figure[data-content-type='image']::after {
  content: "";
  background: linear-gradient(to top, #3333338b, #ffffff00);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-cats .pagebuilder-column-group .pagebuilder-column div[data-content-type='text'] {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 30px;
  display: flex;
  align-items: end;
}
@media (max-width: 1300px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column div[data-content-type='text'] {
    padding: 15px 20px;
  }
}
@media (max-width: 1250px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column div[data-content-type='text'] {
    padding: 15px 30px;
  }
}
@media (max-width: 650px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column div[data-content-type='text'] {
    padding: 15px 20px;
  }
}
@media (max-width: 1200px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    flex-basis: inherit;
  }
}
@media (max-width: 1250px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    width: 33.333% !important;
    margin-bottom: 30px;
  }
  .home-cats .pagebuilder-column-group .pagebuilder-column img {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  .home-cats .pagebuilder-column-group .pagebuilder-column {
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 1250px) {
  .home-cats .pagebuilder-column-group {
    padding: 4vw 4vw calc(4vw - 30px) 4vw;
  }
}
@media (max-width: 800px) {
  .home-cats .pagebuilder-column-group {
    padding: 4vw 4vw calc(4vw - 25px) 4vw;
  }
}
@media (max-width: 550px) {
  .home-cats .pagebuilder-column-group {
    padding: 4vw 4vw calc(4vw - 20px) 4vw;
  }
}
[data-content-type='buttons'] .pagebuilder-button-primary {
  text-transform: inherit !important;
  letter-spacing: 0 !important;
}
.half-content {
  padding: 0 50px;
}
@media (max-width: 1819px) {
  .half-content {
    padding: 0 3vw;
  }
}
.half-content .imageblock {
  padding: 35px 35px 30px 35px;
  position: relative;
}
.half-content .imageblock div[data-content-type='text'] {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  justify-content: end;
  width: fit-content;
}
@media (max-width: 1200px) {
  .half-content .imageblock {
    min-height: 400px;
    padding: 30px 30px 20px 30px;
  }
}
@media (max-width: 800px) {
  .half-content .imageblock {
    min-height: 300px;
  }
}
@media (max-width: 550px) {
  .half-content .imageblock {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 440px) {
  .half-content .imageblock {
    min-height: 250px;
  }
}
.half-content .imageblock h2 {
  font-size: 70px;
  color: #fff;
  line-height: 1.1;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 1660px) {
  .half-content .imageblock h2 {
    font-size: 65px;
  }
}
@media (max-width: 1440px) {
  .half-content .imageblock h2 {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .half-content .imageblock h2 {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .half-content .imageblock h2 {
    font-size: 44px;
  }
}
@media (max-width: 550px) {
  .half-content .imageblock h2 {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .half-content .imageblock h2 {
    font-size: 36px;
  }
}
@media (max-width: 380px) {
  .half-content .imageblock h2 {
    font-size: 32px;
  }
}
.half-content .imageblock h6 {
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1660px) {
  .half-content .imageblock h6 {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .half-content .imageblock h6 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .half-content .imageblock h6 {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .half-content .imageblock h6 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .half-content .imageblock h6 {
    font-size: 22px;
  }
}
.half-content .imageblock h6:after {
  content: "";
  border-bottom: 2px dashed #01A8A7;
  display: block;
  width: 100%;
  margin-top: -7px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .half-content .imageblock h6:after {
    margin-bottom: 10px;
    margin-top: -4px;
  }
}
@media (max-width: 800px) {
  .half-content .imageblock h6:after {
    margin-bottom: 7px;
    margin-top: -3px;
    border-bottom: 1px dashed #01A8A7;
  }
}
.half-content .imageblock p {
  font-size: 70px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 1660px) {
  .half-content .imageblock p {
    font-size: 65px;
  }
}
@media (max-width: 1440px) {
  .half-content .imageblock p {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .half-content .imageblock p {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .half-content .imageblock p {
    font-size: 44px;
  }
}
@media (max-width: 550px) {
  .half-content .imageblock p {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .half-content .imageblock p {
    font-size: 36px;
  }
}
@media (max-width: 380px) {
  .half-content .imageblock p {
    font-size: 32px;
  }
}
.half-content .content-left-block {
  padding: 25px 4vw 25px 0;
  min-height: 641px;
  flex-flow: row wrap !important;
  border-bottom: 1px dashed #1E2023;
}
@media (max-width: 1440px) {
  .half-content .content-left-block {
    min-height: 550px;
  }
}
@media (max-width: 1280px) {
  .half-content .content-left-block {
    min-height: 500px;
  }
}
@media (max-width: 1200px) {
  .half-content .content-left-block {
    padding: 25px 0 25px 0;
  }
}
@media (max-width: 1199px) {
  .half-content .content-left-block {
    min-height: auto;
  }
}
.half-content .content-left-block [data-content-type='text']:first-child {
  width: 80%;
}
@media (max-width: 1819px) {
  .half-content .content-left-block [data-content-type='text']:first-child {
    width: 85%;
  }
}
@media (max-width: 1440px) {
  .half-content .content-left-block [data-content-type='text']:first-child {
    width: 100%;
  }
}
.half-content .content-left-block [data-content-type='text'] h6 {
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1660px) {
  .half-content .content-left-block [data-content-type='text'] h6 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .half-content .content-left-block [data-content-type='text'] h6 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .half-content .content-left-block [data-content-type='text'] h6 {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .half-content .content-left-block [data-content-type='text'] h6 {
    font-size: 24px;
  }
}
.half-content .content-left-block [data-content-type='text'] h3 {
  font-size: 40px;
  color: #01A8A7;
  margin-bottom: 20px;
  font-weight: 800;
}
@media (max-width: 1660px) {
  .half-content .content-left-block [data-content-type='text'] h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .half-content .content-left-block [data-content-type='text'] h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .half-content .content-left-block [data-content-type='text'] h3 {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .half-content .content-left-block [data-content-type='text'] h3 {
    font-size: 24px;
  }
}
.half-content .content-left-block [data-content-type='text'] p {
  color: #1E2023;
}
.half-content .content-left-block [data-content-type='buttons'] {
  margin-top: auto!important;
  margin-bottom: 0!important;
  padding-top: 30px;
}
.half-content .content-left-block [data-content-type='buttons'] .pagebuilder-button-primary {
  margin-bottom: 0!important;
}
.half-content .content-left-block .pagebuilder-button-primary {
  margin-top: auto!important;
  margin-bottom: 0!important;
}
.half-content .content-left-block .tealbutton .pagebuilder-button-primary {
  background-color: #006876;
  border: 0;
  text-transform: inherit;
  letter-spacing: 0;
}
.half-content .content-right-block {
  padding: 25px 0 25px 4vw;
  min-height: 641px;
}
@media (max-width: 1440px) {
  .half-content .content-right-block {
    min-height: 550px;
  }
}
@media (max-width: 1280px) {
  .half-content .content-right-block {
    min-height: 500px;
  }
}
@media (max-width: 1200px) {
  .half-content .content-right-block {
    padding: 25px 0 25px 0;
  }
}
@media (max-width: 1199px) {
  .half-content .content-right-block {
    min-height: auto;
  }
}
.half-content .content-right-block [data-content-type='text']:first-child {
  width: 80%;
}
@media (max-width: 1819px) {
  .half-content .content-right-block [data-content-type='text']:first-child {
    width: 85%;
  }
}
@media (max-width: 1440px) {
  .half-content .content-right-block [data-content-type='text']:first-child {
    width: 100%;
  }
}
.half-content .content-right-block h6 {
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
}
@media (max-width: 1660px) {
  .half-content .content-right-block h6 {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .half-content .content-right-block h6 {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .half-content .content-right-block h6 {
    font-size: 24px;
  }
}
.half-content .content-right-block h3 {
  font-size: 40px;
  color: #01A8A7;
  margin-bottom: 25px;
  font-weight: 800;
}
@media (max-width: 1660px) {
  .half-content .content-right-block h3 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .half-content .content-right-block h3 {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .half-content .content-right-block h3 {
    font-size: 24px;
  }
}
.half-content .content-right-block p {
  color: #1E2023;
}
.half-content .content-right-block [data-content-type='buttons'] {
  margin-top: auto;
  margin-bottom: 0;
}
.half-content .content-right-block [data-content-type='buttons'] .pagebuilder-button-primary {
  margin-bottom: 0!important;
}
.half-content .content-right-block .pagebuilder-button-primary {
  margin-top: auto!important;
  margin-bottom: 0!important;
}
.half-content .content-right-block .tealbutton .pagebuilder-button-primary {
  background-color: #006876;
  border: 0;
}
.half-content .button-left {
  min-width: 40%;
  float: left;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .half-content .button-left {
    min-width: 100%;
  }
}
.half-content .text-right {
  width: fit-content;
  float: left;
  margin-top: auto;
  margin-bottom: 0;
  text-align: left;
  margin-right: 0;
  margin-left: auto;
}
.half-content .text-right p {
  font-size: 16px;
}
@media (max-width: 990px) {
  .half-content .text-right {
    width: 100%;
    padding-top: 20px;
  }
}
.emb-halfblock-cat {
  padding: 50px 50px;
}
@media (max-width: 1819px) {
  .emb-halfblock-cat {
    padding: 3vw;
  }
}
.emb-halfblock-cat .pagebuilder-column {
  min-height: 512px;
  padding: 35px 35px 30px 35px;
  position: relative;
}
@media (max-width: 1200px) {
  .emb-halfblock-cat .pagebuilder-column {
    padding: 30px 30px 20px 30px;
    min-height: 400px;
  }
}
@media (max-width: 800px) {
  .emb-halfblock-cat .pagebuilder-column {
    min-height: 300px;
  }
}
@media (max-width: 550px) {
  .emb-halfblock-cat .pagebuilder-column {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 440px) {
  .emb-halfblock-cat .pagebuilder-column {
    min-height: 250px;
  }
}
.emb-halfblock-cat .pagebuilder-column h5 {
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 1660px) {
  .emb-halfblock-cat .pagebuilder-column h5 {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .emb-halfblock-cat .pagebuilder-column h5 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .emb-halfblock-cat .pagebuilder-column h5 {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .emb-halfblock-cat .pagebuilder-column h5 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .emb-halfblock-cat .pagebuilder-column h5 {
    font-size: 22px;
  }
}
.emb-halfblock-cat .pagebuilder-column h5::after {
  content: "";
  border-bottom: 2px dashed #01A8A7;
  display: block;
  width: 100%;
  margin-top: -7px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .emb-halfblock-cat .pagebuilder-column h5::after {
    margin-bottom: 10px;
    margin-top: -4px;
  }
}
@media (max-width: 800px) {
  .emb-halfblock-cat .pagebuilder-column h5::after {
    margin-bottom: 7px;
    margin-top: -3px;
    border-bottom: 1px dashed #01A8A7;
  }
}
.emb-halfblock-cat .pagebuilder-column h2 {
  font-size: 70px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 1660px) {
  .emb-halfblock-cat .pagebuilder-column h2 {
    font-size: 65px;
  }
}
@media (max-width: 1440px) {
  .emb-halfblock-cat .pagebuilder-column h2 {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .emb-halfblock-cat .pagebuilder-column h2 {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .emb-halfblock-cat .pagebuilder-column h2 {
    font-size: 44px;
  }
}
@media (max-width: 550px) {
  .emb-halfblock-cat .pagebuilder-column h2 {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .emb-halfblock-cat .pagebuilder-column h2 {
    font-size: 36px;
  }
}
@media (max-width: 380px) {
  .emb-halfblock-cat .pagebuilder-column h2 {
    font-size: 32px;
  }
}
.emb-halfblock-cat .pagebuilder-column p {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .emb-halfblock-cat .pagebuilder-column p {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .emb-halfblock-cat .pagebuilder-column p {
    font-size: 24px!important;
  }
}
@media (max-width: 800px) {
  .emb-halfblock-cat .pagebuilder-column p {
    font-size: 22px!important;
  }
}
@media (max-width: 380px) {
  .emb-halfblock-cat .pagebuilder-column p {
    font-size: 20px!important;
  }
}
.emb-halfblock-cat .pagebuilder-column div[data-content-type='text'] {
  position: relative;
  z-index: 9;
  width: fit-content;
}
.emb-halfblock-cat .pagebuilder-column div[data-content-type='text']:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.emb-halfblock-cat .pagebuilder-column::after {
  content: "";
  background: #333333;
  background: linear-gradient(to top, rgba(19, 19, 19, 0.53), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-banner {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  flex-direction: inherit !important;
  padding: 50px 50px;
}
.full-banner .pagebuilder-column-group {
  display: flex;
}
.full-banner h2 {
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}
.full-banner h2 em {
  position: relative;
  z-index: 999;
  font-style: inherit;
}
.full-banner h2 em::after {
  content: "";
  display: inline-block;
  height: 8%;
  width: 100%;
  background-color: #006876;
  opacity: 0.5;
  position: absolute;
  left: -4px;
  top: 40%;
  z-index: -1;
}
@media (max-width: 768px) {
  .full-banner h2 {
    font-size: 64px;
  }
}
@media (max-width: 440px) {
  .full-banner h2 {
    font-size: 50px;
  }
}
.full-banner p {
  font-size: 40px;
  color: #fff;
}
.full-banner p:last-child {
  color: #006876;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .full-banner p {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .full-banner p {
    font-size: 28px;
    line-height: 33px;
  }
}
.full-banner div[data-content-type='text']:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .full-banner {
    min-height: 333px !important;
  }
}
@media (max-width: 550px) {
  .full-banner {
    padding: 30px 15px;
  }
}
.delivery-cta .pagebuilder-column {
  padding: 26px 50px 16px 50px;
}
.delivery-cta .pagebuilder-column h4 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
.delivery-cta .pagebuilder-column h4 strong {
  color: #006876;
}
@media (max-width: 768px) {
  .delivery-cta .pagebuilder-column h4 {
    font-size: 34px;
    letter-spacing: 0;
  }
}
@media (max-width: 550px) {
  .delivery-cta .pagebuilder-column {
    padding: 20px 15px 11px 15px;
  }
}
.full-content-home {
  padding-bottom: 60px!important;
}
@media (max-width: 1280px) {
  .full-content-home {
    padding: 75px 3vw 40px 3vw!important;
  }
}
@media (max-width: 768px) {
  .full-content-home {
    padding: 60px 3vw 30px 3vw !important;
  }
}
.full-content-home div[data-content-type='text'] {
  max-width: 1063px;
  margin: 0 auto;
  text-align: center;
}
.full-content-home div[data-content-type='text'] h6 {
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .full-content-home div[data-content-type='text'] h6 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .full-content-home div[data-content-type='text'] h6 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .full-content-home div[data-content-type='text'] h6 {
    font-size: 28px;
  }
}
.full-content-home div[data-content-type='text'] h3 {
  font-size: 40px;
  font-weight: 800;
  color: #01A8A7;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .full-content-home div[data-content-type='text'] h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .full-content-home div[data-content-type='text'] h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .full-content-home div[data-content-type='text'] h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.full-content-home div[data-content-type='text'] p {
  color: #1E2023;
  margin-bottom: 30px;
}
.full-content-home div[data-content-type='text'] p a {
  color: #006876;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 990px) {
  .full-content-home div[data-content-type='text'] {
    padding: 0 15px;
  }
}
.tealbutton .pagebuilder-button-primary {
  background-color: #006876;
  border: 0;
}
[data-content-type='buttons'] .pagebuilder-button-primary {
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 11px 33px 11px;
  border-radius: 13px;
  line-height: initial;
  margin-top: 10px;
  display: inline-block;
}
[data-content-type='buttons'] .whiteborder .pagebuilder-button-primary {
  border: 1px solid #fff;
  background: inherit;
}
.feat-products .pagebuilder-column {
  padding: 40px 50px;
  font-weight: 800;
}
.feat-products .pagebuilder-column h3 {
  font-size: 40px;
  font-weight: 800;
  color: #01A8A7;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .feat-products .pagebuilder-column h3 {
    font-size: 36px;
    letter-spacing: 0px;
  }
}
.feat-products .pagebuilder-column h6 {
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: -7px;
}
@media (max-width: 550px) {
  .feat-products .pagebuilder-column {
    padding: 30px 15px;
  }
}
.feat-products .product-item .product-item-info {
  border: 1px solid #575656;
  width: 97%;
  margin: 0 auto;
  border-radius: 10px;
}
.feat-products .product-item-photo {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
}
.feat-products .product-item-details {
  padding: 20px 20px;
}
.feat-products .product-item-details .product-item-name {
  font-size: 18px;
  margin-bottom: 20px;
}
.feat-products .product-item-details .product-item-name a {
  color: #1E2023;
  font-weight: 700;
}
.feat-products .product-item-details .price-box .price {
  color: #01A8A7;
  font-size: 18px;
}
.feat-products .product-item-details .actions-primary {
  width: 100%;
}
.feat-products .product-item-details .actions-primary button {
  width: 100%;
  border-radius: 8px !important;
  font-size: 18px;
  text-align: left;
  padding: 13px 20px 11px 20px;
  line-height: 17px;
  margin-top: 20px;
  background: #006876;
  border: 1px solid #006876;
  text-transform: initial;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0;
}
.feat-products .product-item-details .actions-primary button span {
  color: #fff;
  width: 100% !important;
  display: block;
}
.feat-products .product-item-details .actions-primary button span::after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f291";
  display: inline-block;
  font-weight: 400;
  float: right;
}
.feat-products .product-item-details .actions-secondary {
  display: none;
}
.feat-products .slick-track {
  display: flex;
  flex-flow: row wrap;
}
.feat-products .slick-dots li {
  width: 30px;
}
.feat-products .slick-dots li button {
  width: 30px;
  height: 3px;
  border-radius: 0;
  border: 0;
  background: #5756567a;
}
.feat-products .slick-dots .slick-active button {
  background: #01A8A7;
}
.feat-products .slick-slide > div {
  display: flex;
  height: 100%;
}
.feat-products .product-item {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
}
.feat-products .product-item-info {
  height: 100%;
}
.feat-products .product-item-details {
  width: 100%;
  display: flex;
  min-height: 280px;
  flex-direction: column;
}
.feat-products .product-item-details .product-item-inner {
  margin-top: auto;
  margin-bottom: 0;
}
.feat-products .product-item-details .sku {
  display: none;
}
.feat-products .product-item-details .slick-list {
  width: calc(100% - 45px);
}
.feat-products .product-item-details .slick-prev {
  display: none !important;
}
.feat-products .product-item-details .slick-next {
  width: 45px;
  background: #1E2023;
  height: 45px;
  color: #fff;
  right: 5px;
  top: 23px;
}
.feat-products .product-item-details .slick-next:before {
  color: #fff;
  font-size: 16px;
  padding-left: 0;
}
.feat-products .product-item-details .swatch-option {
  margin: 0 10px 5px 0 !important;
}
.feat-products .product-item-details .swatch-option:hover {
  outline: 0 !important;
}
.feat-products .product-item-details .price-final_price {
  margin-top: auto;
  margin-bottom: 0;
}
.feat-products .product-item-details .price-final_price .price-container {
  display: flex;
  flex-flow: row wrap;
}
.feat-products .product-item-details .price-final_price .price-label {
  order: 1;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.feat-products .product-item-details .price-final_price .price-label::after {
  display: none;
}
.feat-products .product-item-details .price-final_price .normal-price {
  order: 2;
  margin-left: auto;
}
.feat-products .product-item-details .price-final_price .normal-price .price-including-tax {
  order: 2;
  margin-left: auto;
  display: flex;
  align-items: end;
}
.feat-products .product-item-details .price-final_price .normal-price .price-including-tax .price {
  font-size: 18px;
  font-weight: 300;
  color: #1E2023;
}
.feat-products .product-item-details .price-final_price .normal-price .price-including-tax:after {
  content: "(Incl.VAT)";
  margin-left: 6px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .feat-products .product-item-details .price-final_price .normal-price .price-including-tax {
    width: 100%;
    padding-top: 5px;
  }
}
.feat-products .product-item-details .price-final_price .normal-price .price-excluding-tax {
  order: 1;
}
.feat-products .product-item-details .price-final_price .normal-price .price-excluding-tax .price {
  color: #006876 !important;
  font-size: 18px;
}
.feat-products .product-item-details .price-final_price .normal-price .price-excluding-tax::before {
  display: none;
}
.feat-products .product-item-details .price-final_price .normal-price .price-excluding-tax:after {
  content: "(Excl.VAT)";
  margin-left: 6px;
  font-size: 14px;
  font-weight: 300;
}
.feat-products .slick-slide {
  float: initial;
  height: initial;
  min-height: initial;
}
.keep_in_touch {
  display: none !important;
}
.catalogsearch-result-index .row.container,
.catalog-category-view .row.container {
  max-width: 100% !important;
  padding: 0 6vw;
  margin: 0 auto;
}
@media (max-width: 1819px) {
  .catalogsearch-result-index .row.container,
  .catalog-category-view .row.container {
    padding: 0 4vw;
  }
}
.catalogsearch-result-index .maincontent .column.main,
.catalog-category-view .maincontent .column.main {
  border-top: 1px dashed #01A8A7;
  padding-top: 15px;
}
.catalogsearch-result-index .category-title,
.catalog-category-view .category-title {
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .catalogsearch-result-index .category-title,
  .catalog-category-view .category-title {
    margin-bottom: 10px;
  }
}
.catalogsearch-result-index .category-title .category-title-main,
.catalog-category-view .category-title .category-title-main {
  width: 30%;
  float: left;
}
.catalogsearch-result-index .category-title .category-title-main .page-title-wrapper h1,
.catalog-category-view .category-title .category-title-main .page-title-wrapper h1 {
  text-align: left;
  padding-top: 0 !important;
}
@media (max-width: 1819px) {
  .catalogsearch-result-index .category-title .category-title-main .page-title-wrapper h1,
  .catalog-category-view .category-title .category-title-main .page-title-wrapper h1 {
    padding: 0 4vw 0 0 !important;
  }
}
.catalogsearch-result-index .category-title .category-title-main .page-title-wrapper h1 span,
.catalog-category-view .category-title .category-title-main .page-title-wrapper h1 span {
  text-transform: initial;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0px;
  color: #01A8A7;
  border-top: 0;
  padding-top: 30px;
  margin-top: 1px;
  display: inline-block;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 1440px) {
  .catalogsearch-result-index .category-title .category-title-main .page-title-wrapper h1 span,
  .catalog-category-view .category-title .category-title-main .page-title-wrapper h1 span {
    font-size: 36px;
    padding-top: 15px;
  }
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .category-title .category-title-main .page-title-wrapper h1 span,
  .catalog-category-view .category-title .category-title-main .page-title-wrapper h1 span {
    font-size: 32px;
    padding-top: 10px;
  }
}
.catalogsearch-result-index .category-title .category-title-main .page-title-wrapper h1 span:before,
.catalog-category-view .category-title .category-title-main .page-title-wrapper h1 span:before {
  content: "Shop";
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #1E2023;
}
@media (max-width: 1200px) {
  .catalogsearch-result-index .category-title .category-title-main .page-title-wrapper h1,
  .catalog-category-view .category-title .category-title-main .page-title-wrapper h1 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1200px) {
  .catalogsearch-result-index .category-title .category-title-main,
  .catalog-category-view .category-title .category-title-main {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .catalogsearch-result-index .category-title .category-title-main,
  .catalog-category-view .category-title .category-title-main {
    width: 100%;
  }
}
.catalogsearch-result-index .category-title .category-description,
.catalog-category-view .category-title .category-description {
  width: 70%;
  float: left;
  text-align: left;
}
.catalogsearch-result-index .category-title .category-description p,
.catalog-category-view .category-title .category-description p {
  width: 100%;
  padding-bottom: 10px !important;
}
.catalogsearch-result-index .category-title .category-description .readmore,
.catalog-category-view .category-title .category-description .readmore {
  color: #006876 !important;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0px;
}
.catalogsearch-result-index .category-title .category-description .readless,
.catalog-category-view .category-title .category-description .readless {
  color: #006876 !important;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0px;
}
.catalogsearch-result-index .category-title .category-description.less,
.catalog-category-view .category-title .category-description.less {
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 1200px) {
  .catalogsearch-result-index .category-title .category-description,
  .catalog-category-view .category-title .category-description {
    width: 100%;
  }
}
.catalogsearch-result-index .category-title .breadcrumbs,
.catalog-category-view .category-title .breadcrumbs {
  width: 100%;
  max-width: 100% !important;
  padding: 0!important;
}
.catalogsearch-result-index .category-title .breadcrumbs .items,
.catalog-category-view .category-title .breadcrumbs .items {
  text-align: left;
}
.catalogsearch-result-index .category-title .breadcrumbs .items li a,
.catalog-category-view .category-title .breadcrumbs .items li a {
  color: #1E2023;
}
.catalogsearch-result-index .category-title .breadcrumbs .items li strong,
.catalog-category-view .category-title .breadcrumbs .items li strong {
  color: #1E2023;
}
.catalogsearch-result-index .category-title .breadcrumbs .items .item::after,
.catalog-category-view .category-title .breadcrumbs .items .item::after {
  color: #1E2023;
}
.catalogsearch-result-index .page-footer .toolbar-products,
.catalog-category-view .page-footer .toolbar-products {
  max-width: 100% !important;
  padding: 0 6vw;
  margin: 0 auto;
}
@media (max-width: 1819px) {
  .catalogsearch-result-index .page-footer .toolbar-products,
  .catalog-category-view .page-footer .toolbar-products {
    padding: 0 4vw;
  }
}
.catalogsearch-result-index .page-footer .toolbar-products .offset-md-4 .toolbar-amount,
.catalog-category-view .page-footer .toolbar-products .offset-md-4 .toolbar-amount {
  color: red !important;
  display: none !important;
}
.catalogsearch-result-index .page-footer .toolbar-products .toolbar-sorter,
.catalog-category-view .page-footer .toolbar-products .toolbar-sorter {
  display: none !important;
}
.catalogsearch-result-index .page-footer .toolbar-products .toolbar-sorter .sorter-options,
.catalog-category-view .page-footer .toolbar-products .toolbar-sorter .sorter-options {
  border: 1px solid teal;
  color: teal;
}
.catalogsearch-result-index .page-footer .toolbar-products .toolbar-sorter .sorter-action:before,
.catalog-category-view .page-footer .toolbar-products .toolbar-sorter .sorter-action:before {
  color: purple;
}
.catalogsearch-result-index .page-footer .toolbar-products .pages .item a,
.catalog-category-view .page-footer .toolbar-products .pages .item a {
  color: #444 !important;
}
.catalogsearch-result-index .page-footer .toolbar-products .pages .item a:before,
.catalog-category-view .page-footer .toolbar-products .pages .item a:before {
  color: #006876 !important;
}
.catalogsearch-result-index .page-footer .toolbar-products .pages .item a span,
.catalog-category-view .page-footer .toolbar-products .pages .item a span {
  color: #444 !important;
}
.catalogsearch-result-index .page-footer .toolbar-products .pages .item.current span,
.catalog-category-view .page-footer .toolbar-products .pages .item.current span {
  color: #006876 !important;
  text-decoration: none;
  border-bottom: 2px solid #006876;
}
.page-layout-top-level-category .sidebar {
  display: none;
}
.page-layout-top-level-category .maincontent .main .child-category-list {
  display: flex;
  flex-flow: row wrap;
}
.page-layout-top-level-category .maincontent .main .child-category-list ul {
  display: flex;
  flex-flow: row wrap;
}
.page-layout-top-level-category .maincontent .main .child-category-list ul li {
  width: 25%;
  margin-bottom: 30px;
}
.page-layout-top-level-category .maincontent .main .child-category-list ul li .inner {
  border: 1px solid #575656;
  height: 100%;
  padding: 22px 22px;
  display: flex;
  flex-flow: row;
  flex-direction: column;
  border-radius: 10px;
}
.page-layout-top-level-category .maincontent .main .child-category-list ul li .inner .full-link {
  width: 100%;
}
@media (max-width: 1200px) {
  .page-layout-top-level-category .maincontent .main .child-category-list ul li .inner {
    padding: 22px 15px;
  }
}
.page-layout-top-level-category .maincontent .main .child-category-list ul li img {
  width: 100%;
  min-height: auto;
}
@media (max-width: 992px) {
  .page-layout-top-level-category .maincontent .main .child-category-list ul li img {
    min-height: auto;
  }
}
.page-layout-top-level-category .maincontent .main .child-category-list ul li .ov {
  min-height: 131px;
}
@media (max-width: 1390px) {
  .page-layout-top-level-category .maincontent .main .child-category-list ul li .ov h3 {
    font-size: 22px;
  }
}
@media (max-width: 1390px) {
  .page-layout-top-level-category .maincontent .main .child-category-list ul li .ov .btn {
    padding: 13px 15px 10px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .page-layout-top-level-category .maincontent .main .child-category-list ul li .ov .btn {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .page-layout-top-level-category .maincontent .main .child-category-list ul li {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .page-layout-top-level-category .maincontent .main .child-category-list ul li {
    width: 50%;
  }
}
.catalogsearch-result-index .maincontent .main .products .item,
.catalog-category-view .maincontent .main .products .item {
  width: 25%;
  padding: 15px !important;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box,
.catalog-category-view .maincontent .main .products .item .inner_box {
  border: 1px solid #1E2023;
  border-radius: 10px;
  padding: 20px 20px;
  height: 100%;
  background-color: #F8F8F8;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details {
  background-color: transparent!important;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-name,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-name {
  padding: 0;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-name a,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-name a {
  text-align: left;
  font-size: 18px;
  font-weight: 700 !important;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner {
  background: #006876;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #1E2023 !important;
  padding: 13px 25px 13px;
  border-radius: 13px;
  line-height: initial;
  margin-top: 40px;
  display: inline-block;
  border: 0;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 1660px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner {
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner {
    padding: 15px 15px 14px 15px;
  }
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a {
  text-decoration: none;
  width: 100%;
  display: block;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a::after,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a::after {
  content: "\f291";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a::after,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a::after {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner {
    margin-top: 10px;
  }
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price {
  text-align: left;
  width: 100%;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price {
  font-weight: 800;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price {
  margin-top: auto;
  margin-bottom: 0;
  order: 3;
  padding-top: 0 !important;
  padding-bottom: 15px;
  flex-flow: row;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price-container,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price-container {
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
  flex-flow: row wrap;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price-label,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price-label {
  order: 1;
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 1660px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price-label,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price-label {
    font-size: 13px!important;
  }
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price-label::after,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .price-label::after {
  display: none;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .product-item-name,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .product-item-name {
  font-size: 18px;
  padding: 0;
  text-align: left;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .product-item-name a,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .product-item-name a {
  color: #1E2023;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .product-item-name,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .product-item-name {
    font-size: 16px!important;
    letter-spacing: 0.5px;
  }
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price {
  order: 2;
  margin-left: auto;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax {
  order: 2;
  margin-left: auto;
  display: flex;
  align-items: first baseline;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax .price,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax .price {
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #575656 !important;
}
@media (max-width: 1660px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax .price,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax .price {
    font-size: 16px!important;
  }
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax:after,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax:after {
  content: "(Incl.VAT)";
  margin-left: 6px;
  font-weight: 400 !important;
  font-size: 14px !important;
}
@media (max-width: 1660px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax:after,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax:after {
    font-size: 13px!important;
  }
}
@media (max-width: 1070px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax {
    width: auto;
  }
}
@media (max-width: 700px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax {
    width: auto;
  }
}
@media (max-width: 335px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-including-tax {
    width: 100%;
  }
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax {
  order: 1;
  display: flex;
  align-items: first baseline;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax .price,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax .price {
  color: #006876 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
@media (max-width: 1660px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax .price,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax .price {
    font-size: 16px!important;
  }
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax::before,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax::before {
  display: none;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax:after,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax:after {
  content: "(Excl.VAT)";
  margin-left: 6px;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #575656 !important;
}
@media (max-width: 1660px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax:after,
  .catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .price-final_price .normal-price .price-excluding-tax:after {
    font-size: 13px!important;
  }
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .swatch-option,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .swatch-option {
  min-width: 20px;
}
@media (max-width: 1200px) {
  .catalogsearch-result-index .maincontent .main .products .item .inner_box,
  .catalog-category-view .maincontent .main .products .item .inner_box {
    padding: 15px 15px;
  }
}
@media (max-width: 1200px) {
  .catalogsearch-result-index .maincontent .main .products .item,
  .catalog-category-view .maincontent .main .products .item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 400px) {
  .catalogsearch-result-index .toolbar-products,
  .catalog-category-view .toolbar-products {
    flex-direction: column-reverse;
  }
}
.catalogsearch-result-index .toolbar-products .offset-md-4,
.catalog-category-view .toolbar-products .offset-md-4 {
  margin-left: 33.3333333%;
}
.catalogsearch-result-index .toolbar-products .offset-md-4 .toolbar-amount,
.catalog-category-view .toolbar-products .offset-md-4 .toolbar-amount {
  text-align: center;
  float: initial;
  font-weight: 700;
  color: #01A8A7;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .toolbar-products .offset-md-4 .toolbar-amount,
  .catalog-category-view .toolbar-products .offset-md-4 .toolbar-amount {
    font-size: 14px;
    padding: 13px 0 0;
  }
}
@media (max-width: 700px) {
  .catalogsearch-result-index .toolbar-products .offset-md-4 .toolbar-amount,
  .catalog-category-view .toolbar-products .offset-md-4 .toolbar-amount {
    text-align: left;
    line-height: 1;
  }
}
@media (max-width: 400px) {
  .catalogsearch-result-index .toolbar-products .offset-md-4 .toolbar-amount,
  .catalog-category-view .toolbar-products .offset-md-4 .toolbar-amount {
    text-align: center;
    line-height: 1;
  }
}
@media (max-width: 580px) {
  .catalogsearch-result-index .toolbar-products .offset-md-4,
  .catalog-category-view .toolbar-products .offset-md-4 {
    margin-left: 0;
  }
}
.catalogsearch-result-index .toolbar-products.toolbarone,
.catalog-category-view .toolbar-products.toolbarone {
  padding: 0 6vw 15px 6vw;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1819px) {
  .catalogsearch-result-index .toolbar-products.toolbarone,
  .catalog-category-view .toolbar-products.toolbarone {
    padding: 0 4vw 15px 4vw;
  }
}
@media (max-width: 400px) {
  .catalogsearch-result-index .toolbar-products.toolbarone,
  .catalog-category-view .toolbar-products.toolbarone {
    padding: 0 4vw 11px 4vw;
  }
}
.catalogsearch-result-index .toolbar-products.toolbarone .col-md-4,
.catalog-category-view .toolbar-products.toolbarone .col-md-4 {
  padding: 0!important;
  position: relative;
  z-index: 9999;
}
@media (max-width: 991px) {
  .catalogsearch-result-index .toolbar-products.toolbarone .col-md-4,
  .catalog-category-view .toolbar-products.toolbarone .col-md-4 {
    width: 33.3333% !important;
  }
}
@media (max-width: 700px) {
  .catalogsearch-result-index .toolbar-products.toolbarone .col-md-4,
  .catalog-category-view .toolbar-products.toolbarone .col-md-4 {
    width: 100%!important;
    margin: 0;
  }
}
.catalogsearch-result-index .toolbar-products.toolbarone .pages,
.catalog-category-view .toolbar-products.toolbarone .pages {
  display: none;
}
.catalogsearch-result-index .toolbar-products .toolbar-sorter,
.catalog-category-view .toolbar-products .toolbar-sorter {
  color: #1E2023;
}
.catalogsearch-result-index .toolbar-products .toolbar-sorter,
.catalog-category-view .toolbar-products .toolbar-sorter {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .catalogsearch-result-index .toolbar-products .toolbar-sorter,
  .catalog-category-view .toolbar-products .toolbar-sorter {
    justify-content: flex-end;
  }
}
.catalogsearch-result-index .toolbar-products .toolbar-sorter label,
.catalog-category-view .toolbar-products .toolbar-sorter label {
  display: none;
}
.catalogsearch-result-index .toolbar-products .toolbar-sorter .sorter-options,
.catalog-category-view .toolbar-products .toolbar-sorter .sorter-options {
  border: 1px solid #1E2023;
  border-radius: 10px;
  padding: 12px 15px 10px 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 16px;
}
.catalogsearch-result-index .toolbar-products .toolbar-sorter .sorter-options option,
.catalog-category-view .toolbar-products .toolbar-sorter .sorter-options option {
  color: #1E2023;
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .toolbar-products .toolbar-sorter .sorter-options,
  .catalog-category-view .toolbar-products .toolbar-sorter .sorter-options {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .catalogsearch-result-index .toolbar-products .toolbar-sorter .sorter-options,
  .catalog-category-view .toolbar-products .toolbar-sorter .sorter-options {
    padding: 12px 12px 10px 12px;
    letter-spacing: 0;
  }
}
.catalogsearch-result-index .toolbar-products .toolbar-sorter .sorter-action::before,
.catalog-category-view .toolbar-products .toolbar-sorter .sorter-action::before {
  color: #1E2023;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .catalogsearch-result-index .toolbar-products .toolbar-sorter,
  .catalog-category-view .toolbar-products .toolbar-sorter {
    float: right;
  }
}
@media (max-width: 550px) {
  .catalogsearch-result-index .toolbar-products .toolbar-sorter,
  .catalog-category-view .toolbar-products .toolbar-sorter {
    float: inherit;
  }
}
.catalog-product-view .breadcrumbs {
  border-top: 0;
  max-width: 100% !important;
  padding: 0!important;
}
.catalog-product-view .breadcrumbs .items {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 20px 6vw;
}
@media (max-width: 1819px) {
  .catalog-product-view .breadcrumbs .items {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .breadcrumbs .items {
    padding: 15px 0 10px;
  }
}
.catalog-product-view .breadcrumbs .items .item {
  color: #1E2023;
}
.catalog-product-view .breadcrumbs .items .item a {
  color: #1E2023;
}
.catalog-product-view .breadcrumbs .items .item.home {
  height: auto;
}
.catalog-product-view .breadcrumbs .items .item:after {
  color: #1E2023;
}
@media (max-width: 1819px) {
  .catalog-product-view .breadcrumbs {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.catalog-product-view .page-main {
  padding-top: 30px;
}
.catalog-product-view .page-main .product-info-main {
  padding-top: 15px;
}
.catalog-product-view .page-main .product-info-main .page-title-wrapper {
  border-top: 1px dashed #01A8A7;
  padding-top: 30px;
}
.catalog-product-view .page-main .product-info-main .page-title-wrapper span {
  font-size: 40px;
  line-height: 20px;
}
.catalog-product-view .page-main .product-info-main .description {
  clear: left;
}
.catalog-product-view .page-main .product-info-main .description .value {
  font-size: 18px;
  line-height: 26px;
  color: #575656;
}
.catalog-product-view .page-main .product-info-main .overview .value {
  font-size: 18px;
  line-height: initial;
  color: #575656;
  line-height: 26px;
}
.catalog-product-view .page-main .product-info-main .price-box .price-container {
  display: flex;
  flex-flow: row wrap;
  align-items: first baseline;
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-label {
  padding-top: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 1;
  color: #1E2023;
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-label {
    font-size: 16px!important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-label {
    font-size: 14px!important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-label {
    font-size: 13px!important;
  }
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax {
  display: flex;
  align-items: first baseline;
  margin-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax .price {
  color: #006876 !important;
  font-weight: 100;
  font-size: 28px !important;
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax .price {
    font-size: 26px !important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax .price {
    font-size: 24px !important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax .price {
    font-size: 22px !important;
  }
}
@media (max-width: 800px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax .price {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax .price {
    font-size: 18px!important;
  }
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax::before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax::after {
  content: "(Excl.VAT)";
  margin-left: 5px;
  font-size: 16px !important;
  font-weight: 300 !important;
  position: relative;
  color: #1E2023;
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax::after {
    font-size: 16px!important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax::after {
    font-size: 14px!important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax::after {
    font-size: 13px!important;
  }
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax {
  display: flex;
  align-items: first baseline;
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax .price {
  color: #1E2023;
  font-weight: 100;
  font-size: 28px !important;
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax .price {
    font-size: 26px !important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax .price {
    font-size: 24px !important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax .price {
    font-size: 22px !important;
  }
}
@media (max-width: 800px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax .price {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax .price {
    font-size: 18px!important;
  }
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax::before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax::after {
  content: "(Incl.VAT)";
  margin-left: 5px;
  font-size: 16px !important;
  font-weight: 300 !important;
  position: relative;
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax::after {
    font-size: 16px!important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax::after {
    font-size: 14px!important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax::after {
    font-size: 13px!important;
  }
}
.catalog-product-view .page-main .product-info-main .product.attribute.sku {
  top: -10px;
  font-size: 16px;
}
.catalog-product-view .page-main .product-info-main .product.attribute.sku .type {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product.attribute.sku .value::before {
  content: "Code: ";
  display: inline-block;
  padding-right: 5px;
}
@media (max-width: 990px) {
  .catalog-product-view .page-main .product-info-main .product.attribute.sku {
    top: 10px;
  }
}
.catalog-product-view .page-main .product-info-main .swatch-option {
  border: 0;
  border-radius: 10px;
}
.catalog-product-view .page-main .product-info-main .swatch-option:hover {
  border: 2px solid #333;
  outline: inherit;
}
.catalog-product-view .page-main .product-info-main .swatch-option.selected {
  border: 2px solid #333;
  outline: inherit;
}
.catalog-product-view .page-main .product-info-main .overview ul li {
  font-size: 18px;
  line-height: 20px;
}
.catalog-product-view .page-main .product-info-main .product-info-price {
  display: block;
  padding-bottom: 60px;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku {
  width: 20%;
  float: right;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .stock.available {
  text-align: right;
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .stock.available span {
  color: #006876 !important;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .stock.available span::before {
  content: "\f058";
  display: inline;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 500;
  padding-right: 5px;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box {
  width: 80% !important;
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box .price {
  font-size: 28px;
  color: #006876;
  font-weight: 800;
}
.catalog-product-view .page-main .product-info-main .product-add-form form {
  border: 2px solid #575656;
  padding: 20px;
  border-radius: 15px;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .swatch-opt {
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute-label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #1E2023;
}
.catalog-product-view .page-main .product-info-main .product-add-form form {
  border: 2px solid #575656;
  border-radius: 15px;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .product-options-title {
  background-color: #575656;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .product-options-title h3 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0px;
  padding: 14px 20px;
  margin-bottom: 0;
  color: #fff;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .product-options-wrapper {
  padding: 20px;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .swatch-opt {
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute-label {
  font-weight: 800;
  text-transform: initial;
  letter-spacing: 0px;
  color: #1E2023;
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper {
  padding: 0px !important;
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper .field,
.catalog-product-view .page-main .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute,
.catalog-product-view .page-main .product-info-main .product-options-wrapper .amprot-field {
  padding: 20px;
  border-bottom: 1px dashed #575656;
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper .field.file,
.catalog-product-view .page-main .product-info-main .product-options-wrapper .amprot-field {
  margin-bottom: 0px !important;
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper .amprot-select-block > .amprot-placeholder {
  border: 1px solid #575656 !important;
  border-radius: 10px !important;
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper .swatch-attribute-label,
.catalog-product-view .page-main .product-info-main .product-options-wrapper .swatch-attribute:before,
.catalog-product-view .page-main .product-info-main .product-options-wrapper label,
.catalog-product-view .page-main .product-info-main .product-options-wrapper label.label span,
.catalog-product-view .page-main .product-info-main .product-options-wrapper .amprot-label,
.catalog-product-view .page-main .product-info-main .product-options-wrapper .field.file span {
  font-weight: 800;
  text-transform: initial;
  letter-spacing: 0px;
  color: #1E2023;
  font-size: 18px;
  line-height: 120%;
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper label {
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper .amprot-checkbox-option.amprot-input.amprot-mark {
  margin-top: -5px;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute {
  margin-bottom: 0px !important;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute:last-child {
  border-bottom: 0px !important;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute .swatch-wrap,
.catalog-product-view .page-main .product-info-main .swatch-attribute .swatch-option {
  border-radius: 10px !important;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute .swatch-wrap:focus,
.catalog-product-view .page-main .product-info-main .swatch-attribute .swatch-option:focus {
  box-shadow: none !important;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute .swatch-wrap.selected,
.catalog-product-view .page-main .product-info-main .swatch-attribute .swatch-option.selected {
  border: 2px solid #01A8A7 !important;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute .action.primary {
  background: #01A8A7;
  border: 1px solid #01A8A7;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute .action.primary:hover {
  background: #01A8A7;
  border: 1px solid #01A8A7;
  opacity: 0.8;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute .action.primary span {
  color: #fff !important;
  font-weight: 700;
}
.catalog-product-view .page-main .product-info-main .swatch-attribute .action.primary i {
  color: #fff !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  position: relative;
  bottom: 0;
  margin-left: 20px;
}
.catalog-product-view .page-main .product-info-main .-select .amprot-input-block {
  max-width: 100%;
}
.catalog-product-view .page-main .product-info-main .-select .amprot-input-block .amprot-placeholder {
  width: 100% !important;
  height: 48px !important;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  margin-right: 0 !important;
  color: #1E2023;
  padding: 0 30px 0 20px !important;
}
.catalog-product-view .page-main .product-info-main .-select .amprot-input-block .amprot-placeholder::after {
  content: "\f078";
  font-family: 'Font Awesome 6 Pro';
  display: block;
  height: initial;
  width: initial;
  border: 0;
  transform: inherit;
  top: 15px!important;
}
.catalog-product-view .page-main .product-info-main .-select .amprot-input-block .amprot-placeholder .amprot-value::before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .amprot-select-options .amprot-option {
  font-size: 16px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .amprot-input-block .amprot-input-text {
  font-size: 18px;
  height: auto;
  padding: 10px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .amprot-checkbox-block > .amprot-mark {
  width: 22px;
  height: 22px;
  min-width: 22px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .amprot-checkbox-block > .amprot-mark:after {
  width: 6px;
  height: 12px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .amprot-checkbox-block > .amprot-text {
  align-items: center;
  padding: 0 0 0 10px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .amprot-input-block {
  max-width: 100% !important;
}
.catalog-product-view .page-main .media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
  border: 1px solid #575656;
  border-radius: 10px;
  margin-bottom: 20px;
}
.catalog-product-view .page-main .media .gallery-placeholder .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
  border: 1px solid #575656;
  border-radius: 10px;
  background-color: #fff;
}
.catalog-product-view .page-main .media .gallery-placeholder .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb img {
  padding: 10px 10px;
}
.catalog-product-view .page-main .media .gallery-placeholder .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb-border {
  border-radius: 10px;
}
.catalog-product-view .page-main .media .fotorama__thumb-border {
  border-radius: 10px;
  height: 1px !important;
  top: 120px;
  border-color: #006876;
}
.catalog-product-view .page-main .upsell h5,
.catalog-product-view .page-main .related h5 {
  font-size: 40px;
  font-weight: 800;
  color: #1E2023;
  text-transform: uppercase;
  letter-spacing: 0px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 990px) {
  .catalog-product-view .page-main .upsell h5,
  .catalog-product-view .page-main .related h5 {
    font-size: 30px;
    letter-spacing: 0px;
  }
}
.catalog-product-view .page-main .upsell .enquire,
.catalog-product-view .page-main .related .enquire {
  background: #006876;
  border: 1px solid #006876;
  text-transform: uppercase;
  font-weight: 700;
  color: #1E2023;
  font-weight: 800;
  letter-spacing: 0px;
  text-align: left;
  padding: 14px 16px 8px;
  text-decoration: none;
  border-radius: 10px !important;
  font-size: 18px;
  margin-top: auto;
  margin-bottom: 0;
}
.catalog-product-view .page-main .upsell .enquire::after,
.catalog-product-view .page-main .related .enquire::after {
  content: "+";
  display: inline-block;
}
.catalog-product-view .page-main .upsell .product-item .product-item-info,
.catalog-product-view .page-main .related .product-item .product-item-info {
  border: 1px solid #575656;
  width: 93%;
  margin: 0 auto;
  border-radius: 10px;
}
.catalog-product-view .page-main .upsell .product-item-photo,
.catalog-product-view .page-main .related .product-item-photo {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
}
.catalog-product-view .page-main .upsell .product-item-details,
.catalog-product-view .page-main .related .product-item-details {
  padding: 20px 20px;
  min-height: auto !important;
}
.catalog-product-view .page-main .upsell .product-item-details .product-item-name,
.catalog-product-view .page-main .related .product-item-details .product-item-name {
  font-size: 18px;
  padding: 0 !important;
}
.catalog-product-view .page-main .upsell .product-item-details .product-item-name a,
.catalog-product-view .page-main .related .product-item-details .product-item-name a {
  color: #1E2023;
  text-transform: initial !important;
  text-align: left !important;
  font-weight: 700 !important;
}
.catalog-product-view .page-main .upsell .product-item-details .price-box,
.catalog-product-view .page-main .related .product-item-details .price-box {
  margin-top: 0 !important;
  align-items: inherit !important;
}
.catalog-product-view .page-main .upsell .product-item-details .price-box .price,
.catalog-product-view .page-main .related .product-item-details .price-box .price {
  color: #006876 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}
.catalog-product-view .page-main .upsell .slick-track,
.catalog-product-view .page-main .related .slick-track {
  display: flex;
  flex-flow: row wrap;
}
.catalog-product-view .page-main .upsell .slick-dots,
.catalog-product-view .page-main .related .slick-dots {
  padding-top: 40px;
}
.catalog-product-view .page-main .upsell .slick-dots li,
.catalog-product-view .page-main .related .slick-dots li {
  width: 30px;
}
.catalog-product-view .page-main .upsell .slick-dots li button,
.catalog-product-view .page-main .related .slick-dots li button {
  width: 30px;
  height: 3px;
  border-radius: 0;
  border: 0;
  background: #5756567a;
}
.catalog-product-view .page-main .upsell .slick-dots .slick-active button,
.catalog-product-view .page-main .related .slick-dots .slick-active button {
  background: #01A8A7;
}
.catalog-product-view .page-main .upsell .slick-slide > div,
.catalog-product-view .page-main .related .slick-slide > div {
  display: flex;
  height: 100%;
}
.catalog-product-view .page-main .upsell .product-item,
.catalog-product-view .page-main .related .product-item {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  width: 25%;
}
.catalog-product-view .page-main .upsell .product-item .product-item-info,
.catalog-product-view .page-main .related .product-item .product-item-info {
  width: 100% !important;
}
.catalog-product-view .page-main .upsell .slick-slide .product-item-info,
.catalog-product-view .page-main .related .slick-slide .product-item-info {
  width: 93% !important;
}
.catalog-product-view .page-main .upsell .product-item-info,
.catalog-product-view .page-main .related .product-item-info {
  height: 100%;
}
.catalog-product-view .page-main .upsell .product-item-details,
.catalog-product-view .page-main .related .product-item-details {
  width: 100% !important;
  display: flex;
  flex-flow: row wrap;
  min-height: 271px;
  flex-direction: column;
}
.catalog-product-view .page-main .upsell .product-item-details .product-item-inner,
.catalog-product-view .page-main .related .product-item-details .product-item-inner {
  margin-top: auto;
  margin-bottom: 0;
}
.catalog-product-view .page-main .upsell .product-item-details .price-final_price,
.catalog-product-view .page-main .related .product-item-details .price-final_price {
  margin-bottom: 0;
}
.catalog-product-view .page-main .upsell .slick-slide,
.catalog-product-view .page-main .related .slick-slide {
  float: initial;
  height: initial;
  min-height: initial;
}
.catalog-product-view .page-main .upsell h5 {
  font-size: 40px;
  font-weight: 800;
  color: #1E2023;
  text-transform: uppercase;
  letter-spacing: 0px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 990px) {
  .catalog-product-view .page-main .upsell h5 {
    font-size: 30px;
    letter-spacing: 0px;
  }
}
.catalog-product-view .maincontent {
  padding: 0 30px;
}
@media screen and (max-width: 1819px) {
  .catalog-product-view .maincontent {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.catalog-product-view .maincontent .product.media {
  width: 46%;
}
@media (max-width: 1200px) {
  .catalog-product-view .maincontent .product.media {
    width: 100%;
  }
}
.catalog-product-view .maincontent .product.media .fotorama__nav__frame {
  width: 20px;
  padding: 0 4px;
}
.catalog-product-view .maincontent .product.media .fotorama__nav__frame .fotorama__dot {
  width: 20px;
  border: 0;
  background-color: #5756567a;
  border-radius: 0;
  height: 2px;
  left: 0;
}
.catalog-product-view .maincontent .product.media .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: #006876;
}
.catalog-product-view .maincontent .product-info-main {
  width: 49%;
}
@media (max-width: 1200px) {
  .catalog-product-view .maincontent .product-info-main {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .catalog-product-view .maincontent .productTop {
    padding: 0px 0px;
  }
}
.catalog-product-view .maincontent .productTop .page-title-wrapper h1 {
  border-top: 0 !important;
}
@media (max-width: 990px) {
  .catalog-product-view .maincontent .page-title-wrapper {
    order: -2;
    display: block !important;
  }
}
.customer-account-login .block-new-customer .primary .primary {
  background-color: #006876 !important;
  width: fit-content !important;
}
.customer-account-login .block-new-customer .primary .primary span {
  color: #fff !important;
}
.customer-account-login #maincontent {
  margin-top: 0;
}
.customer-account-login #maincontent .page-title-wrapper {
  background-color: #006876;
  text-align: left !important;
  padding: 60px 6vw;
  margin-bottom: 0;
}
@media (max-width: 1819px) {
  .customer-account-login #maincontent .page-title-wrapper {
    padding: 60px 4vw;
  }
}
@media (max-width: 1440px) {
  .customer-account-login #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
@media (max-width: 1200px) {
  .customer-account-login #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
.customer-account-login #maincontent .page-title-wrapper h1 {
  margin: 0 auto !important;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 1px;
  display: block !important;
  line-height: 1.2;
  width: 100%;
}
@media (max-width: 1660px) {
  .customer-account-login #maincontent .page-title-wrapper h1 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .customer-account-login #maincontent .page-title-wrapper h1 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .customer-account-login #maincontent .page-title-wrapper h1 {
    font-size: 28px;
  }
}
.customer-account-login #maincontent .page-title-wrapper h1 span {
  display: inline-block;
  padding-bottom: 30px;
  border-top: 2px dashed #fff;
}
.customer-account-login #maincontent .fieldset .actions-toolbar .primary button {
  background-color: #006876;
  text-transform: inherit;
  letter-spacing: 0;
  font-weight: 600;
}
.customer-account-login #maincontent .primary .primary {
  background-color: #006876;
  text-transform: inherit;
  letter-spacing: 0;
  font-weight: 600;
}
.customer-account-create #maincontent {
  margin-top: 0 !important;
}
.customer-account-create #maincontent .page-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  background-color: transparent;
  border-top: 0;
  padding: 60px 6vw;
}
@media (max-width: 1819px) {
  .customer-account-create #maincontent .page-title-wrapper {
    padding: 60px 4vw;
  }
}
@media (max-width: 1440px) {
  .customer-account-create #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
@media (max-width: 1200px) {
  .customer-account-create #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
.customer-account-create #maincontent .page-title-wrapper h1 {
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-transform: inherit !important;
  border-bottom: 1px dashed #01A8A7;
}
.customer-account-create #maincontent .page-title-wrapper h1 span {
  text-transform: initial;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0px;
  color: #01A8A7;
  margin-top: 1px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  border-top: 0;
}
@media (max-width: 1660px) {
  .customer-account-create #maincontent .page-title-wrapper h1 span {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .customer-account-create #maincontent .page-title-wrapper h1 span {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .customer-account-create #maincontent .page-title-wrapper h1 span {
    font-size: 28px;
  }
}
.customer-account-create #maincontent .page-title-wrapper h1 span:before {
  content: "View";
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #1E2023;
}
@media (max-width: 1819px) {
  .customer-account-create #maincontent .page-title-wrapper {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.customer-account-create #maincontent .primary .primary {
  background-color: #006876;
  border: 0;
}
.customer-account-create #maincontent .primary .primary span {
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 700;
}
.account .maincontent form .primary .primary {
  background-color: #006876;
  border: 0;
}
.account .maincontent form .primary .primary span {
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 700;
}
.account .maincontent form .primary .primary:hover {
  background: #006876;
  border: 0;
}
.checkout-cart-index #maincontent {
  margin-top: 0 !important;
}
.checkout-cart-index #maincontent .column.main {
  border-top: 1px dashed #01A8A7;
  padding-top: 30px;
}
.checkout-cart-index #maincontent .page-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  background-color: transparent;
  border-top: 0;
  padding: 50px 6vw 50px 6vw !important;
}
.checkout-cart-index #maincontent .page-title-wrapper h1 {
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-transform: inherit !important;
  padding: 0 0 50px 0 !important;
  border-bottom: 1px dashed #01A8A7;
}
.checkout-cart-index #maincontent .page-title-wrapper h1 span {
  text-transform: initial;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0px;
  color: #01A8A7;
  padding-top: 30px;
  margin-top: 1px;
  display: inline-block;
  line-height: 47px;
  position: relative;
  border-top: 0;
  padding-top: 0;
}
.checkout-cart-index #maincontent .page-title-wrapper h1 span:before {
  content: "View";
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #1E2023;
}
@media (max-width: 1819px) {
  .checkout-cart-index #maincontent .page-title-wrapper {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.catalogsearch-result-index .breadcrumbs {
  background-color: #006876;
  max-width: 100% !important;
  padding: 0 !important;
}
.catalogsearch-result-index .breadcrumbs .breadcrumbs {
  border-top: 0;
}
.catalogsearch-result-index .breadcrumbs ul li {
  color: #fff;
}
.catalogsearch-result-index .breadcrumbs ul li a {
  color: #fff;
}
.catalogsearch-result-index .breadcrumbs ul li strong {
  color: #fff;
}
.catalogsearch-result-index .breadcrumbs .col-lg-12 {
  padding: 0;
}
.catalogsearch-result-index #maincontent {
  margin-top: 0 !important;
}
.catalogsearch-result-index #maincontent .page-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  background-color: transparent;
  border-top: 0;
  padding: 50px 6vw 50px 6vw !important;
}
.catalogsearch-result-index #maincontent .page-title-wrapper h1 {
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-transform: inherit !important;
  padding: 0 0 50px 0 !important;
  border-bottom: 1px dashed #01A8A7;
}
.catalogsearch-result-index #maincontent .page-title-wrapper h1 span {
  text-transform: initial;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0px;
  color: #01A8A7;
  padding-top: 30px;
  margin-top: 1px;
  display: inline-block;
  line-height: 47px;
  position: relative;
  border-top: 0;
  padding-top: 0;
}
.catalogsearch-result-index #maincontent .page-title-wrapper h1 span:before {
  content: "View";
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #1E2023;
}
@media (max-width: 1819px) {
  .catalogsearch-result-index #maincontent .page-title-wrapper {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.cms-page-view .breadcrumbs {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  background-color: transparent!important;
}
.cms-page-view .breadcrumbs .items {
  text-align: left;
}
.cms-page-view .breadcrumbs .items .item {
  padding-right: 4px;
  text-transform: inherit !important;
  font-size: 1.2rem !important;
}
.cms-page-view .breadcrumbs .items .item a {
  color: #1E2023;
  font-size: 1.2rem !important;
}
.cms-page-view .breadcrumbs .items .item strong {
  color: #1E2023;
}
.cms-page-view .breadcrumbs .items .item:after {
  color: #1E2023;
}
.cms-page-view .page-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  background-color: transparent;
  border-top: 0;
  padding: 0 6vw 50px 6vw !important;
}
@media (max-width: 1819px) {
  .cms-page-view .page-title-wrapper {
    padding: 0 4vw 50px 4vw !important;
  }
}
@media (max-width: 1660px) {
  .cms-page-view .page-title-wrapper {
    padding: 0 4vw 40px 4vw !important;
  }
}
@media (max-width: 1200px) {
  .cms-page-view .page-title-wrapper {
    padding: 0 4vw 30px 4vw !important;
  }
}
.cms-page-view .page-title-wrapper h1 {
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-transform: inherit !important;
  padding: 0 0 50px 0 !important;
  border-bottom: 1px dashed #01A8A7;
}
@media (max-width: 1660px) {
  .cms-page-view .page-title-wrapper h1 {
    padding: 0 0 40px 0 !important;
  }
}
@media (max-width: 1200px) {
  .cms-page-view .page-title-wrapper h1 {
    padding: 0 0 30px 0 !important;
  }
}
.cms-page-view .page-title-wrapper h1 span {
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: 0px;
  color: #01A8A7;
  padding-top: 30px;
  margin-top: 1px;
  display: inline-block;
  position: relative;
  border-top: 0;
  padding-top: 0;
}
.cms-page-view .page-title-wrapper h1 span::before {
  content: "Read";
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #1E2023;
}
.cms-page-view .btn {
  background: #006876;
  color: #fff !important;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 800;
  padding: 13px 25px 13px;
}
.cms-page-view ul {
  margin-bottom: 20px;
}
.cms-page-view ul li {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 6px;
}
.contact-index-index .breadcrumbs {
  background-color: #006876;
  border-top: 0 !important;
}
.contact-index-index .page-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  background-color: transparent;
  border-top: 0;
  padding: 50px 6vw!important;
}
@media (max-width: 1819px) {
  .contact-index-index .page-title-wrapper {
    padding: 50px 4vw !important;
  }
}
@media (max-width: 1660px) {
  .contact-index-index .page-title-wrapper {
    padding: 40px 4vw !important;
  }
}
@media (max-width: 1200px) {
  .contact-index-index .page-title-wrapper {
    padding: 30px 4vw !important;
  }
}
.contact-index-index .page-title-wrapper h1 {
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-transform: inherit !important;
  padding: 0 0 50px 0!important;
  border-bottom: 1px dashed #01A8A7;
}
@media (max-width: 1660px) {
  .contact-index-index .page-title-wrapper h1 {
    padding: 0 0 40px 0 !important;
  }
}
@media (max-width: 1200px) {
  .contact-index-index .page-title-wrapper h1 {
    padding: 0 0 30px 0 !important;
  }
}
.contact-index-index .page-title-wrapper h1 span {
  text-transform: initial;
  font-weight: 800;
  letter-spacing: 0px;
  color: #01A8A7;
  padding-top: 30px;
  margin-top: 1px;
  display: inline-block;
  line-height: 1.1;
  position: relative;
  border-top: 0;
  padding-top: 0;
}
.contact-index-index .page-title-wrapper h1 span:before {
  content: "Get in Touch";
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #1E2023;
}
.contact-index-index .fieldset {
  font-family: 'Inter', sans-serif !important;
}
.contact-index-index .label {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700!important;
  letter-spacing: 0!important;
  text-transform: initial!important;
}
.contact-index-index .main form .action {
  text-align: center;
  text-transform: initial;
  font-family: "inter", sans-serif;
  background-color: #006876 !important;
  border: 1px solid #006876;
  padding: 16px 20px 13px !important;
}
.contact-index-index .main form .action span {
  font-weight: 700!important;
  letter-spacing: 0!important;
  color: #fff !important;
}
.contact-index-index .main p strong {
  font-weight: 800!important;
  letter-spacing: 0!important;
  text-transform: initial!important;
}
.contact-index-index .main p a {
  color: #006876;
  font-weight: 700;
}
.toolbar-products .pages .items li span {
  color: #fff;
}
.toolbar-products .pages .items li a.action.next:before {
  color: #fff;
}
.toolbar-products .sorter .sorter-action:before {
  color: #1E2023;
  margin-top: 10px;
}
.catalogsearch-result-index .category-title,
.catalog-category-view .category-title {
  background-color: transparent !important;
  border-top: 0 !important;
  margin-bottom: 0!important;
}
@media (max-width: 700px) {
  .catalogsearch-result-index .category-title,
  .catalog-category-view .category-title {
    margin-bottom: 0!important;
  }
}
.catalogsearch-result-index .category-title .category-title-main .page-title-wrapper h1 span,
.catalog-category-view .category-title .category-title-main .page-title-wrapper h1 span {
  border-top: 0;
  padding-top: 0;
}
.catalogsearch-result-index .category-title .category-description,
.catalog-category-view .category-title .category-description {
  color: #fff;
  line-height: 24px;
}
.catalogsearch-result-index .category-title .category-description.less,
.catalog-category-view .category-title .category-description.less {
  width: 70%;
}
.catalogsearch-result-index .category-title .col.category-shortdescription div,
.catalog-category-view .category-title .col.category-shortdescription div {
  color: #1E2023 !important;
}
.catalogsearch-result-index .swatch-attribute-options .slick-slide,
.catalog-category-view .swatch-attribute-options .slick-slide {
  display: inline-block !important;
  margin-right: 10px;
}
.catalogsearch-result-index .swatch-attribute-options .slick-list,
.catalog-category-view .swatch-attribute-options .slick-list {
  width: calc(100% - 45px);
}
.catalogsearch-result-index .swatch-attribute-options .slick-prev,
.catalog-category-view .swatch-attribute-options .slick-prev {
  display: none !important;
}
.catalogsearch-result-index .swatch-attribute-options .slick-next,
.catalog-category-view .swatch-attribute-options .slick-next {
  width: 45px;
  background: #1E2023;
  height: 45px;
  color: #fff;
  right: 5px;
}
.catalogsearch-result-index .swatch-attribute-options .slick-next:before,
.catalog-category-view .swatch-attribute-options .slick-next:before {
  color: #fff;
  font-size: 16px;
  padding-left: 0;
}
.catalogsearch-result-index .swatch-attribute-options .swatch-option:hover,
.catalog-category-view .swatch-attribute-options .swatch-option:hover {
  border: 1px solid #999 !important;
  outline: inherit !important;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner {
  background: #006876;
  order: 4;
  margin-top: auto;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a {
  color: #fff !important;
  text-transform: capitalize!important;
}
.catalogsearch-result-index .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a:after,
.catalog-category-view .maincontent .main .products .item .inner_box .product-item-details .product-item-inner a:after {
  font-weight: 700;
}
.catalogsearch-result-index .footer .footer-topblock img,
.catalog-category-view .footer .footer-topblock img {
  padding-top: 0 !important;
}
.page-main > .category-title .row .col .page-title-wrapper h1 {
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-transform: inherit !important;
}
.swatch-attribute {
  margin-bottom: 20px;
}
.swatch-option.disabled:after {
  background: red;
  content: 'Not available for this selection';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.amprot-text > .amprot-value {
  font-weight: 400;
}
.amprot-label,
.field.file span {
  display: inline-block;
  margin: 0 0 10px 0;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.swatch-attribute.pir_colour select {
  height: 60px;
}
.navbar-toggler i {
  color: #01A8A7;
}
@media (min-width: 1201px), print {
  .page-layout-2columns-left .column.main {
    width: 100% !important;
  }
}
.page-layout-top-level-category .column.main {
  width: 100% !important;
}
.product.attribute.description {
  display: flex;
  clear: both;
}
.catalog-product-view .product-info-main .price-box .price-container {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-info-main .price-box .price-container .price-excluding-tax {
  order: 1;
  font-size: 28px;
  line-height: 18px;
}
.catalog-product-view .product-info-main .price-box .price-container .price-excluding-tax:before {
  content: '';
}
.catalog-product-view .product-info-main .price-box .price-container .price-excluding-tax:after {
  font-weight: 700 !important;
  font-size: 18px !important;
  content: "(Excl.VAT)";
  color: #00847B;
}
.catalog-product-view .product-info-main .price-box .price-container .price-excluding-tax .price {
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #00847B !important;
}
.catalog-product-view .product-info-main .price-box .price-container .price-including-tax {
  order: 2;
  padding-left: 20px;
}
.catalog-product-view .product-info-main .price-box .price-container .price-including-tax:before {
  content: '';
}
.catalog-product-view .product-info-main .price-box .price-container .price-including-tax:after {
  font-weight: 400 !important;
  font-size: 24px !important;
  content: "(Incl.VAT)";
  color: #444444;
}
.catalog-product-view .product-info-main .price-box .price-container .price-including-tax .price {
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #444444 !important;
}
.catalogsearch-result-index .products-grid,
.catalog-category-view .products-grid {
  margin-bottom: 0!important;
}
.catalogsearch-result-index .products-grid .product-items,
.catalog-category-view .products-grid .product-items {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.catalogsearch-result-index .products-grid .product-items .product-item-info,
.catalog-category-view .products-grid .product-items .product-item-info {
  background: transparent!important;
}
.catalogsearch-result-index .products-grid .price-box .price-container,
.catalog-category-view .products-grid .price-box .price-container {
  display: flex;
  flex-direction: column;
}
.catalogsearch-result-index .products-grid .price-box .price-container .price-excluding-tax,
.catalog-category-view .products-grid .price-box .price-container .price-excluding-tax {
  order: 1;
}
.catalogsearch-result-index .products-grid .price-box .price-container .price-excluding-tax:before,
.catalog-category-view .products-grid .price-box .price-container .price-excluding-tax:before {
  content: '';
}
.catalogsearch-result-index .products-grid .price-box .price-container .price-excluding-tax:after,
.catalog-category-view .products-grid .price-box .price-container .price-excluding-tax:after {
  font-weight: 700 !important;
  font-size: 18px !important;
  content: "(Excl.VAT)";
  color: #00847B;
}
.catalogsearch-result-index .products-grid .price-box .price-container .price-excluding-tax .price,
.catalog-category-view .products-grid .price-box .price-container .price-excluding-tax .price {
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #00847B !important;
}
.catalogsearch-result-index .products-grid .price-box .price-container .price-including-tax,
.catalog-category-view .products-grid .price-box .price-container .price-including-tax {
  order: 2;
}
.catalogsearch-result-index .products-grid .price-box .price-container .price-including-tax:before,
.catalog-category-view .products-grid .price-box .price-container .price-including-tax:before {
  content: '';
}
.catalogsearch-result-index .products-grid .price-box .price-container .price-including-tax:after,
.catalog-category-view .products-grid .price-box .price-container .price-including-tax:after {
  font-weight: 400 !important;
  font-size: 18px !important;
  content: "(Incl.VAT)";
  color: #444444;
}
.catalogsearch-result-index .products-grid .price-box .price-container .price-including-tax .price,
.catalog-category-view .products-grid .price-box .price-container .price-including-tax .price {
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #444444 !important;
}
.catalogsearch-result-index .sidebar,
.catalog-category-view .sidebar {
  width: 100% !important;
}
.catalogsearch-result-index .sidebar.sidebar-main,
.catalog-category-view .sidebar.sidebar-main {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.catalogsearch-result-index .sidebar .filter-title,
.catalog-category-view .sidebar .filter-title {
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: -42px;
  width: 50%;
  z-index: 999;
  position: relative;
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .sidebar .filter-title,
  .catalog-category-view .sidebar .filter-title {
    margin-top: -38px;
  }
}
@media (max-width: 700px) {
  .catalogsearch-result-index .sidebar .filter-title,
  .catalog-category-view .sidebar .filter-title {
    margin-top: -48px;
  }
}
@media (max-width: 400px) {
  .catalogsearch-result-index .sidebar .filter-title,
  .catalog-category-view .sidebar .filter-title {
    margin-top: -66px;
  }
}
.catalogsearch-result-index .sidebar .filter-title span,
.catalog-category-view .sidebar .filter-title span {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .sidebar .filter-title span,
  .catalog-category-view .sidebar .filter-title span {
    font-size: 14px;
  }
}
.catalogsearch-result-index .sidebar .filter-title .filter-list,
.catalog-category-view .sidebar .filter-title .filter-list {
  margin-top: 0;
  padding-left: 10px;
}
.catalogsearch-result-index .sidebar .filter-title .filter-list li,
.catalog-category-view .sidebar .filter-title .filter-list li {
  font-size: 16px;
  font-weight: 600;
  border: 0;
}
.catalogsearch-result-index .sidebar .filter-title:hover,
.catalog-category-view .sidebar .filter-title:hover {
  cursor: pointer;
}
.catalogsearch-result-index .sidebar .filter,
.catalog-category-view .sidebar .filter {
  display: none;
}
.catalogsearch-result-index .sidebar .filter .filter-current,
.catalog-category-view .sidebar .filter .filter-current {
  background: #f3f3f3;
  padding: 20px;
}
.catalogsearch-result-index .sidebar .filter .filter-current .filter-current-subtitle,
.catalog-category-view .sidebar .filter .filter-current .filter-current-subtitle {
  font-weight: 700;
  padding-left: 0;
  padding-bottom: 10px;
}
.catalogsearch-result-index .sidebar .filter .filter-current .item .remove,
.catalog-category-view .sidebar .filter .filter-current .item .remove {
  text-decoration: none;
}
.catalogsearch-result-index .sidebar .filter .filter-current .item .remove span,
.catalog-category-view .sidebar .filter .filter-current .item .remove span {
  font-size: 0;
}
.catalogsearch-result-index .sidebar .filter .filter-current .item .remove:after,
.catalog-category-view .sidebar .filter .filter-current .item .remove:after {
  content: '\f057';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 18px;
  color: #1e2023;
}
.catalogsearch-result-index .sidebar .filter .filter-actions,
.catalog-category-view .sidebar .filter .filter-actions {
  float: inline-start;
  text-align: right;
  background: #f3f3f3;
  margin: 0;
  padding: 0 20px 20px 20px;
  margin-bottom: 30px;
}
.catalogsearch-result-index .sidebar .filter .filter-content .filter-subtitle,
.catalog-category-view .sidebar .filter .filter-content .filter-subtitle {
  padding-left: 0 !important;
  padding-bottom: 10px;
  font-weight: 700;
}
.catalogsearch-result-index .sidebar .filter .filter-content .filter-options-title,
.catalog-category-view .sidebar .filter .filter-content .filter-options-title {
  border-top: 1px solid #d5d5d5;
  padding-left: 0;
  text-transform: inherit;
  font-size: 17px;
  font-weight: 400;
}
.catalogsearch-result-index .sidebar .filter .filter-content .filter-options-content,
.catalog-category-view .sidebar .filter .filter-content .filter-options-content {
  margin-top: 0 !important;
}
.catalogsearch-result-index .sidebar .filter .filter-content .filter-options-content .item .filter-item-link.selected,
.catalog-category-view .sidebar .filter .filter-content .filter-options-content .item .filter-item-link.selected {
  color: #00847B;
}
.catalogsearch-result-index .sidebar .filter .filter-content .filter-options-content .item .filter-item-link.selected .count,
.catalog-category-view .sidebar .filter .filter-content .filter-options-content .item .filter-item-link.selected .count {
  color: #00847B;
}
.catalogsearch-result-index .sidebar .filter .filter-content .filter-options-content ol li,
.catalog-category-view .sidebar .filter .filter-content .filter-options-content ol li {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.catalogsearch-result-index .sidebar .filter .filter-content .filter-options-content ol li a:hover,
.catalog-category-view .sidebar .filter .filter-content .filter-options-content ol li a:hover {
  color: #00847B;
}
.catalogsearch-result-index .sidebar .filter .filter-content .filter-options-content ol li a:hover .count,
.catalog-category-view .sidebar .filter .filter-content .filter-options-content ol li a:hover .count {
  color: #00847B;
}
.catalogsearch-result-index .sidebar .filter .close-icon i,
.catalog-category-view .sidebar .filter .close-icon i {
  font-size: 29px;
  font-weight: 300;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.catalogsearch-result-index .sidebar .filter .close-icon i:hover,
.catalog-category-view .sidebar .filter .close-icon i:hover {
  cursor: pointer;
}
.catalogsearch-result-index .sidebar.active .filter,
.catalog-category-view .sidebar.active .filter {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  z-index: 99999999;
  padding: 80px 40px 40px 40px;
  margin-top: 0;
  width: 25vw;
  box-shadow: 0px 0px 20px 2px #1e2023;
  overflow-y: scroll;
}
.catalogsearch-result-index .sidebar.active .filter .block-content,
.catalog-category-view .sidebar.active .filter .block-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.catalogsearch-result-index .sidebar.active .filter .block-content .filter-options-title::before,
.catalog-category-view .sidebar.active .filter .block-content .filter-options-title::before {
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0px;
  top: 15px;
  font-size: 18px;
  font-weight: 300;
  left: initial;
}
.catalogsearch-result-index .sidebar.active .filter .block-content .filter-options-title.active,
.catalog-category-view .sidebar.active .filter .block-content .filter-options-title.active {
  font-weight: 700;
}
.catalogsearch-result-index .sidebar.active .filter .block-content .filter-options-title.active::before,
.catalog-category-view .sidebar.active .filter .block-content .filter-options-title.active::before {
  content: '\f077';
}
.catalogsearch-result-index .sidebar.active .filter .block-content .filter-actions-apply,
.catalog-category-view .sidebar.active .filter .block-content .filter-actions-apply {
  margin-top: auto;
  margin-bottom: 0;
}
.catalogsearch-result-index .sidebar.active .filter .block-content .filter-actions-apply button,
.catalog-category-view .sidebar.active .filter .block-content .filter-actions-apply button {
  opacity: 1;
  background: #006876;
  color: #ffff;
  border: 0;
  width: 100%;
  padding: 16px 25px 16px 25px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: initial;
}
.swatch-attribute-options {
  position: relative;
}
.swatch-attribute[data-attribute-code="pir_colour"] .swatch-attribute-options.slick-slider {
  position: relative;
}
/* Hide default Magento swatch tooltip for this attribute */
.swatch-attribute[data-attribute-code="pir_colour"] .mage-dropdown-dialog {
  display: none !important;
}
.pir-swatch-tooltip {
  position: absolute;
  display: none;
  z-index: 9999;
  pointer-events: none;
  top: -18px;
}
.pir-swatch-tooltip.is-visible {
  display: block;
  top: -131.594px !important;
}
.pir-swatch-tooltip-inner {
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  max-width: 200px;
  text-align: center;
}
.pir-swatch-tooltip-image {
  max-width: 180px;
  max-height: 120px;
  display: block;
  margin: 0 0 4px;
}
.pir-swatch-tooltip-label {
  font-size: 12px;
  line-height: 1.3;
  display: block;
}
.swatch-option-tooltip {
  display: none !important;
}
.sidebar-bg::after {
  content: "";
  background-color: #000000;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.swatch-option.text {
  font-size: 16px;
  padding: 4px 8px 4px 8px !important;
  display: block;
  height: inherit;
  line-height: 1!important;
  text-transform: capitalize!important;
}
.field.file,
.amprot-field {
  margin: 0 0 30px 0;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap {
  border: 0px !important;
}
.catalog-product-view .product-options-wrapper .fieldset {
  display: flex;
  flex-direction: column;
  margin-bottom: 0!important;
}
.catalog-product-view .product-options-wrapper .fieldset .swatch-opt {
  order: 2;
}
.swatch-attribute {
  margin-bottom: 20px;
}
.swatch-option.disabled:after {
  background: red;
  opacity: 0.3;
  content: '';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.amprot-text > .amprot-value {
  font-weight: 400;
}
.amprot-label,
.field.file span {
  display: inline-block;
  margin: 0 0 10px 0;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.amprot-select-block > .amprot-placeholder {
  z-index: 2;
}
@media (min-width: 1201px) {
  .navigation {
    position: initial !important;
  }
  .navigation li.level0 .level1.submenu {
    width: 100%;
  }
  .navigation li.parent:hover > .top-navigation-dropdown {
    width: 100%;
    max-width: 100%;
    border-top: 1px dashed #1E2023;
  }
  .navigation li.parent:hover > .top-navigation-dropdown .container {
    width: 100% !important;
  }
}
.customer-account-login #maincontent {
  margin-top: 0;
}
.customer-account-login #maincontent .page-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  background-color: transparent;
  border-top: 0;
  padding: 60px 6vw;
}
@media (max-width: 1819px) {
  .customer-account-login #maincontent .page-title-wrapper {
    padding: 60px 4vw;
  }
}
@media (max-width: 1440px) {
  .customer-account-login #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
@media (max-width: 1200px) {
  .customer-account-login #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
.customer-account-login #maincontent .page-title-wrapper h1 {
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  text-transform: inherit !important;
  border-bottom: 1px dashed #01A8A7;
}
.customer-account-login #maincontent .page-title-wrapper h1 span {
  text-transform: initial;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0px;
  color: #01A8A7;
  margin-top: 1px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  border-top: 0;
}
@media (max-width: 1660px) {
  .customer-account-login #maincontent .page-title-wrapper h1 span {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .customer-account-login #maincontent .page-title-wrapper h1 span {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .customer-account-login #maincontent .page-title-wrapper h1 span {
    font-size: 28px;
  }
}
.customer-account-login #maincontent .page-title-wrapper h1 span:before {
  content: "View";
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #1E2023;
}
@media (max-width: 1819px) {
  .customer-account-login #maincontent .page-title-wrapper {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
.customer-account-login #maincontent .login-container {
  display: flex;
  margin-bottom: 50px;
  padding: 0 14vw !important;
}
@media (max-width: 1440px) {
  .customer-account-login #maincontent .login-container {
    padding: 0 10vw!important;
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .customer-account-login #maincontent .login-container {
    padding: 0 8vw!important;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .customer-account-login #maincontent .login-container {
    padding: 0 3vw!important;
  }
}
.customer-account-login #maincontent .block-title {
  font-size: 1.8rem;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
  color: #006876;
}
@media (max-width: 1440px) {
  .customer-account-login #maincontent .block-title {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
}
.customer-account-login #maincontent .block-title strong {
  font-weight: 800;
  font-size: 22px;
}
@media (max-width: 1440px) {
  .customer-account-login #maincontent .block-title strong {
    font-size: 20px;
  }
}
.customer-account-login #maincontent form input {
  border-radius: 10px;
  height: 48px;
  color: #2F2F2F;
  padding: 0 20px;
  font-size: 16px;
}
.customer-account-login #maincontent form label {
  color: #1E2023;
  padding-top: 6px !important;
  text-transform: initial;
  letter-spacing: 0;
  margin-bottom: 3px;
  font-weight: 700!important;
  padding-bottom: 0 !important;
  font-family: 'inter', sans-serif;
}
.customer-account-login #maincontent form label span {
  font-weight: 700;
}
.customer-account-login #maincontent form .field {
  margin-bottom: 15px;
  color: #2F2F2F;
  width: 100%;
}
.customer-account-login #maincontent form .spassword {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 0!important;
}
.customer-account-login #maincontent form .spassword label {
  padding-bottom: 0!important;
}
.customer-account-login #maincontent form .spassword input {
  width: 24px;
  height: 24px;
}
.customer-account-login #maincontent form .persistent {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 0;
}
.customer-account-login #maincontent form .persistent:before {
  display: none;
}
.customer-account-login #maincontent form .persistent label {
  padding: 0 0 0 7px !important;
}
.customer-account-login #maincontent form .persistent input {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 7px;
}
.customer-account-login #maincontent .login-container {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .customer-account-login #maincontent .login-container {
    flex-direction: column;
  }
}
.customer-account-login #maincontent .login-container .block-customer-login {
  padding-right: 4vw!important;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}
@media (max-width: 1200px) {
  .customer-account-login #maincontent .login-container .block-customer-login {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .customer-account-login #maincontent .login-container .block-customer-login {
    width: 100%;
    padding-right: 0 !important;
  }
}
.customer-account-login #maincontent .login-container .block-customer-login .login {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0!important;
  position: relative;
}
@media (max-width: 1200px) {
  .customer-account-login #maincontent .login-container .block-customer-login .login {
    width: fit-content;
  }
}
.customer-account-login #maincontent .login-container .block-customer-login .actions-toolbar {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.customer-account-login #maincontent .login-container .block-customer-login .actions-toolbar .primary button {
  background-color: #1E2023;
}
.customer-account-login #maincontent .login-container .block-customer-login .actions-toolbar .secondary {
  text-align: left;
  margin-top: 15px;
}
.customer-account-login #maincontent .login-container .block-customer-login .actions-toolbar .secondary a span {
  color: #555555;
  text-decoration: underline!important;
  font-size: 14px;
}
.customer-account-login #maincontent .login-container .block-customer-login fieldset.login:after {
  position: absolute!important;
  right: 0!important;
  bottom: 0!important;
  margin: 0!important;
}
.customer-account-login #maincontent .login-container .block-new-customer {
  border-left: 1px solid #575656;
  padding-left: 4vw;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .customer-account-login #maincontent .login-container .block-new-customer {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .customer-account-login #maincontent .login-container .block-new-customer {
    width: 100%;
    padding-left: 0!important;
    border-left: 0!important;
    border-top: 1px solid #1E2023;
    margin-top: 20px;
    padding-top: 30px;
  }
}
.customer-account-login #maincontent .login-container .block-new-customer .actions-toolbar {
  margin-top: 0;
}
.customer-account-create #maincontent {
  margin-top: 0 !important;
}
.customer-account-create #maincontent .page-title-wrapper {
  border-top: 2px solid #575656;
  background-color: #1E2023;
  text-align: left !important;
  padding: 60px 6vw;
  margin-bottom: 0;
}
@media (max-width: 1819px) {
  .customer-account-create #maincontent .page-title-wrapper {
    padding: 60px 4vw;
  }
}
@media (max-width: 1440px) {
  .customer-account-create #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
@media (max-width: 1200px) {
  .customer-account-create #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
.customer-account-create #maincontent .page-title-wrapper h1 {
  margin: 0 auto !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 1px;
  display: block !important;
  line-height: 1.2;
  width: 100%;
}
@media (max-width: 1660px) {
  .customer-account-create #maincontent .page-title-wrapper h1 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .customer-account-create #maincontent .page-title-wrapper h1 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .customer-account-create #maincontent .page-title-wrapper h1 {
    font-size: 28px;
  }
}
.customer-account-create #maincontent form {
  margin: 0 auto;
}
.customer-account-create #maincontent form .field label {
  width: auto;
}
.customer-account-create #maincontent form .field .control {
  width: 100%;
}
.customer-account-create #maincontent form .field .control input {
  border-radius: 10px;
  height: 48px;
  color: #2F2F2F;
  padding: 0 20px;
  font-size: 16px;
  margin-top: 10px;
}
.customer-account-create #maincontent form .legend {
  padding-bottom: 10px;
}
.customer-account-create #maincontent form .legend span {
  font-weight: 600;
}
.customer-account-create #maincontent form .primary .primary {
  background-color: #00847B;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 5px !important;
  padding: 14px 30px 15px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 !important;
}
.checkout-cart-index #maincontent {
  margin-top: 0 !important;
}
.checkout-cart-index #maincontent .maincontent {
  max-width: 100%!important;
  padding: 0 6vw!important;
}
.checkout-cart-index #maincontent .page-title-wrapper {
  display: flex;
  flex-direction: column;
  padding: 60px 6vw;
  margin-bottom: 0;
}
@media (max-width: 1819px) {
  .checkout-cart-index #maincontent .page-title-wrapper {
    padding: 60px 4vw;
  }
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index #maincontent .page-title-wrapper {
    padding: 30px 4vw;
  }
}
.checkout-cart-index #maincontent .page-title-wrapper h1 {
  margin: 0 auto !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 1px;
  display: block !important;
  line-height: 1.2;
  width: 100%;
}
@media (max-width: 1660px) {
  .checkout-cart-index #maincontent .page-title-wrapper h1 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index #maincontent .page-title-wrapper h1 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .checkout-cart-index #maincontent .page-title-wrapper h1 {
    font-size: 28px;
  }
}
.checkout-cart-index #maincontent .page-title-wrapper h1 span {
  text-transform: initial;
  font-weight: 800;
  font-size: 1em;
  letter-spacing: 0px;
  color: #01A8A7;
  padding-top: 30px;
  margin-top: 1px;
  display: inline-block;
  line-height: 1.1;
  position: relative;
  border-top: 0;
  padding-top: 0;
}
.checkout-cart-index #maincontent .page-title-wrapper h1 span::before {
  content: "Your";
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #1E2023;
}
.checkout-cart-index #maincontent .maincontent {
  max-width: 100%!important;
  padding: 0 6vw!important;
}
@media (max-width: 1819px) {
  .checkout-cart-index #maincontent .maincontent {
    padding: 0 4vw !important;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index #maincontent .maincontent {
    padding: 0 3vw !important;
  }
}
.checkout-cart-index #maincontent .cart.table-wrapper .item .col.item {
  padding: 15px;
}
.checkout-cart-index #maincontent .cart.table-wrapper .item .col {
  border-top: 0px;
}
.checkout-cart-index #maincontent .note {
  font-size: 16px;
  padding-bottom: 10px;
  color: #767676;
  line-height: 22px;
}
.checkout-cart-index #maincontent .fieldset {
  margin: 0;
}
.checkout-cart-index #maincontent input {
  border-radius: 10px;
  height: 48px;
  color: #2F2F2F;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #c2c2c2;
}
.checkout-cart-index #maincontent input[type="radio"] {
  height: 20px;
  width: 20px;
}
.checkout-cart-index #maincontent input.qty {
  padding: 5px!important;
}
.checkout-cart-index #maincontent select {
  border-radius: 10px;
  height: 48px;
  color: #2F2F2F;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #c2c2c2;
}
.checkout-cart-index #maincontent .field label span {
  color: #2F2F2F;
  font-weight: 700;
  font-size: 16px;
}
.checkout-cart-index #maincontent .field.choice {
  display: flex!important;
  align-items: center;
}
.checkout-cart-index #maincontent .field.choice label {
  font-size: 16px!important;
  font-weight: 400!important;
  margin-bottom: 0!important;
  white-space: initial;
  text-align: left;
  line-height: 1.1;
}
.checkout-cart-index #maincontent .field.choice input {
  margin-top: 0!important;
}
.checkout-cart-index #maincontent .mark {
  background-color: transparent!important;
}
.checkout-cart-index #maincontent table {
  color: #2f2f2f !important;
  font-size: 16px!important;
}
.checkout-cart-index #maincontent table th {
  background-color: transparent!important;
}
.checkout-cart-index #maincontent table th .label {
  font-weight: 700;
  font-size: 16px!important;
  padding: 0!important;
  text-align: left;
  color: #1E2023;
}
.checkout-cart-index #maincontent table th .value {
  font-weight: 400;
  font-size: 14px!important;
}
.checkout-cart-index #maincontent table th.mark {
  font-weight: 700;
}
.checkout-cart-index #maincontent table th.mark span:nth-child(2) {
  font-weight: 400;
  font-size: 14px!important;
  letter-spacing: 0;
  line-height: 1.2 !important;
  display: inline-block;
}
.checkout-cart-index #maincontent table td {
  font-size: 16px!important;
  text-align: left!important;
}
@media (max-width: 1200px) {
  .checkout-cart-index #maincontent table td {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index #maincontent table .item-actions td {
    width: 100%;
  }
}
.checkout-cart-index #maincontent table .action {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 20px;
  margin-right: 10px;
  color: #1E2023;
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent table .action {
    font-size: 15px;
  }
}
.checkout-cart-index #maincontent table .product-item-details {
  font-size: 16px!important;
  color: #2F2F2F !important;
}
.checkout-cart-index #maincontent table .product-item-details .item-options {
  color: #767676;
  font-size: 14px!important;
}
.checkout-cart-index #maincontent table .price-excluding-tax {
  color: #767676 !important;
}
.checkout-cart-index #maincontent table .price-excluding-tax span {
  font-size: 14px!important;
}
.checkout-cart-index #maincontent table .price-excluding-tax:before {
  font-size: 14px!important;
}
.checkout-cart-index #maincontent table .price-excluding-tax .price {
  color: #767676 !important;
}
.checkout-cart-index #maincontent .product-item-name a {
  color: #1E2023 !important;
  font-weight: 700;
}
.checkout-cart-index #maincontent th span {
  color: #1E2023;
  font-weight: 700;
}
.checkout-cart-index #maincontent .cart.actions {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index #maincontent .cart.actions .action.continue {
  background-color: transparent;
  border: 1px solid #1E2023;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  padding: 11px 20px 11px 0;
  margin-right: 10px;
  color: #1E2023;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .cart.actions .action.continue {
    font-size: 15px;
  }
}
.checkout-cart-index #maincontent .cart.actions .action.continue:before {
  font-size: 36px;
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .cart.actions .action.continue:before {
    font-size: 32px;
  }
}
.checkout-cart-index #maincontent .cart.actions .action.update {
  background-color: transparent;
  border: 1px solid #1E2023;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  padding: 11px 20px 11px 0;
  margin-right: 0;
  color: #1E2023;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
.checkout-cart-index #maincontent .cart.actions .action.update:before {
  font-size: 36px;
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .cart.actions .action.update:before {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .cart.actions .action.update {
    font-size: 15px;
  }
}
.checkout-cart-index #maincontent .cart-summary {
  color: #2f2f2f !important;
  font-size: 16px!important;
  margin-bottom: 0!important;
  border-radius: 10px!important;
  background-color: #EFEFEF !important;
  padding: 5px 20px 20px!important;
}
.checkout-cart-index #maincontent .cart-summary.sticky {
  z-index: 100;
}
.checkout-cart-index #maincontent .cart-summary .title {
  padding: 12px 30px 6px 0!important;
}
.checkout-cart-index #maincontent .cart-summary .title strong {
  font-weight: 700!important;
  font-size: 16px!important;
}
.checkout-cart-index #maincontent .cart-summary .summary.title {
  font-weight: 700;
  color: #192023;
  font-size: 22px;
  padding: 0 !important;
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .cart-summary .summary.title {
    font-size: 20px;
  }
}
.checkout-cart-index #maincontent .cart-summary .cart-totals {
  padding-top: 0;
}
.checkout-cart-index #maincontent .cart-summary .label {
  margin-bottom: 3px!important;
}
.checkout-cart-index #maincontent .cart-summary form {
  padding-top: 12px;
}
.checkout-cart-index #maincontent .cart-summary button {
  font-weight: 800!important;
  letter-spacing: 0px;
}
.checkout-cart-index #maincontent .cart-summary button.apply {
  border: 1px solid #192023 !important;
  background: #192023 !important;
  padding: 15px 25px!important;
  color: #fff !important;
  font-size: 16px!important;
}
.checkout-cart-index #maincontent .cart-summary th.mark {
  color: #1E2023 !important;
  font-weight: 700;
}
.checkout-cart-index #maincontent .cart-summary td {
  color: #1E2023 !important;
}
.checkout-cart-index #maincontent .cart-summary td span {
  color: #1E2023 !important;
}
.checkout-cart-index #maincontent .cart-summary .value {
  text-transform: initial!important;
}
.checkout-cart-index #maincontent .cart-summary a {
  color: #1E2023 !important;
}
.checkout-cart-index #maincontent .cart-summary .grand.totals .price {
  color: #192023 !important;
  font-size: 20px!important;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .cart-summary .grand.totals .price {
    font-size: 18px!important;
  }
}
.checkout-cart-index #maincontent .cart-summary .grand.totals strong {
  font-weight: 700!important;
}
.checkout-cart-index #maincontent .cart-summary .coupon label {
  padding-top: 10px!important;
}
.checkout-cart-index #maincontent .cart-summary .coupon label span {
  font-weight: 400!important;
  text-transform: capitalize!important;
}
.checkout-cart-index #maincontent .cart-summary .cart-totals {
  border-top: 0;
}
.checkout-cart-index #maincontent .cart-summary .action.primary {
  background-color: #006876;
  border-color: #006876;
  padding: 12px 18px !important;
}
.checkout-cart-index #maincontent .cart-summary .action.primary span {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .cart-summary .action.primary span {
    font-size: 16px!important;
  }
}
.checkout-cart-index #maincontent .cart-summary .apply span {
  color: #fff !important;
  font-size: 16px!important;
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .cart-summary {
    width: 28%;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index #maincontent .cart-summary {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .checkout-cart-index #maincontent .form-cart {
    width: 68%;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index #maincontent .form-cart {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .cart-container form {
    order: 1;
    padding-bottom: 30px!important;
  }
  .checkout-cart-index .cart-container .cart-summary {
    order: 2;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout {
    text-align: left;
  }
  .checkout-cart-index .cart-container .cart-summary .action.primary {
    width: fit-content;
  }
  .checkout-cart-index .cart-container .cart-summary form {
    padding-bottom: 0!important;
  }
  .checkout-cart-index .cart-container .action.continue {
    margin-left: 0!important;
  }
  .checkout-cart-index .cart-container .primary,
  .checkout-cart-index .cart-container .actions-toolbar {
    text-align: left!important;
  }
  .checkout-cart-index .item-info .col {
    width: 15%!important;
    text-align: left!important;
  }
  .checkout-cart-index .item-info .col.item {
    width: 55%!important;
  }
  .checkout-cart-index .item-info .col.item .product-item-details {
    padding-left: 80px;
    float: left;
  }
  .checkout-cart-index table td {
    font-size: 14px !important;
  }
  .checkout-cart-index table .price-including-tax,
  .checkout-cart-index table .price-excluding-tax {
    font-size: 16px;
  }
  .checkout-cart-index .cart-summary th.mark {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .checkout-cart-index .item-info .col {
    width: auto!important;
  }
  .checkout-cart-index .item-info .col.item {
    width: auto!important;
  }
  .checkout-cart-index table td:before {
    display: none!important;
  }
}
@media (max-width: 700px) {
  .checkout-cart-index #maincontent table.cart th {
    line-height: 1;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .checkout-cart-index #maincontent table td:before {
    display: block!important;
    font-size: 14px;
    padding-bottom: 5px;
  }
  .checkout-cart-index #maincontent table .th.col.price,
  .checkout-cart-index #maincontent table .th.col.qty,
  .checkout-cart-index #maincontent table .th.col.subtotal {
    display: none!important;
  }
  .checkout-cart-index .cart-summary #shipping-zip-form .label {
    padding-left: 0;
    padding-bottom: 0;
  }
  .checkout-cart-index .item-info .col.price {
    width: 33.333% !important;
    float: left!important;
    padding-top: 0!important;
  }
  .checkout-cart-index .item-info .col.qty {
    width: 33.333% !important;
    float: left!important;
    padding-top: 0!important;
  }
  .checkout-cart-index .item-info .col.qty input {
    height: 44px!important;
  }
  .checkout-cart-index .item-info .col.subtotal {
    width: 33.333% !important;
    float: left!important;
    padding-top: 0!important;
  }
  .checkout-cart-index .item-info .col.item {
    width: 100%!important;
    float: left!important;
  }
  .checkout-cart-index .item-info .col.item .product-item-details {
    padding-left: 80px;
    float: left;
  }
  .cart.table-wrapper th.col.qty,
  .cart.table-wrapper th.col.price,
  .cart.table-wrapper th.col.subtotal,
  .cart.table-wrapper th.col.msrp {
    display: none!important;
  }
}
@media (max-width: 570px) {
  .checkout-cart-index #maincontent .cart.actions {
    flex-flow: row wrap;
  }
  .checkout-cart-index #maincontent .cart.actions .action.update,
  .checkout-cart-index #maincontent .cart.actions .action.continue {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
}
.checkout-index-index .page-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
}
.checkout-index-index .page-header {
  border-bottom: 1px dashed #1E2023;
  margin: 0;
  padding: 20px 0;
}
.checkout-index-index .page-main {
  padding: 0 20vw !important;
}
.checkout-index-index .field-tooltip-action::before {
  line-height: 1 !important;
  position: relative;
  top: 5px;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  color: #1E2023;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: left;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 3px;
  text-transform: initial;
  letter-spacing: 0;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label span {
  color: #1E2023;
  font-weight: 700;
  font-size: 16px;
}
.checkout-index-index .field {
  margin-bottom: 15px !important;
}
.checkout-index-index .field .control {
  width: 100% !important;
}
.checkout-index-index .field .control input {
  border: 1px solid #1E2023;
  box-shadow: none;
  border-radius: 10px;
  line-height: 140%;
  width: 100%;
  color: #1E2023;
  height: 48px;
  padding: 0 20px;
  padding-top: 0px;
}
.checkout-index-index .field .control select {
  border: 1px solid #1E2023;
  box-shadow: none;
  border-radius: 10px;
  line-height: 140%;
  width: 100%;
  color: #1E2023;
  height: 48px;
  padding: 0 20px;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-shipping-information .shipping-information-title,
.checkout-index-index .opc-block-summary > .title,
.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
  font-weight: 700 !important;
  color: #006876 !important;
  font-size: 22px !important;
  text-transform: initial;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #1E2023;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #1E2023;
}
.checkout-index-index .opc-wrapper .action-show-popup {
  border-radius: 50px !important;
  font-size: 18px;
  text-transform: none;
  font-weight: 800;
  background: #1E2023;
  color: #fff;
  border: 1px solid #1E2023;
  padding: 15px 25px;
  letter-spacing: 0px;
}
.checkout-index-index .opc-wrapper .step-title {
  margin-bottom: 20px;
}
.checkout-index-index .opc-progress-bar {
  margin-top: 20px;
  margin-bottom: 50px;
}
.checkout-index-index .opc-progress-bar-item._active > span:before,
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #767676;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-index-index .opc-progress-bar-item._active > span {
  font-weight: 400;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  color: #01A8A7 !important;
}
.checkout-index-index table > thead > tr {
  background: #767676;
}
.checkout-index-index .price-including-tax:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
  color: #555555;
  font-weight: 400;
}
.checkout-index-index .price-including-tax .price {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 16px;
}
.checkout-index-index .price-excluding-tax:before {
  content: attr(data-label) ': ';
  font-size: 16px;
  color: #2f2f2f !important;
  font-weight: 700;
}
.checkout-index-index .price-excluding-tax .price {
  font-size: 16px;
  color: #2f2f2f !important;
  font-weight: 700;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  font-size: 16px;
}
.checkout-index-index .authentication-wrapper button span {
  text-decoration: underline;
}
.checkout-index-index .authentication-wrapper .actions-toolbar {
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.checkout-index-index .authentication-wrapper .actions-toolbar .primary .action,
.checkout-index-index .authentication-wrapper .actions-toolbar .secondary .action {
  width: 100%;
}
.checkout-index-index .minicart-items-wrapper .product-image-container {
  height: 75px !important;
  width: 75px !important;
}
.checkout-index-index .minicart-items-wrapper .minicart-items .product-item-name {
  font-size: 16px;
  color: #1E2023 !important;
  font-weight: 700;
}
.checkout-index-index .payment-methods .payment-method-title {
  display: flex;
  align-items: center;
}
.checkout-index-index .payment-methods .payment-method-title input[type="radio"] {
  margin: 0px;
}
.checkout-index-index .payment-methods .payment-method-title .label {
  padding: 0px 0px 0px 15px;
  font-size: 18px;
  font-weight: 500;
}
.checkout-index-index .payment-methods .co-stripe-form {
  background: #f5f5f5;
  padding: 10px;
  margin: 10px 0px;
}
.checkout-index-index .checkout-payment-method .payment-method.payment-method-amasty_stripe .payment-method-title {
  padding: 20px 0 !important;
}
.checkout-index-index .payment-method-amasty_stripe .payment-method-title .label {
  padding: 0px 0px 0px 15px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #212145 !important;
}
.checkout-index-index mark,
.checkout-index-index .mark {
  background-color: unset;
}
.checkout-index-index .label,
.checkout-index-index .opc-block-summary .mark .value {
  color: #2f2f2f;
}
.checkout-index-index .opc-block-summary .block {
  color: #1E2023;
}
.checkout-index-index .opc-block-summary .items-in-cart .title {
  border-bottom: 1px dashed #d1d1d1;
}
.checkout-index-index .opc-block-summary .grand.totals .price {
  color: #1E2023 !important;
  font-size: 20px!important;
  font-weight: 800;
}
.checkout-index-index .opc-block-summary .grand.totals strong {
  font-weight: 800!important;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  display: flex;
  flex-direction: column;
}
.checkout-index-index .opc-block-summary .product-item .product.options {
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  padding: 7px 5px 3px;
  margin-bottom: 10px;
}
.checkout-index-index .opc-block-summary .product-item .product.options dt {
  margin-right: 5px;
  font-weight: 700 !important;
  color: #1E2023 !important;
  font-size: 14px;
  padding: 3px 0px !important;
  white-space: normal;
  text-align: left;
}
.checkout-index-index .opc-block-summary .product-item .product.options dd {
  margin-bottom: 6px !important;
}
.checkout-index-index .opc-block-summary .product-item .product.options .toggle span {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: initial;
}
.checkout-index-index .opc-block-summary .product-item .product.options .content {
  padding-top: 5px !important;
  margin-bottom: 0px !important;
}
.checkout-index-index .opc-block-summary .product-item .product.options dl {
  margin-bottom: 0!important;
}
.checkout-index-index .table-totals .label {
  font-size: 16px;
  padding: 0px;
  font-weight: 400;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  background: #E71A15;
  border: 1px solid #E71A15;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  font-size: 18px !important;
  padding: 15px 25px !important;
}
@media (max-width: 1660px) {
  .checkout-index-index .opc-wrapper .step-title,
  .checkout-index-index .opc-block-shipping-information .shipping-information-title,
  .checkout-index-index .opc-block-summary > .title,
  .checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
    font-size: 20px !important;
    padding-bottom: 8px;
  }
  .checkout-index-index .page-main {
    padding: 0 18vw !important;
  }
}
@media (max-width: 1440px) {
  .checkout-index-index .opc-wrapper .step-title,
  .checkout-index-index .opc-block-shipping-information .shipping-information-title,
  .checkout-index-index .opc-block-summary > .title,
  .checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
    font-size: 19px !important;
    padding-bottom: 5px;
  }
  .checkout-index-index .page-main {
    padding: 0 15vw !important;
  }
  .checkout-index-index .logo img {
    width: 200px;
  }
  .checkout-index-index .column.main .block .title strong {
    font-size: 16px;
  }
  .checkout-index-index .opc-wrapper .step-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .checkout-index-index .page-main {
    padding: 0 10vw !important;
  }
}
@media (max-width: 1200px) {
  .checkout-index-index .page-main {
    padding: 0 !important;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #00847B;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper {
    margin-right: 0;
    margin-left: auto;
    margin-top: 0!important;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: #00847B !important;
    border: 0!important;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #fff !important;
    font-weight: 700;
    font-size: 26px;
  }
  .checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background: #01A8A7 !important;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: auto;
    right: 5px;
    color: #fff !important;
    height: 18px;
    width: 18px;
    line-height: 1.5;
    margin-top: 0px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .checkout-index-index .page-main .fieldset .field:not(.choice) .label {
    padding-bottom: 0;
  }
  .checkout-index-index .page-main .opc-progress-bar {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .checkout-index-index .methods-shipping .actions-toolbar {
    margin-left: 0;
  }
  .checkout-index-index .methods-shipping .actions-toolbar .primary {
    float: left;
    width: fit-content;
  }
}
@media (max-width: 1024px) {
  .checkout-index-index .logo img {
    width: 175px;
  }
  .checkout-index-index .opc-wrapper .step-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .checkout-index-index .logo img {
    width: 150px;
  }
  .checkout-index-index .opc-progress-bar-item span {
    font-size: 16px!important;
  }
  .checkout-index-index .field .control input {
    padding: 0 15px;
  }
  .checkout-index-index #customer-email-fieldset {
    margin-bottom: 10px !important;
  }
}
.message.success {
  bottom: 0px;
  top: auto !important;
  margin-bottom: 0px;
  background-color: #006876 !important;
  border: 0 !important;
}
.message.success > div {
  color: #fff !important;
}
.message.success > :first-child::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f058";
  color: #fff !important;
  font-size: inherit;
  font-weight: 700;
}
.header-main.is-sticky {
  border: 1px dashed #1E2023 !important;
}
.pagebuilder-button-primary span {
  text-transform: capitalize!important;
  font-size: 18px!important;
  font-weight: 800!important;
}
.swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option.text.selected {
  border: 2px solid #01A8A7 !important;
}
.action.primary {
  text-align: center;
  text-transform: initial;
  color: #fff;
  font-family: "inter", sans-serif;
  font-weight: 700!important;
  letter-spacing: 0!important;
  background-color: #006876;
  border: 1px solid #006876;
}
.category-description h2 {
  font-family: 'Inter', sans-serif !important;
}
.catalog-product-view .price-final_price {
  font-family: 'Inter', sans-serif !important;
}
.product-main-info .action.towishlist {
  font-family: 'Inter', sans-serif !important;
}
.product-main-info .action.tocompare {
  font-family: 'Inter', sans-serif !important;
}
.breadcrumbs.container-fluid ul li,
.breadcrumbs ul li {
  font-family: 'Inter', sans-serif !important;
}
.breadcrumbs.container-fluid ul li strong,
.breadcrumbs ul li strong {
  font-family: 'Inter', sans-serif !important;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .actions button {
  background: #006876 !important;
  color: #fff !important;
}
.footer .footer-wrap .container .row .footer-block .footer-signup .block.newsletter .form.subscribe .control input {
  background: #F8F8F8;
  border: 1px solid #707070;
}
@media (max-width: 990px) {
  .footer .footer-wrap .container .row .footer-block .footer-signup {
    border-top: 1px dashed #01A8A7 !important;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .page-title-wrapper .page-title {
    padding-top: 15px;
    font-size: 28px;
    border-top: 1px dashed #01A8A7;
  }
}
@media (max-width: 800px) {
  .catalog-product-view .page-title-wrapper .page-title {
    padding-top: 12px;
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .catalog-product-view .page-title-wrapper .page-title {
    padding-top: 10px;
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .catalog-product-view .page-title-wrapper .page-title {
    padding-top: 10px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .page-title-wrapper .page-title span {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .catalog-product-view .page-title-wrapper .page-title span {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .catalog-product-view .page-title-wrapper .page-title span {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .catalog-product-view .page-title-wrapper .page-title span {
    font-size: 20px;
  }
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main {
    padding-top: 40px;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .catalog-product-view .page-main {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .page-main .product.media {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main {
    padding-top: 5px;
  }
}
@media (max-width: 1200px) {
  .catalog-product-view .page-main .product-info-main .page-title-wrapper {
    display: none!important;
  }
}
.catalog-product-view .page-main .product-info-main .product.attribute.sku {
  font-size: 16px;
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .product.attribute.sku {
    font-size: 14px;
    top: -2px !important;
  }
}
@media (max-width: 800px) {
  .catalog-product-view .page-main .product-info-main .product.attribute.sku {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .product.attribute.sku {
    font-size: 12px;
    top: -15px !important;
  }
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .page-title {
    border-top: 5px solid #575656;
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .page-title {
    border-top: 4px solid #575656;
    padding-top: 15px;
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .page-title {
    border-top: 4px solid #575656;
    font-size: 28px;
  }
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .page-title span {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .page-title span {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .page-title span {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .stock {
    margin: 7px 0;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .stock {
    margin: 5px 0;
  }
}
@media (max-width: 800px) {
  .catalog-product-view .page-main .product-info-main .stock span {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .catalog-product-view .page-main .product-info-main .stock span:before {
    font-size: 16px!important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .product-info-price {
    padding-bottom: 40px;
  }
}
.catalog-product-view .page-main .product-info-main .overview .value,
.catalog-product-view .page-main .product-info-main .description .value {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .overview .value,
  .catalog-product-view .page-main .product-info-main .description .value {
    font-size: 16px!important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-label {
    font-size: 16px!important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-label {
    font-size: 14px!important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-label {
    font-size: 13px!important;
  }
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price {
    font-size: 26px !important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price {
    font-size: 24px !important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price {
    font-size: 22px !important;
  }
}
@media (max-width: 800px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price {
    font-size: 18px!important;
  }
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax:after,
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax:after {
    font-size: 16px!important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax:after,
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax:after {
    font-size: 14px!important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax:after,
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-excluding-tax:after {
    font-size: 13px!important;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .product-info-main .price-box .price-container .price-including-tax {
    width: 100%;
    padding-top: 3px;
    padding-left: 0;
  }
}
@media (max-width: 1660px) {
  .catalog-product-view .page-main .product-info-main .product-add-form {
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .product-add-form {
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  .catalog-product-view .page-main .product-info-main .product-add-form {
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .product-options-title h3 {
    font-size: 16px;
    padding: 14px 20px 11px;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .product-options-title h3 {
    padding: 14px 15px 11px;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute-label,
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute::before,
  .catalog-product-view .page-main .product-info-main .product-add-form form label,
  .catalog-product-view .page-main .product-info-main .product-add-form form label.label span,
  .catalog-product-view .page-main .product-info-main .product-add-form form .amprot-label,
  .catalog-product-view .page-main .product-info-main .product-add-form form .field.file span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute-options {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute-options .qtyWrap {
    margin-left: 10px !important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute .action.primary {
    padding: 12px 20px 12px 20px;
  }
}
@media (max-width: 550px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute .action.primary {
    margin-left: 10px !important;
    padding: 12px 20px 12px 20px;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute .action.primary span {
    font-size: 16px!important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute .action.primary i {
    font-size: 18px!important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute .swatch-option.text {
    font-size: 16px!important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .amprot-field {
    padding: 15px;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .page-main .product-info-main .product-add-form form .amprot-field.-select .amprot-input-block .amprot-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .catalog-product-view .page-main .fotorama-item .fotorama__wrap .fotorama__stage {
    height: 500px !important;
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .catalog-product-view .page-main .fotorama-item .fotorama__wrap .fotorama__stage {
    height: 400px !important;
    padding: 15px;
  }
}
@media (max-width: 440px) {
  .catalog-product-view .page-main .fotorama-item .fotorama__wrap .fotorama__stage {
    height: 375px !important;
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .catalog-product-view .page-main .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .pirbeskpokenav .navbar-toggler i {
    color: #1E2023 !important;
  }
  .showparent-inner .backbutton {
    background: #006876;
  }
  .navbar-nav.showparent .nav-item.first-level.dropdown.showparent-inner > .dropdown-toggle {
    padding-top: 63px !important;
    background-color: #EFEFEF;
    color: #1E2023 !important;
  }
  .page-main > .category-title::after {
    background: transparent;
  }
}
.header-right .header-account .headLink.block.phonenumberhed {
  border-left: 0px !important;
  border-right: 0px !important;
  padding: 0px !important;
}
.header-right .header-account .headLink.block.phonenumberhed i {
  color: #1E2023;
}
@media (max-width: 1200px) {
  .pirbeskpokenav .navbar-toggler {
    background-color: #01A8A7 !important;
  }
  .pirbeskpokenav:hover .nav-link,
  .pirbeskpokenav:hover a,
  .pirbeskpokenav .nav-link,
  .pirbeskpokenav a {
    color: #1E2023 !important;
  }
  .minicart-wrapper .product .actions {
    float: right;
  }
}
@media (max-width: 550px) {
  .catalog-product-view .page-main .product-info-main .swatch-attribute .action.primary i,
  .catalog-product-view .swatch-attribute .action.primary i {
    margin-left: 5px !important;
  }
  .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .tocart,
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute .action.primary {
    padding: 17px 10px 12px 10px !important;
  }
  .header-main .row .header-right {
    top: 8px;
  }
}
.catalog-product-view .page-main .product-info-main .swatch-option {
  border: 2px solid #fff !important;
}
.pagebuilder-button-primary span {
  color: #fff !important;
}
[data-content-type='buttons'] .pagebuilder-button-primary {
  background-color: #006876 !important;
  border: 0;
}
[data-content-type='buttons'] .pagebuilder-button-primary:hover {
  background-color: #00505B !important;
  border: 0;
}
.product-info-main {
  position: relative;
}
.product-info-main .product-add-form {
  overflow: visible !important;
  margin-top: 40px;
}
.product-info-main .product-add-form #product_addtocart_form {
  display: flex;
  flex-direction: column;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0px !important;
  position: relative;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap.notactive {
  border: 1px solid #e5e5e5;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option {
  flex-grow: 1;
  width: auto;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option:focus,
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option.text {
  flex-grow: unset !important;
  background-color: #EFEFEF;
  width: 48px !important;
  height: 48px !important;
  border-radius: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 0!important;
  margin-bottom: 0 !important;
  margin-right: 15px !important;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option.selected {
  outline: 0px solid #7d7d7d;
  border: 1px solid #ffffff;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .tocart {
  display: block !important;
  margin-left: 15px;
  line-height: 1.1;
  opacity: 0.3;
  background: #006876;
  border: 1px solid #006876;
  padding: 12px 20px 11px 20px;
  border-radius: 10px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  height: 48px;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .tocart span {
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .tocart.active {
  display: block !important;
  opacity: 1!important;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-bottom {
  display: none;
}
.product-info-main .product-add-form #product_addtocart_form .amprot-radio-block:hover .amprot-text,
.product-info-main .product-add-form #product_addtocart_form .amprot-checkbox-block:hover .amprot-text,
.product-info-main .product-add-form #product_addtocart_form .amprot-radio-block:focus .amprot-text,
.product-info-main .product-add-form #product_addtocart_form .amprot-checkbox-block:focus .amprot-text {
  color: #666;
}
.product-info-main .product-add-form #product_addtocart_form .amprot-radio-block > .amprot-input:checked ~ .amprot-mark,
.product-info-main .product-add-form #product_addtocart_form .amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark {
  border-color: #666;
  background-color: #666;
}
.product-info-main .product-add-form #product_addtocart_form .amprot-select-options .amprot-option.-selected {
  background-color: #666;
  color: #fff;
}
.product-info-main .product-add-form #product_addtocart_form .amprot-radio-block > .amprot-input:not(:checked):focus ~ .amprot-mark,
.product-info-main .product-add-form #product_addtocart_form .amprot-checkbox-block > .amprot-input:not(:checked):focus ~ .amprot-mark {
  border-color: #666;
  box-shadow: 0 2px 4px #666;
}
.product-info-main .product.attribute.sku {
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.message.success {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
}
.fotorama__thumb-border {
  border: 1px solid #444444;
}
.qtyWrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.qtyWrap .qtyToggle {
  text-align: center;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border: 1px solid #575656;
  color: #575656;
}
.qtyWrap .qtyToggle.qtyMinus {
  border-right: 0px;
  border-radius: 10px 0px 0px 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #575656;
  color: #575656;
}
.qtyWrap .qtyToggle.qtyPlus {
  border: 1px solid #575656;
  color: #575656;
  border-radius: 0px 10px 10px 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qtyWrap input {
  border-top: 1px solid #575656;
  border-bottom: 1px solid #575656;
  border-left: 0;
  border-right: 0;
  color: #575656;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 5px 5px 5px;
  height: 48px;
  background: #fff;
  text-align: center;
  line-height: 40px;
}
.qtyWrap input:focus {
  box-shadow: none;
}
._keyfocus *:focus {
  box-shadow: none;
}
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option.text {
  border: 2px solid #fff !important;
}
.swatch-wrap .swatch-option.selected,
.product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .swatch-option.selected {
  border: 2px solid #01A8A7 !important;
  background-color: #01A8A7 !important;
  color: #fff !important;
}
.container {
  clear: both;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  content: '\f061' !important;
  font-size: 25px;
  margin-right: 5px;
}
.minicart-items .product .toggle:after {
  top: -3px !important;
  position: absolute;
  content: '\f078' !important;
  right: 0px;
  font-size: 20px !important;
}
.checkout-payment-method .payment-option-title .action-toggle:after,
.opc-block-summary .items-in-cart > .title:after,
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  content: '\f078' !important;
  right: 0px !important;
  font-size: 20px;
  top: auto !important;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after,
.opc-block-summary .items-in-cart.active > .title:after,
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\f077' !important;
}
.minicart-wrapper .action.close {
  font-size: 0px !important;
}
.minicart-wrapper .action.close:after {
  content: '\58' !important;
  font-size: 25px;
}
.checkout-cart-index #maincontent .cart.actions .action.update:before {
  content: '\f021' !important;
  font-size: 20px;
  margin-right: 5px;
  font-family: "Font Awesome 6 Pro" !important;
}
.catalog-product-view .breadcrumbs .items .item:after {
  content: '\2f' !important;
  font-family: "Font Awesome 6 Pro" !important;
}
.message.info > *:first-child:before,
.message.error > *:first-child:before {
  content: '\21' !important;
}
@media (min-width: 1201px), print {
  .block-search input {
    cursor: pointer;
  }
  .header-right .head-search form.form.minisearch.active .actions .action.search span {
    font-size: 0px;
  }
}
.catalog-category-view .toolbar-products.toolbarone {
  clear: both;
}
.fotorama__stage__frame {
  max-width: 99% !important;
}
[data-content-type='buttons'] .pagebuilder-button-primary {
  z-index: 1 !important;
  display: inline-block;
  position: relative;
}
@media (max-width: 1200px) {
  .pirbeskpokenav .btn-close {
    left: auto;
    top: -4px;
    font-size: 37px !important;
    color: red !important;
    right: 0px;
  }
  .catalogsearch-result-index .sidebar .filter-title,
  .catalog-category-view .sidebar .filter-title {
    margin-top: 10px !important;
  }
  .catalogsearch-result-index .sidebar.active .filter,
  .catalog-category-view .sidebar.active .filter {
    width: 100%;
    z-index: 99999;
  }
  .sidebar-bg::after {
    z-index: 99991;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form form .swatch-attribute .action.primary span.desk {
    display: none;
  }
  .catalogsearch-result-index #maincontent .page-title-wrapper {
    padding: 20px 6vw 20px 6vw !important;
  }
}
.pages .item .label {
  font-size: 0px !important;
}
.minicart-wrapper .product .actions {
  top: 0px !important;
}
@media (max-width: 772px) {
  .header-main.is-sticky .row.container .header-right {
    top: 6px;
  }
}
@media (max-width: 550px) {
  .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .swatch-attribute.pir_size .swatch-attribute-options .swatch-wrap .tocart {
    max-width: 95px;
    overflow: hidden;
  }
}
.page-main > .category-title:after {
  height: auto;
}
/**
 * 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: 1201px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 1vw;
    padding-right: 1vw;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #1E2023;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    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: "Font Awesome 6 Pro";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #1E2023;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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: "Font Awesome 6 Pro";
    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: "Font Awesome 6 Pro";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amprot-input-block {
    max-width: 80%;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search: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: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    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 0.1s, visibility 0s linear 0.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 0.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: 1200px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #1E2023;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  h1 {
    font-size: 40px;
    font-size: 120%;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1400px), print {
  .bss-desktop-hide {
    display: none;
  }
  .bss-tier-detailed {
    max-width: 265px;
  }
  .product-add-form .configu-table {
    padding: 30px 0 45px;
    margin-bottom: 0px;
  }
  .product-add-form .configu-table .content-config {
    margin: 0 10px;
  }
  .product-add-form .total-area,
  .product-add-form .box-cart-new {
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
  }
  .product-add-form .box-cart-new {
    border-bottom: 1px solid #c1c1c1;
  }
  .table-tier {
    padding: 0;
    border: 0;
    overflow-x: auto;
  }
  .table-tier table tbody tr td {
    border-bottom: 0;
  }
  #bss_configurablegridview ~ .field {
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
  }
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1600px), 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;
  }
}
/*# sourceMappingURL=styles-l.css.map */